@charset "utf-8";


/*
共通 [
----------------------------------------------------------- */


#GyaO * ,#GyaO_pre * {
	margin:0;
	padding:0;
}

#GyaO ,#GyaO_pre{
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666;
}

#GyaO p,#GyaO li,#GyaO dt,#GyaO dl,#GyaO_pre p,#GyaO_pre li,#GyaO_pre dt,#GyaO_pre dl {
	line-height:145%;
}

#GyaO h2,#GyaO h3,#GyaO h4,#GyaO_pre h2,#GyaO_pre h3,#GyaO_pre h4{
	font-size:120%;
	font-weight:bold;
	margin:0;
	padding:0;
}

#GyaO li,#GyaO_pre li {
	list-style-type:none;
}
#GyaO img,#GyaO_pre img {
	border:0;
}
#GyaO hr,#GyaO_pre hr {
	display:none;
}
#GyaO .clear,#GyaO_pre .clear {
	clear:both;
}




#GyaO .txtArea h2,#GyaO_pre .txtArea h2{
	font-size:14px;
	padding:0 0 5px 0;
}

#GyaO .txtArea p,#GyaO_pre .txtArea p{
	padding:5px 0;
}

#GyaO .txtArea .playArea,#GyaO_pre .txtArea .playArea{
	padding:6px 0 3px 0;
	border-top:1px dotted #ccc;
}

#GyaO .copyright,#GyaO_pre .copyright{
	color:#999;
	font-size:11px;
	line-height:1.2;
}


/*
 Link Color [
----------------------------------------------------------- */
#GyaO a,#GyaO_pre a {
	text-decoration:none;
	color:#0066cc;
}
#GyaO a:link,#GyaO_pre a:link {
	text-decoration:none;
	color:#0066cc;
}
#GyaO a:visited,#GyaO_pre a:visited {
	text-decoration:none;
	color:#0066cc;
}
#GyaO a:hover,#GyaO_pre a:hover {
	text-decoration:underline;
	color:#003366;
}
#GyaO a:active,#GyaO_pre a:active {
	text-decoration:underline;
	color:#0066cc;
}


/*
PLAYボタン [
----------------------------------------------------------- */

#GyaO .playBtn{
	width:107px;
	height:32px;
	padding: 0;
	background:url(../img/play.png) no-repeat 0 -64px;
	display:block;
	float:left;
	text-indent:-9999px;
}

#GyaO .playBtn a,#GyaO .playBtn a:link,#GyaO .playBtn a:visited{
	width:107px;
	height:32px;
	background:url(../img/play.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	outline:none;
}

#GyaO .playBtn a:hover{
	background:url(../img/play.png) no-repeat 0 -32px;
}

/*
PLAYボタン 小[
----------------------------------------------------------- */

#GyaO .playBtnS{
	width:88px;
	height:21px;
	padding: 0;
	background:url(../img/play_s.png) no-repeat 0 -42px;
	float:left;
	text-indent:-9999px;
}

#GyaO .playBtnS a,#GyaO .playBtnS a:link,#GyaO .playBtnS a:visited{
	width:88px;
	height:21px;
	background:url(../img/play_s.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	outline:none;
}

#GyaO .playBtnS a:hover{
	background:url(../img/play_s.png) no-repeat 0 -21px;
}

/*
有料ボタン [
----------------------------------------------------------- */

#GyaO_pre .playBtn{
	width:107px;
	height:32px;
	padding: 0;
	background:url(../img/play_pre.png) no-repeat 0 -64px;
	display:block;
	float:left;
	text-indent:-9999px;
}

#GyaO_pre .playBtn a,#GyaO_pre .playBtn a:link,#GyaO_pre .playBtn a:visited{
	width:107px;
	height:32px;
	background:url(../img/play_pre.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	outline:none;
}

#GyaO_pre .playBtn a:hover{
	background:url(../img/play_pre.png) no-repeat 0 -32px;
}

/*
有料ボタン 小[
----------------------------------------------------------- */

#GyaO_pre .playBtnS{
	width:88px;
	height:21px;
	padding: 0;
	background:url(../img/play_s_pre.png) no-repeat 0 -42px;
	float:left;
	text-indent:-9999px;
}

#GyaO_pre .playBtnS a,#GyaO_pre .playBtnS a:link,#GyaO_pre .playBtnS a:visited{
	width:88px;
	height:21px;
	background:url(../img/play_s_pre.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	outline:none;
}

#GyaO_pre .playBtnS a:hover{
	background:url(../img/play_s_pre.png) no-repeat 0 -21px;
}

/*
ノーマルスタイル [
----------------------------------------------------------- */
#GyaO .gyaoBox{
	clear:both;
}

#GyaO .gyaoBox h2{
	border-bottom:1px dotted #ccc;
}

