@charset "UTF-8";


/*----------------------------------------------------
	popup
----------------------------------------------------*/

#mPop {
	background-color: #000;
	}

div.movieboxes {
	width: 600px;
	height: 364px;
	}

#sb-player.html{height:100%;overflow:hidden;}


/*----------------------------------------------------
　common
----------------------------------------------------*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
pre,
address,
li,
dt,
dd {
	font-size: 100%;
}
a {
	color: #dd083f;
	text-decoration: underline;
}
a:link {
	color: #dd083f;
	text-decoration: underline;
	}
a:visited {
	color: #9900cc;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #036fd3;
	text-decoration: none;
}
a:visited:hover {
	color: #036fd3;
}
ul {
}
li {
	list-style:none;
}
dl {
}
dt {
}
dd {
}
table {
	border-collapse:collapse;
}
th,
td {
	border: none;
	padding:0;
	color:#000;
}
th {
}
td {
}
p {
}
dt img,
dd img,
li img {
	vertical-align: bottom;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  }

.clear{clear:both;}

p.jump {position: absolute;	overflow: hidden; width: 0;	height: 0;}


/*----------------------------------------------------
　modal
----------------------------------------------------*/

.white-popup-block{
  background:#000000;
  color: #ffffff;
  padding:5px 20px;
  text-align:center;
  max-width:640px;
  margin:40px auto;
  position:relative;
  z-index:99999;
	}

.white-popup-block .button {
  text-align: right;
  }

.white-popup-block .info{
  text-align: left;
  font-size: 140%;
  line-height: 1.71428;
  color: #ffffff;
  }

.white-popup-block h1{
  text-align: left;
  font-size: 160%;
  line-height: 1.5;
  color: #ffffff;
	}

.white-popup-block .textBody {
	 background-color: #ffffff;
   margin: 10px 0 5px;
   padding: 16px;
	}

.white-popup-block .textBody p {
  text-align: left;
  color: #000000;
  margin-bottom: 1em;
  font-size: 150%;
  line-height: 1.6;
  }

.white-popup-block .textBody p.link {
  text-align: center;
  }

@media only screen and (max-width: 480px) {
.white-popup-block{
  margin:10px auto;
  padding:5px 0;
  }
.white-popup-block .info,
.white-popup-block h1 {
  padding-left: 10px;
  }
}

/* タブ版　*/

.white-popup-block .tab {
	border-bottom: solid 1px #999999;
  margin-bottom: 14px;
	}
.white-popup-block .tab:after { content:""; display:block; clear:both; height:0; }
.white-popup-block .tab { *zoom: 1; }
.white-popup-block .tab li a {
	display: block;
	float: left;
	width: 49%;
	padding: 3px 0 6px;
  margin-bottom: 8px;
	font-size: 160%;
	}
.white-popup-block .tab li.eizou a {
  border-right: solid 1px #999999;
  }

.white-popup-block .tab .open a {
  color: #b80000;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
  }

/* 見出し版　*/

.white-popup-block h2 {
  color: #b80000;
  padding: 8px 0 6px;
  font-size: 180%;
  text-align: left;
  }


/****************************************************
 movie-player
****************************************************/

.movie-player {
  width:640px;
  height:389px;
  margin:10px auto;
}

.movie-player img {
  width:100%;
  height: auto !important;
  vertical-align:bottom;
}

@media only screen and (max-width: 700px) {
.movie-player {
  width:520px;
  height:339px;
  }
.movie-player embed {
  width:520px;
  height:339px;
  }
}

@media only screen and (max-width: 590px) {
.movie-player {
  width:290px;
  height:205px;
  }
.movie-player embed {
  width:290px;
  height:205px;
  }
}

@media only screen and (max-width: 480px) {
.movie-player embed, .movie-player video {
  width: 100% !important;
  height: auto;
  margin-top:0;
  }
}


/*----------------------------------------------------
　PIE
----------------------------------------------------*/

.round {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	zoom: 1;
	position: relative;
	}


/*----------------------------------------------------
　disnon
----------------------------------------------------*/

