@charset "UTF-8";



/*--------------------------------------------------

 top

--------------------------------------------------*/

/*緊急のお知らせ*/
header + .attention {
	text-align: center;
	padding: 10px 0;
	background: #FFF;
	border-bottom: 1px solid #E5DFDB;
	min-width: 1020px;
}
.attention_unit {
	width: 700px;
	margin: 0 auto 40px;
	padding: 0 10px;
}
.attention_unit h1 {
	margin: 30px 0 10px;
	text-align: center;
}

/*ヘッドライン*/
.headline {
	text-align: center;
	background: #F8F5F4;
	border-bottom: 1px solid #E5DFDB;
	min-width: 1020px;
	margin: 0 auto;
}
.headline ul {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.headline li {
	display: block;
	padding: 0 15px;
	max-width: 1130px;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 50px;
}

.headline li a {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/*padding: 0 15px;
	max-width: 1130px;
	margin: 0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 50px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.headline li  {
		padding: 0 30px 0 0;
	}
	.headline li a  {
		padding: 0 15px 0 0;
	}
}

.headline li a:hover {
	color: #FF6633;
}
.headline li .date {
	color: #7D594C;
	font-family: 'Roboto', sans-serif;
}
.headline li .cate {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 15px;
	margin: 0 15px;
	display: inline-block;
	text-align: center;
	border-radius: 13px;
}
.headline li .cate.topics {
	background: #FAC039;
}
.headline li .cate.menu {
	background: #7D5A4F;
}
.headline li .cate.shop {
	background: #99CC33;
}
.headline li .cate.camp {
	background: #FF6633;
}




/*------------------------------------------------------------

   banner_35th

--------------------------------------------------------------*/
#banner_35th {
	min-width: 1020px;
	max-width: 1160px;
	height: 180px;
	margin: 20px auto;
	font-size: 0;
	line-height: 1;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
#banner_35th #banner_cornerIcon {
	position: absolute;
	top:-10px;
	left:-10px;
	z-index: 100;
}
#banner_35th_wrap {
	position: relative;
	z-index:1;
}
#banner_35th_wrap img {
	position: absolute;
	left:50%;
	margin-left: -580px;
}


/*------------------------------------------------------------

   imageBanner

--------------------------------------------------------------*/
.imageBanner {
	min-width: 1020px;
	max-width: 1160px;
	margin: 20px auto;
}
.imageBanner .bannerWrap {
	padding-right: 1px;
}
.imageBanner .bannerWrap img {
	width: 100%;
}


/*------------------------------------------------------------

   flash_banner

--------------------------------------------------------------*/
#flash_banner {
	min-width: 1020px;
	max-width: 1160px;
	height: 180px;
	margin: 20px auto;
	font-size: 0;
	line-height: 1;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
#flash_banner #banner_cornerIcon {
	position: absolute;
	top:-10px;
	left:-10px;
	z-index: 100;
}
#flash_banner_wrap {
	position: relative;
	z-index:1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#flash_banner_wrap img {
	position: absolute;
	left:50%;
	margin-left: -580px;
	overflow: hidden;
}
#flash_banner_wrap .starticon {
	position: absolute;
	right: 6px;
	top: 10px;
	width: 98px;
}
#flash_banner_wrap .starticon img {
	margin-left: 0;
	left: auto;
	position: static;
	width: 100%;
}


/*フェアメニュー*/
#fair {
	min-width: 1020px;
	max-width: 1160px;
	margin: 0 auto;
}
#fair > div {
	position: relative;
}
#fair > div a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	z-index: 2;
}
#fair > div a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}

/*フェアメニュー画像*/
#fair .menuPhoto {
	position: absolute;
}
#fair .menuPhoto img {
	position: absolute;
	left: 50%;
	top: 50%;
}
#fair .arrow {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index:9;
}
#fair .arrow:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
}

/*スタートマーク*/
#fair .start {
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 67px;
	height: 44px;
	background: #FE6C39;
	border-radius: 45px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 0.7;
	padding: 23px 0 0 0;
	z-index: 10;
}
#fair .large.right {
	position: relative;
}
/*#fair .large.right .start {
	left: 71%;
	margin-left: -77px;
}
#fair .small.right .start {
	left: 55%;
	margin-left: -77px;
}*/
#fair .start .date {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
#fair .start .days {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0 2px;
	margin: 0 0 7px 3px;
	font-size: 11px;
	display: inline-block;
}


/*フェアメニュー名*/
#fair .menuName {
	background: #999;
	position: absolute;
	background: url(../images/bg_texture.png) center center;
}
#fair .menuName p {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	bottom: 13px;
	left: 15px;
	line-height: 1.3;
	z-index: 3;
	margin: 0 10px 0 0;
	text-align: left;
}
#fair .menuName p span {
	display: block;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.1;
	padding-bottom: 6px;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #250104;
}
#fair .menuName .cateIcon:after {
	position: absolute;
	font-family: 'ico_cocos_menu';
	font-size: 42px;
	color: #FFF;
	top: 5px;
	right: 5px;
	line-height: 1;
}


