@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; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 64px;
	padding: 60px 0 14px;
	min-height: 90px;
}

.pageTitle h2, 
.pageTitle h1, 
.pageTitle .h2Ttl, 
.pageTitle .h1Ttl {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

.pageTitle .h2Ttl {
	font-size: 38px;
	line-height: 1.45;
}

/*------------------------------------------------------------
	info
------------------------------------------------------------*/
#main .info {
	margin: 0 auto;
	width: 990px;
}
/*------------------------------------------------------------
	info.warning
------------------------------------------------------------*/
#main .info.warning {
  width:100%;
	font-size: 16px;
	line-height: 1.6;
	border: solid 2px #f00;
	padding: 10px;
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: normal;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 3px;
	color: #333;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

/*------------------------------------------------------------
	comImgBox01
------------------------------------------------------------*/
#main .comImgBox01 .photoBox {
	float: left;
	width: 50%;
}

#main .comImgBox01 .photoBox img {
	width: 100%;
}

#main .comImgBox01 .photoBox span {
	width: 100%;
	height: 500px;
	display: block;
	float: left;
	background: url(../../img/index/photo03.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01 .textBox {
	float: right;
	width: 50%;
	display: table;
}

#main .comImgBox01 .textBox .subBox {
	padding-left: 80px;
	display: table-cell;
	vertical-align: middle;
}

#main .comImgBox01 .textBox .subBox p {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.6;
}

/*------------------------------------------------------------
	comImgBox02
------------------------------------------------------------*/
#main .comImgBox02 .photoBox {
	float: right;
	width: 50%;
}

#main .comImgBox02 .photoBox span {
	width: 100%;
	height: 351px;
	display: block;
	float: right;
	background: url(../../img/service/photo03.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox02 .photoBox img {
	width: 100%;
}

#main .comImgBox02 .textBox {
	float: left;
	width: 50%;
	display: table;
}

#main .comImgBox02 .textBox .subBox {
    /*	padding-left: 40%;
    */	padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
}

#main .comImgBox02 .textBox .subBox p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
}

#main .comImgBox02 .textBox .subBox .comLink,
#main .comImgBox02 .textBox .subBox p,
#main .comImgBox02 .textBox .subBox .headLine01 {
    padding-left: 40%;
}

/*------------------------------------------------------------
	comImgBox03
------------------------------------------------------------*/
#main .comImgBox03  {
	width: 100%;
}

#main .comImgBox03 .photoBox {
	float: right;
	width: 53%;
}

#main .comImgBox03 .photoBox span {
	display: block;
	height: 463px;
	width: 100%;
	background: url(../../img/index/photo02.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox03 .textBox {
	width: 47%;
	display: table;
}

#main .comImgBox03 .textBox .subBox {
	padding: 0 0 40px 42.5%;
	display: table-cell;
	vertical-align: middle;
}

#main .comImgBox03 .textBox .subBox p {
	margin-bottom: 14px;
	width: 96%;
	font-size: 16px;
	line-height: 1.6;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable td,
#main .comTable th {
	padding: 10px 16px 9px;
	color: #333;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	font-weight: normal;
}

#main .comTable th {
	padding-left: 20px;
	width: 35%;
}

#main .comTable .lin {
	padding: 0;
	height: 2px;
	background: url(../../img/common/line01.png) repeat-x left bottom;
}

/*------------------------------------------------------------
	comTableA
------------------------------------------------------------*/
#main .comTableA {
	width: 100%;
	border-collapse: collapse;
}

#main .comTableA th {
	padding: 9px 15px 5px;
	width: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #999;
	border: 1px solid #999;
	border-right: 1px solid #ccc;
}

#main .comTableA .thStyle {
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
}

#main .comTableA td {
	padding: 11px 15px 8px;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	border: 1px solid #999;
	background-color: #fff;
}

.sp {
	display: none!important;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 15px;
	padding: 8px 30px 8px;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	border-left: 10px solid #A16501;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 3px;
	color: #333;
	font-size: 36px;
	line-height: 1.3;
	font-weight: normal;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
#main .headLine05 {
	margin-bottom: 15px;
	padding: 12px 17px 8px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	background-color: #F0F2EE;
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
#main .pageNavi {
	position: relative;
	text-align: center;
}

#main .pageNavi li {
	margin-right: 1px;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

#main .pageNavi li span,
#main .pageNavi li a {
	min-width: 35px;
	line-height: 35px;
	display: inline-block;
	color: #FFF;
	background-color: #004467;
}

