/* 株式会社明和セールス 基本設定CSS */

/*

	1. 基本設定
	2. フォント・リンク設定
	3. 段落設定
	4. カート設定

*/

@import "menu.css";
@import "jNice.css";

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px auto;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

h1 {
	font-size:10px;
	color:#666666;
	margin:0 0 4px;
	width:420px;
	font-weight:normal;
}

.clear {
	clear:both;
}

a img {
	border:0;
}

/* *************************************************
   2. フォント・リンク設定
************************************************* */

/* ------------ フォント ------------ */
body {
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.fsLar {
	font-size:14px;
	line-height:22px;
}

.fsMid {
	font-size:12px;
	line-height:18px;
}

.fsSml {
	font-size:10px;
	line-height:14px;
}

.fcRed {
	color:#DD0000;
}

/* ------------ リンク ------------ */

a {
	color:#274C6F;
	text-decoration:underline;
}

a:hover {
	color:#FF6A00;
}

.itemName a,
.itemName a:hover {
	color:#000000;
	text-decoration:none;
}

.title {
	font-weight:bold;
}


.headMenu {
	text-align:right;
	vertical-align:bottom;
}

.headMenu a {
	margin:0 0 0 10px;
	color:#bababa;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
}

.headMenu a:hover {
	color:#4c4c4c;
}

.headGlobalMenu {
	
}
/* *************************************************
   3. 段落設定
************************************************* */

div#container {
	position: relative;
	margin: 0 0 0 15px;
	width: 930px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

body > #container {
	height: auto;
}

div#contents {
	height: auto;
	padding:20px 20px 120px;
}

#header {
	padding:10px;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin:0;
	height:80px;
	width:930px;
	padding-top:16px;
	border-top:1px solid #CCCCCC;
}

#footer p{
	padding:0 0 10px;
	text-align:center;
	font-weight:bold;
}

.footIcon {
	text-align:center;
}

.footIcon img {
	margin:0 5px;
}

#search {
	width:250px;
	float:right;
	display:inline;
	margin:0;
	height:40px;
}

#search fieldset {
	border:none;
	float:left;
}

#search fieldset.searchTxt {
	width:208px;
	background:url(../../images/ec/form/search.gif) no-repeat;
}

#search fieldset.searchBtn {
	width:42px;
	height:38px;
	margin:2px 0 0 0;
}

/* *************************************************
   4. カート設定
************************************************* */

#contents h2 {
	margin:0 0 20px;
	text-indent:-10000px;
	background:url(../../images/ec/cart/title_cart.gif) no-repeat;
	width:800px;
	height:33px;
}

#contents h3.cartTitle {
	padding:6px 0 0;
	color:#333333;
	margin:0 0 20px;
	font-size:14px;
}

#itemLink {
	width:660px;
	float:left;
	display:inline;
	margin:0 0 30px;
}

#sideCart {
	width:200px;
	float:right;
	display:inline;
	margin:0 0 30px;
	background:url(../../images/ec/cart/bg_cart.gif) repeat-y bottom;
	padding:0 0 10px;
}

#sideCart h3 {
	font-size:12px;
	margin:0 0 10px;
	background:url(../../images/ec/cart/h2_cart.gif) no-repeat;
	text-indent:-10000px;
	height:24px;
}

.sideCartInline {
	padding:10px;
	margin:0 10px;
	background-color:#FFFFFF;
	width:160px;
}

.sideCartItem {
	padding:0 0 10px;
	border-bottom:1px dotted #BBBBBB;
	margin:0 0 10px;
}

.sideCartItem table {
	margin:0 0 6px;
}

.brand {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	line-height:14px;
	margin:0;
}

.itemName {
	text-align:left;
	color:#000000;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

.subName {
	color:#4C4C4C;
}

.price {
	font-weight:bold;
}

.price span {
	font-weight:normal;
	color:#666666;
	text-decoration:line-through;
}

.btnArea {
	text-align:center;
	margin:0 0 10px;
}

.btnAreaL {
	text-align:left;
	margin:0 0 10px;
}

.btnArea input,
.btnArea img {
	margin:0 5px;
}

.btnAreaL input,
.btnAreaL img {
	margin:0 10px 0 0;
}

/* 関連商品 */

.itemListArea {
	background:url(../images/cart/bg_itemlist.gif) repeat-y;
	margin:0 0 20px;
	height:1%;
}

.itemList {
	width:178px;
	margin:0 10px;
	float:left;
	display:inline;
	text-align:left;
}

.itemList img {
	margin:0 0 8px;
}

.cartLogin td {
	padding:6px;
	vertical-align:top;
}

.flow {
	margin:0 0 20px;
}

/* カートテーブル */
.cartItem {
	margin:0 0 30px;
}

.cartItem table {
	margin:0 0 10px;
}

.cartItem th.right {
	background:url(../../images/ec/cart/bg_data_title_r.gif) no-repeat right;
	background-color:#bbbaba;
}

.cartItem th.left {
	background:url(../../images/ec/cart/bg_data_title_l.gif) no-repeat left;
	background-color:#bbbaba;
}

.cartItem th.rightBtm {
	background:url(../../images/ec/cart/bg_data_title_r_btm.gif) no-repeat right;
	background-color:#bbbaba;
}

.cartItem th.leftBtm {
	background:url(../../images/ec/cart/bg_data_title_l_btm.gif) no-repeat left;
	background-color:#bbbaba;
}

.cartItem th,
.cartItem td {
	padding:5px 8px;
	height:18px;
}

.cartItem td {
	border-bottom:1px solid #DDDDDD;
}

.cartItem th {
	background-color:#bbbaba;
	color:#FFFFFF;
}


.textSpc {
	margin-bottom:30px;
}

/* カートフォーム */

#contents h3.login {
	color:#666666;
	font-size:10px;
	margin:0 0 30px;
	font-weight:normal;
}

#contents div.regiBox {
	color:#666666;
	font-size:10px;
	margin:0 0 20px;
}

#contents div.regiBox table {
	color:#666666;
	
}

#contents div.regiBox h4 {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin:0 0 6px;
}

#contents div.regiBox p {
	float:left;
	padding:10px 8px 0 0;
	font-size:10px;
}

#contents div.regiBox p.conf {
	float:none;
	padding:10px 8px 0 0;
	font-size:10px;
}

#contents div.regiBox p.radio {
	float:left;
	padding:0px 8px 0 0;
	margin:0 8px 0 0;
}

#contents div.dataConf {
	margin:0 0 10px;
}

#contents div.dataConf h4 {
	font-size:12px;
	margin:0;
}

#contents div.dataConf p {
	margin:0 0 20px;
}

.cartTable {
	margin:0 0 30px;
}

.deliCheck span {
	margin:3px 10px 0 0;
}

#registform_address_prefecture {
	width:100px;
}

/* 規約BOX */

.rule {
	width:500px;
	height:150px;
}