@charset "utf-8";

/*********************************************************************
 *
 * </common/css/common.css>
 *
 *
 *
 * ===================================================================
 *
 *  ■概要
 *
 *  importと、基本タグ・汎用classの指定
 *
 * ===================================================================
 *
 *  ■プロパティリスト (以下の順でプロパティを記述)
 *
 *   - display
 *   - list-style
 *   - position
 *   - float
 *   - clear
 *   - width
 *   - height
 *   - margin
 *   - padding
 *   - border
 *   - background
 *   - color
 *   - font
 *   - text-decoration
 *   - text-align
 *   - vertical-align
 *   - white-space
 *   - other text
 *   - content
 *
 * ===================================================================
 *
 *  ■使用ハック
 *
 *  01) Windows IE7・IE6対象
 *
 *      e { *propaty: value; }
 *
 *  02) Windows IE6対象
 *
 *      e { _propaty: value; }
 *
 *  03) Firefox 2以降対象 ※印刷用CSSで使用
 *
 *      html:not([lang*=""]) e { }
 *
 *  04) Safari 3対象 ※[お問い合わせ] で使用
 *
 *      body:first-of-type e { }
 *
 *  05) Clearfix
 *
 * ===================================================================
 *
 *  ■フォントサイズ
 *
 *  ※文字サイズ [標準] を選択している場合。
 *
 *  基準値: font-size: 13px = 81.2%
 *
 *  font-size:  84.6% = 10px
 *  font-size:  92.5% = 12px
 *  font-size: 107.7% = 14px
 *  font-size: 138.5% = 18px
 *
 *********************************************************************/

@import url("reset.css");
@import url("style.css");




/*  Common Elements
---------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	/*background:#fff;*/
	color: #363434;
	/*font-family: "メイリオ","Meiryo","ヒラギノ丸ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;*/
	font-family: "ヒラギノ丸ゴ Pro W3","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
	*font-size: 88%;
	text-align: center;
}

a:link {
	color: #2E75B6;
	text-decoration: none;
}

a:visited {
	color: #2E75B6;
	text-decoration: none;
}

a:active,
a:hover {
	/*color: #666;*/
	color:#ccc;
}

img {
	border: 0;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

blockquote {
	padding: 15px;
}

table th,
table td,
table caption {
	_font-size: 88%;
	line-height: 1.7;
}




/*  Common id, class
---------------------------------------------------------- */

.rollover {
}

.hover {
	cursor: pointer;
}

.tm {
	margin-bottom: 1em !important;
}
.tm_2 {
	margin-bottom: 2em !important;
}
.tm_4{
	margin-bottom: 4em !important;
}
.clear {
	clear: both;
}

br.clear {
	display: none;
}

.no_margin {
	margin: 0 !important;

}


/*  Clearfix
---------------------------------------------------------- */

.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/


/*  スポンサー ul
---------------------------------------------------------- */
.sponsor-list{
	clear: both;
	width:auto;
	height: 100px;
	text-align:center;
}

.sponsor-list li{
	float: left;
	margin-right:40px;
	text-align: center;
}

.section.sponsor-col{
	width: 890px;
}

.section.sponsor-col h3{
	text-align:center !important;
}

/*  動画　レイアウト
---------------------------------------------------------- */
.movie-name{
	float: left;
	display: inline-block;
}
.movie-box{
	width: 326px;
	height: auto;
	float: right;
}

.movie-conts{
	width: 765px;
	height: auto;
	clear: both;
}
.movie-conts::after {
	display:table;
	clear:both;
	content:"";
}
/*  アラート　ログイン
---------------------------------------------------------- */
.alart_login{
	margin: 2em 0;
}
.alart_login p{
	margin-bottom: 1em;
	padding: 0 0.5em 0.8em;
	text-align: center;
}
.alart_login p strong{
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #c00;
	color: #c00;
}

.section.topimg img{
	margin: 0;
}
.top-photo:nth-child(2){
	margin: auto 19px !important;
}
