@charset "UTF-8";

@import url("../../common/css/common.css");
@import url("../../common/css/layout.css");
@import url("../../common/css/flexslider.css");

.menuArea {
	border-bottom: solid 1px #CCC;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.bdrnone {
	border: none!important;
}

#subNavi a {
	color: #999;
}

/*tabArea
--------------------------------*/
#tabArea {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

#tabArea li {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 153px;
	height: 32px;
	background: url(../images/tab_bg.png) no-repeat;
	background-size: 153px auto;
	float: left;
	margin: 0 -6px 0 0;
	position: relative;
}

#tabArea li.current {
	width: 153px;
	height: 32px;
	background: url(../images/tab_bg_on.png) no-repeat;
	background-size: 153px auto;
	z-index: 100;
}

#tabArea li a {
	width: 153px;
	height: 22px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	display: block;
	padding: 10px 0 0;
}

/* menudetail
--------------------------------*/
#menu h3 {
	font-size: 14px;
	line-height: 14px;
	border-bottom: dotted 1px #CCC;
	margin: 40px 0 0;
	padding: 0 0 2px;
}

#menu .menudetail {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

#menu .menudetail.even {
	background: #E7E7E7;
}

#menu .menudetail .img {
	width: 80px;
	float: left;
}

#menu .menudetail .img img {
	width: 100%;
}

#menu .menudetail .txt {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 90px;
}

#menu .menudetail .txt .name {
	font-weight: bold;
}
#menu .menudetail .txt .name span {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3;
	display: inline-block;
}


/*----------------------------------------------
party
----------------------------------------------*/
#party h2 {
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px 0 0;
}

#party h2 span {
	font-size: 15px;
	text-decoration: underline;
}

#party .option {
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	line-height: 1;
	vertical-align: top;
	background: #B50066;
	border-radius: 10px;
	display: inline-block;
	margin: 2px 0 25px;
	padding: 4px 10px;
}

#party h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 10px;
}

/* naiyo
--------------------------------*/
#party #contents .naiyo {
	text-align: center;
}

#party #contents .naiyo {
	margin: 0 0 15px;
}

#party #contents .naiyo dd {
	line-heght: 1.2;
	margin: 0 0 7px;
}

#party #contents .note {
	font-size: 11px;
	text-align: center;
	margin: 30px 0 0 0;
}

