@charset "utf-8";


	body #mainContent .sTitle {
		font-size:23px;
	}
	body #mainContent .user {
	    color: #4e6a89;
	}

	.cvArea {
		text-align: center;
	}
	.cvArea li {
		display: inline-block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin: 10px;
	}
	.cvArea li img {
		vertical-align: top;
	}
	.cvArea li a {
		transition: .5s;
	}
	.cvArea li a:hover {
		opacity: 0.7;
	}
	.List {
		padding-left: 20px;
		background: url(../imgs/150319/icon.png) no-repeat 0 50%;
	}
	.Link {
		padding-left: 20px;
	}
	.Linkoff {
		padding-left: 20px;
		color: #898989;
		font-size: 12px;
	}
	.text {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.dash {
		letter-spacing: 0;
	}
	.h {
		color: #4e6a89;
		font-size: 15px;
		font-weight: bold;
	}

/* num01 */


.bBox{
	position: relative;
	overflow: hidden;
}

.flL{
	float: left;
}

.flR{
	float: right;
	text-align: center;
}

.flR span{
	color: #706d6d;
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 10px;
	display: block;
	
}

/* num02 */

.num02{
	margin-bottom: 80px;
}

.num02 .wrap{
	position: relative;
	overflow: hidden;
}

.num02 .logo{
	float: left;
}

.num02 .site{
	float: left;
	margin-left: 40px;
}


/* num03 */
	.num03 {
		margin-bottom: 40px;
	}
	.num03 .sTitle {
		letter-spacing: -0.03em;
	}
	.num03 .phArea .left {
		width: 48.8372093%;
		float: left;
	}
	.num03 .phArea .right {
		width: 48.8372093%;
		float: right;
	}


/* num04 */
.num04{
	margin-bottom: 40px;
}

/* num05 */
.num05 {
	margin-bottom: 40px;

}

.num05 .sumArea .left {
	float: left;
	width: 31.79190751445087%;
}

.num05 .sumArea .right {
	float: right;
	width: 65.20809248554913%;
	padding-left: 3%;
}

/* num06 */
.num06 {
	margin-bottom: 40px;

}

.num06 .sumArea {
	margin-top: 70px;
}

.num06 .sumArea .left {
	float: left;
	width: 34.68208092485549%;
}
body #mainContent .num06 .sumArea .left h6 {
	margin-bottom: 7px;
}
.num06 .sumArea .right {
	float: right;
	width: 61.27167630057804%;
}



@media only screen and (max-width:840px) {
	/* num01 */

.bBox{
	position: none;
	overflow: none;
}

.flL{
	float: none;

}

.flR{
	float: none;
	margin-top: 20px;
}


}

@media only screen and (max-width:640px) {

	.num02 .wrap{
	position: none;
	overflow: none;

}

.num02 .logo{
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.num02 .site{
	float: none;
	margin-left: 40px;
}

.num03 .phArea .left,
.num03 .phArea .right {
	width: 100%;
	float: none;
}
.num03 .phArea .left {
	margin-bottom: 20px;
}

.num06 .sumArea .left {
	float: none;
	width: 100%;
	
}

.num06 .sumArea .right {
	float: none;
	width: 100%;
}


}

@media only screen and (max-width:640px) {
	.num05 .sumArea .left,
	.num05 .sumArea .right {
		float: none;
		width: 100%;
	}
	.num05 .sumArea .left {
		margin-bottom: 20px;
		text-align: center;
	}

	.num05 .sumArea .right {
		padding-left: 0;
	}

}