.disnon {
	display: none;
	}


/*----------------------------------------------------
　pc sp
----------------------------------------------------*/

@media screen and (min-width: 1021px) {
.forWide {
	display: block;
	}
.forNarrow {
	display: none;
	}
}
@media screen and (max-width: 1020px) {
.forWide {
	display: none;
	}
.forNarrow {
	display: block;
	}
}

@media screen and (min-width: 641px) {
.forPC {
	display: block;
	}
.forSP {
	display: none;
	}
}
@media screen and (max-width: 640px) {
.forPC {
	display: none;
	}
.forSP {
	display: block;
	}
}


/*----------------------------------------------------
　hover img
----------------------------------------------------*/

a.hover:hover img {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	}


/*----------------------------------------------------
　jump
----------------------------------------------------*/

p.jump {position: absolute;	overflow: hidden; width: 0;	height: 0;}

#topJump a {
	display: block;
	width: 100%;
	background-color: #5c0f00;
	color: #ffffff;
	font-size: 0%;
	padding: 0.5em 0;
	}


/*----------------------------------------------------
　Container
----------------------------------------------------*/

body {
	width: 100%;
	color: #4a413b;
	text-align: center;
	background: url(../images/bg_body.png) center top repeat;
	}

.wrapper {
	margin: 0 auto;
	text-align:left;
	position: relative;
	clear:both;
	overflow: hidden;
	}
@media screen and (min-width: 1241px) {
	.wrapper {
		width: 1200px;
		margin: 0 auto;
		}
	}
@media screen and (max-width: 1240px) {
	.wrapper {
		width: 96%;
		margin: 0 2%;
		}
	}
.wrapper:after { content:""; display:block; clear:both; height:0; }
.wrapper { *zoom: 1; }



/*----------------------------------------------------
	commonHeader
----------------------------------------------------*/

#commonHeader {
	width: 100%;
	text-align: center;
	background:#fff;
	}
#commonHeader:after { content:""; display:block; clear:both; height:0; }
#commonHeader { *zoom: 1; }

@media screen and (min-width: 820px) {
	#commonHeader .wrapper {
		height:50px;
		}
	#commonHeader h1  {
		position: absolute;
		left: 0;
		top: 0;
		}
	#commonHeader ul.menu_subnavi {
		position: absolute;
		right: 150px;
		top: 18px;
		}
	}
@media screen and (max-width: 819px) {
	#commonHeader h1  {
		position: static;
		}
	#commonHeader ul.menu_subnavi {
		position: relative;
		float: right;
		margin-top: 10px;
		}
	}

#commonHeader ul li {
	display:inline;
	font-size:12px;
	font-size:1.2rem;
	line-height:17px;
	}
#commonHeader ul li a {
	display:block;
	float:left;
	}
#commonHeader ul li.item01 a {
	padding-right:18px;
	display:block;
	margin-right:25px;
	background: url(../images/icon_search.png) right center no-repeat;
	}
#commonHeader ul li.item02 a {
	padding-right:22px;
	display:block;
	margin-right:15px;
	background: url(../images/icon_heart.png) right center no-repeat;
	}
#commonHeader ul li.item03 a {
	color: #0099ff;
	text-decoration: underline;
	padding-right:25px;
	display:block;
	margin-right:3px;
	background: url(../images/icon_fukidashi.png) right center no-repeat;
	}
#commonHeader ul li.item01 a:hover {
	background: url(../images/icon_search_on.png) right center no-repeat;
	}
#commonHeader ul li.item02 a:hover {
	background: url(../images/icon_heart_on.png) right center no-repeat;
	}
#commonHeader ul li.item03 a:hover {
	text-decoration: none;
	background: url(../images/icon_fukidashi_on.png) right center no-repeat;
	}
#commonHeader ul li.item01 {
	background: url(../images/icon_search_on.png) right center no-repeat;
	}
#commonHeader ul li.item02 {
	background: url(../images/icon_heart_on.png) right center no-repeat;
	}
#commonHeader ul li.item03 {
	background: url(../images/icon_fukidashi_on.png) right center no-repeat;
	}