/*フェアメニューカラム大*/
#fair .large {
	width: 49.999%;
	/*width: 500px;*/
	height: 340px;
	overflow: hidden;
}
/*メニュー名 下表示*/
#fair .large.bottom a:after {
	width: 100%;
	height: 100px;
	bottom: 0;
}
#fair .large .menuPhoto {
	width: 100%;
	height: 240px;
}
#fair .large.bottom .menuPhoto img {
	height: 251px;
	width: 580px;
	margin-top: -125px;
	margin-left: -290px;
}
#fair .large.bottom .arrow {
	bottom: 100px;
	left: 10px;
	border-style: solid;
	border-width: 0 15px 15px 15px;
}
#fair .large.bottom .arrow:after {
	top: 0;
	left: -15px;
	background: url(../images/bg_texture_bottom.png) no-repeat;
	width: 30px;
	height: 15px;
}
#fair .large.bottom .menuName {
	width: 100%;
	height: 100px;
	bottom: 0;
}
/*メニュー名 左右表示*/
#fair .large.left .menuPhoto,
#fair .large.right .menuPhoto {
	width: 70%;
	height: 340px;
}
#fair .large.left .menuPhoto:after,
#fair .large.right .menuPhoto:after {
	width: 100%;
	height: 340px;
}
#fair .large.right .menuPhoto img,
#fair .large.left .menuPhoto img {
	height: 340px;
	width: 786px;
	margin-top: -170px;
	margin-left: -393px;
}
#fair .large.left .menuName,
#fair .large.right .menuName {
	width: 30%;
	height: 340px;
}
#fair .large.right .menuPhoto:after {
	right: -70%;
	top: 0;
}
#fair .large.right .menuName {
	top: 0;
	right: 0;
}
#fair .large.right a:after {
	width: 30%;
	height: 340px;
	right: 0;
}
#fair .large.right .arrow {
	bottom: 10px;
	right: 30%;
	border-style: solid;
	border-width: 15px 15px 15px 0;
}
#fair .large.right .arrow:after,
#fair .large.left .arrow:after {
	top: -15px;
	width: 15px;
	height: 30px;
}
#fair .large.right .arrow:after {
	left: 0;
	background: url(../images/bg_texture_right.png) no-repeat;
}
#fair .large.left .menuPhoto {
	right: 0;
}
#fair .large.left a:after {
	width: 30%;
	height: 340px;
	left: 0;
}
#fair .large.left .arrow {
	bottom: 10px;
	left: 30%;
	border-style: solid;
	border-width: 15px 0 15px 15px;
}
#fair .large.left .arrow:after {
	right: 0;
	background: url(../images/bg_texture_left.png) no-repeat;
}


/*フェアメニューカラム小*/
#fair .small {
	width: 49.999%;
	/*width: 500px;*/
	height: 170px;
	overflow: hidden;
}

/*フェアメニュー画像*/
#fair .small .menuPhoto {
	width: 55%;
	height: 170px;
}
#fair .small .menuPhoto:after {
	width: 100%;
	height: 170px;
}
#fair .small.right .menuPhoto img,
#fair .small.left .menuPhoto img {
	height: 170px;
	width: 393px;
	margin-top: -85px;
	margin-left: -196px;
}
#fair .small .menuName {
	width: 45%;
	height: 170px;
}

/*メニュー名左右表示*/
#fair .small.right .menuPhoto:after {
	right: -55%;
	top: 0;
}
#fair .small.right .menuName {
	top: 0;
	right: 0;
}
#fair .small.right a:after {
	width: 45%;
	height: 170px;
	right: 0;
}
#fair .small.right .arrow {
	bottom: 10px;
	right: 45%;
	border-style: solid;
	border-width: 15px 15px 15px 0;
}
#fair .small.right .arrow:after {
	top: -15px;
	left: 0;
	background: url(../images/bg_texture_right.png) no-repeat;
	width: 15px;
	height: 30px;
}
#fair .small.left .menuPhoto {
	right: 0;
}
#fair .small.left a:after {
	width: 45%;
	height: 170px;
	left: 0;
}
#fair .small.left .arrow {
	bottom: 10px;
	left: 45%;
	border-style: solid;
	border-width: 15px 0 15px 15px;
}
#fair .small.left .arrow:after {
	top: -15px;
	right: 0;
	background: url(../images/bg_texture_left.png) no-repeat;
	width: 15px;
	height: 30px;
}


/*背景、矢印の色指定*/

#fair .brown .menuName,
#fair .brown .featureText {
	background-color: #642D07;
}
#fair .bottom.brown .arrow {
	border-color: transparent transparent #642D07 transparent;
}
#fair .left.brown .arrow {
	border-color: transparent transparent transparent #642D07;
}
#fair .right.brown .arrow {
	 border-color: transparent #642D07 transparent transparent;
}
#fair .brown .menuName p span {
	color: #FFB200;
}

#fair .beige .menuName,
#fair .beige .featureText {
	background-color: #CA9A5E;
}
#fair .bottom.beige .arrow {
	border-color: transparent transparent #CA9A5E transparent;
}
#fair .left.beige .arrow {
	border-color: transparent transparent transparent #CA9A5E;
}
#fair .right.beige .arrow {
	 border-color: transparent #CA9A5E transparent transparent;
}

#fair .orange .menuName,
#fair .orange .featureText {
	background-color: #E87335;
}
#fair .bottom.orange .arrow {
	border-color: transparent transparent #E87335 transparent;
}
#fair .left.orange .arrow {
	border-color: transparent transparent transparent #E87335;
}
#fair .right.orange .arrow {
	 border-color: transparent #E87335 transparent transparent;
}

#fair .red .menuName,
#fair .red .featureText {
	background-color: #E14C41;
}
#fair .bottom.red .arrow {
	border-color: transparent transparent #E14C41 transparent;
}
#fair .left.red .arrow {
	border-color: transparent transparent transparent #E14C41;
}
#fair .right.red .arrow {
	 border-color: transparent #E14C41 transparent transparent;
}

