@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	wew add
------------------------------------------------------------*/
/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
/* rollover
----------------------------------------------------*/
a:hover img.hov {
	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.btn_cart a:hover,
.hover_change_image:hover{
	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.sNaviBox .title {
	background: #E9E9E9 url(../../img/common/side_navi_cat_ttl_bg.png) no-repeat center center;
	width:220px;
	height:29px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	
}
.sNaviBox .title strong{
	display:block;
	padding:3px 0 0 40px;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.m20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.mr0 {margin-right: 0px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.float_r {
	float:right;
}
.float_l {
	float:left;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto;
	width: 1060px;
	overflow: hidden;
}

.pageTop a {
	padding: 7px 0 5px 25px;
	width: 107px;
	float: right;
	display: block;
	background: #E9E9E9 url(../../img/common/icon12.gif) no-repeat 10px 9px;
	position: relative;    
	behavior: url(js/pie.htc);
	border-radius: 3px 3px 0 0;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#conts .headLine01 {
	margin-bottom: 16px;
	font-size: 1.9em;
	font-weight: bold;
	background: url(../../img/common/h2_bg.gif) repeat-x right center;
}

#conts .headLine01 span {
	padding: 0 10px 0 20px;
	background: #FFF url(../../img/common/icon08.gif) no-repeat left center;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#conts .headLine02 {
	margin-bottom: 20px;
	padding: 0 20px;
	color: #323232;
	font-size: 1.8em;
	border: 1px solid #CACACA;
	background: url(../../img/common/head_line02_bg01.gif) #FFF repeat-x left bottom;
}

#conts .headLine02 span {
	padding: 15px 25px 12px;
	display: block;
	background: url(../../img/common/head_line02_bg02.gif) no-repeat left center;
}
h2.title {
	margin-bottom: 20px;
	padding: 15px 20px 12px;
	color: #323232;
	font-size: 1.8em;
	border: 1px solid #CACACA;
	background: url(../../img/common/head_line02_bg01.gif) #FFF repeat-x left bottom;
}
#undercolumn p {
	font-size: 1.2em;
}
.message {
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
}
.btn_area {
	text-align:center;
}

.btn_area ul {
	margin:20px 0 ;
}

.btn_area ul li{
	display:inline-block;
	margin-right:15px;
}

.payment_nissen {
	margin-top:10px;
	text-align:center;
	font-size:1.3em;
	border-bottom:solid 3px #027AAC;
	background:#000;
	color:#fff;
	padding:5px 0;
}
.bankLink02 {
	margin-top:10px;
}