#GyaO .gyaoBox .txtArea{
	margin: 0 0 0 210px;
	padding: 0;
}

#GyaO .gyaoBox .playBtn{
	display:inline-block;
	margin:0 10px 0 0;
}

#GyaO .gyaoBox .playBtn{
	padding:0;
}

#GyaO .gyaoBox .txtArea .playArea {
	min-height:35px;
	height: auto !important;
  	height: 35px;

}

#GyaO .gyaoBox .txtArea .playArea ul{
	display:block;
}

#GyaO .gyaoBox .txtArea .playArea .movieTime span{
white-space:nowrap;
}

#GyaO .gyaoBox .txtArea .playArea .endDate span{
white-space:nowrap;
}


#GyaO .gyaoBox .copyright{
	padding:6px 0;
	border-top:1px dotted #ccc;
}

#GyaO .gyaoBox .imgArea{
	width: 200px;
	float: left;
}
#GyaO .gyaoBox .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 0;
}

/*
有料ノーマルスタイル [
----------------------------------------------------------- */
#GyaO_pre .gyaoBox{
	clear:both;
}

#GyaO_pre .gyaoBox h2{
	border-bottom:1px dotted #ccc;
}

#GyaO_pre .gyaoBox .txtArea{
	margin: 0 0 0 210px;
	padding: 0;
}

#GyaO_pre .gyaoBox .playBtn{
	display:inline-block;
	margin:0 10px 0 0;
}

#GyaO_pre .gyaoBox .playBtn{
	padding:0;
}

#GyaO_pre .gyaoBox .txtArea .playArea {
	min-height:35px;
	height: auto !important;
  	height: 35px;

}

#GyaO_pre .gyaoBox .txtArea .playArea ul{
	display:block;
}

#GyaO_pre .gyaoBox .txtArea .playArea .movieTime span{
white-space:nowrap;
}

#GyaO_pre .gyaoBox .txtArea .playArea .endDate span{
white-space:nowrap;
}


#GyaO_pre .gyaoBox .copyright{
	padding:6px 0;
	border-top:1px dotted #ccc;
}

#GyaO_pre .gyaoBox .imgArea{
	width: 200px;
	float: left;
}

#GyaO_pre .gyaoBox .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 -13px;
}


/*
サイドカラムスタイル [
----------------------------------------------------------- */
#GyaO .gyaoBoxSide{
	clear:both;
	margin:0 0 20px;
}

#GyaO .gyaoBoxSide h2{
	padding:0 0 5px 0;
	margin:0 0 8px 0;
	border-bottom:1px dotted #ccc;
}

#GyaO .gyaoBoxSide .imgArea{
	width: 120px;
	float: left;
}

#GyaO .gyaoBoxSide .txtArea{
	margin: 0 0 0 130px;
	padding: 0;
}

#GyaO .gyaoBoxSide .txtArea p{
	padding: 0 0 5px 0;
}
#GyaO .gyaoBoxSide .txtArea .playArea ul{
	display:block;
	padding:0 0 5px 0;
	}
	
#GyaO .gyaoBoxSide .txtArea .playArea li{
	padding:0 5px 0 0;
	display:inline;
	zoom:1;
}

#GyaO .gyaoBoxSide .txtArea .playArea .movieTime span{
	white-space:nowrap;
}
#GyaO .gyaoBoxSide .txtArea .playArea .endDate span{
	white-space:nowrap;
	
}
#GyaO .gyaoBoxSide p.copyright{
	font-size:11px;
	padding:5px 0 0 0;
}

#GyaO .gyaoBoxSide .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 0;
}

/*
有料サイドカラムスタイル [
----------------------------------------------------------- */
#GyaO_pre .gyaoBoxSide{
	clear:both;
	margin:0 0 20px;
}

#GyaO_pre .gyaoBoxSide h2{
	padding:0 0 5px 0;
	margin:0 0 8px 0;
	border-bottom:1px dotted #ccc;
}

#GyaO_pre .gyaoBoxSide .imgArea{
	width: 120px;
	float: left;
}

#GyaO_pre .gyaoBoxSide .txtArea{
	margin: 0 0 0 130px;
	padding: 0;
}

#GyaO_pre .gyaoBoxSide .txtArea p{
	padding: 0 0 5px 0;
}
#GyaO_pre .gyaoBoxSide .txtArea .playArea ul{
	display:block;
	padding:0 0 5px 0;
	}
	
#GyaO_pre .gyaoBoxSide .txtArea .playArea li{
	padding:0 5px 0 0;
	display:inline;
	zoom:1;
}

