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

body { -webkit-text-size-adjust : 100%!important ;
background-color:#fff;
color:#333;
font-size:12px;
line-height:1.6em;
font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

*{
margin: 0px;
padding: 0px;
}


dl, dt, dd {
margin: 0;
padding: 0;
}

.space{
width:100px;
height:8px;
}

/*ACCORDION*/
dl.accordion {
width:100%;
margin:0 auto 10px; 
padding:0px;
font-size:12px;
}

dl.accordion dt {
background: #0d467b;
border-bottom:1px solid #EEE;
height:40px;
text-indent:10px;
line-height:40px;
color:#fff;
font-weight:bold;
cursor:pointer;
font-size:14px;

}
dl.accordion dt.open {
color:#fff;
font-weight:bold;
font-size:14px;
background-color:#c0392b;

}
dl.accordion dd { background:#FFF; padding:10px 0; line-height:1.5; display:none; text-align:left;}

img {
max-width : 100% ;
height : auto ;
}

.style1 {font-size: 10px}
.style2 {
	color: #c9161e;
	font-weight: bold;
}
.style3 {
	color: #00447c;
	font-weight: bold;
}
.style10 {color: #CC0000; font-weight: bold; font-size: 14px; }
.style12 {color: #FF6600; font-weight: bold; }
.style13 {color: #FF0000}
.style14 {color: #3366FF}
.style15 {
	color: #41a83f;
	font-weight: bold;
}
.style16 {
	color: #7f2932;
	font-weight: bold;
}
.style17 {
	color: #0a437a;
	font-weight: bold;
}
.style19 {color: #FF6600; font-weight: bold; font-size: 14px; }
.style20 {color: #CC0000}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#line{
background-image:url(../images/line.png);
width:100%;
height:13px;
background-repeat:repeat-x;
}

#bg01{
background-image:url(../images/bg01.jpg);
width:100%;
padding:10px 0 10px;
margin:0;
}

.flexslider{
    border:none;
}
/*-ボタンコーナー部分-*/
.ui-btn-corner-all{
    border-radius:5px;
}
/*-ボタンサイズ-*/
.ui-btn-inner{
    padding:5px 20px;
}
/*-ヘッダー ボタンコーナー部分-*/
.ui-header .ui-btn-corner-all{
    border-radius:15px;
}
/*-リストビュー リスト名部分-*/
.ui-li .ui-btn-text a.ui-link-inherit{
    font-size:13px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit{
    min-height: 20px;
    padding-left:50px;
}
/*-リストビュー サムネイル部分-*/
.ui-listview .ui-li-thumb {
    max-height: 30px;
    max-width: 30px;
    left: 5px;
    top:  4px; 
}
.text_top{
    margin-bottom:30px;
}
.ui-content .ui-listview{
    padding-bottom:30px;
}

.ui-body-z .ui-header{
background-image:url("../images/header_bg2.jpg");
 -moz-background-size:100% auto;
background-size:100% auto;
background-repeat: no-repeat;
  position:relative;
  height:320px;
  z-index:1;
  margin-top:50px;
}

.ui-body-z .ui-header h1{
    display:block;
    text-indent:-9999px; /*テキストを外に*/
    width:288px;/*画像のサイズ*/
    height:296px;/*画像のサイズ*/
    margin: 0 auto 0;
	padding-top:30px;
    background-image:url("../images/top_header4.png");
	background-repeat:no-repeat;
	background-position:center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .ui-body-z .ui-header h1{
    background-image:url("../images/top_header4s.png");
		background-repeat:no-repeat;
		background-position:center;
        -webkit-background-size:288px 296px;
  }
}

a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #3366CC;
	text-decoration: none;
}

#social {
line-height:1;
margin: 5px 0px;
}

.cast {
max-width:380px;
margin-bottom:5px;
vertical-align: top;
}

.cast img {
width:31%;
height:auto;
}