/******************************************
スタート
******************************************/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
font-size:100%;
margin:0;
padding:0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}

img {
border:0 none;
vertical-align:bottom;
}

ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

table {
border-spacing:0;
empty-cells:show;
}

body {
background:#FFFFFF;
color:#000000;
font-family:Helvetica,san-serif;
font-size:12px;
line-height:1.2;
}

a {
color:#e4007f;
text-decoration:none;
}

em {
font-style:normal;
}

input {
font-size:14px;
padding:5px;
}

.clearfix:after {
clear:both;
content:'';
display:block;
}

#facebook{
	background: #FFFFFF;
	margin:0 auto 10px;
	width: 290px;
	overflow: hidden;
}
#twitter{
	margin: 0 auto;
	width: 290px;
	overflow: hidden;
}
/******************************************
エリア枠
******************************************/

/* コンテナー
------------------------------------------*/
div#container{
	width:320px;
	margin:0 auto;
}


/* ヘッダー
------------------------------------------*/

.top_head {
	width: 320px;
	margin: 0 auto;
}


/* コンテンツ
------------------------------------------*/

article{
	background:url(../img/bg_main.gif);
	width:310px;
	margin: 0 auto;
	padding:5px;
	overflow:hidden;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 5px #555;
}
article h1{
	text-align:center;
	color:#e4007f;
	margin-bottom:10px;
	font-size: 140%;
	font-weight: bold;
}
.title{
/*	background: url(../img/tit_icon.png) left center no-repeat #FFF;*/
	background:#FFF;
	padding: 5px 15px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color:#e4007f;
	border-radius: 10px;
}
section{}

/* キャスト */
.cast dl{
	width:310px;
	margin-bottom:15px;
	overflow:hidden;
}
.cast dt{
	width:120px;
	float:left;
	clear:both;
}
.cast dd .name{
	margin-bottom:5px;
	border-bottom:1px dotted #000;
	display:block;
}
.cast dd .name span{
	font-size:120%;
	font-weight:bold;
}
.cast dd{
	margin-left:130px;
	padding-top:10px;
}

/* テーマソング */
.song dl{
	width:310px;
	margin-bottom:15px;
	overflow:hidden;
}
.song dt{
	width:100px;
	float:left;
	clear:both;
	padding:0 10px;
}
.song dd .name{
	margin-bottom:5px;
	border-bottom:1px dotted #000;
	display:block;
}
.song dd .name span{
	font-size:120%;
	font-weight:bold;
}
.song dd{
	margin-left:130px;
}

/* 番組参加大学 */
.university dl{
	width:160px;
	margin-bottom:15px;
	float:left;
	overflow:hidden;
	font-size:90%;
}
.university dt{
	width:160px;
}
.university dd .name{
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	display:block;
}
.university dd .name span{
	font-weight:bold;
}
.university dd{
	padding:0 10px;
}

/* ヘアメイク協力 */
.hair dl{
	width:130px;
	margin-bottom:15px;
	float:right;
	overflow:hidden;
	font-size:90%;
}
.hair dt{
	width:130px;
}
.hair dd .name{
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	display:block;
}
.hair dd .name span{
	font-weight:bold;
}
.hair dd{
	padding:0 10px;
}
/* 今回の番組内容 */
.archives_box li{
	background:#FFF;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.archives_box li .text strong{
	font-size: 120%;
	border-bottom: dotted 1px #000000;
	display: block;
}
.archives_box li .text{
	margin: 5px 0 10px;
}
.archives_box li img{
	float: right;
}
.archives_box table{
	width: 96%;
	margin: 0 auto;
}
.archives_box th{
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.archives_box td{
	padding-top: 5px;
}


/* ファッションチェック */
.fashion_box li{
	background:#FFF;
	padding: 5px 30px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
}
.fashion_box li img{
	margin: 0 auto 5px;;
}
.fashion_box li .text strong{
	font-size: 120%;
	border-bottom: dotted 1px #000000;
	display: block;
}
.fashion_box li .text{
	margin: 5px 0 10px;
}

/* ラブラで変身！！ダイばんおしゃれ部！ */
.father_box {
	background:#FFF;
	padding: 5px 30px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
}
.father_box img{
	margin: 0 auto 5px;
}
.father_box .text strong{
	font-size: 120%;
	border-bottom: dotted 1px #000000;
	display: block;
}
.father_box .text{
	margin: 5px 0 10px;
}
.father_box .before_p,
.father_box .after_p{
	background: #000000;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.father_box .name_box{
	text-align: left;
}
.father_box .name_box h4{
	font-size: 120%;
}
.father_box .clothes_box{
	margin-top: 15px;
	text-align: left;
}
.father_box .clothes_box li{
	margin-top: 10px;
	overflow: hidden;
}
.father_box .clothes_title{
	font-size: 120%;
	font-weight: bold;
	background: #e20041;
	display: block;
	padding: 5px;
	color: #ffffff;
	text-align: center;
}
.father_box .clothes_box img{
	width: 50px;
	height: auto;
	margin: 0 5px 5px 0;
	float: left;
}
.father .message{
	background:#FFF;
	padding: 10px 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.father .message strong{
	font-weight: bold;
	font-size: 120%;
	border-bottom: dotted #000 1px;
	margin-bottom: 5px;
	display: block;
}
.father .message b{
	font-weight: bold;
}
.father .message span{
	color: red;
}



.list dl{
	border: 1px #3a3a3a solid;
	margin: 0 auto;
	width: 240px;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}
.list dt{
	background: #3a3a3a;
	padding: 5px 10px;;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 7px 7px 0 0;
	border: 1px #3a3a3a solid;
}
.list dd{
	border-bottom: 1px dotted #3a3a3a;
	margin-bottom: 5px;
	padding: 5px;
}


/* フッター
------------------------------------------*/

.foot_box {
	width: 320px;
	height: 35px;
	text-align: center;
	margin-top: 15px;
}

.foot_box a {color: #000; text-decoration:underline;}

.copy {
	height: 30px;
	font-size: 80%;
	text-align: center;
}


.small{font-size:80%; }
/* float*/
.l{float:left;}

.r{float:right;}

/* 余白指定*/
.mt10{margin-top:10px;}

.mr10{margin-right:10px;}

.mb10{margin-bottom:10px;}

.ml10{margin-left:10px;}

.mt20{margin-top:20px;}

.mr20{margin-right:20px;}

.mb20{margin-bottom:20px;}

.ml20{margin-left:20px;}



/* width,height指定*/
.w80{width:80px;}

.w100{width:100px;}

.w120{width:120px;}

.w140{width:140px;}

.w160{width:160px;}

.w180{width:180px;}

.w200{width:200px;}

.w220{width:220px;}

.w240{width:240px;}

.w280{width:280px;}

.w300{width:300px;}

.w360{width:360px;}

.w400{width:400px;}

.w460{width:460px;}

.w500{width:500px;}


.h10 {height: 10px:}

.h20 {height: 20px:}