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


/* =============================================================================
   clearfix
   ========================================================================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}


/* ---------------------------------------------------------------------------
   フォント色
   ---------------------------------------------------------------------------*/

.txt_red1{
	color:#C6002F;
}

.txt_red2{
	color:#CC5F7D;
}

.txt_pink1{
	color:#F30;
}

.txt_pink2{
	color:#E50065;
}

.txt_blue1{
	color:#03F;
}

.txt_blue2{
	color:#09F;
}

.txt_green1{
	color:#396;
}

.txt_green2{
	color:#00A6A3;
}

.txt_green3{
	color:#7FBF39;
}

.txt_gray1{
	color:#999;
}

.txt_Purple1{
	color:#90C;
}

.txt_orange1{
	color:#F60;
}

.txt_yellow{
	color:rgba(245,236,153,1.00);
}


/* ---------------------------------------------------------------------------
   フォントサイズ
   ---------------------------------------------------------------------------*/

.txt_10{
	font-size:10px;
}

.txt_11{
	font-size:11px;
}

.txt_12{
	font-size:12px;
}

.txt_13{
	font-size:13px;
}

.text_14{
	font-size:14px;
}

.txt_16{
	font-size:16px;
}

.txt_20{
	font-size:20px;
}

.txt_22{
	font-size:22px;
}

.txt_24{
	font-size:24px;
}

.txt_26{
	font-size:26px;
}

.txt_35{
	font-size:35px;
}

/* ---------------------------------------------------------------------------
   フォントサイズ
   ---------------------------------------------------------------------------*/

.txt_ssmall{
	font-size:10px;
}

.txt_small{
	font-size:11px;
}

.text_mid_m{
	font-size:14px;
}


/* ---------------------------------------------------------------------------
   段落制御
   ---------------------------------------------------------------------------*/

.sage{
    padding-left: 1em; 
    text-indent: -1em; 
}



/* ---------------------------------------------------------------------------
   テーブル
   ---------------------------------------------------------------------------*/

table.s01{
    border:1px solid #828282;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}


.s01 th{
    border-right:1px dotted #828282;
    border-bottom:1px dotted #828282;
    padding:0.3em 1em;
	color:#FFF;
}

.s01 td{
    border-right:1px dotted  #828282;
    border-bottom:1px dotted #828282;
    padding:0.3em 1em;
}






/* =============================================================================
   全体制御
   ========================================================================== */
html,body{
   height: 100%;
   min-width:1100px;
}

body{
	background-image:url(../images/bg_00.jpg);
}

ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

p{
	padding-top:7px;
}

img {
   vertical-align:bottom
}


/* =============================================================================
   テンプレート
   ========================================================================== */

.bg_left{
	background-image:url(../images/bg_01_01-01.png);
	background-position:right;
	background-repeat:repeat-y;
}

.bg_center{
	background-image:url(../images/bg_01_02-02.png);
}

.bg_right{
	background-image:url(../images/bg_01_04-03.png);
	background-position:left;
	background-repeat:repeat-y;
}

#wrap{
	width:1100px;
	position:relative;
	overflow:hidden;
}

#header{
	width:1100px;
	height:165px;
}

#header .logo{
	float:left;
	width:330px;
	height:165px;
}

#header .menu{
	float:right;
	width:770px;
	margin-top:30px;
}
	#header .menu ul{
		list-style:none;
	}

	#header .menu li{
		float:left;
		list-style:none;
	}

#copy{
	width:400px;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	padding-top:30px;
	padding-bottom:30px;
}

/* =============================================================================
   テーブル
   ========================================================================== */

table.s00{
    border-collapse:collapse !important;
    border-spacing:0 !important;
    empty-cells:show !important;
	margin-left:2px !important;
}


.s00 th{
    padding:0.3em 1em !important;
	color:#FFF;
}

.s00 td{
    border-right:none !important;
    border-bottom:none !important;
    padding:0.3em 1em !important;
}
table.s01{
    border:1px solid #EE5489;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-left:2px;
}