#commonHeader ul li.sisearch {
	float: left;
	margin-right:15px;
	margin-top: -4px;
	}
#commonHeader ul li.none {
	position:absolute !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
	float: left !important;
	margin-right:0 !important;
	margin-top: 0 !important;
	}
#commonHeader ul li.item01 {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	float: left;
	margin-right:0;
	margin-top: 0;
	}
#commonHeader ul li.sisearch form {
	position: relative;
	}
#commonHeader ul li.sisearch input {
	display: block;
	background: #f2f2f2;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 2px 0;
	font-size: 13px;
	font-size: 1.3rem;
	}
#commonHeader ul li.sisearch input.search {
	width: 145px;
	padding: 3px 25px 3px 5px;
	font-size:13px;
	font-size: 1.3rem;
	}
#commonHeader ul li.sisearch .search_submit {
	position: absolute;
	top: 5px;
	right: 9px;
	border: none;
	padding: 0;
	}
#commonHeader p {
	position: absolute;
	right: 12px;
	top: 17px;
	}

@media screen and (max-width: 640px) {
	#commonHeader .wrapper {
		border-top: solid 1px #d0e4ee;
		width: 100%;
		height:auto;
		margin: 0;
		}
	#commonHeader h1 {
		width: 80.9375%;
		}
	#commonHeader .menuBtn {
		position: absolute;
		right: 0;
		top: 0;
		width: 15.3125%;
		margin: 0;
		}
	}


/*----------------------------------------------------
commonSpNavi
----------------------------------------------------*/

#commonSpNavi {
	display: none;
	width: 100%;
	}

#commonSpNavi a {
	display: block;
	border-bottom: solid 1px #ffffff;
	}

/*----------------------------------------------------
　commonNavi
----------------------------------------------------*/

#commonNavi {
	width: 100%;
	padding-top: 10px;
	background: url(../../../common_r/images/bg_topline.png) center top repeat-x;
	}

#commonNavi ul {
	margin: 0 auto;
	text-align: center;
	background: url(../../../common_r/images/nav_div.png) no-repeat right top;
	}
#commonNavi ul:after { content:""; display:block; clear:both; height:0; }
#commonNavi ul { *zoom: 1; }

#commonNavi li {
	float: left;
	background: transparent url(../../../common_r/images/nav_div.png) no-repeat left top;
	}
#commonNavi li.home {
	width: 6.6666%;
	}
#commonNavi li.calendar {
	width: 12.8125%;
	}
#commonNavi li.blog {
	width: 13.3333%;
	}
#commonNavi li.search {
	width: 12.5%;
	}
#commonNavi li.voice {
	width: 9.6875%;
	}
*+html #commonNavi li.voice {
	width: 9.4%;
	}
#commonNavi li.topics {
	width: 12.2916%;
	}
*+html#commonNavi li.topics {
	width: 12%;
	}
#commonNavi li.people {
	width: 9.0625%;
	}
#commonNavi li.program {
	width: 23.6458%;
	}

#commonNavi li a {
	display: block;
	width: 100%;
	text-align: center;
	}

#commonNavi li.program a {
	width: 97%;
	margin: 0 1.5%;
	background-color: #fed7d2;
	}
@media screen and (max-width: 840px) {
#commonNavi li.program a {
	width: 96%;
	margin: 0 2%;
	}
}

/* Calculated 960px width design */
@media screen and (max-width: 1000px) {
#commonNavi li.home img {
	width: 54.6875%;
	}
#commonNavi li.calendar img {
	width: 73.1707%;
	}

#commonNavi li.blog img {
	width: 75%;
	}
#commonNavi li.search img {
	width: 77.5%;
	}
#commonNavi li.voice img {
	width: 70.9677%;
	}
*+html #commonNavi li.voice img {
	width: 71%;
	}
#commonNavi li.topics img {
	width: 71.1864%;
	}
#commonNavi li.people img {
	width: 60.9195%;
	}
#commonNavi li.program img {
	width: 87.5%;
	}
}