#fair .pink .menuName,
#fair .pink .featureText {
	background-color: #FF9999;
}
#fair .bottom.pink .arrow {
	border-color: transparent transparent #FF9999 transparent;
}
#fair .left.pink .arrow {
	border-color: transparent transparent transparent #FF9999;
}
#fair .right.pink .arrow {
	 border-color: transparent #FF9999 transparent transparent;
}

#fair .green .menuName,
#fair .green .featureText {
	background-color: #C5D288;
}
#fair .bottom.green .arrow {
	border-color: transparent transparent #C5D288 transparent;
}
#fair .left.green .arrow {
	border-color: transparent transparent transparent #C5D288;
}
#fair .right.green .arrow {
	 border-color: transparent #C5D288 transparent transparent;
}

#fair .yellow .menuName,
#fair .yellow .featureText {
	background-color: #FFCD44;
}
#fair .bottom.yellow .arrow {
	border-color: transparent transparent #FFCD44 transparent;
}
#fair .left.yellow .arrow {
	border-color: transparent transparent transparent #FFCD44;
}
#fair .right.yellow .arrow {
	 border-color: transparent #FFCD44 transparent transparent;
}
#fair .yellow .menuName p,
#fair .yellow .featureText p,
#fair .yellow .featureText h2,
#fair .green .menuName p,
#fair .green .featureText p,
#fair .green .featureText h2{
	color: #250104;
}



/*featureItem*/
/*#fair .featureItem.large.bottom .menuPhoto img,
#fair .featureItem.large.left .menuPhoto img,
#fair .featureItem.large.right .menuPhoto img,
#fair .featureItem.small.right .menuPhoto img,
#fair .featureItem.small.left .menuPhoto img {
	height: auto;
	margin-top: 0;
	margin-left: 0;
}*/




#fair .featureText {
	background: #999;
	position: absolute;
	background: url(../images/bg_texture.png) center center;
}
#fair .large.bottom .featureText {
	width: 100%;
	height: 100px;
	bottom: 0;
}
#fair .large.left .featureText,
#fair .large.right .featureText {
	width: 30%;
	height: 340px;
}
#fair .large.right .featureText {
	top: 0;
	right: 0;
}
#fair .small .featureText {
	width: 45%;
	height: 170px;
}
#fair .small.right .featureText {
	top: 0;
	right: 0;
}

#fair .featureText h2 {
	margin: 15px 15px 5px 15px;
	color: #FFF;
	line-height: 1.5;
}
#fair .featureText p {
	font-size: 13px;
	color: #FFF;
	margin: 0 15px 15px 15px;
	line-height: 1.4;
	text-align: left;
}




/*ニュースへのボタン*/
 .newsBtn {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 -51px;
}
 .newsBtn img {
	 -moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
 }
 .newsBtn:hover img {
	 margin-bottom: -3px !important;
 }





