@charset "UTF-8";

/* Clearfix
---------------------------------------------------------------------------- */
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.section-media{
	padding: 5px 0 0;
	position: relative;
	z-index: 5;
}
.candidate-header{
	background: url("../images/media/bg02.png") repeat;
	color: #3e3a39;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 40px;
	padding: 40px 0;
	text-align: center;
	width: 470px;
}
.candidate-header h3{
	font-size: 18px;
	font-weight: bold;
}
.candidate-list{
	margin-bottom: 100px;
	padding: 0 120px;
}
.candidate-list > li{
	background-color: #fafafa;
	-webkit-box-shadow: -5px 13px 19px 0px rgba(107, 95, 95, 0.3);
	-ms-box-shadow: -5px 13px 19px 0px rgba(107, 95, 95, 0.3);
	box-shadow: -5px 13px 19px 0px rgba(107, 95, 95, 0.3);
	color: #3e3a39;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 25px;
	padding: 40px 0;
	position: relative;
	z-index: 13;
}
.candidate-list > li img {
	width: 100%;
	height: auto;
	margin: 0 0 -8px;
}
.candidate-list > li .bx-left {
	float: left;
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 3%;
}
.candidate-list > li .bx-right {
	float: right;
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 3% 0 1%;
}
.candidate-list > li .bx-right .media-date {
	line-height: 1.6;
	font-size: 136%;
	font-weight: bold;
}
.candidate-list > li .bx-right .media-date > ul li {
	float: left;
	margin: 0 8px 0 0;
}
.candidate-list > li .bx-right .media-date > ul li.icon-media {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 56px;
	height: auto;
	margin: 0 4px 0 0;
	padding: 2px 0;
	background: #13a349;
}
.candidate-list > li .bx-right .media-headline {
	line-height: 2.0;
	font-size: 120%;
	font-weight: bold;
}
.candidate-list > li .bx-right .media-sentence {
	line-height: 2.4;
	font-size: 96%;
}
.candidate-list > li .bx-right .media-sentence a {
	line-height: 1.6;
	font-size: 96%;
	color: #3500ff;
	text-decoration: none;
}
.candidate-list > li:last-child{margin-bottom: 0;}
.candidate-list > li .candidate-name{
	background-color: #8ec79a;
	color: #fff;
	font-size: 15px;
	left: 0;
	padding: 17px 0;
	position: absolute;
	top: 34px;
	text-align: center;
	width: 208px;
}
.section-bubble{
	background: url("../images/media/bg.png") repeat 50% 0;
	position: absolute;
	top: 0;
	bottom: -70px;
	left: 0;
	right: 0;
	z-index: -5;
}