/* reset
=========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, "メイリオ", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3',Sans-Serif;
	letter-spacing: 2px;
	color: #717171;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{color: #717171; text-decoration: none;}
a:hover{color: #c9a063;}
p{line-height: 1.6em;}
img{border: 0;}

/* utility
=========================================== */
.inline,
.inline li{display: inline-block;}
.sans{font-family: 'Times New Roman', serif;}

.flL{float: left;}
.flR{float: right;}
.relative{position: relative;}

.right{text-align: right;}
.center{text-align: center;}

img.img{
	display: block;
	border: 1px solid #ddd;
}

.sp-show{
	display: none;
}
.sp-hide{
	display: block;
}

/* margin padding
=========================================== */
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 80px;}

.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}

/* headedr
=========================================== */
#hNavi{
	width: 100%;
	background-color: #efefef;
	text-align: right;
	padding: 7px 0;
}
#hNavi li{width:25px;margin-right: 20px; vertical-align: top;}
#hNavi li:last-child{width:30px;}
#hNavi li img{max-width: 100%;}
#hNavi.fixed{
	position: fixed; top: 0; left: 0;
	z-index: 9999;
}

/*検索*/
#hNavi form{
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}
#hNavi input#search{
	width: 155px;
	line-height: 11px;
	font-size: 10px;
}
#hNavi input#searchBtn{
	display: inline-block;
	width: 14px; height: 16px;
	background: url(/assets/images/btn_search.png) no-repeat 0 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}

/*ヘッダー*/
#globalHeader{padding-bottom: 60px;}
#globalHeader.fixed{padding-bottom: 163px;}

/*ヘッダーキャラクター*/
.chara{
	padding: 43px 0 38px;
	text-align: center;
}

/*グローバルナビ*/
#gNavi{
	width: 100%;
	background-color: #fff;
	position: relative;
	padding-top: 20px;
}
#gNavi.fixed{
	position: fixed; top: 42px; left: 0;
	z-index: 9999;
	margin-bottom: 80px;
}
#gNavi > hr{
	margin: 0; padding: 0 0 2px;
	display: none;
	background: url(/assets/images/bg_gnavi.png) repeat-x 0 bottom;
}
#gNavi section{
	width: 680px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
#gNavi h1{
	width: 680px;
	margin: 0 auto 10px;
	padding: 0 0 8px;
	border-bottom: 1px solid #adacac;
}
#gNavi li{
	margin-right: 60px;
	font-size: 12px;
	vertical-align: top;
	position: relative;
	letter-spacing: 1px;
}
#gNavi li:last-child{margin-right: 0;}
#gNavi li.active > a{color: #c9a063;}
#gNavi li.ico > a{
	background: url(/assets/images/ico_nav.png) no-repeat right center;
	padding-right: 12px;
	position: relative; z-index: 4;
}
#gNavi li ul{
	display: block;
	position: absolute;
	top: -10px;
	left: -160px;
	z-index: 999;
	width: 190px;
	padding: 42px 20px 0;
	text-align: right;
	background-color: #fff;
	border: 1px solid #e2e3e3;
	z-index: 3;
}
#gNavi li ul li{
	width: auto;
	display: block;
	margin: 0 0 16px;
}
#gNavi li ul li a{
	padding-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
}

/* contents
=========================================== */
#wrapper{padding-bottom: 40px;}
#main.bg{
	background-color: #fcfcfc;
	padding-top: 40px;
}

.block{
	width: 1047px;
	margin: 0 auto;
}
.block.box{width: 1150px;}

hr{
	margin: 50px 0;
	padding: 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #dfdfdf;
}

#breadcrumb{color: #c9a063; margin-bottom: 50px;}
#breadcrumb a{
	background: url(/assets/images/ico_arrow.png) no-repeat right center;
	background-size:4px;
	padding-right: 7px;
	margin-right: 7px;
}

/*read more*/
a.btn-more{
	color: #c9a063;
	font-family: 'Verdana regular';
	font-size: 9px;
}
a.btn-more:hover{
	color: #b28348;
}

/*read more*/
.add-list{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #c9a063;
	cursor: pointer;
}
.add-list:hover{color: #b28348;}
.add-list span{
	background: url(/assets/images/bg_title.png) no-repeat right center;
	padding-right: 16px;
}

/*pager*/
.pager{font-size: 10px;}
.pager li.prev{background: url(/assets/images/bg_prev.png) no-repeat 0 0; padding: 2px 0 0 16px;}
.pager li.next{background: url(/assets/images/bg_next.png) no-repeat right 0; padding: 2px 16px 0 0;}

/*sns*/
.sns p{color: #717171;font-size: 9px;}
.sns ul{
	width: 225px;
	margin-top: 20px;
}
.sns ul a{
	display: inline-block;
	font-size: 9px;
	color: #000;
	padding-right: 4px;
}

/*list*/
.list li{
	width: 197px;
	float: left;
	margin: 0 15px 53px 0;
	text-align: left;
}
.list li.first{clear:both !important;}
.list li.last{margin-right: 0 !important;}

/* side navi
=========================================== */
#side{
	position: relative;
	width: 200px;
	font-size: 11px;
	background-color: #fff;
	float: left;
}
#side section.fixed{position: fixed; top: 436px;}
#side p.sans{font-size: 13px;}
#side ul{margin-top: 13px;}
#side ul li{line-height: 1.8em;}

/* footer
=========================================== */
#globalFooter{
	width: 100%;
	position: fixed; bottom: 0;
	background-color: #eeefef;
	border-top: 2px solid #fff;
	padding: 10px 0 30px;
	z-index: 9999;
}
#globalFooter p{position: absolute;}
#globalFooter #copyright{left: 10px;}
#globalFooter #corporate{width: 100%;}
#globalFooter #designer{right: 10px;}

/* clearfix
=========================================== */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear{clear: both;}



@media only screen and (max-device-width: 959px){
body{min-width:1200px;}
#side{padding-left: 10px;}
}