#main .pageNavi .current span {
	text-decoration: none;
	background-color: #999;
}

#main .pageNavi li a:hover {
	text-decoration: none;
	background-color: #266F91;
}

#main .pageNavi .prev {
	position: absolute;
	top: 0;
	left: 0;
}

#main .pageNavi .next {
	position: absolute;
	top: 0;
	right: 0;
}

#main .pageNavi .next a,
#main .pageNavi .prev a {
	min-width: 68px;
}

/*------------------------------------------------------------
	pageLink
------------------------------------------------------------*/
#main .pageLink li {
	position: inherit;
}

#main .pageLink .next,
#main .pageLink .prev {
	position: inherit;
	left: 0;
	top: 0;
	right: 0;
	float: left;
}

#main .pageLink .next {
	float: right;
}

/*------------------------------------------------------------
	comDetail
------------------------------------------------------------*/
#main .comDetail .topBox {
	margin: -5px 0 24px;
	padding: 0 14px 15px;
	background: url(../../img/common/line01.png) repeat-x left bottom;
}

#main .comDetail .date {
	margin-bottom: 0;
	color: #4c4c4c;
}

#main .comDetail .txtArea {
	margin-bottom: 20px;
	padding: 0 14px 20px;
	background: url(../../img/common/line01.png) repeat-x left bottom;
}

#main .comDetail p {
	margin-bottom: 14px;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

#main .comDetail .txtArea .headLine03 {
	padding-left: 20px;
}

#main .comDetail .txtArea .qaList {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

#main .comDetail .txtArea .qaList dt {
	margin-bottom: 8px;
	font-weight: bold;
    line-height: 1.6em;
}

#main .comDetail .txtArea .qaList dd {
	margin-bottom: 13px;
}

#main .comDetail .txtArea .qaList dd .boder {
	font-weight: bold;
	border-bottom: 2px solid #F74F4A;
}

#main .comDetail .txtArea .pho01 {
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 235px;
}
#main .info .comLink {
	text-align: center;
}

/*------------------------------------------------------------
	comFlow
------------------------------------------------------------*/
#main .comFlow {
	color: #333;
	background: url(../../img/common/line01.png) repeat-x left top;
}

#main .comFlow .subFlow {
	padding: 17px 0 14px;
	background: url(../../img/common/line01.png) repeat-x left bottom;
}

#main .comFlow .subFlow .box {
	display: table;
	width: 100%;
}

#main .comFlow .subFlow .box .number {
	position: relative;
	padding: 36px 0 4px;
	width: 50px;
	color: #fff;
	font-size: 25px;
	font-style: italic;
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.2;
	text-align: center;
	background-color: #999;
	display: table-cell;
	vertical-align: middle;
}

#main .comFlow .subFlow .box .number .arrow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#main .comFlow .subFlow .box .number img {
	vertical-align: middle;
}

#main .comFlow .subFlow .box .textBox {
	padding: 10px 0 4px 17px;
	width: 940px;
	box-sizing: border-box;
	display: table-cell;
}

#main .comFlow .subFlow .box .textBox .content {
	padding-top: 17px;
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
}

#main .comFlow .subFlow .box .textBox .lBox {
	padding-right: 30px;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

#main .comFlow .subFlow .box .textBox .lBox p {
	font-size: 16px;
	font-weight: bold;
}

#main .comFlow .subFlow .box .textBox .rBox {
	color: #333;
	display: table-cell;
	vertical-align: middle;
}

#main .comFlow .subFlow .box .textBox .rBox p {
	font-size: 16px;
}

#main .comFlow .subFlow .box .textBox .rBox dt {
	padding: 0 0 2px 15px;
	font-size: 16px;
	background: url(../../img/common/icon03.png) no-repeat left 4px;
}

#main .comFlow .subFlow .box .textBox .rBox dd {
	margin: 0 0 8px 15px;
	font-size: 16px;
}

#main .comFlow .subFlow .box .textBox .rBox .comNote {
	margin-top: 5px;
	font-size: 13px;
}

#main .comFlow .subFlow .box .textBox .rBox dd .comNote {
	margin-left: -15px;
}

#main .comFlow .subFlow .box .textBox .rBox .flowTxt01 {
	margin-bottom: 5px;
}

#main .comFlow .subFlow .topBox .number {
	padding: 8px 0 0 0;
}

#main .comFlow .subFlow .topBox .textBox {
	padding-bottom: 0;
}

#main .comFlow .subFlow .topBox .textBox .content {
	padding-top: 0;
	border-top: none;
}