.s01 th{
    border-right:1px dotted #FFFFFF;
    border-bottom:1px dotted #EE5489;
    padding:0.3em 1em;
	background-color:#EE5489;
	color:#FFF;
}

.s01 td{
    border-right:1px dotted  #EE5489;
    border-bottom:1px dotted #EE5489;
    padding:0.3em 1em;
}




table.s02{
    border:1px solid #C5BDB9;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin-left:2px;
}


.s02 th{
    padding:0.3em 1em;
	background-color:#A69491;
	color:#FFF;
	text-align:left;
}

.s02 td{
    border-right:1px dotted  #C5BDB9;
    border-bottom:1px dotted #C5BDB9;
    padding:0.3em 1em;
}



table.s03{
    border:1px solid #B33B51;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin-left:2px;
}


.s03 th{
    padding:0.3em 1em;
	background-color:#A69491;
	color:#FFF;
	text-align:left;
}

.s03 td{
    border-right:1px dotted  #C5BDB9;
    border-bottom:1px dotted #C5BDB9;
    padding:0.3em 1em;
}






/* =============================================================================
   スタッフ
   ========================================================================== */

#inner_staff{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	background-image:url(../images/staff/bg_002.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#inner_staff .t001{
	position:relative;
	overflow:hidden;
	float:right;
	margin-right:50px;
	margin-top:70px;
	width:595px;
}





/* =============================================================================
   ストーリー
   ========================================================================== */

#inner_story{
	width:1000px;
	height:828px;
	margin:auto;
	margin-top:10px;
	background-image:url(../images/story/bg_001.jpg);
}

#inner_story .t001{
}

.story_menu100{
	position: absolute;
	width: 500px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	left: 551px;
	top: 202px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.story_menu100 a{
	color:rgba(187,187,187,1.00);
	text-decoration:none;
}

.story_menu100 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.story_menu100 a:visited{
	color:#FFFFFF;
}


/* =============================================================================
   コミックス
   ========================================================================== */

#inner_comics{
	width:1000px;
	height:705px;
	margin:auto;
	margin-top:10px;
	background-image:url(../images/comics/bg_001.jpg);
}

#inner_comics .t001{
	float:right;
	margin-right:30px;
	width:651px;
	height:705px;
}


/* =============================================================================
   キャラ
   ========================================================================== */

#inner_chara{
	width:950px;
	margin:auto;
	margin-top:10px;
}

#inner_chara .pic{
	width:950px;
	height:478px;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}

.thumbs{
	width:950px;
	text-align:center;
	margin-bottom:15px;
}

#charaslider{
	width:950px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:none;
}



/* =============================================================================
   スペシャル
   ========================================================================== */

#inner_special{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	background-image:url(../images/special/bg_002.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;




}

#inner_special .t001{
	position:relative;
	overflow:hidden;
	float:right;
	margin-right:50px;
	margin-top:40px;
	width:550px;
}



.special_btn_back{
	position: absolute;
	width: 110px;
	height: 28px;
	left: 781px;
	top: 31px;
}



#inner_special2{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:auto;
	margin-top:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.special2_content{
	position:relative;
	overflow:hidden;
	width:880px;
	margin:auto;
	padding:30px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
	line-height:24px;
}


.special2_content_in{
	width:860px;
	margin-left:10px;
}

.special2_content_in2{
	width:860px;
	margin-left:10px;
	margin-bottom:10px;
}







.sp13_map{
	position:relative;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/013/map.png);
}

.sp13_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/013/yajirushi.png);
}

.sp13_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/013/arasuji.png);
}

.sp13_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/013/tochi.png);
}

.sp13_chara{
	position: absolute;
	width: 331px;
	height: 83px;
	left: 428px;
	top: 16px;
}


.sp13_chara2{
	position: absolute;
	width: 252px;
	height: 120px;
	left: 582px;
	top: 310px;
}









.sp14_map{
	position:relative;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/014/map.png);
}

