@charset "utf-8";

/* ==
	logo
=============================================================================== */
article#main-image {
	background:transparent url(/cmp/undokai/common_2015/img/bg_logo.png) repeat;
}
article#main-image .main-box {
	padding: 20px 20px 30px;
}
article#main-image .main-box h1 {
	text-align: center;
}
article#first {
	position: relative;
}
article#first .first-box {
}

/* ==
	first
=============================================================================== */
article#first .first-box h2 {
	font-size: 43px;
	font-weight: bold;
	color: #009EEB;
	line-height: 1.5;
	text-align: center;
	margin: 50px 0 10px;
}
article#first .first-box p {
	text-align: center;
	margin: 0 0 60px;
}

/* ==
	contents
=============================================================================== */
article#item .item-box {
	background:transparent url(/cmp/undokai/common_2015/img/bg_logo.png) repeat;
	position: relative;
	padding: 0 0 50px;
}
article#item .item-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #FFF;
	padding: 60px 0 20px;
}
article#item .item-box dl {
	margin: 20px auto;
	width: 800px;
	position: relative;
}
article#item .item-box dt {
	float: left;
	width: 400px;
}
p.new {
	position: absolute;
	top:-10px;
	left: -70px;
	z-index: 5;
}
article#item .item-box dd {
	float: left;
	width: 380px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
	padding: 80px 0 0 20px;
}
article#item .item-box dd em {
	color: #FFFF00;
	font-size: 60px;
}

/* ==
	video
=============================================================================== */
article.video{
	margin: 20px auto 60px;
	width: 680px;
	text-align: center;
}
.video-tit {
	margin-top: 20px;
	font-size: 43px;
	font-weight: bold;
	color: #009EEB;
	line-height: 1.5;
	text-align: center;
}
.video-container {
	margin: 10px 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==
	rain
=============================================================================== */
article#rain {
	padding: 50px 0;
	text-align: center;
}

/* ==
	bring
=============================================================================== */
article#bring .bring-box {
	margin-top: 60px;
	background:transparent url(/cmp/undokai/common_2015/img/bg_logo.png) repeat;
	position: relative;
	padding: 0 0 80px;
	text-align: center;
}
article#bring .bring-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #FFF;
	padding: 70px 0 40px;
}

/* ==
	three
=============================================================================== */
article#three {
	background-size: 100% auto;
}
article#three .three-box {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 0;
}
article#three .three-box .three-image {
	text-align: center;
}
article#three .three-box .three-image img {
	width: 100%;
}

/* ==
	voice
=============================================================================== */
article#voice li {
	float: right;
	width: 25%;
}
article#voice li img {
	width: 100%;
}
article#voice p.link {
	text-align: center;
	margin: 20px;
}

article#voice p.link a:hover {
	text-decoration: none;
}

/* ==
	massage
=============================================================================== */
article#message {
}
article#message .message-box {
	width: 900px;
	margin:40px auto 0;
}
article#message .message-box dl {
	margin: 0 auto;
	width: 900px
}
article#message .message-box dt {
	float: left;
	width: 486px;
}
article#message .message-box dd.pc {
	display: block;
}
article#message .message-box dd.spn {
	display: none;
}
article#message .message-box dd {
	float: left;
	width: 390px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	padding: 80px 0 0 20px;
	color: #009EEB;
}
article#message .message-box dd em {
	font-size: 60px;
}
article#message .message-box .txt {
	font-size: 40px;
	color: #FC007D;
	text-align: center;
	margin: 50px 0;
	font-weight: bold;
}

/* ==
	qa
=============================================================================== */
article#qa {
	background-color: #EEEEEE;
}
article#qa .qa-box {
	padding: 50px;
}
article#qa h2 {
	font-size: 64px;
	font-weight: bold;
	color: #009EEB;
	text-align: center;
	margin: 30px;
}
article#qa dl {
	color: #666;
	width: 800px;
	margin: 50px auto;
}
article#qa dt {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 25px;
}
article#qa dd {
	font-size: 18px;
	line-height: 1.5;
}
article#qa dd .style {
	margin: 20px 0;
}

/* ==
	staff
=============================================================================== *//
article#staff .staff-box {
	position: relative;
	padding: 0 0 20px;
}
article#staff .staff-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #009EEB;
	padding: 40px 0 0;
}
article#staff .staff-box p {
	text-align: center;
	margin: 30px 0;
}

/* ==
	detail
=============================================================================== */
article#detail .detail-box {
	position: relative;
	padding: 0;
	width: 800px;
	margin: 0 auto;
}
article#detail .detail-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #009EEB;
	padding: 40px 0 0;
}
.table-box {font-size:16px;background-color: #FFF; color: #333;padding: 20px 10px 10px; margin: 30px 0 40px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px; border: 1px solid #CCC;}
.table-box dl {width: 100%; border-bottom: 1px solid #CCC;}
.table-box dt {float:left;width: 120px; padding: 20px 30px 20px 10px; text-align: right;font-weight: bold;}
.table-box dd {float:left;width: 450px; padding: 20px 10px 20px 30px;}
.table-box dd p {margin: 0 0 10px;}

/* ==
	button
=============================================================================== */
.btn-box {
	margin-top: 40px;
}