@charset "utf-8";

#mainArea .mainImgBox .textBox .left p.text {
	margin: 4px auto 0;
}

#mainArea .profile {
	margin: 100px auto 0;
}
#mainArea .profile .right {
	float: right;
	width: 600px;
	height: 300;
	text-align: left;
	position: relative;
}
#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;
}

#mainArea .profile.woPict {
	text-align: right;
}

.contentsBox {
	margin: 100px auto 0;
}
.contentsBox .ques {
	width: 880px;
	margin: 30px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
	/*text-indent: 56px;*/
}
/*.contentsBox .ques::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 54px;
	height: 1px;
	background: #151515;
}*/


.contentsBox .ans {
	width: 880px;
	margin: 25px auto 0;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
}

.contentsBox .ans + .ans {
  margin-top: 40px;
}

.contentsBox .ans_note {
	font-size: 17px;
	line-height: 1.5;
	color: #858585;
}

.contentsBox .ans span {
	color: #858585;
}
.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;
}

#mainArea .contentsBox .ans .point{
	top:11px;
}

#mainArea .contentsBox .ans_note .point{
	top:5px;
}


.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;
}

#mainArea .profile.woPict a,
#mainArea .profile.woPict a:visited,
.contentsBox a,
.contentsBox a:visited {
	color: #005AB4 !important;
}

.contentsBox a:hover{
	color:#FF3300 !important;
	text-decoration:underline;
}

.contentsBox h4 {
width: 880px;
	margin: 50px auto 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
	display: block;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

.contentsBox .inBox {
	width: 630px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
	margin: 35px 0 0;
}
.contentsBox .inBox + .inBox {
	margin: 35px 0 0 40px;
}
/*
.contentsBox .inBox:hover {
	opacity: 0.5;
}
*/
.contentsBox .inBox a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.contentsBox .inBox h5.title {
	height: 40px;
	line-height: 40px;
	text-align: center;
    background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.ie .contentsBox .inBox h5.title {
	line-height: 44px;
}
.contentsBox .inBox .imgArea {
	position: relative;
	margin: 0 auto 0;
	padding: 25px 0 43px 0;
	background: #fff;
}
.contentsBox .inBox .imgArea a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s linear;
}
.contentsBox .inBox .imgArea a:hover {
	opacity: 0.7;
}
.contentsBox .inBox .imgArea .link {
	position: absolute;
	bottom: 13px;
	right: 13px;
	font-size: 15px;
	font-weight: 500;
}
.contentsBox .inBox .imgArea a:hover .link {
	text-decoration: underline;
}
.contentsBox .inBox .imgArea a > div {
	/*display: inline-block;*/
	vertical-align: top;
}
.contentsBox .inBox .imgArea div.text {
	margin: 10px 0 0 0;
	text-align: center;
    font-size: 17px;
}

.contentsBox .inBox .imgArea * {
    color: #151515;
}
.contentsBox .inBox .imgArea div.text ul.list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 5px;
}
.contentsBox .inBox .imgArea div.text ul.list span.mini {
	font-size: 11px;
}
.contentsBox .inBox p.note {
	margin: 5px auto 0;
	text-align: right;
	font-size: 15px;
	letter-spacing: -0.01em;
}

.movieBox {
	margin: 80px 0 0 0;
}
.movieBox .sub {
	width: 880px;
	margin: 50px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
}

.movieBox .youtubeBox {
	width: 880px;
	margin: 30px auto 0;
}

.movieBox .youtubeBox .youtubeContents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieBox .youtubeBox .youtubeContents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieBox p {
  width: 880px;
  text-align: left;
  margin: 0 auto;
  font-size: 90%;
  font-weight: normal;
}

.contentsBox .ques ol,
.contentsBox .ans ul{
  margin: 30px 0 30px 60px;
}

.contentsBox .ans ul li{
  list-style-type: disc;
}

.contentsBox .ques ol,
.contentsBox .ans ul{
  margin: 30px 0 30px 60px;
}

.contentsBox .ques ol li,
.contentsBox .ans ul li{
  line-height: 1.7;
}

#mainArea .profile .left {
  text-align: left;
  padding-left: 30px;
}

#mainArea .profile.participant .left {
  margin-bottom: 30px;
  overflow: hidden;
}

#mainArea .profile .left p {
  font-size: 17px;
  color: #858585;
  margin-top:5px; 
}
.under #photo_contents .mainImgBox .textBox .right p a {
  color: #000099;
}
.under #photo_contents .mainImgBox .textBox .right p a:visited {
  color: #005AB4;
}
.contentsBox .voices {
  width: 880px;
  margin: 30px auto 0;
  font-size: 20px;
  text-align: left;
  line-height: 1.7;
  position: relative;
}
.contentsBox .voices dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.contentsBox .voices dd {
  clear: both;
  margin-bottom: 40px;
 }
.contentsBox .voices dd img {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
 }
.contentsBox .imgBox-floatL {
width: 350px;
margin: 30px 40px 30px 0;
margin-left: 40px;
float: left;
}
.contentsBox .imgBox-floatR {
width: 350px;
margin: 30px 40px 30px 0;
margin-left: 40px;
float: right;
}
.contentsBox .imgBox2 p {
font-size: 17px;
line-height: 1.5;
color: #858585;
font-weight: normal;
margin: 25px 0 0;
}