.sp14_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/014/yajirushi.png);
}

.sp14_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/014/arasuji.png);
}

.sp14_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/014/tochi.png);
}

.sp14_chara{
	position: absolute;
	width: 225px;
	height: 169px;
	left: 644px;
	top: 11px;
}


.sp14_chara2{
	position: absolute;
	width: 75px;
	height: 123px;
	left: 692px;
	top: 295px;
}






.sp15_map{
	position:relative;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/015/map.png);
}

.sp15_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/015/yajirushi.png);
}

.sp15_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/015/arasuji.png);
}

.sp15_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/015/tochi.png);
}

.sp15_chara{
	position: absolute;
	width: 180px;
	height: 294px;
	left: 644px;
	top: 17px;
}


.sp15_chara2{
	position: absolute;
	width: 271px;
	height: 123px;
	left: 33px;
	top: 486px;
}


.sp15_chara3{
	position: absolute;
	width: 271px;
	height: 111px;
	left: 30px;
	top: 222px;
}






.sp16_map{
	position:relative;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/016/map.png);
}

.sp16_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/016/yajirushi.png);
}

.sp16_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/016/arasuji.png);
}

.sp16_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/016/tochi.png);
}

.sp16_chara{
	position: absolute;
	width: 180px;
	height: 294px;
	left: 644px;
	top: 17px;
}


.sp16_chara2{
	position: absolute;
	width: 271px;
	height: 123px;
	left: 33px;
	top: 486px;
}


.sp16_chara3{
	position: absolute;
	width: 271px;
	height: 111px;
	left: 30px;
	top: 222px;
}






.sp17_map{
	position:relative;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/017/map.png);
}

.sp17_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/017/yajirushi.png);
}

.sp17_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/017/arasuji.png);
}

.sp17_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/017/tochi.png);
}

.sp17_chara{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
}


.sp17_chara2{
	position: absolute;
	width: 249px;
	height: 97px;
	left: 47px;
	top: 505px;
}






.sp18_map{
	position:relative;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/map.png);
}

.sp18_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/yajirushi.png);
}

.sp18_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/arasuji.png);
}

.sp18_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/tochi.png);
}

.sp18_chara{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
}


.sp18_chara2{
	position: absolute;
	width: 249px;
	height: 97px;
	left: 47px;
	top: 505px;
}




.sp00_map{
	position:relative;
	width:880px;
	height:920px;
	margin:auto;
}

.sp00_yajirushi{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/yajirushi.png);
}

.sp00_arasuji{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/arasuji.png);
}

.sp00_tochi{
	width:880px;
	height:880px;
	margin:auto;
	background-image:url(../images/special/018/tochi.png);
}

.sp00_chara{
	position:absolute;
	width:880px;
	height:880px;
	margin:auto;
}


.sp00_chara2{
	position: absolute;
	width: 249px;
	height: 97px;
	left: 47px;
	top: 505px;
}


.sp_t01 td{
	padding:10px;
}


.kekka{
	position:relative;
	width:130px;
	height:92px;
}

.kettei{
	position:relative;
	width:130px;
	height:92px;
	border:rgba(189,62,85,1.00) 2px solid;
}

.kettei_image{
	position: absolute;
	width: 117px;
	height: 23px;
	left: 9px;
	top: 85px;
}

/* =============================================================================
   あらすじ
   ========================================================================== */


#inner_arasuji{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:auto;
	margin-top:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.arasuji_content{
	position:relative;
	overflow:hidden;
	width:880px;
	margin:auto;
	padding:30px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
}




/* =============================================================================
   オンエア
   ========================================================================== */

#inner_onair{
	width:1000px;
	height:828px;
	margin:auto;
	margin-top:10px;
	background-image:url(../images/onair/bg_001.jpg);
}

#inner_onair2{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	background-image:url(../images/onair/bg_002.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#inner_onair .t001{
	float:right;
	position:relative;
	overflow:hidden;
	margin-right:50px;
	margin-top:40px;
	width:575px;
	height:720px;
}

