@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 */

/* num02 */
	.num02 {
		margin-bottom: 40px;
	}
	.num02 .sTitle {
		letter-spacing: -0.03em;
	}
	.num02 .phArea .left {
		width: 48.8372093%;
		float: left;
	}
	.num02 .phArea .right {
		width: 48.8372093%;
		float: right;
	}
@media only screen and (max-width:640px) {
	.num02 .phArea .left,
	.num02 .phArea .right {
		width: 100%;
		float: none;
	}
	.num02 .phArea .left {
		margin-bottom: 20px;
	}
}
/* num03 */
	.num03 {
		background-color: #f0f2f3;
		padding-top: 30px;
		padding-bottom: 40px;
		margin-bottom: 48px;
	}
	.num03 .wrap {
		width: 93.8372093%;
		margin-left: auto;
		margin-right: auto;
	}
	.num03 .sumArea .left {
		float: left;
		width: 37.42255266%;
	}
	body #mainContent .num03 .sumArea .left h6 {
		color: #4e6a89;
		margin-bottom: 7px;
	}
	.num03 .sumArea .right {
		float: right;
		width: 58.24039653%;
	}
@media only screen and (max-width:640px) {
	.num03 .sumArea .left,
	.num03 .sumArea .right {
		float: none;
		width: 100%;
	}
	.num03 .sumArea .left {
		margin-bottom: 20px;
	}
}