@charset "utf-8";

/* =================================================================
 * Author : ono
 * Date : 2013-11-05
 * Licensing : e-trust co.,ltd. 
 * ================================================================= */

/*
基本設定の<HEAD>内に記述
<link rel="canonical" href="" />
<link href="{#path}common.css" rel="stylesheet" type="text/css" />
<link href="{#path}index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="{#path}js/common_js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="{#path}js/common_js/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="{#path}js/common_js/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="{#path}js/common_js/function.js"></script>
<link rel="stylesheet" type="text/css" href="{#path}js/common_js/fancybox/jquery.fancybox-1.3.4.css" media="all" />
*/

/* ----------------------------------------------------------

		Reset

---------------------------------------------------------- */

* {
	/*word-break: break-all;*/
}
a img {
	border: none;
}
p, ul, li, ol, h1, h2, h3, h4, h5, h6, hr, dl, dt, dd, pre {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
address {
	font-style: normal;
}
br {
	letter-spacing: 0;
}


/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

#smap {
	padding: 0;
}
#smap p {
	margin: 0 0 30px;
	padding-left: 15px;
	border-left: 5px solid #171717;
}
.policy h3 {
	margin-bottom: 30px;
}
.policy p {
	margin-bottom: 60px;
}
.end {
	display: none;
}
.bannar {
	margin: 0;
	padding: 0;
}

/* link setting */
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #B70031;
	text-decoration: underline;
}
a:active, a:hover {
	color: #ff638d;
}


/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

body {
	min-width: 1000px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","MS Pゴシック","MS P Gothic",Helvetica Neue,Helvetica,Osaka,Meiryo,Arial,sans-serif;
	/*font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;*/
	/*font-family:'Hiragino Mincho ProN', serif;*/
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	color: #1B1B1B;
}
#wrapper {
	width: 100%;
}
#contents {
	margin: 0 auto;
	width: 1000px;
	background-color: none!important;
	padding: 40px 0 80px;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}


/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */

#header {
	width: 100%;
	border-bottom: 2px solid #E6E2DF;
}
#headerinner {
	padding-bottom: 15px;
}
h1 {
	font-size: 100%;
	font-weight: normal;
	/*color: #FFFFFF;*/
	text-align: left;
	float: left;
	padding: 5px 0 15px;
}
#primary {
	float: right;
	padding: 5px 0 15px;
}
#primary a {
	color: #1B1B1B;
	text-decoration: none;
}
#primary a:hover {
	color: #B70031;
	text-decoration: underline;
}
#logo {
	float: left;
	margin-right: 11px;
}
#header_bnr li {
	float: left;
	margin-left: 22px;
}

/* global navigation */
#gnavi {
	width: 652px;
	height: 39px;
	margin: 0 0 15px 20px;
}
#gnavi li {
	float: left;
}

/* mainimg */
#mainArea {
	display: none;
}


/* ----------------------------------------------------------

		Left

---------------------------------------------------------- */

#navi {
	display: none;
	/*width: 1000px;
	height: 50px;
	margin: 25px auto 0;*/
}
#left {
	/*width: 240px;*/
	display: none;
}
/*.sidebox {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: left;
}*/


/* ----------------------------------------------------------

		 Right

---------------------------------------------------------- */
#right{
	width: 1000px;
	/*margin: 0 30px 0 0;*/
	text-align: left;
	z-index: 10;
}

/* headline */
h2 {
	background: url(image/common/h2.png) repeat left top;
	font-size: 30px;
	padding: 20px 25px;
	font-weight: normal;
	border: 3px solid #FFFFFF;
	color: #3a3737;
}
.h2 {
	border: 1px solid #B70031;
}
h3 {
	background: url(image/common/h3.png) no-repeat 10px 12px #231B1D;
	vertical-align: middle;
	padding: 5px 15px 5px 30px;
	color: #FFF8EC;
}
h4 {
	border-left: 5px solid #F59D05;
	padding-left: 5px;
}
h5 {
	border-left: 5px solid #4B6F49;
	padding-left: 5px;
}