#inner_onair2 .t001{
	float:right;
	margin-right:50px;
	margin-top:40px;
	width:575px;
	color:#734949;
	font-size:18px;
	font-weight:bold;
}

#inner_onair2 a{
	color:#EC4960;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
}


#inner_onair2 a:hover{
	text-decoration:underline;
}

/* =============================================================================
   ニュース
   ========================================================================== */

#inner_news{
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news_left{
	float:left;
	position:relative;
	overflow:hidden;
	width:250px;
	padding-top:10px;
	margin-left:10px;
}

	#news_left .re_content{
		width:241px;
		overflow:hidden;
		margin:auto;
		border:#640900 1px solid;
	}

	#news_left .re_inner{
		width:220px;
		overflow:hidden;
		margin:auto;
		margin-top:10px;
		color:#ff585c;
	}
	
	#news_left li{
		margin:5px;
		color:#ff585c;
		padding-bottom:10px;
		border-bottom:#640900 dotted 2px;
		font-size:12px;
	}
	
	#news_left li a{
		color:#000;
		text-decoration:none;
	}









#news_right{
	float:right;
	position:relative;
	overflow:hidden;
	width:700px;
}

#news_right .content{
	position:relative;
	overflow:hidden;
	width:680px;
	margin-top:10px;
	font-size:14px;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
}

#news_right .day{
	width:660px;
	margin:auto;
	font-size:18px;
	padding-top:10px;
	font-weight:bold;
	color:#b93945;
}

#news_right .title{
	width:660px;
	padding:0 10px 10px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#b93945;
	margin-bottom:10px;
	border-bottom:1px rgba(0,0,0,1.00) solid;
}

#news_right .kiji{
	width:640px;
	padding:0 20px 20px;
	font-size:16px;
	line-height:27px;
	color:rgba(0,0,0,1.00);
}




/* =============================================================================
   グッズ
   ========================================================================== */

#inner_goods{
	position:relative;
	overflow:hidden;
	width:980px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.goods_content{
	float:left;
	position:relative;
	overflow:hidden;
	width:430px;
	padding:5px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
}

.goods_content2{
	float:left;
	position:relative;
	overflow:hidden;
	width:430px;
	padding:5px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
}

.goods_content3{
	float:left;
	position:relative;
	overflow:hidden;
	width:900px;
	padding:5px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
}


.goods_title{
	width:420px;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	border-bottom:#B73C52 1px solid;
}


.goods_title2{
	width:890px;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	border-bottom:#B73C52 1px solid;
}




.video_tokuten_i{
	width:949px;
	margin:auto;
	margin-top:10px;
}





/* =============================================================================
   ミュージック
   ========================================================================== */

#inner_music{
	position:relative;
	overflow:hidden;
	width:980px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.music_content{
	position:relative;
	overflow:hidden;
	width:900px;
	padding:5px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
}

.music_content .inner{
	width:880px;
	margin:auto;
}

.music_title{
	width:880px;
	font-size:18px;
	margin-top:10px;
	border-bottom:#B73C52 1px solid;
}


/* =============================================================================
   ビデオ
   ========================================================================== */

#inner_video{
	position:relative;
	overflow:hidden;
	width:980px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px #4e171b solid;
	background-color:rgba(255,255,255,0.80);
	border-radius: 5px; 
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.video_content{
	position:relative;
	overflow:hidden;
	width:900px;
	padding:5px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background-color:#FFFFFF;
	margin:auto;
}

.video_title{
	width:880px;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}

.video_title_back{
	width: 100%;
	height: 28px;
	text-align:right;
}

.video_title2{
	width:949px;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}

.video_t01{
	width:800px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	line-height:24px;
}


.video_i01{
	width:100%;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:#B73C52 1px solid;
}

.video_txt_01{
	font-size:11px;
	line-height:13px;
}


.video_top_title{
	width:420px;
	margin:auto;
	font-size:18px;
	margin-top:10px;
}