/*メインコンテンツ*/
.top #contents {
	width: 1000px;
	margin: 0 auto;
}
.top #contents p:first-child {
	position: absolute;
	top: 60px;
}
.top #contents h1 {
	padding: 60px 0;
}
.top #contents .important {
	padding: 30px 0 25px;
	background: url(../common_images/bdr_tile.png) repeat-x top;
	font-size: 13px;
}
.top #contents .important span {
	color: #FF6633;
	padding: 0 20px 0 0;
	font-weight: bold;
}
.top #contents .important .annotation {
	color: #999;
	font-weight: normal;
	padding-left: 1em;
}
.top .news {
	position: relative;
}
.top .news div {
	width: 322px;
	margin: 0 0 12px 0;
	border: 1px dotted #9D7163;
	-moz-box-shadow:0px 3px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow:0px 3px 1px rgba(0,0,0,0.05);
	box-shadow:0px 3px 1px rgba(0,0,0,0.05);
	/*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#d000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#d000000,Positive=true);*/
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.top .news div a {
	display: block;
}
.top .news div a:hover {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}
.top .news div.cm {
	position: absolute;
	top: 0;
	right: 9px;
	border: none;
}
.top .news div.cm span.btn {
	position: absolute;
	top: 0;
	left: 0;
}


.top .news div h2 {
	background: #F8F5F4;
	text-align: center;
	padding: 15px 0;
	line-height: 1.3;
}
.top .news div h2 .date {
	font-family: 'Roboto', sans-serif;
	color: #7D594E;
	font-weight: normal;
}
.news div h2 .tit {
	color: #250104;
}
.top .news div h2.topics {
	border-top: 5px solid #FAC039;
}
.top .news div h2.menu {
	border-top: 5px solid #7D5A4F;
}
.top .news div h2.shop {
	border-top: 5px solid #99CC33;
}
.top .news div h2.camp {
	border-top: 5px solid #FF6633;
}
.top .news div p {
	padding: 15px;
	font-size: 14px;
	line-height: 1.6;
}
.top .news div p + p {
	padding-top: 0;
}







/*各種リンク*/
.top + .linkArea nav {
	border-top: 1px dotted #9D7163;
	border-bottom: 1px dotted #9D7163;
	margin: 130px 0 0 0;
}
.top + .linkArea nav ul {
	width: 1000px;
	margin: 0 auto;
}
.top + .linkArea nav li {
	width: 32%;
	display: inline-block;
	border-left: 1px dotted #9D7163;
	text-align: center;
	position: relative;
}
.top + .linkArea nav li img {
	margin: -53px 0 0 0;
}
.top + .linkArea nav li p {
	padding: 10px 0;
	line-height: 35px;
	width: 100%;
	height: 100%;
	display: block;
	color: #250004;
	text-align: center;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.top + .linkArea nav li a:hover p {
	color: #FE6C39;
}
.top + .linkArea nav li p:after {
	content: "\e613";
	font-family: 'ico_cocos_menu';
	display: block;
	line-height: 1;
	font-size: 20px;
	padding: 0 0 35px;
	text-align: center;
}
.top + .linkArea nav li p.description {
	font-size: 12px;
	line-height: 1.4;
	position: absolute;
	top: 115px;
	color: #999;
	height: auto;
}
.top + .linkArea nav li a:hover p.description {
	color: #999;
}
.top + .linkArea nav li p.description:after {
	display: none;
}
.top + .linkArea nav li p.description .sub:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.top + .linkArea nav li:first-child {
	border: none;
}
.top + .linkArea nav li:first-child p {
}
.top + .linkArea .bnrArea {
	padding: 40px 0 0;
}
.top + .linkArea .bnrArea ul {
	width: 1000px;
	margin: 0 auto;
	letter-spacing: -0.40em;
	margin-bottom: 50px;
}
.top + .linkArea .bnrArea li {
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	vertical-align: top;
}
.top + .linkArea .bnrArea li img {
	vertical-align: top;
	padding: 0 15px 0 20px;
}
.top + .linkArea .bnrArea li span {
	width: 225px;
	display: inline-block;
	background: url(../images/bg_other_site.png) repeat-x top;
	min-height: 61px;
	font-size: 12.5px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	padding: 13px 0 0 0;
	font-family:"ヒラギノ明朝 ProN W6",   "HiraMinProN-W6",   "HG明朝E",   "ＭＳ Ｐ明朝",   "MS PMincho",  "MS 明朝",  serif;
	color: #250104;
	vertical-align: bottom;
}
.top + .linkArea .bnrArea .group {
	background: #F8F5F4;
	text-align: center;
	padding: 60px 0 65px;
	margin: -15px 0 0;
}
.top + .linkArea .bnrArea .group p {
	text-align: center;
}
.top + .linkArea .bnrArea .group p a:hover {
	opacity: 0.8;
}
.top + .linkArea .bnrArea .group p img {
	-moz-box-shadow: 0px 3px 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 3px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 1px rgba(0,0,0,0.05);
}


/*--------------------------------------------------

 categoryList

--------------------------------------------------*/
.cateList #contents {
	min-width: 1020px;
	max-width: 1160px;
	margin: 0 auto 120px;
}
.cateList #contents:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.cateList #contents > div {
	width: 25%;
	height: 275px;
	float: left;
	overflow: hidden;
	position: relative;
	/*-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;*/
}
.cateList #contents > div a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
.cateList #contents .menuPhoto {
	height: 185px;
	position: relative;
}
.cateList #contents .menuPhoto img {
	width: 290px;
	height: 185px;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-transform: perspective(0);
}
.cateList #contents .menuName {
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../common_images/bdr_tile.png) repeat-x center bottom #FFF7F5;
}
.cateList #contents .menuName.bgEven {
	background-color: #FFF;
}
.cateList #contents .menuName:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 12px 13px;
	border-color: transparent transparent #FFF7F5 transparent;
	position: absolute;
	top: -12px;
	left: 15px;
}
.cateList #contents .menuName.bgEven:before {
	border-color: transparent transparent #FFF transparent;
}
.cateList #contents .menuName:after {
	font-family: 'ico_cocos_menu';
	position: absolute;
	font-size: 40px;
	line-height: 1.3;
	right: 5px;
	color: #9D7163;
}
.cateList #contents h2 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	line-height: 1.4;
	color: #250104;
	padding: 0 50px 0 0;
}
.cateList #contents h2 span {
	display: block;
	color: #FFB200;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
}
.cateList #contents .menuName .notice {
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}





/*--------------------------------------------------

 menuList

--------------------------------------------------*/

/*カテゴリアイコン*/
.menuList .cateIcon {
	text-align: center;
	min-width: 1020px;
}
.menuList .cateIcon a {
	display: inline-block;
	width: 38px;
	margin: 0 5px;
}
.menuList .cateIcon a span {
	font-family: 'ico_cocos_menu';
	font-size: 40px;
	color: #9D7163;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menuList .cateIcon a span.on {
	color: #FF6525;
}
.menuList .cateIcon a:hover span {
	color: #FF6525;
}

/*カテゴリ名*/
.menuList h2 {
	text-align: center;
	font-size: 30px;
	color: #250204;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 30px 0 50px;
	min-width: 1020px;
}
.menuList h2 span {
	display: block;
	font-size: 12px;
	color: #FFB200;
	font-family: 'Roboto', sans-serif;
}