#main .comFlow .subFlow .bottomBox .number {
	padding: 28px 0 13px 0;
	background: #999 url(../../img/common/com_arrow02.gif) no-repeat left bottom;
}

#main .comFlow .subFlow .bottomBox .textBox {
	padding-bottom: 10px;
	vertical-align: top;
}

/*------------------------------------------------------------
	wrap
------------------------------------------------------------*/
#main .wrap {
	background-color: #F0F2EE;
}

/*------------------------------------------------------------
	comInformation
------------------------------------------------------------*/
#main .comInformation {
	padding-top: 4px;
	background: url(../../img/common/line02.png) repeat-x left top;
}

#main .comInformation .subInformation {
	padding: 25px 0 29px 0;
	background: url(../../img/common/line02.png) repeat-x left bottom;
}

#main .comInformation .subInformation .gallery {
	float: left;
	padding-top: 4px;
	width: 224px;
	text-align: center;
}

#main .comInformation .subInformation .gallery .pho {
	margin-bottom: 13px;
}

#main .comInformation .subInformation .gallery p {
	font-size: 16px;
	line-height: 1.2;
}

#main .comInformation .subInformation .gallery p span {
	font-size: 13px;
	letter-spacing: -1px;
}

#main .comInformation .subInformation .textBox {
	float: right;
	width: 735px;
}

#main .comInformation .subInformation .textBox .selling {
	font-size: 16px;
}

#main .comInformation .subInformation .textBox .sellingList li {
	margin-right: 33px;
	width: 320px;
	float: left;
	font-size: 16px;
}

#main .comInformation .subInformation .textBox .sellingList li span {
	font-size: 24px;
}

#main .comInformation .subInformation .textBox .costTxt {
	font-size: 16px;
}

#main .comInformation .subInformation .textBox .costTxt span {
	font-size: 24px;
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
#main .headLine06 {
	margin-bottom: 19px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
#main .headLine07 {
	margin-bottom: 5px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
	background-color: #F0F2EE;
}

/*------------------------------------------------------------
	contactBox
------------------------------------------------------------*/
.contactBox {
	margin-bottom: 64px;
	padding: 70px 0;
	background-color: #F0F2EE;
}

.contactBox .info {
	margin: 0 auto;
	width: 990px;
}

.contactBox .info .lBox {
	float: left;
	padding: 0 5px;
	width: 483px;
	display: table;
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #999;
}

.contactBox .info .lBox p {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
}

.contactBox .info .rBox {
	float: right;
	width: 493px;
	text-align: center;
	border-right: 1px solid #9E9E9E;
}

.contactBox .info .rBox .hurry {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}

.contactBox .info .rBox .tel {
	margin-bottom: 7px;
	color: #333;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}

.contactBox .info .rBox .tel span {
	padding-left: 40px;
	background: url(../../img/common/icon01.gif) no-repeat left 8px;
}

.contactBox .info .rBox .time {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
}

/*------------------------------------------------------------
	select
------------------------------------------------------------*/
.customSelect {
	/*padding: 3px 0 3px 5px;*/
    padding: 1px 0 0px 5px;
	position: relative;
	border: 1px solid #CCC;
	background: #fff;
}

.customSelect:before {
	width: 28px;  
    height: 28px;
	background: url(../../img/common/select02_out_bg.gif) no-repeat right top;
    position: absolute;  
    top: -1px;
    right: -1px;
  
    content: "";
}

@media all and (min-width: 0) and (max-width: 736px)  {
    .customSelect {
        padding: 4px 0 2px 0px;
        height: 20px;
    }

    .customSelect:before {
        width: 28px;
        height: 28px;
        background: url(../../img/common/select02_out_bg.gif) no-repeat right top;
        position: absolute;
        top: -1px;
        right: -1px;
        content: "";
    }
}

.customSelect.styled {
	padding: 4px 0 3px 20px;
	box-sizing: border-box;
	background: #fff;
}

.customSelect.styled:before {
	width: 49px;  
    height: 33px;
	background: url(../../img/common/select_out.gif) no-repeat right top;
}

.customSelectHover:before {
	background: url(../../img/common/select02_over_bg.gif) no-repeat right top;
}

.customSelectHover.styled:before {
	background: url(../../img/common/select_over.gif) no-repeat right top;
}

.customSelect .customSelectInner {
	padding-right: 30px;
	text-align: center;
}

.customSelect.styled .customSelectInner {
	padding-right: 50px;
	font-size: 16px;
	text-align: left;
}

/*------------------------------------------------------------
	input:checkbox
------------------------------------------------------------*/
.custom-checkbox {
	position: relative;
}

.custom-checkbox input {
	position: absolute;
	left: 2px;
	top: 4px;
	margin: 0;
}
.custom-checkbox label {
	padding: 2px 0 0 30px;
	display: block;
	position: relative;
	background: url(../../img/common/checkbox_off.gif) no-repeat left center;
}

.error .custom-checkbox label {
	background: url(../../img/common/checkbox_error.gif) no-repeat left center;
}

.custom-checkbox .checked {
	background: url(../../img/common/checkbox_on.gif) no-repeat left center;
}
/*------------------------------------------------------------
	woo commerce
------------------------------------------------------------*/
body.woocommerce-page #sidebar1 {
	display: none;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	
	#main .shop_table td {
		background-color: unset !important;
		width: 100% !important;
		box-sizing: border-box;
		border: none;
	  }
	#main .shop_table tr {
