@charset "utf-8";

#mainTitle{
padding-bottom: 50px;
}

#mainArea .mainImgBox .textBox .left p.text {
	margin: 4px auto 0;
}

#mainArea .profile {
	margin: 100px auto 0;
}
#mainArea .profile .right {
	width: 880px;
	text-align: left;
	border: 1px solid #ccc;
	background-color:  #fff;
	padding: 20px;
	margin: 0 auto;
}
#mainArea .profile .right a {
	color: #005AB4 !important;
}
#mainArea .profile .right a:hover {
	color:#FF3300 !important;
	text-decoration:underline;
}
#mainArea .profile div.name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
#mainArea .profile div.name span {
	font-size: 18px;
	letter-spacing: -0.01em;
}
#mainArea .profile p {
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0 0;
}
#mainArea .profile p span {
	display: block;
}
#mainArea .profile .profLink {
	position: absolute;
	bottom: -22px;
	right: 0;
}
#mainArea .profile .profLink a {
	font-size: 18px;
	color: #858585;
	position: relative;
}
#mainArea .profile .profLink a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainArea .profile .profLink a::after {
	content: " ";
	background-color: #858585;
	width: 100%;
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition:all 0.3s;
}
.ie #mainArea .profile .profLink a::after {
	bottom: 3px;
}
#mainArea .profile .profLink a:hover::after {
	opacity: 0;
}
#mainArea .profile .profLink img {
	vertical-align: middle;
}

.contentsBox {
	margin: 100px auto 0;
}
.contentsBox .ques {
	width: 880px;
	margin: 50px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
}


.contentsBox .ans {
	width: 880px;
	margin: 25px auto 0;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
}

.contentsBox .ans_note {
	font-size: 17px;
	line-height: 1.5;
	color: #858585;
}

.contentsBox .ans span {
	font-weight: bold;
}
.contentsBox .imgBox {
	width: 880px;
	margin: 30px auto 0;
	position: relative;
}

.contentsBox .imgBox2 {
	width: 440px;
	margin: 30px 10px 30px 30px;
	position: relative;
	float: left;
}


.contentsBox .imgBox p.cap,
.contentsBox .imgBox2 p.cap {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	margin: 0px 0 5px 0;
	font-weight: normal;
	color: #858585;
}
#snsComments.contentsBox .imgBox {
	padding: 0 0 29px 0;
}
.contentsBox .choosePoint {
	width: 880px;
	margin: 25px auto 0;
	text-align: left;
}

.contentsBox .choosePoint .boxInner{
	padding: 30px 30px;
	border: 1px solid #858585;
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}

.contentsBox .choosePoint span {
font-size: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
}

.contentsBox .choosePoint p {
font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	margin: 0 0 0 0;
	display: block;
}


.contentsBox p {
font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	margin: 40px 0 10px 0;
}

.contentsBox .textLink img,
#mainArea .point{
	position: relative;
	top:7px;
}

.contentsBox .point2{
	position: relative;
	top:3px;
}

.contentsBox .textLink{
	margin: 20px 0;
}


.contentsBox .note {
	width: 880px;
	margin: 25px auto 0;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}

.contentsBox a,
.contentsBox a:visited {
	color: #005AB4 !important;
}

.contentsBox a:hover{
	color:#FF3300 !important;
	text-decoration:underline;
}