#GyaO_pre .gyaoBoxSide .txtArea .playArea .movieTime span{
	white-space:nowrap;
}
#GyaO_pre .gyaoBoxSide .txtArea .playArea .endDate span{
	white-space:nowrap;
	
}
#GyaO_pre .gyaoBoxSide p.copyright{
	font-size:11px;
	padding:5px 0 0 0;
}

#GyaO_pre .gyaoBoxSide .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 -13px;
}

/*
コンパクトスタイル [
----------------------------------------------------------- */
#GyaO .gyaoBoxCpt{
	clear:both;
	margin:0 0 20px;
}

#GyaO .gyaoBoxCpt h2{
	padding:0 0 5px 0;
}

#GyaO .gyaoBoxCpt .imgArea{
	width: 120px;
	float: left;
}

#GyaO .gyaoBoxCpt .txtArea{
	margin: 0 0 0 130px;
	padding: 0;
}

#GyaO .gyaoBoxCpt .txtArea p{
	padding: 0 0 5px 0;
}
#GyaO .gyaoBoxCpt .txtArea .playArea ul{
	display:block;
	padding:0 0 5px 0;
	}
	
#GyaO .gyaoBoxCpt .txtArea .playArea li{
	margin:0 5px 0 0;
	display:inline;
	zoom:1;
}
body:nth-of-type(1) #GyaO .gyaoBoxCpt .txtArea .playArea li {
	display:inline-block;
}

#GyaO .gyaoBoxCpt .txtArea .playArea .movieTime span{
	white-space:nowrap;
}
#GyaO .gyaoBoxCpt .txtArea .playArea .endDate span{
	white-space:nowrap;
	
}
#GyaO .gyaoBoxCpt p.copyright{
	font-size:11px;
	padding:5px 0 0 0;
	}
	
#GyaO .gyaoBoxCpt .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 0;
}

/*
有料コンパクトスタイル [
----------------------------------------------------------- */
#GyaO_pre .gyaoBoxCpt{
	clear:both;
	margin:0 0 20px;
}

#GyaO_pre .gyaoBoxCpt h2{
	padding:0 0 5px 0;
}

#GyaO_pre .gyaoBoxCpt .imgArea{
	width: 120px;
	float: left;
}

#GyaO_pre .gyaoBoxCpt .txtArea{
	margin: 0 0 0 130px;
	padding: 0;
}

#GyaO_pre .gyaoBoxCpt .txtArea p{
	padding: 0 0 5px 0;
}
#GyaO_pre .gyaoBoxCpt .txtArea .playArea ul{
	display:block;
	padding:0 0 5px 0;
	}
	
#GyaO_pre .gyaoBoxCpt .txtArea .playArea li{
	margin:0 5px 0 0;
	display:inline;
	zoom:1;
}

body:nth-of-type(1) #GyaO_pre .gyaoBoxCpt .txtArea .playArea li {
	display:inline-block;
}

#GyaO_pre .gyaoBoxCpt .txtArea .playArea .movieTime span{
	white-space:nowrap;
}
#GyaO_pre .gyaoBoxCpt .txtArea .playArea .endDate span{
	white-space:nowrap;
	
}
#GyaO_pre .gyaoBoxCpt p.copyright{
	font-size:11px;
	padding:5px 0 0 0;
	}

#GyaO_pre .gyaoBoxCpt .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 -13px;
}


/*
テキストスタイル [
----------------------------------------------------------- */
#GyaO .gyaoBoxTxt{
	clear:both;
}

#GyaO .gyaoBoxTxt h2{
	padding:0 0 5px 0;
}


#GyaO .gyaoBoxTxt .txtArea{
	margin: 0 0 0 0;
	padding: 0;
}

#GyaO .gyaoBoxTxt .txtArea .playArea li{
	margin:0 5px 0 0;
	display:inline;
	zoom:1;
	
}

body:nth-of-type(1) #GyaO .gyaoBoxTxt .txtArea .playArea li {
	display:inline-block;
}

#GyaO .gyaoBoxTxt .txtArea .playArea .movieTime span{
	white-space:nowrap;
}

#GyaO .gyaoBoxTxt .txtArea .playArea .endDate span{
	white-space:nowrap;
}

#GyaO .gyaoBoxTxt .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 0;
}

/*
有料テキストスタイル [
----------------------------------------------------------- */
#GyaO_pre .gyaoBoxTxt{
	clear:both;
}

#GyaO_pre .gyaoBoxTxt h2{
	padding:0 0 5px 0;
}


#GyaO_pre .gyaoBoxTxt .txtArea{
	margin: 0 0 0 0;
	padding: 0;
}

#GyaO_pre .gyaoBoxTxt .txtArea .playArea li{
	margin:0 5px 0 0;
	display:inline;
	zoom:1;
	
}

body:nth-of-type(1) #GyaO_pre .gyaoBoxTxt .txtArea .playArea li {
	display:inline-block;
}

