@charset "UTF-8";

/*-----------------------------------------------------------
 #common
 #keyImage
 #area1
 #area2
 #area3
 others

-----------------------------------------------------------*/


/* #common
-----------------------------------------------------------*/
.p_icon{
	width: 10px;
	height: 13px;
	padding:0 5px 10px 0;
}
.event_title,
.sub_title {
	margin-top:30px;
}
.event_title,
.sub_title span{
	background-color:#E51C84;
	color: #ffffff;
	padding:0 10px;
}
/* #keyImage
-----------------------------------------------------------*/

#keyImage {
	margin-bottom: 20px;
}


/* #area1
-----------------------------------------------------------*/
.layoutA #area1 {
	float: right;
	width: 67%;
	margin-top:20px;
	margin-left:20px;
	letter-spacing: 1.2px;
	line-height: 30px;
}

.layoutB #area1 {
	width: 100%;
	padding: 0 10px;
}

.page_title{
	height:auto;
	border-bottom:1px solid #F8C8E0;
}
.page_title h2{
	border-left:8px solid #E51C84;	
	letter-spacing:12px;
	font-weight: bold;
	font-size: 150%;
}

.lead_sentence{
	margin:20px 0 0 0;
}



/* #area2
-----------------------------------------------------------*/

.layoutA #area2 {
	float: left;
	width:26%;
	text-align: center;
	margin:20px auto 0 auto;
}

.layoutA #area2 #sideMenu{
	border-top:solid 1px #F8C8E0;
	margin-bottom:10px;
}
.layoutA #area2 #sideMenu li{
	display: block;
	cursor: pointer;
	background: #ffffff;
	text-align: center;
	line-height: 3em;
	border-bottom:solid 1px #F8C8E0;
	font-weight: bold;
}

.layoutA #area2 #sideMenu li a{
	display:block;}
.layoutA #area2 #sideMenu li:hover{
	background-color:#F8C8E0;
    transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
}


/* メニューアド */
#bannerArea1 li{
	margin-top:30px;
}


/* #area3
-----------------------------------------------------------*/



/* other
-----------------------------------------------------------*/

#footerInner .privacy {
	display: none;
	margin-left: 20px;
	padding-top: 20px;
}


/* archive
-----------------------------------------------------------*/
.year_link{
	margin-top:15px;
}

.year_link tr td{
	padding-left:40px;
}


/* concours
-----------------------------------------------------------*/
.concours_title{
	width:6em;
	padding-left:1em;
}


/* question
-----------------------------------------------------------*/
#question tr{
    border-bottom:1px solid #F8C8E0;
}
#question th{
    width:13em;
}
#question td{
    height:5em;
}
input,textarea{
	background-color:#e6e6e6;
	border:1px solid #c9c9c9;
}
textarea{
	margin-top:10px;
}
.wpcf7-textarea,
.wpcf7-text{
	width:95%;
}
.wpcf7-submit{
	background-color:#E51C84;
	color:#ffffff;
	width:70%;
	font-weight:bold;
	padding:5px 0;
	cursor:pointer;

}
.wpcf7-submit:active{
	opacity:0.8;
}

@media only screen and 
(min-device-width : 768px) and 
(max-device-width : 1024px) {
#question tr th {
	font-size: 0.8em;
}
}

/* 出演者　A=写真のみ　B=写真+文章
-----------------------------------------------------------*/

.cast_listA{
	clear:both;}

.cast_listA li{
	float:left;
	width:160px;
	margin-right:14px;}


.cast_listB li{
	clear:both;
	height:165px;
	margin-bottom:14px;}

.cast_listB li img{
	float:left;
	width:160px;
	margin-right:14px;}

.cast_listB li p{
	float:left;
	width:520px;}
    
.cast_listB li .sgPlofTxt{
	float:left;
	width:520px;}




/* 写真ギャラリー　A=一点　B=複数　C=ギャラリー
-----------------------------------------------------------*/

.photo_gallery_listC{
	clear:both;
	overflow:hidden;
	margin:0.5em auto 2em auto;
}
	
.photo_gallery_listC:last-child{
	margin-bottom:0;
}

.photo_gallery_listC li{
	float:left;
	margin-right:14px;
}

.photo_gallery{
    border: 1px solid #aaa;
    display:block;
    width:150px; /*トリミング後の横幅*/
    height:80px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
    margin-top:0.5em;
   
}

/*キャプション*/
.caption{
    height:100px;
}
.capP{
    font-size:70%;
    background:#6C6C6C;
    color:#ffffff;
}







/* 各ページフッターアドセンス
-----------------------------------------------------------*/
.footer_adsense{
    margin:1em auto;
    text-align:center;
}