/* list */
.list .child {
	background: url(image/common/icon_list.png) no-repeat left 7px;
	font-size: 16px;
	border-bottom: 1px dotted #FFBE1D;
}
.list_text span {
	background: url(image/common/list_icon.png) no-repeat left 4px;
	padding: 0 0 0 20px !important;
	line-height: 1.7;
}

/* bread list */
#right {
	position: relative;
}
.bread {
	font-size: 11px;
	background: url(image/common/bread_home.png) no-repeat left center;
	padding: 0 0 0 20px !important;
	position: absolute;
	top: -25px;
	right: 0;
}
.bread a {
	padding: 0 17px 0 0;
	background: url(image/common/bread_arrow.png) no-repeat right center;
	margin: 0 5px 0 0;
}
.bread a:hover {
	/*color: #8b400a;*/
}

/* b color */
.bcolor b {
	color: #3c9ce7;
}

/* a button */
a.btn {
	background: #4a9bea;
	/* gradient */
		background: -moz-linear-gradient(top,  #4a9bea 0%, #1f7be5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a9bea), color-stop(100%,#1f7be5));
		background: -webkit-linear-gradient(top,  #4a9bea 0%,#1f7be5 100%);
		background: -o-linear-gradient(top,  #4a9bea 0%,#1f7be5 100%);
		background: -ms-linear-gradient(top,  #4a9bea 0%,#1f7be5 100%);
		background: linear-gradient(to bottom,  #4a9bea 0%,#1f7be5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bea', endColorstr='#1f7be5',GradientType=0 );
	/* end gradient */
	/* box shadow */
		-moz-box-shadow: 0 0 5px #8df0ff inset;
		-webkit-box-shadow: 0 0 5px #8df0ff inset;
		-ms-box-shadow: 0 0 5px #8df0ff inset;
		box-shadow: 0 0 5px #8df0ff inset;
	/* end box shadow */
	border: 1px solid #0051cb;
	color: #ffffff;
	padding: 5px 10px;
	/* border-radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
    /* end border-radius */
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}
a.btn:hover {
	background: #1f7be5;
	/* gradient */
		background: -moz-linear-gradient(top,  #1f7be5 0%, #4a9bea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f7be5), color-stop(100%,#4a9bea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1f7be5 0%,#4a9bea 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1f7be5 0%,#4a9bea 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1f7be5 0%,#4a9bea 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1f7be5 0%,#4a9bea 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7be5', endColorstr='#4a9bea',GradientType=0 ); /* IE6-9 */
	/* end gradient */
}


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */

#footer {
	display: none;
}
#footermenu {
	width: 100%;
	color: #FFFFFF;
}
#footermenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footermenu a:hover {
	color: #ffd691;
	text-decoration: underline;
}
#footerinner {
	background: url(image/common/footer_bg.png) repeat-x left top #B70031;
	border-top: 1px solid #FFF8EC;
	padding: 20px 0;
}
#footerinner .ColLeft {
	text-align: left;
	margin-right: 30px;
}
#pagetop {
	text-align: right;
	border-bottom: 1px solid #B70031;
}
#credit {
	text-align: right;
}
#footer_contact {
	text-align: right;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------

		COMMON STYLE

---------------------------------------------------------- */

