pics@charset "Shift_JIS";
/*　番組審議会　*/

/*======================================================
	PC、SP　共通設定
======================================================*/

/*- サブタイトル -*/
h5.midashi {
	border-left: 13px solid #999999;
}

.text_right{
	text-align: right;
}
.text a{
  text-decoration: underline;
}
.text a:hover{
  text-decoration: none;
}

/*======================================================
	PCサイズ（769px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{

	
/*動画*/
	.movie{
		margin: 0 auto;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-evenly;
	}
	
	.movie video{
		width:450px;
	}

	
	
	
	

/*-標題-*/
.message {
    margin: 0 0 10px;
}

/*section p{
	padding:0 0 15px 0px;
	vertical-align:middle;
	margin:30px auto 0;
	text-align:center;
	font-weight:bold;
	font-size:142%;
	line-height:25px;
}*/
#award
{
	width: 950px;
	margin: 0 auto 40px;
}
	
/*日付*/
#data{
    font-weight: bold;
    text-align: right;
    margin-bottom: 40px;
}

#main_img{
    text-align: center;
    margin-bottom: 30px;
}
.text{
    width: 950px;
    margin: 45px auto;
/*    margin-bottom: 30px;*/
}
.text p{
  line-height: 1.5;
}


/*受賞*/
h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
	margin-top: 50px;
    font-weight: bold;
}

#award table{
	width: 100%;
	margin: 0 0 40px;
	border-top:1px dotted #000000;
}
#award table td, #award table th{
	border-bottom:1px dotted #000000;
}
#award table .dt{
	width:180px;
	padding:10px 10px;
	text-align:center;
	border-right:1px dotted #000000;
	background-color:#F1F1F1;
}
#award table .dd{
	padding:7px 15px;
  line-height: 1.5;
}
#award table th.dt{
	background-color:#E4E4E4;
}
#award table th.dd{
	background-color:#E4E4E4;
	text-align: center;
}
#award table .item{
	font-weight:normal;
	background-color:#D8D8D8;
	text-align:center;
}


/*写真*/
#pics{
    width: 950px;
    margin: 0 auto 10px;
}
#pics ul{
    margin: 5px auto;
    text-align: center;
}
#pics ul li{
    width: 400px;
    margin: 0 13px 15px;
    display: inline-block;
    vertical-align: top;
}
#pics ul li img{
    width: 400px;
    height: auto;
}

/*監修*/
#profile ul{
	display: block;
}
#profile ul li{
	display: block;
	width: 100%;
}
#profile ul li dl{
	font-size: 0;
	width: 100%;
	margin: 20px 0;
}
#profile ul li dl dt{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 16px;
}
#profile ul li dl dt img{
	width: 150px;
}
#profile ul li dl dd{
	display: inline-block;
	width: calc(100% - 165px);
	font-size: 16px;
	padding-top: 5px;
}
#profile ul li dl dd span{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
	

}
/*======================================================
	SPサイズ（768px以下）ここから
======================================================*/

@media screen and (max-width: 640px){
/*動画*/
.movie{
	margin: 0 auto;
	margin-bottom: 30px;
	display:block;
	width:100%;
}

.movie video{
	width:100%;
}
	

/*-メッセージ-*/
.message {
    margin: 0 0 10px;
}

section h2{
	padding:0 0 5px 0px;
	vertical-align:middle;
	margin:00 auto 0;
	font-weight:bold;
	font-size:121%;
}

#award
{
    margin: 10px 10px 0;
    padding: 0 0 15px;
}

#main_img{
    text-align: center;
    margin-bottom: 15px;
}
#main_img img{
    width: 95%;
}
.text{
    width: 95%;
    margin: 0 auto 25px;
}
.text p{
  line-height: 1.5;
}

/*受賞*/
h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

#award table{
	font-size:14px;
	margin:0 0 10px;
	border-top:1px dotted #000000;
}
#award table td, #award table th{
	border-bottom: 1px dotted #000000;
}
#award table .dt{
	width: 70px;
	padding:5px 5px;
	text-align:center;
	border-right:1px dotted #000000;
	background-color:#F1F1F1;
}
#award table .dd{
	padding:5px 5px;
}
#award table th.dt{
	background-color:#E4E4E4;
}
#award table th.dd{
	background-color:#E4E4E4;
	text-align: center;
}
#award table .item{
	font-weight:normal;
	background-color: #D8D8D8;
	text-align:center;
}

/*写真*/
#pics{
	margin: 0 0 30px;
}
#pics ul{
	margin:10px auto;
	text-align:center;
}
#pics ul li{
	margin:0 10px 5px;
	display: block;
}
#pics ul li img{
	width:100%;
	height:auto;
	margin:0 0 10px;
}

/*監修*/
#profile ul{
	display: block;
}
#profile ul li{
	display: block;
	width: 100%;
}
#profile ul li dl{
	width: 100%;
	margin: 35px 0;
}
#profile ul li dl dt{
	display: block;
	text-align: center;
	margin-bottom: 3px;
}
#profile ul li dl dt img{
	width: 150px;
}
#profile ul li dl dd{
	display: block;
	width: 100%;
}
#profile ul li dl dd span{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 2px;
}
	
	/*日付*/
#data{
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}


}

