@charset "UTF-8";



/* CSSリセット
------------------------------------------------------------ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


 
/*一般・共通設定
------------------------------------------------------------ */
 
 /* for All Pages
------------------------------------------------------------ */
.clear { clear: both; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


 
body {

	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
    background:#fff;


    background:url(../img/common/rin01.jpg) top repeat-x\9;	/* IE8のためのハック上部が表示されない為 */
	padding-top:30px\9;
    }
    


.inner {
	position:relative;
	width:1000px;
	top:-12px;
	margin:0 auto;
	

}
.innerst {
	position:relative;
	width:1000px;
	margin:0 auto;
	

}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
	background:url(../img/common/rin01.jpg) top repeat-x;

	}
	

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 3px #EEEEEE;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	overflow:hidden;
	width:1000px;
	margin:20px auto;
}



#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

h2 {
	margin-top:50px;
	margin-bottom:35px;;
	font-size:36px;
	font-weight:bold;
	color:#F9CB2D;
	text-align:center;
	
}

.h2nd {
	margin-top:50px;
	margin-bottom:35px;;
	font-size:36px;
	font-weight:bold;
	color:#525252;
	text-align:center;
	
}
.stitle {margin-bottom:40px;
	padding-left:10px;
	color: #525252;
	font-size:17px;
	font-weight:bold;
	border-bottom:1px solid #908E8E;
}


h3 {margin-bottom:40px;
	padding-left:10px;
	color: #525252;
	font-size:17px;
	font-weight:bold;
	border-bottom:1px solid #908E8E;
}

.h3nd {
	margin-top:2px;
	margin-bottom:10px;;
	font-size:28px;
	font-weight:bold;
	color:#525252;
	text-align:center;

	
}

h4 {
	margin-bottom:0.25em;
	font-size:15px;
	color:#710000;
	border-bottom:3px solid #710000;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

.txts {font-size: 12px;}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}



.spt01 {
	width:80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
	table-layout: fixed;
}


.spt01 th {
	width:20%;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
.spt01 td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}



.spt02 {
	width:90%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
	table-layout: fixed;
}


.spt02 th {
	width:25%;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
.spt02 td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

.taitoruc {
	width:1000px;
}

	
	
.p17 {font-size:17px;
font-weight:bold;
line-height:1.6em;
}


.p16r {font-size:16px;
line-height:1.6em;
}

 /*ヘッダー
------------------------------------------------------------ */
header {
	padding:30px 10px;
	}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}


 /*グローバルナビゲーション
------------------------------------------------------------ */

#globalNav {
width:1000px;
float: center;
margin: 0 auto;
background-color:#FFFFFF !important;
	
}

#globalNav ul li {
    margin-right:30px;
	margin-top: 26px;
	 float: left;
    position: relative;
	list-style:none;
	margin-top: 20px;
}
#globalNav ul li a {
	font-weight: bold;
	text-decoration: none;
	
}

#globalNav ul li a:hover {
    color: #F9CB2D;
    background: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#globalNav ul li ul {
    display: none;
    position: absolute;
    top: 25px;
    left: -20px;
}

.hida { left: -8px;
}

#globalNav ul li ul li {
    float: none;
    font-size: 11px;
    line-height: 0;
	list-style:none;
	margin-top: 0px;
}
#globalNav ul li ul li a {
    display: block;
    width: 110px;
    color: #535353;
	font-weight:bold;
    padding: 5px 5px;
    background:  #ffffff;
    line-height: normal;
    border-top: 1px solid #ffffff;
    text-decoration: none;
    text-align: left;
}
#globalNav ul li ul li a:hover {
    color: #F9CB2D;
    background: #ffffff;
}



/* 外部化したヘッダー・グロナビをアクティブ化する
------------------------------------------------------------ */
body.nav-feature .nav-feature >a 
 {
    color: #ffffff;
    background: #F9CB2D;
   width: 100px;
    margin: 0 auto;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    text-align: center;
      border-radius: 2px;
    -webkit-border-radius: 2px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 2px;/* for Firefox 対応*/
	 
}


