@charset "utf-8";
html,
body {
	background: none;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: inherit;
	color: #333;
	overflow: hidden;
}
#header {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 100px;
	background: url(/cmp/undokai/common/images/reports/bg_main_head.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#header .logo {
	display: inline-block;
	margin-left:30px;
}
#header .logo-pp {
	margin-right: 20px;
}
.main-title {
	margin-top: 20px;
	padding:0;
	color: #fff;
	text-align: center;
}
.main-title p.sub {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	text-shadow: 2px 0 5px #000;
	-webkit-text-shadow: 2px 0 5px #000;
}
.main-title h1 {
	font-size: 50px;
	font-weight: bold;
	background-color: transparent !important;
	text-shadow: 2px 0 5px #000;
	-webkit-text-shadow: 2px 0 5px #000;
	padding: 0;
}
.main-contents {
	position: relative;
	z-index: 100;
	background-color: #FFF;
}
.main-contents .detail {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.main-contents .detail .event-logo {
	width: 230px;
	float: left;
	text-align: center;
}
.main-contents .detail .text-box {
	width: 670px;
	float: left;
}
.main-contents .detail .text-box .data {
	font-weight: bold;
	font-size: 16px;
	margin:0 0 10px;
}
.main-contents .detail .text-box .other {
	font-size: 13px;
	line-height: 1.5;
	margin: 20px 0 0;
}
.main-contents .detail .social {
	width: 160px;
	position: absolute;
	top:20px;
	right: 20px;
}
.main-contents .detail .social li {
	float: left;
	width: 70px;
}
.main-contents .detail .social li iframe.twitter-share-button {
	width: 70px !important;
}
.main-contents .photo {
	text-align: center;
	margin: 0 0 2em;
}
.main-contents .text {
	text-align: center;
	font-size: 22px;
	line-height: 1.9;
	margin: 0 0 50px;
}
.main-contents .text br.spn-show {
	display: none;
}
.main-contents h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 100px 0 30px;
	line-height:1.5em;
}
.voice-box {
	padding: 30px 0 10px 30px;
	border: 10px solid #ECC789;
	background:transparent url(/cmp/common/img/reports/bg_voice.png) repeat;
	width: 850px;
	margin: 100px auto 0;
}
.voice-box h2 {
	margin: -60px 0 30px;
}
.voice-box .voice {
	position: relative;
	padding: 20px 10px 10px;
	line-height: 1.5;
	background-color: #FFF;
	width: 230px;
	float: left;
	margin: 0 20px 20px 0;
	font-size: 12px;
	border: 1px solid #CCC;
}
.voice-box .voice .pin {
	position: absolute;
	top:-7px;
	left: 110px;
}
.last-text {
	margin: 60px 0 20px;
	line-height: 1.5;
	text-align: center;
	font-size: 24px;
}
.last-text em {
	font-size: 40px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
.undokaiya {
	width: 900px;
	margin: 100px auto 0;
	text-align: center;
}
.undokaiya li {
	display: inline-block;
	margin: 0 60px 0 0;
}
.undokaiya li:last-child {
	margin: 0;
}
.share-section {
	margin: 30px 0;
	background: #fff;
}
.btn-box {
	margin: 50px 0 20px;
	padding: 20px 0 0;
	background: #fff;
}
.btn-box br.spn-show {
	display: none;
}
.btn-box a {
	display: block;
	background-color: #ffca3a;
	color: #443000;
	font-weight: bold;
	font-size: 24px;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
	width: 400px;
	padding: 30px 0;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	-moz-box-shadow: 5px 5px 0 #ffbf00;
	-webkit-box-shadow: 5px 5px 0 #ffbf00;
	}
.btn-box a:hover {
	background-color: #ffde8c;
	color: #a38200;
	text-decoration: none;
}
.video{
	margin: 40px auto 20px;
	width: 450px;
}

.tit-A {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.9;
	margin: 0 0 50px;
}

.tit-A br {
	display: none;
	}