@charset "utf-8";
/* ****************************************************************************
	yuenchi_kon.css
-------------------------------------------------------------------------------
	head-logo
	topimg
	button
	copy
	step
	video
	qa
	detail
******************************************************************************* */
/* ==
	logo-cmp
=============================================================================== */
.logo-cmp{
	margin:0; padding:0;
	background:url(/cmp/yuenchi-kon/common2015_2/img/head_bg.png) repeat-x left top;
	text-align:center;
	overflow: hidden;
}
@media screen and (min-width: 640px){
.spn{display: none;}
}

/* ==
	topimg
=============================================================================== */
.topimg{
	margin: 10px 0 30px;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.topimg:after, .topimg:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
}
.topimg:after{
	top: 0;
	background-image: url(/cmp/yuenchi-kon/common2015_2/img/border_top.png);
}
.topimg:before{
	bottom: 0;
	background-image: url(/cmp/yuenchi-kon/common2015_2/img/border_bottom.png);
}

/* ==
	button
=============================================================================== */
.button {
	background: url(/cmp/yuenchi-kon/common2015_2/img/btn_off.jpg) no-repeat;
	width: 620px;
	height: 120px;
	display: inline-block;
}
.btn-txt{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.4em;
	text-shadow:0 0 5px #265CFF;
}
.reports{
	margin: 10px 0 0;
	font-size: 22px;
}
.reports a{color: #fff;}

/* ==
	copy
=============================================================================== */
.copy{
	margin-top: 50px;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
.copy:after, .copy:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	background-position: center top;
	background-repeat: no-repeat;
}
.copy:after{
	top:0;
	background-image: url(/cmp/yuenchi-kon/common2015_2/img/copy_border_top.png);
}
.copy:before{
	bottom: 0;
	background-image: url(/cmp/yuenchi-kon/common2015_2/img/copy_border_bottom.png);
}
.copy p{
	line-height:1.6em;
	font-size:20px;
	text-align:center;
	text-shadow:0 0 5px #265CFF;
}
.copy span{ font-size: 30px; }

/* ==
	step
=============================================================================== */
.step{
	margin: 0 auto; padding: 0;
	width: 860px;
}
.step dl{margin-bottom: 40px;}
.step dl:last-child{margin-bottom: 0;}
.step dt, .step dd{ float: left;}
.step dt{margin-right: 20px;}
.step-img{width: 360px;}
.step-txt{width:480px;}
.step-tit{
	padding-bottom: 10px;
	border-bottom:1px dotted #6B769C;
}
.step-tit p.time{float: left; width: 210px;}
.step-tit p.title{
	float: right;
	padding-top: 20px;
	width: 260px;
	text-align: right;
	font-size: 26px;
	text-shadow:0 0 5px #265CFF;
}
.step-caption{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6em;
}

/* ==
	video
=============================================================================== */
.video{
	margin: 60px auto 0;
	padding-top: 40px;
	background: url(/cmp/yuenchi-kon/common2015_2/img/copy_border_top.png) no-repeat center top;
	width: 720px;
	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%;
}

/* ==
	detail
=============================================================================== */
.detail{
	margin: 0 auto; padding: 0;
	width: 720px;
}
.detail dl{
	padding: 10px 0;
	border-bottom:1px dotted #6B769C;
}
.detail dl:last-child{
	padding-bottom: 0;
	border-bottom: none;
	}
.detail dt,.detail dd{
	float: left;
	font-size: 16px;
}
.detail dt{
	padding-top: 3px;
	width: 20%;
	text-align:right;
	font-weight:bold;
	letter-spacing:2px;
}
.detail dd{
	width: 73%;
	padding-left: 30px;
	line-height:1.6em;
}

/* ==
	qa
=============================================================================== */
.qa{
	margin: 0 auto; padding: 0;
	width: 720px;
}
.qa dt{
	font-size: 26px;
	padding: 0 0 5px 40px;
	background: url(/cmp/yuenchi-kon/common2015_2/img/q.png) no-repeat left top;
	border-bottom: 1px solid #fff;
}
.qa dd{
	margin: 10px 0 40px 0;
	padding:0 0 0 40px;
	line-height:1.6em;
	font-size:16px;
	background:url(/cmp/yuenchi-kon/common2015_2/img/a.png) no-repeat left top;
}
.qa dd:last-child{ margin-bottom: 0;}

/* ==
	staff
=============================================================================== */
.staff{
	margin: 60px 0;
}
.staff p{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	text-shadow:0 0 5px #265CFF;
}