@charset "UTF-8";
/************************************************************
 *
 *	2016/05/30
 *	New Style CSS
 *	Auther : KCR Web
 *
 ************************************************************/
/* =========================================================
 0yen / Hall / Index.html
========================================================= */
#wrapper {
	background: #FFEAF0;
}

/* Title
--------------------------------------------------------- */
#hall .page-header {
	background: url("../../../common_images/etc/midashi_bg.png") center top no-repeat;
	height: 260px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 20px 0 0;
}

#hall .page-header .entry-title ,
#hall .page-header .text {
	display:block;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

#hall .page-title {
	background: url("../../../common_images/etc/deco_midashi01.png") left center no-repeat ,url("../../../common_images/etc/deco_midashi02.png") right center no-repeat;
	color: #ffffde;
	font-size: 24px;
	margin: 0 auto 10px;
	position: relative;
	text-align: center;
	width: 400px;
}

#hall .page-title span {
	display: block;
	font-family: Apple Chancery ,cursive;
	font-size: 30px;
	margin: 0 auto 10px;
	text-align: center;
}

#hall .page-header .text {
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
}

#hall .page-header .frame .text {
	background: url("../images/point01.png") no-repeat scroll 0 0;
	color: #fff;
	font-size: 34px;
	height: 83px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 34px 0;
	position: absolute;
	right: -210px;
	top: 0;
	width: 206px;
}

/* Main Navigation
--------------------------------------------------------- */
#hall .main-navigation {
	margin: 0 auto 50px;
}

/* Content
--------------------------------------------------------- */
#hall .sub-content {
	display: block;
	margin: 0 auto 60px;
	padding: 0;
	text-align: center;
}

#hall .sub-content .entry-header {
	display: block;
	margin: 0 auto 30px;
	padding: 0;
}

#hall .sub-content .entry-header .entry-title {
	display: block;
	line-height: 1.5;
}

#hall .sub-content .entry-header .img {
	margin: 0 auto 30px;
}

#hall .textarea .entry-title,
#hall .typearea .entry-title,
#hall .voicearea .entry-title {
	font-size: 36px;
}

#hall .typearea .entry-title .text {
	border: 1px solid #f46466;
	color: #f46466;
	line-height: 1;
	padding: 10px 20px;
}

#hall .voicearea .entry-title {
	margin: 0 auto 20px;
}

#hall .voicearea .sub {
	font-size: 24px;
	position: relative;
}

#hall .voicearea .sub .text {
	background: #ffeaf0;
	color: #f46466;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

#hall .voicearea .sub:before {
	background: #f46466;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 15px;
	width: 800px;
}

#hall .textarea .entry-content,
#hall .typearea .entry-content ,
#hall .voicearea .entry-content {
	font-size: 18px;
}

#hall .entry-content .imgslider {
	display: block;
	margin: 0 auto 100px;
}


#hall .entry-content .imgslider iframe {
	height: 400px;
	width: 100%;
}

#hall .voicearea .voicelist {
	display: block;
	margin: 0 auto 60px;
	padding: 0;
	text-align: center;
}

#hall .voicearea .voicelist li {
	margin: 0 auto 30px;
	padding: 0;
}

#hall .voicearea .voicelist .text {
	color: #f46466;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	padding: 10px 10px 10px 30px;
	text-align: center;
	position: relative;
}

#hall .voicearea .voicelist .text:before {
	content: "\f004";
	display: block;
	font-family: FontAwesome;
	left: 0;
	margin: auto;
	padding: 0 5px;
	position: absolute;
	top: 10px;
}


#hall .pink {
	color: #f85864;
	font-weight: bold;
}

#hall .magenta {
	color: #f46466;
}

#hall .ultramarine {
	color: #4cb7c3;
	font-weight: 900;
}