/*別カテゴリへのページ遷移*/
.menuList .pager {
	max-width: 1200px;
	min-width: 1020px;
	height: 100px;
	margin: -70px auto 30px;
	position: relative;
}
.menuList .grid + .pager {
	margin: 45px auto 55px;
}
.menuList .pager li {
	position: absolute;
}
.menuList .pager .prev {
	left: 10px;
}
.menuList .pager .back {
	left: 50%;
	line-height: 2.3;
	margin: 0 0 0 -7.8em;
}
.menuList .pager .next {
	right: 10px;
}
.menuList .pager li a {
	font-size: 14px;
	font-weight: bold;
	color: #250204;
	padding: 15px 0;
}
.menuList .pager li a:hover {
	color: #FF6525;
}
.menuList .pager .prev a:before,
.menuList .pager .back a:before,
.menuList .pager .next a:after {
	font-family: 'ico_cocos_menu';
	font-weight: normal;
}
.menuList .pager .prev a:before {
	content: "\e60f";
	font-size: 50px;
	vertical-align: -16px;
}
.menuList .pager .back a:before {
	content: "\e612";
	font-size: 40px;
	vertical-align: -12px;
	padding: 0 5px 0 0;
}
.menuList .pager .next a:after {
	content: "\e610";
	font-size: 50px;
	vertical-align: -16px;
}
.menuList #contents > .notice {
	font-size: 11px;
	color: #666;
	text-align: center;
	margin: 0 0 10px;
}
.menuList #contents > .lead {
	font-size: 14px;
	color: #9D7163;
	text-align: center;
	margin: -46px 0 59px;
	min-width: 1020px;
}