/* box */
.box01{	border:1px solid #34272A;}
.box02 { border: 1px solid #F5F2EC;}
.box03 { border: 4px solid #b2d2ea !important;}

/* normal border-bottom */
.bb01 {	border-bottom: 2px dotted #A4A4A4;}
.bb02 { border-bottom: 1px dotted #3E3E3E !important;}

/* y line */
.line_y { background: url(image/common/stroke_y.png) repeat-y center top;}

/* table td border-bottom */
.tdbb td { border-bottom: 1px dotted #DFB6C8 !important;}

/* img border */
.border img {border: 1px solid #CCCCCC;}
.border02 img {border: 1px solid #ffffff;}
.border03 img {border: 2px solid #FFBAE5;}

/* table img column */
.pics3 img {
	max-width: 220px;
	height: auto;
}
.pics4 img {
	max-width: 160px;
	height: auto;
}

/* float */
.ColLeft { float:left;}
.ColRight { float:right;}
.clear{clear:both;}

/* font-size */
.fs10 {font-size:10px;}.fs11 {font-size:11px;}.fs12 {font-size:12px;}.fs13 {font-size:13px;}.fs14 {font-size:14px;}.fs15 {font-size:15px;}.fs16 {font-size:16px;}.fs17 {font-size:17px;}.fs18 {font-size:18px;}.fs19 {font-size:19px;}.fs20 {font-size:20px;}.fs21 {font-size:21px;}.fs22 {font-size:22px;}.fs23 {font-size:23px;}.fs24 {font-size:24px;}.fs25 {font-size:25px;}.fs26 {font-size:26px;}.fs27 {font-size:27px;}.fs28 {font-size:28px;}.fs29 {font-size:29px;}.fs30 {font-size:30px;}.fs31 {font-size:31px;}.fs32 {font-size:32px;}.fs33 {font-size:33px;}.fs34 {font-size:34px;}.fs35 {font-size:35px;}

/* line-height */
.lh12{line-height:1.2;}.lh13{line-height:1.3;}.lh14{line-height:1.4;}.lh15{line-height:1.5;}.lh16{line-height:1.6;}.lh17{line-height:1.7;}.lh18{line-height:1.8;}.lh19{line-height:1.9;}.lh20{line-height:2;}.lh21{line-height:2.1;}.lh22{line-height:2.2;}

/* letter-spacing */
.ls-1{letter-spacing:-1px;}.ls0{letter-spacing:0px;}.ls1{letter-spacing:1px;}.ls2{letter-spacing:2px;}

/* padding */
/* all */
.pd05{padding:5px !important;}.pd10{padding:10px !important;}.pd15{padding:15px !important;}.pd20{padding:20px !important;}.pd25{padding:25px !important;}.pd30{padding:30px !important;}
/* top */
.pdT05{padding-top:5px !important;}.pdT10{padding-top:10px !important;}.pdT15{padding-top:15px !important;}.pdT20{padding-top:20px !important;}.pdT25{padding-top:25px !important;}.pdT30{padding-top:30px !important;}
/* bottom */
.pdB05{padding-bottom:5px !important;}.pdB10{padding-bottom:10px !important;}.pdB15{padding-bottom:15px !important;}.pdB20{padding-bottom:20px !important;}.pdB25{padding-bottom:25px !important;}.pdB30{padding-bottom:30px !important;}
/* top & bottom */
.pdTB05{padding-top:5px !important;padding-bottom:5px !important;}.pdTB10{padding-top:5px !important;padding-bottom:5px !important;}.pdTB15{padding-top:15px !important;padding-bottom:15px !important;}.pdTB20{padding-top:20px !important;padding-bottom:20px !important;}.pdTB25{padding-top:25px !important;padding-bottom:25px !important;}.pdTB30{padding-top:30px !important;padding-bottom:30px !important;}
/* left */
.pdL05{padding-left:5px !important;}.pdL10{padding-left:10px !important;}.pdL15{padding-left:15px !important;}.pdL20{padding-left:20px !important;}.pdL25{padding-left:25px !important;}.pdL30{padding-left:30px !important;}
/* right */
.pdR05{padding-right:5px !important;}.pdR10{padding-right:10px !important;}.pdR12{padding-right:12px !important;}.pdR15{padding-right:15px !important;}.pdR20{padding-right:20px !important;}.pdR25{padding-right:25px !important;}.pdR30{padding-right:30px !important;}
/* left & right */
.pdLR05{padding-left:5px !important;padding-right:5px !important;}.pdLR10{padding-left:10px !important;padding-right:10px !important;}.pdLR15{padding-left:15px !important;padding-right:15px !important;}.pdLR20{padding-left:20px !important;padding-right:20px !important;}.pdLR25{padding-left:25px !important;padding-right:25px !important;}.pdLR30{padding-left:30px !important;padding-right:30px !important;}

/* margin */
/* all */
.mg05{margin:5px;}.mg10{margin:10px;}.mg15{margin:15px;}.mg20{margin:20px;}.mg25{margin:25px;}.mg30{margin:30px;}
/* top */
.mgT05{margin-top:5px;}.mgT10{margin-top:10px;}.mgT15{margin-top:15px;}.mgT20{margin-top:20px;}.mgT25{margin-top:25px;}.mgT30{margin-top:30px;}
/* bottom */
.mgB05{margin-bottom:5px;}.mgB10{margin-bottom:10px;}.mgB15{margin-bottom:15px;}.mgB20{margin-bottom:20px;}.mgB25{margin-bottom:25px;}.mgB30{margin-bottom:30px;}.mgB35{margin-bottom:35px;}.mgB40{margin-bottom:40px;}
/* top & bottom */
.mgTB05{margin-top:5px;margin-bottom:5px;}.mgTB10{margin-top:5px;margin-bottom:5px;}.mgTB15{margin-top:15px;margin-bottom:15px;}.mgTB20{margin-top:20px;margin-bottom:20px;}.mgTB25{margin-top:25px;margin-bottom:25px;}.mgTB30{margin-top:30px;margin-bottom:30px;}
/* left */
.mgL05{margin-left:5px;}.mgL10{margin-left:10px;}.mgL15{margin-left:15px;}.mgL20{margin-left:20px;}.mgL25{margin-left:25px;}.mgL30{margin-left:30px;}
/* right */
.mgR05{margin-right:5px;}.mgR10{margin-right:10px;}.mgR15{margin-right:15px;}.mgR20{margin-right:20px;}.mgR25{margin-right:25px;}.mgR30{margin-right:30px;}
/* left & right */
.mgLR05{margin-left:5px;margin-right:5px;}.mgLR10{margin-left:10px;margin-right:10px;}.mgLR15{margin-left:15px;margin-right:15px;}.mgLR20{margin-left:20px;margin-right:20px;}.mgLR25{margin-left:25px;margin-right:25px;}.mgLR30{margin-left:30px;margin-right:30px;}

/* border-radius */
/* all */
.radius10 {
     /* border-radius */
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
     /* end border-radius */
}

/* font-family */
.mincho {font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.webfont {font-family: 'Didact Gothic','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;}

/* font color */
.green {color: #317000;}
.red {color: #A70A0C;}


/* ----------------------------------------------------------

		SHOP STYLE

---------------------------------------------------------- */

.shopCont {
	margin: 0 !important;
}
h2.titleH2 {
	background: url(image/common/h2.png) repeat left top !important;
	font-size: 30px !important;
	padding: 20px 25px !important;
	font-weight: normal !important;
	border: 3px solid #ece3d1 !important;
	color: #3a3737 !important;
}
#searchTable th {
	background: #FFF8EC !important;
}
.itemLook h3 {
	background: url(image/common/h3.png) no-repeat 10px 12px #231B1D !important;
	vertical-align: middle !important;
	padding: 5px 15px 5px 30px !important;
	color: #FFF8EC !important;
	border: none !important;
	font-size: 150%;
	margin: 60px 0 30px;
}
.sortArea {
	padding: 0 !important;
}
.sortArea h5 {
	border: none !important;
}
#under_navi {
	background: #F0F0F0 !important;
}

/* ----------------------------------------------------------

		PAGES STYLE

---------------------------------------------------------- */

/* top */
.newslist {
	height: 220px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 20px;
}


/* company */
.company td div {
	padding: 15px;
	background: #333333;
	padding: 15px;
	font-weight: bold;
	color: #FFF8EC;
}


/* faqbox */
.faqbox {
	width: 288px;
	float: left;
	border: 1px solid #efdcbb;
}
.faq_q {
	padding: 0 0 5px 23px !important;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #6C808E !important;
	color: #B70031;
	background: url(image/common/faq_icon.png) no-repeat left 3px;
}
.faq_a {
	padding: 7px 0 0 !important;
}