@charset "UTF-8";
th,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
@font-face {
	font-family: YuMinchoM;
	font-weight: 400;
	src: local("Yu Mincho Medium"), local("YuMincho-Regular");
}
@font-face {
	font-family: YuMinchoM;
	font-weight: 600;
	src: local("Yu Mincho bold"), local("YuMincho-bold"), local("Yu Mincho Demibold"), local("YuMincho-Demibold");
}
@font-face {
	font-family: YuGothicM;
	font-weight: 400;
	src: local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
	font-family: YuGothicM;
	font-weight: 600;
	src: local("Yu Gothic bold"), local("YuGothic-bold"), local("Yu Gothic Demibold"), local("YuGothic-Demibold");
}
body {
	color:#666666;
	font-size: 110%;/* 14px */
	line-height: 1.5em;
	font-family: YuGothic, YuGothicM, Yu Gothic, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, "メイリオ","MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
* html body {
	font-size: 92%;
	line-height: 1.6em;
}
a:link,
a:visited {
	color: #2DA569;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: #2DA569;
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}
/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*----------------------------------------
	common
-----------------------------------------*/
.f_bold {
	font-weight:bold;
}
.f_gray {
	color:#666666;
}
.f_gray2 {
	color:#999999;
}
.f_gold {
	color:#bc9521;
}
.t_indent01 {
	margin-left:1em;
	text-indent:-1em;
}
.f_min {
	font-family: YuMincho, YuMinchoM, Yu Mincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho Pro', serif;
}

.t_indent01 span {
	color: #dfd3ae;
}
.f_large2 {/* 18px */
	font-size: 128%;
}
.f_large {/* 16px */
	font-size: 114%;
}
.f_small {/* 12px */
	font-size: 85.5%;
}
.f_small2 {/* 10px */
	font-size: 71%;
}
.f_large .f_small2 {
	font-size: 62.5%;
}
.f_large2 .f_small2 {
	font-size: 55.5%;
}

.lh10 { line-height: 1; }
.lh12 { line-height: 1.2; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.75; }
.lh21 { line-height: 2.1; }

.taC { text-align: center; }
.taL { text-align: left; }
.taR { text-align: right; }

.nb {
	border:none!important;
}
.mb1em {
	margin-bottom:1em;
}
.rOver:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.over{}
.scroll{}

/*----------------------------------------
	header
-----------------------------------------*/
#head {
	height: 65px;
}
#head #headFix {
	position: relative;
	z-index: 1000;
	width: 100%;
	min-width:960px;
	background: #fff url(../img/cmn_header_bg01.gif) center 0 repeat-x;
}
#head.fixedOn #headFix {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
#header01_in {
	width:960px;
	height:65px;
	margin:0 auto;
}
#header01_in h1 ,
#header01_in p ,
#header01_in li {
	display:inline;
	float:left;
}


#header01_in li.li_pulldown {
	position:relative;
	display:block;
	width:132px;
}
#header01_in li.li_pulldown ul {
	display:none;
	position:absolute;
	overflow:hidden;
	width:132px;
	left:0;
	top:0;
	z-index:100;
}
#header01_in li.li_pulldown ul a {
	display:block;
	background-color: #184b36;
}
#header01_in li.li_pulldown ul li.li_pulldown_parent a:hover {
	margin-left:0;
}
#header01_in li.li_search {
	position: relative;
	padding: 15px 0 15px 4px;
}
#header01_in li.li_search .li_search_bar {
	display: none;
	position: absolute;
	z-index: 10;
	top: 61px;
	right: 0;
	height: 52px;
	background: #eeeeee;
	margin-left:0;
	border: 1px solid #fff;
}
#header01_in li.li_search .li_search_bar:before {
	content: '';
	position: absolute;
	top: -8px;
	right: 12px;
	border: 5px solid transparent;
	border-top: none;
	border-bottom: 8px solid #eeeeee;
}
#header01_in li.li_search .li_search_bar form {
	width: 376px;
	padding: 15px 20px;
}
#header01_in li.li_search .li_search_bar form input[type="text"] {
	width: 305px;
	margin-right: 10px;
	padding: 0;
	border: none;
	background: none;
}

#header02 {
	position: relative;
	z-index: 100;
	overflow: hidden;
	min-width:960px;
	background-color: #efe9d6;
}
#header02_in {
	width:960px;
	height:32px;
	margin:0 auto;
}
#header02_in #header_pan {
	width:653px;
	float:left;
}
#header02_in #header_pan ul li {
	display:inline-block;
	float:left;
	font-size:72%;
	line-height:1.3;
	padding:10px 3px 0;
}