/*メニューリスト*/
.menuList .grid {
	max-width: 1160px;
	min-width: 1020px;
	margin: 0 auto;
}
.menuList .grid:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.menuList .grid > div {
	width: 25%;
	min-height: 235px;
	overflow: hidden;
	position: relative;
	float: left;
	background: #523536;
}
/*モーニングメニュー*/
.menuList .grid.morning {
	text-align: center;
}
.menuList .grid.morning > div {
	background: #FFF;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 35px;
}
.menuList .grid.morning > div .btn a {
	display: block;
  border-radius: 5px;
  background-color: #ffb311;
  width: 100%;
	line-height: 60px;
	text-align: center;
	box-shadow:0px 4px 0px 0px rgba(0,0,0,0.15);
	margin: 15px 0 8px;
	font-size: 15px;
	color: #250304;
	font-weight: bold;
	position: relative;
}
.menuList .grid.morning > div .btn a:after {
	content: "\e611";
	font-family: 'ico_cocos_menu';
	font-size: 16px;
	vertical-align: -1px;
	color: #250304;
	position: absolute;
	right: 10px;
}
.menuList .grid.morning > div .btn a:hover {
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.15);
	margin: 19px 0 4px;
}
.menuList .grid.morning > div:hover .menuPhoto img {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

/*メニュー写真*/
.menuList .grid > div:hover .menuPhoto img,
.menuList .grid.morning > div > div:hover .menuPhoto img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
.menuList .grid .menuPhoto {
	height: 175px;
	position: relative;
	background: #FFF;
}
.menuList .grid .menuPhoto img {
	width: 406px;
	height: 175px;
	position: absolute;
	left: 50%;
	margin-left: -203px;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-transform: perspective(0);
	background: #FFF;
}
.menuList .grid .newIco {
	position: absolute;
	top: 0;
	left: 0;
}
.menuList .grid .newIco img {
	width: 86px;
}
.menuList .grid .start {
	text-align: center;
	position: absolute;
	right: 7px;
	top: 100px;
	width: 67px;
	height: 44px;
	background: #FE6C39;
	border-radius: 45px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 0.7;
	padding: 23px 0 0 0;
	z-index: 10;
}
.menuList .grid .start .date {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.menuList .grid .start .days {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0 2px;
	margin: 0 0 7px 3px;
	font-size: 11px;
	display: inline-block;
}

/*メニュー名*/
.menuList .grid h3 {
	width: 100%;
	min-height: 60px;
	position: relative;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	background: url(../common_images/bdr_tile.png) repeat-x center bottom #523536;
	color: #FFF;
	line-height: 1.3;
	word-break: break-all;
	font-size: 14px;
	padding: 8px 10px 10px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menuList .grid h3.bgEven {
	background-color: #3f292a;
}
.menuList .grid a:hover h3 {
	color: #FFB300;
}
.menuList .grid h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 12px 13px;
	border-color: transparent transparent #523536 transparent;
	position: absolute;
	top: -12px;
	left: 10px;
}
.menuList .grid h3.bgEven:after {
	border-color: transparent transparent #3f292a transparent;
}
.menuList .grid h3:before {
	font-family: 'ico_cocos_menu';
	content: "\e611";
	color: #FFB300;
	font-size: 17px;
	vertical-align: -2px;
	padding: 0 3px 0 0;
	margin: 0 0 0 -22px;
}




/*--------------------------------------------------

 テイクアウトの注意（インデックス・詳細共通）

--------------------------------------------------*/
.takeoutAttention {
	text-align: center;
	margin-bottom: 15px;
}
.menuDetail .takeoutAttention {
	width: 800px;
	margin: -20px auto 40px;
	text-align: left;
}
.takeoutAttention a {
	display: inline-block;
	font-weight: bold;
	color: #250101;
}
.takeoutAttention a:before {
	content: "";
	font-family: 'ico_cocos_menu';
	content: "\e610";
	color: #FF6633;
	vertical-align: -1px;
}
.takeoutAttention a:hover {
	color: #FF6633;
}
.takeoutAttentionArea {
	width: 700px;
	padding: 50px 50px 35px 50px;
	border: 1px solid #ffb300;
}
.takeoutAttentionArea h1 {
	font-size: 16px;
	background: #F8F5F4;
	color: #250101;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.takeoutAttentionArea li {
	list-style-type: square;
	margin: 0 0 15px 20px;
	line-height: 1.6;
}
.takeoutAttentionArea li .notice {
	font-size: 13px;
}





/*--------------------------------------------------

 menuDetail

--------------------------------------------------*/
.menuDetail .photoArea {
	max-width: 100%;
	min-width: 1020px;
	overflow: hidden;
	position: relative;
}
.menuDetail .photoArea .notice {
	text-align: center;
	background: url(../menu/images/bg_shadow.png) repeat-x top center;
	font-size: 11px;
	color: #FFF;
	height: 60px;
	padding: 6px 0 0 0;
	z-index: 2;
	position: relative;
}
.menuDetail .menuPager {
	z-index: 0;
	margin: -85px 0 0 0;
	width: 100%;
}
.menuDetail .menuPager li {
	background: #250304;
}
.menuDetail .menuPager li img {
	opacity: 0.2;
	-ms-filter: "alpha(opacity=20)";
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menuDetail .menuPager li:hover img {
	opacity: 0.4;
	-ms-filter: "alpha(opacity=40)";
}
.menuDetail .menuPager .menuPrev {
	position: absolute;
	left: 0;
}
.menuDetail .menuPager .menuNext {
	position: absolute;
	right: 0;
}
.menuDetail .menuPager .menuPrev a:before,
.menuDetail .menuPager .menuNext a:before {
	font-family: 'ico_cocos_menu';
	position: absolute;
	color: #FFF;
	font-size: 50px;
	z-index: 10;
	top: 45%;
}
.menuDetail .menuPager .menuPrev a:before {
	content: "\e60f";
	left: 15px;
}
.menuDetail .menuPager .menuNext a:before {
	content: "\e610";
	right: 15px;
}
.menuDetail .snsBtn {
	position: absolute;
	top: 110px;
	left: 50%;
	margin: 0 0 0 -510px;
	z-index: 10;
}
@media screen and (max-width: 1030px) {
.menuDetail .snsBtn {
	left: 10px;
	margin: 0;
}
}
.menuDetail .mainPhoto {
	text-align: center;
	position: relative;
	width: 800px;
	margin: 50px auto 0;
	z-index: 2;
}
.menuDetail .mainPhoto:after {
	content: "";
	display: block;
	width: 1000px;
	height: 70px;
	background: url(../menu/images/bg_photo.png) no-repeat center bottom;
	position: absolute;
	left: -100px;
	bottom: 0;
}
.menuDetail .mainPhoto span.newIco {
	position: absolute;
	top: -10px;
	left: -10px;
}
.menuDetail .mainPhoto span.start {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 90px;
	height: 65px;
	background: #FE6C39;
	border-radius: 45px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	padding: 25px 0 0 0;
}
.menuDetail .mainPhoto span.start .date {
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.menuDetail .mainPhoto span.start .days {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0 2px;
	margin: 0 0 7px 3px;
	font-size: 11px;
	display: inline-block;
}


.menuDetail .infoArea {
	width: 800px;
	margin: 40px auto 60px;
	padding: 0 10px;
}
.menuDetail .infoArea h2 {
	font-size: 22px;
	color: #250104;
}
.menuDetail .infoArea .price {
	font-size: 22px;
	color: #FE6C39;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	display: inline-block;
}
.menuDetail .infoArea .price span {
	font-size: 14px;
}
.menuDetail .infoArea .info {
	font-size: 12px;
	color: #7D594E;
	display: inline-block;
}
.menuDetail .infoArea .info span {
	margin-left: 15px;
}
.menuDetail .infoArea .leadContainer {
	margin: 30px 0 40px;
	padding: 0 0 20px;
	background: url(../common_images/bdr_tile.png) repeat-x bottom;
}
.menuDetail .infoArea .leadContainer .prBnr {
	margin: 30px 0 20px;
}
.menuDetail .infoArea .leadContainer .prBnr img {
	margin-left: -12px;
}
.menuDetail .infoArea .lead {

}
.menuDetail .infoArea .annotation {
	font-size: 12px;
}
.menuDetail .infoArea .sub {
	margin: 0 0 20px;
}
.menuDetail .infoArea .sub h4 {
	font-size: 18px;
	color: #250104;
	display: inline-block;
	margin: 0 20px 0 0;
}
.menuDetail .infoArea .sub .lead {
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
}
.menuDetail .infoArea .link_arrow {
	margin-top: 15px;
}
.menuDetail .infoArea .pdf_link a {
	font-weight: bold;
	color: #250101;
}
.menuDetail .infoArea .pdf_link a:hover {
	color: #FF6633;
}
.menuDetail .infoArea .pdf_link a:before {
	font-family: 'ico_cocos_menu';
	content: "\e610";
	font-weight: bold;
	color: #FF6633;
	font-size: 12px;
	padding-left: 5px;
}


.menuDetail .infoArea .allergen.disabled {
	display: none;
}
.menuDetail .infoArea .allergen {
	margin: 60px -100px;
	width: 1000px;
	position: relative;
}
.menuDetail .infoArea .allergen h5 {
	background: #9D7163;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.menuDetail .infoArea .allergen h5 span {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
}
.menuDetail .infoArea .allergen .attention,
.menuDetail .infoArea .allergen .notice {
	display: inline-block;
	margin: 0 0 0 20px;
}
.menuDetail .infoArea .allergen .attention a {
	color: #BF0213;
	font-size: 13px;
	font-weight: bold;
}
.menuDetail .infoArea .allergen .attention a:hover {
	color: #F00;
}
.menuDetail .infoArea .allergen .attention a:before {
	font-family: 'ico_cocos_menu';
	content: "\e611";
	color: #333;
	font-size: 16px;
	padding: 0 3px 0 0;
	vertical-align: -2px;
}
.menuDetail .infoArea .allergen .notice {
	font-size: 12px;
}
.menuDetail .infoArea .allergen .notice a {
	text-decoration: underline;
}
.menuDetail .infoArea .allergen .notice a:hover {
	text-decoration: none;
}
.menuDetail .infoArea .allergen table {
	border-top: 1px dotted #9D7163;
	border-bottom: 1px dotted #9D7163;
}
.menuDetail .infoArea .allergen td {
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
	color: #FE6C39;
}
.menuDetail .infoArea .allergen th {
	width: 37px;
	text-align: center;
	padding: 10px 8px;
	line-height: 1;
	font-size: 13px;
	font-weight: normal;
	background: url(../menu/images/bdr_table.png) repeat-x bottom center;
}
.menuDetail .infoArea .allergen th span {
	display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	margin-left: -3px;
}
.menuDetail .infoArea .allergen th span {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.menuDetail .infoArea .allergen small {
	font-size: 12px;
}
.menuDetail .infoArea .allergen small span {
	color: #FE6C39;
}
.menuDetail .infoArea .allergen small.id {
	text-align: right;
	color: #666;
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.attentionArea {
	width: 700px;
	padding: 50px;
	border: 1px solid #ffb300;
}
.attentionArea .scope h1 {
	font-size: 16px;
	background: #F8F5F4;
	color: #250101;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.attentionArea .scope .note {
	font-size: 12px;
}
.attentionArea .caution {
	font-size: 13px;
	color: #B40000;
}
.attentionArea .caution h1 {
	font-size: 15px;
	margin: 25px 0 10px;
}




.menuDetail .recommend {
	margin: 0 0 60px;
	padding: 0 40px;
	min-width: 940px;
}
.menuDetail .recommend:after,
.menuDetail .other:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.menuDetail .recommend h1,
.menuDetail .other h1 {
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #250104;
}
.menuDetail .recommend li {
	width: 300px;
	float: left;
	margin: 0 25px;
}
.menuDetail .slide a img,
.menuDetail .slide a h2 {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menuDetail .slide a:hover img {
	opacity: 0.8;
}
.menuDetail .slide a:hover h2 {
	color: #FE6C39;
}

.menuDetail .slide li p {
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true);
	border: 6px solid #FFF;
}
.menuDetail .recommend li p img {
	width: 288px;
	height: 125px;
}
.menuDetail a.prevBtn,
.menuDetail a.nextBtn {
	cursor: pointer;
}
.menuDetail a.prevBtn:after,
.menuDetail a.nextBtn:after {
	font-family: 'ico_cocos_menu';
	font-size: 50px;
	color: #250304;
	position: absolute;
	top: 110px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menuDetail a.prevBtn:hover:after,
.menuDetail a.nextBtn:hover:after {
	color: #FE6C39;
}
.menuDetail a.prevBtn:after {
	content: "\e60f";
	left: 0px;
}
.menuDetail a.nextBtn:after {
	content: "\e610";
	right: 0px;
}
.menuDetail .recommend h2 {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 0 17px;
	color: #250101;
}
.menuDetail .recommend h2:before {
	font-family: 'ico_cocos_menu';
	content: "\e611";
	font-size: 16px;
	margin: 0 0 0 -17px;
	padding: 0 3px 0 0;
	vertical-align: -2px
}



.menuDetail .other {
	background: url(../menu/images/bdr_other.gif) repeat-x center top #F8F5F4;
	padding: 0 40px 80px;
	min-width: 940px;
}
.menuDetail .other h1 {
	padding: 40px 0 0;
}
.menuDetail .other h1:after {
	font-family: 'ico_cocos_menu';
	font-size: 35px;
	color: #9D7163;
	font-weight: normal;
	vertical-align: -5px;
}
.menuDetail .other li {
	width: 174px;
	float: left;
	margin: 0 15px;
}
.menuDetail .other li p img {
	width: 162px;
	height: 70px;
}
.menuDetail .other a.prevBtn:after,
.menuDetail .other a.nextBtn:after {
	top: 150px;
}
.menuDetail .other h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0 0 17px;
}
.menuDetail .other h2:before {
	font-family: 'ico_cocos_menu';
	content: "\e611";
	font-size: 14px;
	margin: 0 0 0 -17px;
	padding: 0 3px 0 0;
}


/*モーニングメニュー（ひとつしかない場合用）*/
/* .menuDetail.detail_morning .menuPager a {
 	pointer-events: none;
 	cursor: default;
 }
 .menuDetail.detail_morning .menuPager li img {
 	opacity: 0;
 	-ms-filter: "alpha(opacity=0)";
 }
 .menuDetail.detail_morning .menuPager li:hover img {
 	opacity: 0;
 	-ms-filter: "alpha(opacity=0)";
 }
 .menuDetail.detail_morning .menuPager .menuPrev a:before,
 .menuDetail.detail_morning .menuPager .menuNext a:before {
 	display: none;
 }
 .menuDetail.detail_morning .recommend {
 	margin: 0 0 80px;
 }
 .menuDetail.detail_morning .other {
 	display: none;
 }*/

 /*モーニングメニュー（実施店舗ボタン）*/
.menuDetail .btn a {
	display: block;
  border-radius: 5px;
  background-color: #ffb311;
  width: 280px;
	line-height: 60px;
	text-align: center;
	box-shadow:0px 4px 0px 0px rgba(0,0,0,0.15);
	margin: 30px 0 30px;
	font-size: 15px;
	color: #250304;
	font-weight: bold;
	position: relative;
}
.menuDetail .btn a:after {
	content: "\e611";
	font-family: 'ico_cocos_menu';
	font-size: 16px;
	vertical-align: -1px;
	color: #250304;
	position: absolute;
	right: 10px;
}
.menuDetail .btn a:hover {
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.15);
	margin: 33px 0 27px;
}

 /*モーニングメニュー（隣接ページへのリンクOFF）*/
.detail_morning .menuPager li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.detail_morning .menuPager li a:before {
	display: none;
}
.detail_morning .menuPager li img {
	opacity: 0;
}
.detail_morning .menuPager li:hover img {
	opacity: 0;
}




/*--------------------------------------------------

 campaign

--------------------------------------------------*/
.campaign #contents {
	width: 1000px;
	margin: 60px auto 120px;
}
.campaign #contents .campaign_item {
	margin-bottom: 60px;
}
.campaign #contents .campaign_item + .campaign_item {
	border-top: 1px dotted #250101;
	padding-top: 60px;
}
.campaign #contents .campaign_item h2 {
	font-size: 20px;
	color: #250101;
}
.campaign #contents .entry_date {
	font-size: 15px;
	color: #ff6633;
	margin: 35px 0 5px;
	font-weight: bold;
}
.campaign #contents .campaign_body a:before {
	content: "";
	font-family: 'ico_cocos_menu';
	content: "\e610";
	color: #FF6633;
	vertical-align: -1px;
}
.campaign #contents .campaign_body a {
	display: inline-block;
	font-weight: bold;
	color: #250101;
	margin-top: 10px;
}
.campaign #contents .campaign_body a:hover {
	color: #FF6633;
}
/*.campaign #contents .campaign_img {
	background: #F8F5F4;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 30px;
}*/
.campaign #contents small {
	font-size: 12px;
}

