ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
em {
	font-weight: bold;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*****************************
*	クリアフィックス
*****************************/
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf{
	zoom:1; /* for IE6,7 */
}
.clear {
	clear: both;
}

body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
}



/* パンくず */
.breadcrumb {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 40px;
	font-size: 12px;
}


/* remodal */
.remodal-is-opened a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.remodal-is-opened a:after {
	content:"　";
	background-image: url(../img/icon_link.png);
	background-repeat: no-repeat;
}
.remodal-is-opened a:hover {
	background-color: #ccc;
}

.subtitle {
	color: #318166;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}


/**************************************
* フッタ
**************************************/
#footer {
	background-color: #2e8364;
	padding: 20px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#footer .name {
	text-align: center;
	font-size: 26px;
	margin-bottom: 7px;
	color: #fff;
}
#footer .name a {
	color: #bcd2c9;
}
#footer .cr {
	text-align: center;
	color: #bcd2c9;
	font-size: 14px;
}


.drawer-hamburger {
	display: none;
}
.drawer-menu li {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/**************************************
* ナビ
**************************************/
#fixedBox {
	width: 100%;
	background-color: #fff;
}
.nav_container {
	width: 960px;
	margin: 0 auto;
	height: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: content-box;
}
.nav_container ul {
	position: relative;
	float: left;
	width: 960px;
}
.nav_btn {
	height: 16px;
	float: left;
}
.nav_top {
	width: 183px;
	margin-right: 12px;
	background-image: url(../img/nav_btn.png);
	background-position: 0 0;
}
.nav_news {
	width: 182px;
	margin-right: 12px;
	background-image: url(../img/nav_btn.png);
	background-position: -195px 0;
}
.nav_shop {
	width: 182px;
	margin-right: 12px;
	background-color: #f80;
	background-image: url(../img/nav_btn.png);
	background-position: -389px 0;
}
.nav_booth {
	width: 182px;
	margin-right: 12px;
	background-image: url(../img/nav_btn.png);
	background-position: -583px 0;
}
.nav_about {
	width: 183px;
	background-color: #f80;
	background-image: url(../img/nav_btn.png);
	background-position: -777px 0;
}
.nav_top:hover {
	background-position: 0 -16px;
}
.nav_news:hover {
	background-position: -195px -16px;
}
.nav_shop:hover {
	background-position: -389px -16px;
}
.nav_booth:hover {
	background-position: -583px -16px;
}
.nav_about:hover {
	background-position: -777px -16px;
}
.nav_btn a {
	display: block;
	width: 100%;
	height: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}

/******************************************************************************
*
*	タブレット用
*
******************************************************************************/
@media screen and (max-width:959px) {
	.breadcrumb {
		margin-left: 3.125%;
		padding-top: 3.125%;
	}

	.drawer-hamburger {
		display: block;
	}
	#fixedBox {
		display: none;
	}
}


/******************************************************************************
*
*	スマホ用
*
******************************************************************************/
@media screen and (max-width:640px) {
	.breadcrumb {
		margin-left: 3.125%;
		padding-top: 3.125%;
	}
	.drawer-hamburger {
		display: block;
	}
	#fixedBox {
		display: none;
	}
}