#header02_in #header_pan ul li.first {
	margin:0;
	padding:0 8px 0 0;
}

#header02_in #header_pan ul li:before {
	content:"> ";
}
#header02_in #header_pan ul li.first:before ,
#header02_in #header_pan ul li.second:before {
	content:"";
}

#header02_in #header_sns {
	float:right;
}
#header02_in #header_sns ul {
	display: table;
	height: 32px;
	line-height: 0;
}
#header02_in #header_sns ul li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
#header02_in #header_sns ul li.sns_tw p ,
#header02_in #header_sns ul li.sns_fb p {
	overflow:hidden;
	width:70px;
	height:20px;
	border-radius: 3px;
}
#header02_in #header_sns ul li.sns_fb .fb_iframe_widget {
	display: block!important;
}
#header02_in #header_sns ul li.sns_fb p iframe {
	width: 70px !important;
	border-radius: 3px;
}


#wrapper #secondheader {
	width:960px;
	height:92px;
	border-bottom:solid 1px #dfd3ae;
	overflow:hidden;
}
#wrapper #secondheader h1 {
	width:706px;
	padding-left:127px;
	float:left;
	text-align:center;
}
#wrapper #secondheader p {
	width:127px;
	float:right;
	padding:35px 0 0;
}

/*----------------------------------------
	pagetopBtn
-----------------------------------------*/
#pagetopBtn {
	position: fixed;
	right: 40px;
	bottom: 12px;
	z-index: 100;
	width: 62px;
	height: 62px;
}
#pagetopBtn #pagetopBtn_pos {
	position: absolute;
}
#pagetopBtn #pagetopBtn_pos a {
	display: block;
}

/*----------------------------------------
	footer
-----------------------------------------*/
#footer01 {
	min-width: 960px;
	padding: 40px 0;
	font-size:83%;
	line-height:1.3;
	background-color: #f5f6f6;
}
#footer01 #footer01_in {
	display: table;
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
}
#footer01 #footer01_in div {
	display: table-cell;
	vertical-align: top;
}
#footer01 #footer01_in div + div {
	border-left: 1px solid #dee5e2;
}
#footer01 #footer01_in div + div > ul {
	padding-left: 20px;
	padding-right: 20px;
}
#footer01 #footer01_in .b01 {
	width:208px;
}
#footer01 #footer01_in .b02 {
	width:214px;
}
#footer01 #footer01_in .b03 {
	width:247px;
}
#footer01 #footer01_in .b04 {
	width:149px;
}
#footer01 #footer01_in .b05 {
	width:138px;
}
#footer01 #footer01_in .b05 > ul {
	padding-right: 0;
}

#footer01 #footer01_in ul li {
	padding:0 0 0 7px;
	background:url(../img/cmn_ar01.gif) 0 3px no-repeat;
}
#footer01 #footer01_in ul li.first {
	margin-bottom:24px;
}
#footer01 #footer01_in ul li ul li {
	margin-top: 10px;
	padding:0 0 0 19px;
	background:none;
}

#footer01 #footer01_in ul li a {
	font-weight:bold;
}
#footer01 #footer01_in ul li li a {
	font-weight:normal;
}
#footer01 #footer_bnr {
	width: 960px;
	margin: 40px auto 0;
}
#footer01 #footer_bnr ul li {
	float: left;
}
#footer01 #footer_bnr ul li + li {
	margin-left:30px;
}
#footer01 #footer_bnr ul li.li01 {
	width:300px;
	height: 70px;
	text-align:right;
}

#footer02 {
	min-width:960px;
	height:32px;
	background:url(../img/cmn_footer_bg01.gif) 0 0 repeat-x;
}
#footer02_in {
	width:960px;
	height:25px;
	margin:0 auto;
	padding-top:7px;
	overflow:hidden;
}
#footer02_in ul li {
	display:inline;
	float:left;
}
#footer02_in p {
	float:right;
}
/* ignis garden */
#gardenBanner01 {
	width:960px;
	margin:30px auto 0;
	border-top:solid 1px #e7edeb;
	padding:39px 0 0;
	text-align:center;
}
#gardenBanner01 .atte01{
	margin:0.3em 100px -1.3em;
	font-size:10px;
	line-height: 1;
	text-align:right;
	color:#666666;
}

#wrapper {
	width:100%;
	min-width:960px;
	clear:both;
}

#navitime_t01 {
	width:920px;
	margin:0 auto 50px;
	padding:10px 20px;
	font-size:83%;
	line-height:1.0;
	text-align:right;
	background:#f6f6f6;
}
#cat_stit {
	text-align:center;
}