@charset "UTF-8";



@import url("default.css");

@import url("common.css");





/* ********************************************************************************

 * ■流語～ナガレガタリ～

 * ******************************************************************************** */



/* div#tvMain

 * -------------------------------------------------------------------------------- */

div#tvMain {

	border-bottom:3px solid #DA1A21;

	border-top:3px solid #DA1A21;

	color:#323232;

	text-align:left;

}

/* h1#tvPageTitle */

div#tvMain h1#tvPageTitle {

	margin-bottom: 30px;

}



/* div#tvMainSection

 * -------------------------------------------------------------------------------- */

div#tvMain div#tvMainSection {

	width: 780px;

	margin: 0 auto 30px;

}

/* dl.leftColumn

------------------------------------------------------------*/

div#tvMain div#tvMainSection dl.leftColumn {

	float: left;

	width: 370px;

}





/* dl.rightColumn

------------------------------------------------------------*/

div#tvMain div#tvMainSection dl.rightColumn {

	float: right;

	width: 370px;

}

/* dl dt */

div#tvMain div#tvMainSection dl.leftColumn dt,

div#tvMain div#tvMainSection dl.rightColumn dt {

	margin-bottom: 10px;

}

/* dl dd */

div#tvMain div#tvMainSection dl.leftColumn dd,

div#tvMain div#tvMainSection dl.rightColumn dd {

	line-height: 1.6;

}

/* dl dd img */

div#tvMain div#tvMainSection dl.leftColumn dd img,

div#tvMain div#tvMainSection dl.rightColumn dd img {

	display: inline;

	float: left;

	margin-right: 10px;

}



/* h2.txt1 */

div#tvMain h2.txt1 {

	margin-bottom: 12px;

	text-align: center;

	font-size: 0;

}

/* h2.txt2 */

div#tvMain h2.txt2 {

	margin-bottom: 10px;

	text-align: center;

	font-size: 0;

}



/* p.link */

div#tvMain p.link {

	width: 242px;

	margin: 0 auto 30px;

}

div#tvMain p.link a {

	display: block;

	width: 242px;

	height: 31px;

	background: url(../img/tv/tv_btn_1.jpg) 0 0 no-repeat;

	text-indent: -9000px;

	font-size: 0;

	line-height: 0;

}

div#tvMain p.link a:hover {

	background-position: 0 100%;

}


/* CM終了

------------------------------------------------------------*/
div#contents {
	position: relative;
}

/* p#tv_end */
p#tv_end {
	position: absolute;
	top: -40px;
	right: -10px;
	width: 212px;
	height: 97px;
}

