@charset "utf-8";
/* ****************************************************************************
	layout.css
-------------------------------------------------------------------------------
	base
	header
	title
	social
	pagetop
******************************************************************************* */

/* ==
	base
=============================================================================== */
html, body{background: #000;}
#container{
	margin:0; padding:0 0 250px;
	background: url(/cmp/yuenchi-kon/common2015_2/img/footer_bg.jpg) no-repeat center bottom;
}
#contents{
	margin:0 auto; padding:0;
	color:#fff;
	min-width: 960px;
	width: 960px;
	background: #000;
}

/* ==
	header
=============================================================================== */
header{margin:0; padding:15px 0;width:100%;background:#fff;overflow:hidden;color:#666;/*border-bottom:1px solid #CCC;*/}
header .f-left p {margin: 0 0 0 15px;}
header{
	background-color:#fff;
	padding:10px 0;
}
header div p a{ display:inline-block; }
.header-logo{
	float:left;
	margin-left:15px;
}
.header-social{ float:right; }

/* ==
	title
=============================================================================== */
h1{ margin:10px 0; }
h2{
	margin:60px 0 30px; padding:0 0 45px;
	text-align:center;
	background: url(/cmp/yuenchi-kon/common/img/border_bottom.png) no-repeat center bottom;
}

/* ==
	tansit
=============================================================================== */
.transit{}
.transit::before,
.transit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.transit,
.transit::before,
.transit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ==
	social
=============================================================================== */
/*--- header-social ---*/
.social{margin-top:6px;}
.social li{float:left;margin-right:10px;}
iframe.twitter-share-button {width: 90px!important;}

/*--- Share-section ---*/
.share-section {
	margin-top: 40px;
}
.share-section ul {
	overflow: hidden;
	width: 440px;
	margin: 0 auto;
}
.share-section li {
	text-align: center;
	width: 200px;
	padding: 15px 10px 10px;
	min-height: 75px;
}
.share-section li:nth-of-type(1) {
	background: #00aced;
	float: left;
}
.share-section li:nth-of-type(2) {
	background: #305097;
	float: right;
}
.share-section li:nth-of-type(3) {
	background: #5ae628;
	display: none;
}
.share-section .share-btn {
	display: inline-block;
	padding-top: 10px;
}
.share-section .share-btn img {
	width: 180px !important;
	margin-bottom: 15px;
}