@charset "utf-8";
/* CSS Document */



/* -------------------------
コンテンツ
--------------------------*/
#contents .photoBlock{
	width: 96vw;
	margin: 0 auto 4vw;
	padding: 0 0 1px 0;
	color: #333;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
}

#contents .blockTitle{
	display: block;
	width: 94vw;
	margin: 0 auto;
    padding: 4.5vw 0 4.5vw 2vw;
    font-size: 20px;
    line-height: 20px;
	text-indent: 40px;
	color: #fff;
	background: #2aa9ca url("../img/common/icon_menu01.png") 2vw center /32px no-repeat;
}

#contents .photoBlock dl.photoBox dt img{
	width: 100%;
}

#contents .photoBlock dl.photoBox dd{
	width: 100%;
	height: 32px;
	line-height: 19px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* -------------------------
GoogleAd
--------------------------*/
#contents .google_ad_photopage_a_s,
#contents .google_ad_photopage_b_s,
#contents .google_ad_photopage_c_s{
	margin: 24px auto;
	text-align: center;
	width: 100%;
	height: auto;
}


/* -------------------------
A8
--------------------------*/


/* -------------------------
その他共通
--------------------------*/


/* -------------------------
以下PC
--------------------------*/
@media
screen and (min-width: 980px){
/* -------------------------
コンテンツ
--------------------------*/
#contents .photoBlock{
    margin: 30px auto 30px;
    padding-bottom: 30px;
    width: 1260px;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

#contents .photoBlock .blockTitle{
	display: inline-block;
	width: auto;
	margin: 0 auto;
    padding: 26px 48px 24px 48px;
	font-size: 24px;
    line-height: 20px;
	text-indent: 40px;
	background: #2aa9ca url("../img/common/icon_menu01.png") 24px 10px /48px no-repeat;
}

#contents .photoBlock dl{
    float: left;
    margin: 0 0 10px 20px;
	width: 600px;
}

#contents .photoBlock dl.photoBox dd{
    width: 600px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

#contents .resembleLinkBlock {
    width: 1260px;
    margin: 0 0 21px 0;
    padding: 0 0 21px 0;
}

#contents .resembleLinkBlock .blockTitle{
    width: 1253px;
    margin: 0 auto;
    padding: 20px 0 16px 7px;
    line-height: 26px;
    text-indent: 60px;
    background: #2aa9ca url(../img/common/icon_menu01.png) 15px 10px /40px no-repeat;
}

#contents .resembleLinkBlock li{
    width: 184px;
    height: 100%;
    margin: 20px 0 0 20px;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 18px;
}

#contents .resembleLinkBlock li a{
    width: 184px;
    height: 240px;
    padding: 0 0 7px 0;
    font-size: 16px;
    line-height: 18px;
}

#contents .resembleLinkBlock li img {
    margin: 0 0 7px 0;
}

#contents .entryLinkBlock{
    width: 1260px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}

#contents .entryLinkBlock .blockTitle{
    width: 1253px;
}

#contents .entryLinkBlock dl dd{
    width: 232px;
    height: 100%;
    margin: 20px 15px 0 0;
}

#contents .entryLinkBlock dl dd a{
    width: 232px;
    height: 232px;
    padding: 0 0 0 0;
    font-size: 20px;
    line-height: 20px;
}

/* -------------------------
GoogleAd
--------------------------*/
.google_ad_photopage_a,
.google_ad_photopage_b,
.google_ad_photopage_c{
    display: block;
    clear: both;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

}