border: solid 1px;
	  }

.quantity ,.product-quantity,td.product-price ,.product-subtotal{
	text-align: right !important;
  }
  table.cart td.product-remove a.remove {
	position:relative !important;
	left: 0 !important;
	top: 0 !important;
	font-size: 2em !important;
	padding: 10px 5px;
	line-height: 1;
  }
  

	.pc {
		display: none !important;
	}

	.sp {
		display: block!important;
	}
	
	/*------------------------------------------------------------
		input:checkbox
	------------------------------------------------------------*/
	.custom-checkbox label {
		padding: 2px 0 2px 35px;
		display: block;
		position: relative;
		min-height: 21px;
		background: url(../../img/common/sp_checkbox_off.gif) no-repeat left center;
		background-size: 25px 25px;
	}
	
	.error .custom-checkbox label {
		background: url(../../img/common/sp_checkbox_error.gif) no-repeat left center;
		background-size: 25px 25px;
	}
	
	.custom-checkbox .checked {
		background: url(../../img/common/sp_checkbox_on.gif) no-repeat left center;
		background-size: 25px 25px;
	}
	
	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	.pageTitle {
		margin-bottom: 36px;
		padding: 36px 0 10px;
		min-height: 54px;
		background: url(../../img/common/sp_page_title_bg.jpg) no-repeat;
		background-size: cover;
	}
	
	.pageTitle .h2Ttl,
	.pageTitle .h1Ttl,
	.pageTitle h2, 
	.pageTitle h1 {
		font-size: 22px;
	}
	
	/*------------------------------------------------------------
		info
	------------------------------------------------------------*/
	#main .info {
		width: auto;
		margin: 0 20px;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 4px;
		font-size: 18px;
	}
	
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 6px;
		font-size: 22px;
	}
	
	/*------------------------------------------------------------
		comImgBox01
	------------------------------------------------------------*/	
	#main .comImgBox01 .photoBox {
		float: none;
		margin-bottom: 20px;
		width: auto;
		height: inherit !important;
	}
	
	#main .comImgBox01 .textBox {
		float: none;
		padding: 0 23px;
		width: auto;
		display: inherit;
		height: inherit !important;
	}
	
	#main .comImgBox01 .textBox .subBox {
		padding-left: 0;
		display: inherit;
	}
	
	#main .comImgBox01 .textBox .subBox p {
		margin-bottom: 9px;
		font-size: 14px;
	}
	
	/*------------------------------------------------------------
		comImgBox02
	------------------------------------------------------------*/
    #main .comImgBox02 .photoBox {
        float: none;
        margin-bottom: 20px;
        width: auto;
        height: inherit !important;
    }

    #main .comImgBox02 .textBox {
        float: none;
        padding: 0 23px;
        width: auto;
        display: inherit;
        height: inherit !important;
    }

    #main .comImgBox02 .textBox .subBox {
        padding-left: 0;
        display: inherit;
    }

    #main .comImgBox02 .textBox .subBox p {
        margin-bottom: 9px;
        font-size: 14px;
    }

    #main .comImgBox02 .textBox .subBox .comLink,
    #main .comImgBox02 .textBox .subBox p,
    #main .comImgBox02 .textBox .subBox .headLine01 {
        padding-left: 0;
    }
	
	/*------------------------------------------------------------
		comImgBox03
	------------------------------------------------------------*/
	#main .comImgBox03 .photoBox {
		margin-bottom: 20px;
		width: auto;
		height: inherit !important;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
	
	#main .comImgBox03 .photoBox img {
		float: right;
		width: 95%;
	}
	
	#main .comImgBox03 .textBox {
		padding: 0 23px;
		width: auto;
		display: inherit;
		height: inherit !important;
	}
	
	#main .comImgBox03 .textBox .subBox {
		padding: 0;
		display: inherit;
	}
	
	#main .comImgBox03 .textBox .subBox p {
		margin-bottom: 9px;
		width: auto;
		font-size: 14px;
	}
	
	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable td,
	#main .comTable th {
		padding: 3px 15px 9px;
		width: 100% !important;
		float: left;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	#main .comTable th {
		padding: 10px 15px 2px;
		width: 100% !important;
	}

	#main .comTable .lin {
		padding: 0;
		height: 1px;
		background-size: 2px 1px;
	}
	
	/*------------------------------------------------------------
		comTableA
	------------------------------------------------------------*/
	#main .comTableA th {
		padding: 7px 8px;
		font-size: 14px;
	}
	
	#main .comTableA td {
		padding: 6px 8px;
		font-size: 14px;
	}
	
	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin-bottom: 15px;
		padding: 6px 15px 5px;
		font-size: 18px;
		line-height: 1.35;
		border-left: 6px solid #A16501;
	}
	
	/*------------------------------------------------------------
		headLine04
	------------------------------------------------------------*/
	#main .headLine04 {
		margin-bottom: 2px;
		font-size: 22px;
	}

	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	#main .headLine05 {
		margin-bottom: 10px;
		padding: 7px 15px;
		font-size: 16px;
		line-height: 1.3;
	}
	
	/*------------------------------------------------------------
		pageNavi
	------------------------------------------------------------*/
	#main .pageNavi li {
		font-size: 14px;
		display: none;
	}

	#main .pageNavi .prev ,
	#main .pageNavi .next {
		display: block;
	}
	
	#main .pageNavi li span,
	#main .pageNavi li a {
		min-width: 40px;
		line-height: 40px;
	}
	
	#main .pageNavi .next a img,
	#main .pageNavi .prev a img {
		width: 74px;
	}
	
	#main .pageNavi .num {
		color: #999;
		line-height: 40px;
	}
		
	/*------------------------------------------------------------
		comDetail
	------------------------------------------------------------*/
	#main .comDetail .topBox {
		margin: -2px 0 15px;
		padding: 0 0 11px;
		background-size: 2px 1px;
	}

	#main .comDetail .date {
		margin-bottom: 0;
	}

	#main .comDetail .txtArea {
		padding: 0 0 15px;
		background-size: 2px 1px;
	}

	#main .comDetail p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	#main .comDetail .txtArea .headLine03 {
		padding-left: 15px;
	}

	#main .comDetail .txtArea .qaList dd {
		margin-bottom: 13px;
		font-size: 14px;
	}
		
	#main .comDetail .txtArea .pho01 {
		margin-bottom: 15px;
	}
	
	#main .comDetail .txtArea .pho01 img {
		width: 50%;
	}

	#main .comDetail .txtArea .pho02  img {
		width: 100%;
	}
	
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	.comLink {
		margin: 0 auto;
		width: auto;
		max-width: 275px;
	}
	
	.comLink img {
		width: 100%;
	}
	
	/*------------------------------------------------------------
		comFlow
	------------------------------------------------------------*/
	#main .comFlow {
		background: url(../../img/common/line01.png) repeat-x left top;
		background-size: 2px 1px;
	}

	#main .comFlow .subFlow {
		padding: 15px 0 8px;
		background: url(../../img/common/line01.png) repeat-x left bottom;
		background-size: 2px 1px;
	}
	
	#main .comFlow .subFlow .box .number {
		padding-top: 20px;
		width: 38px;
		font-size: 25px;
	}
	
	#main .comFlow .subFlow .topBox .number {
		padding-top: 0;
	}
	
	#main .comFlow .subFlow .box .textBox {
		padding: 0 0 16px 17px;
		width: auto;
		color: #000;
	}
	
	#main .comFlow .subFlow .box .textBox .content {
		padding-top: 10px;
		border-top: 1px solid #999;
	}
	
	#main .comFlow .subFlow .box .textBox .lBox {
		float: none;
		display: inherit;
		height: inherit !important;
		width: auto;
		padding: 0 0 4px 0;
	}
	
	#main .comFlow .subFlow .box .textBox .lBox p {
		font-size: 14px;
	}
	
	#main .comFlow .subFlow .box .textBox .rBox {
		display: inherit;
		height: inherit !important;
	}
	
	#main .comFlow .subFlow .box .textBox .rBox p {
		font-size: 14px;
	}
	
	#main .comFlow .subFlow .box .textBox .rBox dt {
		font-size: 14px;
		background: url(../../img/common/sp_icon03.png) no-repeat left 5px;
		background-size: 12px 12px;
	}
	
	#main .comFlow .subFlow .box .textBox .rBox dd {
		margin-bottom: 6px;
		font-size: 14px;
	}
	
	#main .comFlow .subFlow .box .textBox .rBox .comNote {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 12px;
	}

	#main .comFlow .subFlow .box .textBox .rBox dd .comNote {
		margin-left: 0;
	}
	
	#main .comFlow .subFlow .topBox .textBox .content {
		padding-top: 6px;
		border-top: none;
	}
	
	#main .comFlow .subFlow .bottomBox .number {
		background: #999 url(../../img/common/sp_com_arrow02.gif) no-repeat center bottom;
		background-size: 38px 11px;
	}
	
	/*------------------------------------------------------------
		headLine06
	------------------------------------------------------------*/
	#main .headLine06 {
		margin-bottom: 8px;
		padding-bottom: 0;
		font-size: 18px;
		text-align: center;
		border-bottom: none;
	}
	
	/*------------------------------------------------------------
		headLine07
	------------------------------------------------------------*/
	#main .headLine07 {
		padding: 7px 15px 5px;
		font-size: 14px;
	}
	
	/*------------------------------------------------------------
		comInformation
	------------------------------------------------------------*/
	#main .comInformation {
		padding-top: 1px;
		background: url(../../img/common/line02.png) repeat-x left top;
		background-size: 2px 1px;
	}
	
	#main .comInformation .subInformation {
		padding: 20px 0 15px;
		background: url(../../img/common/line02.png) repeat-x left bottom;
		background-size: 2px 1px;
	}
	
	#main .comInformation .subInformation .gallery {
		margin-bottom: 12px;
		padding: 0 0 12px;
		float: none;
		width: auto;
		border-bottom: 1px solid #999;
	}
	
	#main .comInformation .subInformation .gallery .pho {
		margin-bottom: 8px;
		text-align: center;
	}
	
	#main .comInformation .subInformation .gallery p {
		font-size: 14px;
	}
	
	#main .comInformation .subInformation .gallery p span {
		font-size: 12px;
	}
	
	#main .comInformation .subInformation .textBox {
		float: none;
		width: auto;
	}
	
	#main .comInformation .subInformation .textBox .selling {
		font-size: 14px;
	}
	
	#main .comInformation .subInformation .textBox .sellingList li {
		float: none;
		margin: 0 0 3px;
		width: auto;
		font-size: 14px;
	}
	
	#main .comInformation .subInformation .textBox .sellingList li span {
		font-size: 18px;
	}
	
	/*------------------------------------------------------------
		contactBox
	------------------------------------------------------------*/
	.contactBox {
		margin-bottom: 29px;
		padding: 35px 0 55px;
	}
	
	.contactBox .info {
		margin: 0 23px;
		width: auto;
	}
	
	.contactBox .info .lBox {
		float: none;
		margin-bottom: 17px;
		padding-bottom: 18px;
		width: auto;
		height: inherit !important;
		display: inherit;
		border: none;
		border-bottom: 1px solid #999;
	}
	
	.contactBox .info .lBox p {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}
	
	.contactBox .info .rBox {
		float: none;
		padding-bottom: 19px;
		width: auto;
		height: inherit !important;
		border-right: none;
		border-bottom: 1px solid #999;
	}
	
	.contactBox .info .rBox .hurry {
		margin-bottom: 9px;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
	}
	
	.contactBox .info .rBox .tel {
		margin-bottom: 4px;
		font-size: 18px;
	}
	
	.contactBox .info .rBox .tel span {
		padding-left: 35px;
		background: url(../../img/common/sp_icon01.gif) no-repeat left center;
		background-size: 22px 18px;
	}
	
	/*------------------------------------------------------------
		select
	------------------------------------------------------------*/
	.customSelect.styled {
		padding: 8px 0 5px 20px;
		background: url(../../img/common/sp_select_out.gif) no-repeat right top;
		background-size: 40px 40px;
	}
	
	.customSelectHover.styled {
		background: url(../../img/common/sp_select_out.gif) no-repeat right top;
		background-size: 40px 40px;
	}
	
	.customSelect.styled .customSelectInner {
		padding-right: 40px;
	}
}
