@charset "utf-8";

#mainArea .mainImgBox .textBox .left p.text {
	margin: 4px auto 0;
}

#mainArea .profile {
	margin: 40px auto 0;
}
#mainArea .profile .right {
	float: right;
	width: 630px;
	height: 280px;
	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 .right p span {
	display: block;
}
#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 .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;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	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 .point{
	position: relative;
	top:7px;
}


.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 p {
width: 880px;
text-align: left;
margin: 0 auto;
}

.movieBox p.text {
font-size: 18px;
}

.contentsLast {
margin: 80px 0 !important;
}

.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;
}


#mainArea .textLink img{
	position: relative;
	top:7px;
}

#mainArea .textLink{
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
}

#mainArea .attention a,
#mainArea .attention a:visited {
	color: #005AB4 !important;
	text-decoration:none;
}

#mainArea .attention a:hover{
	color:#FF3300 !important;
	text-decoration:underline;
}

#mainArea .textLink a,
#mainArea .textLink a:visited {
	color: #005AB4 !important;
	text-decoration:underline;
}

#mainArea .textLink a:hover{
	color:#FF3300 !important;
	text-decoration:underline;
}


#mainArea .anchorLink{
margin: 20px 0 80px 0;
text-align: left;
width: 100%;
}

#mainArea .anchorLink p{
text-align: right !important;
width: 100%;
display: block;

}

#mainArea .anchorLink li{
text-align: left;
display: inline-block;
margin: 0 1%;
width: 18%;
}

#mainArea .anchorLink li a{
font-size: 20px;
color: #005AB4 !important;
}

#mainArea .anchorLink li a:hover{
color:#FF3300 !important;
text-decoration:underline;
}




#mainArea .anchorLink li a{
	display:-moz-inline-box;
	display:inline;
	background:url(/common/images/ico_link_01.gif) no-repeat left center;
	padding:0 0 0 20px;
}


#mainArea .movieTitle {
	display: block;
	line-height: 40px;
	padding: 20px 0 20px 40px;
	font-size: 24px;
	font-weight: bold;
	color: #151515;
	border-left: 1px solid #858585;
	text-align: left;
	background-color: #fff;
	background-image: url(/katsuyou/photo/common/images/icon/arrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}

#mainArea .movieTitle {
	background-image: none;
}


#mainArea .movieTitle span.pageLinkText {
	display: inline-block;
}


#mainArea .movieTitle span.pageLinkText span {
	font-size: 20px;
}




/* コンテスト動画ページ予告アイコン */
div #yokoku_box{
font-size: 15px;
font-weight: 500;
}
div #yokoku_box span {
white-space: nowrap;
display: inline-block;
vertical-align: top;
width: 51px;
height: 23px;
line-height: 23px;
text-align: center;
font-size: 16px;
margin-right: 10px;
/* background-color: #151515; 黒バージョン*/
background-color: #e01f1f; /* 赤バージョン*/
color: #fff;
}

.ie div #yokoku_box span {
	line-height: 27px;
}
/* コンテスト動画ページ予告アイコン ここまで*/