#GyaO_pre .gyaoBoxTxt .txtArea .playArea .movieTime span{
	white-space:nowrap;
}

#GyaO_pre .gyaoBoxTxt .txtArea .playArea .endDate span{
	white-space:nowrap;
}

#GyaO_pre .gyaoBoxTxt .icon{
	display:inline-block;
	margin:0 0 0 10px;
	width: 30px;
	height:13px;
	line-height:1.0;
	_line-height:0.9;
	text-indent:-9999px;
	background:url(../img/icon.png) no-repeat 0 -13px;
}

/*
ボタンスタイル [
----------------------------------------------------------- */
#GyaO .gyaoBoxBtn{
	clear:both;
}

#GyaO .gyaoBoxBtn .playArea ul{
	
}
#GyaO .gyaoBoxBtn .playArea li{
	float:left;
	margin:0 0 0 0;
	white-space:nowrap;
	
}

#GyaO .gyaoBoxBtn .playArea .movieTime{
	padding:5px 0 0 5px;
}

/*
有料ボタンスタイル [
----------------------------------------------------------- */
#GyaO_pre .gyaoBoxBtn{
	clear:both;
}

#GyaO_pre .gyaoBoxBtn .playArea ul{
	
}
#GyaO_pre .gyaoBoxBtn .playArea li{
	float:left;
	margin:0 0 0 0;
	white-space:nowrap;
	
}

#GyaO_pre .gyaoBoxBtn .playArea .movieTime{
	padding:5px 0 0 5px;
}


/*
リスト [
----------------------------------------------------------- */
#GyaO .gyaoBox{
	margin:0 0 20px 0;
}

#GyaO .gyaoList .more{
	margin:20px 20px 20px 0;
	text-align:right;
}

#GyaO .gyaoList .listTtl{
	margin:0 0 25px 0;
	padding:2px 0 0 8px;
	font-size:18px;
	border-left:6px solid #0066cc;
}

/*
有料リスト [
----------------------------------------------------------- */
#GyaO_pre .gyaoBox{
	margin:0 0 20px 0;
}

#GyaO_pre .gyaoList .more{
	margin:20px 20px 20px 0;
	text-align:right;
}

#GyaO_pre .gyaoList .listTtl{
	margin:0 0 25px 0;
	padding:2px 0 0 8px;
	font-size:18px;
	border-left:6px solid #0066cc;
}



/*
clear [
----------------------------------------------------------- */

.gyaoBox:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.gyaoBox {
  min-height: 1px;
}


* html .gyaoBox {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#GyaO br.boxreset,#GyaO_pre br.boxreset{
	clear:both;
	height:1px;
	display: block;
	line-height:0;
}


/*右クリック禁止*/
a span.guard200x150 ,a span.guard120x90 {cursor:pointer;}

span.guard200x150{
    position:absolute;
    display:block;
    width:200px;
    height:150px;
    background-image:url(http://i.yimg.jp/images/gyao/common/images/blank.gif);
}
span.guard120x90{
    position:absolute;
    display:block;
    width:120px;
    height:90px;
    background-image:url(http://i.yimg.jp/images/gyao/common/images/blank.gif);
}

span.fb {font-weight:bold;}

#GyaO .gyaoBox,#GyaO_pre .gyaoBox,#GyaO .gyaoBoxCpt,#GyaO_pre .gyaoBoxCpt,#GyaO .gyaoBoxSide,#GyaO_pre .gyaoBoxSide,#GyaO .gyaoBoxTxt,#GyaO_pre .gyaoBoxTxt,#GyaO .gyaoBoxBtn,#GyaO_pre .gyaoBoxBtn {margin:0 0 10px;}
#GyaO div.gyaoList div.gyaoBox,#GyaO_pre div.gyaoList div.gyaoBox,#GyaO div.gyaoList div.gyaoBoxCpt,#GyaO_pre div.gyaoList div.gyaoBoxCpt,#GyaO div.gyaoList div.gyaoBoxSide,#GyaO_pre div.gyaoList div.gyaoBoxSide,#GyaO div.gyaoList div.gyaoBoxTxt,#GyaO_pre div.gyaoList div.gyaoBoxTxt,#GyaO div.gyaoList div.gyaoBoxBtn,#GyaO_pre div.gyaoList div.gyaoBoxBtn {border-bottom:1px solid #CCCCCC;padding-bottom:10px;}



/* CSSハック 共通
------------------------------------------------------------ */
.gyaoBoxCpt, .gyaoBoxBtn{
    zoom: 100%;/*for IE 5.5-7*/
}

.gyaoBoxCpt:after, .gyaoBoxBtn:after{/*for modern browser*/
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

.clearfix:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