/*画像ありの場合*/
.campaign .encloseImage:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.campaign .encloseImage h2,
.campaign .encloseImage .entry_date,
.campaign .encloseImage .campaign_body {
	width: 550px;
	float: left;
}
.campaign .encloseImage .campaign_img {
	width: 400px;
	display: inline-block;
	margin-left: 50px;

}
.campaign .encloseImage .campaign_img img {
	width: 100%;
	border: 1px solid #ddd;
}
.campaign .encloseImage .campaign_img .enlargeImgText {
	font-size: 11px;
	display: inline-block;
	margin-top: 2px;
	color: #250101;
}




/*--------------------------------------------------

 faq

--------------------------------------------------*/
.faq #contents {
	width: 1000px;
	margin: 60px auto 120px;
}

@font-face {
	font-family: 'ico_cocos';
	src:url('../company/fonts/ico_cocos.eot?-3svisb');
	src:url('../company/fonts/ico_cocos.eot?#iefix-3svisb') format('embedded-opentype'), url('../company/fonts/ico_cocos.woff?-3svisb') format('woff'), url('../company/fonts/ico_cocos.ttf?-3svisb') format('truetype');
}
.faq #contents nav {
	border-top: 3px solid #280200;
	background: url(../company/common_images/bdr_tile.png) repeat-x center bottom #FFF;
	margin: 0 0 55px;
	width: 1000px;
}
.faq #contents nav.stuck {
	position:fixed;
	top:0;
	z-index: 100;
}
.faq #contents nav ul {
	text-align: center;
}
.faq #contents nav li {
	line-height: 70px;
	display: inline;
	margin: 0 5px;
	font-size: 14px;
	letter-spacing: 0;
}
.faq #contents nav li a {
	font-weight: bold;
	color: #250101;
}
.faq #contents nav li a:after {
	font-family: 'ico_cocos';
	content: "\e602";
	font-size: 9px;
	font-weight: normal;
	line-height: 1;
	color: #DE5D00;
	display: inline-block;
	margin: -3px 0 0 5px;
}

