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

/*---------------------------------------------------------------
  style reset
----------------------------------------------------------------*/

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, th, td, caption, form, input, blockquote, pre{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}


table{
	border-collapse:collapse;
	border-spacing:0;
}

caption, th{
	text-align:left;
}

img{
	vertical-align:bottom;
	border:none;
}

li{
	list-style:none;
}


body#tvcm{
	text-align:center;
	background:#000;
}

body#tvcm #contents_box{
	width:750px;
	height:490px;
	background:#000; 
	text-align:left;
	margin:0 auto;
	position:relative;
}


body#tvcm #movie_box{
	width:540px;
	height:304px;
	position:absolute;
	top:88px;
	left:110px;
    background:#000;
}

body#tvcm #movie_box.jumpy,
body#tvcm #movie_box.taisou{
	width:635px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-185px 0 0 -317px;
}


body#tvcm #contents_box.taisou{
	width:850px;
	height:490px;
}
body#tvcm #contents_box.taisou #movie_box{
	width:850px;
	height:490px;
	margin:0;
	top:0;
	left:0;
	padding:0;
	margin:0;
	overflow:hidden;
}


body#tvcm #contents_box.taisou  iframe{
	width:850px;
	height:490px	
}


body#tvcm #contents_box .bt_close{
	position:absolute;
	right:20px;
	top:20px;	
}


body#tvcm #contents_box.taisou .bt_close{
	top:0;
	right:0
}
body#tvcm #contents_box.taisou .bt_close a{
	display:inline-block;
	padding:20px 20px 60px 60px
}



body#radiocm{
	background:#FFF url(../images/bg_radiobody.jpg) repeat-x;
	color:#333;
	margin:0 30px 20px 0;
}

body#radiocm h1{
	margin-bottom:15px;
}

body#radiocm p.naration{
	font-size:90%;
	margin:0 0 7px 15px;
}

body#radiocm h2{
font-size:83%;
margin:0 0 15px 15px;
}

body#radiocm #radio_area{
	background:url(../images/bg_radio01.jpg) no-repeat;
	width:297px;
	height:265px;
	margin:0 0 20px 30px;
}

body#radiocm p.contents{
	font-size:83%;
	margin:0 0 35px 30px;
}

body#radiocm .bt_close{
	text-align:right;
	font-size:1px;
	line-height:1;	
}

/*追加*/
video, embed{
    width: 540px;
    height: 310px;
}

#radio_area audio{
    width: 273px;
    height: 30px;
    position:relative;
    top:103px;
    left:15px;
}

#radio_area embed{
    width: 273px;
    height: 30px;
    position:relative;
    top:103px;
    left:15px;
}