body.nav-flow .nav-flow >a 
 {
     color: #ffffff;
    background: #F9CB2D;
   width: 110px;
    margin: 0 auto;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    text-align: center;
      border-radius: 2px;
    -webkit-border-radius: 2px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 2px;/* for Firefox 対応*/
	 
}

body.nav-service .nav-service >a 
 {
       color: #ffffff;
    background: #F9CB2D;
   width: 110px;
    margin: 0 auto;
     padding: 2px 0;
    text-decoration: none;
    display: block;
    text-align: center;
      border-radius: 2px;
    -webkit-border-radius: 2px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 2px;/* for Firefox 対応*/
}

body.nav-spec .nav-spec >a 
 {
      color: #ffffff;
    background: #F9CB2D;
    width: 130px;
    margin: 0 auto;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    text-align: center;
     border-radius: 2px;
    -webkit-border-radius: 2px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 2px;/* for Firefox 対応*/
}


/* 右サイド
------------------------------------------------------------ */
.toiawase {
float:right;
width:171px;
padding-right:2px;
position: relative;
}

nav {
		background:#FFFFFF;
		border-bottom:5px solid #fff;
		box-shadow:0 1px 3px #EEEEEE;
		}
	

.fixed {
		position:fixed;
		top:0;
		left:0;
}


 
 /*メイン画像
------------------------------------------------------------ */
.resizeimage img { width: 100%; }


 
 #cat_cover_box {
	width: 100%;
	min-width: 1020px;
	height: 330px;
	background-image: url(../flow/img/flow_haikei.jpg);
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
		}
#cat_cover {
		width: 1020px;
		height: 360px;
		margin: 0 auto;
		position: relative;
}
	
#cat_cover h1 {
	position: absolute;
	left: 294px;
	top: 99px;
}
	
#cat_cover p {
	color: #fff;
	position: absolute;
	top: 243px;
	left: 49px;
}
 

  /*パンくず
------------------------------------------------------------ */
#topicpath {
    width:950px;
	font-size:12px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;

}



  /*フッター
------------------------------------------------------------ */
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#EEEEEE;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#535353;
	background:#EEEEEE;
}


  /*ページトップへの戻り
------------------------------------------------------------ */
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#535353;
}
.totop img:hover {
	background:#B2B4B1;
}


   /* 間隔調整
------------------------------------------------------------ */

.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt170 { margin-top: 170px; }
.mt5 { margin-top: 5px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb3 { margin-bottom: 3px; }
.mb10 { margin-bottom: 10px; }
.mb13 { margin-bottom: 13px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb100 { margin-bottom: 100px; }
.mb200 { margin-bottom: 200px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml140 { margin-left: 140px; }


   /* 位置
------------------------------------------------------------ */
.fr {float:right;}
.fl {float:left;
clear:left;}
.center { text-align:center;}


   /* 色 ライン
------------------------------------------------------------ */
.lin{border-bottom:dotted #B2B4B1 1px;}


   /*TOPページのコンテンツ
------------------------------------------------------------ */
.colL1 { float: left; width: 200px;}
.colR1 { float: right; width: 750px; text-align: left; padding-right:10px; }


   /*特長ページのコンテンツ
------------------------------------------------------------ */

.colLf2 { float: left; width: 386px; text-align: right; }
.colRf2 { float: right; width: 460px; text-align: left; padding-right:10px; }


.photsa {
	overflow:hidden;
	width:800px;
	margin:20px auto;
}




   /*サイトマップ
------------------------------------------------------------ */

.w750 {
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.siboL {width:300px;
float:left;
text-align:left;
padding-left:40px;}


.siboR {width:340px;
float:right;text-align:left;}



   /*オンラインショッピング　認証ページ
------------------------------------------------------------ */


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
	.resizeimage img { width: 100%; }
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#FFFFFF;
	}
	
	#globalNav ul li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #F9CB2D;
		background:#F9CB2D;
	}

	#globalNav ul li a {
		display: block;
		padding:5px 0px 5px 50px ;
		color:#fff;
		text-decoration:none;
		background:#F9CB2D;
		font-size: 18px;
	}
	#globalNav ul li a:hover {
		color:#fff;
		background:#710000;
	}
	