.faq #contents .faq_item {
	margin-top: -68px;
	padding-top: 68px;
	margin-bottom: 120px;

}
.faq #contents .faq_item h2 .name {
	font-size: 30px;
	text-align: center;
	color: #FF6633;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 40px 0 35px;
	/*background: url(../common_images/bdr_tile.png) repeat-x bottom;*/
	background: url(../common_images/bdr_tile.png) repeat-x top;
	border-bottom: 1px solid #EFE5E2;
}
.faq #contents .faq_item h2 img {
	display: none;
}

.faq .q_and_a {
	padding: 25px 0;
	border-bottom: 1px solid #EFE5E2;
}
.faq .q_and_a:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.faq .q_and_a:nth-child(odd) {
	background: #F8F5F4;
}
.faq #contents .mark {
	/*font-size: 20px;
	font-weight: bold;
	color: #FF6633;
	padding: 0 5px 0 0;*/
	display: none;
}
.faq #contents .question {
	width: 300px;
	float: left;
	clear: left;
	padding: 0 40px 0 20px;
	color: #250101;
	text-align: justify;
}
.faq #contents .answer {
	overflow: hidden;
	padding: 0 0 0 1em;
	padding: 0 20px 0 0;
}
.faq #contents .answer a {
	padding: 0 10px;
	font-weight: bold;
	color: #250101;
}
.faq #contents a:hover {
	color: #FF6633;
}














