@charset "utf-8";
/* CSS Document */
:link,:visited {text-decoration:none}
ul,ol {list-style:none}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img {border:none}
a {outline:none}
address {font-style:normal}

a {
	color:#222222;
	}
	
a:hover {
	color:#222222;
	text-decoration:underline;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color:#424951;
	margin: 5px 20px;
}

img 
{
	border: 0;
	max-width: 320px;
}

.mobile_iframe iframe {
  max-width: 320px;
}

.cl{
	clear:both;
}
.top_bar {
    background: #102E50;
    color: white;
    font-weight: bold;
    line-height: 20px;
	padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.top_bar a{
    color: white;
}
.logo{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.header_bar{
	font-size: 16px; 
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
	border-top: 1px solid #102E50;
	border-bottom: 1px solid #102E50;
	padding: 10px 0px;
	color: #102E50;
}

.normal_bar{
	background: #102E50;
    color: white;
    line-height: 20px;
	padding: 10px;
}
.normal_bar a{
    color: white;
}
.normal_bar a:visited{
    color: white;
}

.fb1 {
color: #424951;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
font-size: 14px;
vertical-align: middle;
background-color: #DDEAF8;
border-top: 1px solid #AACAEE;
border-bottom: 1px solid #AACAEE;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
}

.notice1 {
color: #424951;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
vertical-align: middle;
background-color: #D2D6DA;
border-top: 1px solid #A5ADB6;
border-bottom: 1px solid #A5ADB6;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
}
.back{
	font-size: 14px; 
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
	color: white;
	padding: 10px 0px;
	background-color: #102E50;
}
.back a{
	color: white;
}

.sub{
	font-size: 12px; 
	font-weight: normal;
	margin: 0px auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.series_container{
	margin: 5px 0px;
}

/*
.series_set{
	margin: 0px auto;
	width: 90px;
	height: 30px;
	line-height: 30px;
}
.series_set a{
	float: left;
	width: 30px;
	text-align: center;
	display: block;
}
*/

.series_set{
	position: relative;
	border-bottom: 1px dashed #102E50;
	min-height:90px;
}
.series_set:nth-child(1)
{
	border-top: 1px dashed #102E50;
}
.series_set a{
	text-align: center;
	display: block;
	margin: 4px;
	padding: 2px 0px;
}
.series_set a:hover{
	text-decoration: none;
}
.series_set a span {
    display: block;
    /*height: 20px;*/
    text-align: left;
    margin-left: 10px;
}
.series_set a span.label {
	font-size: 14px;
	font-weight: bold;
}
.series_set a span.more {
	border-radius: 5px;
	background-color: #102E50;
	color: white;
	margin-top: -15px;
	padding: 0px 4px;
	display: inline-block;
	float:right;
}


.data_list{
	margin: 5px 0px;
	padding: 10px 0px;
	border-top: 1px dashed #102E50;
	border-bottom: 1px dashed #102E50;
}

.data_list a{
	padding: 10px 0px;
}

.data_list .data a{
	display: inline-block;
	line-height: 20px;
	background: url("../images/square.png") no-repeat left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.data_list .data1.main {
	line-height: 20px;
	padding-left: 20px;
	background: url("../images/arrow_r.png") no-repeat left;
}

.data_list .data1.main a{
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.page_nav,.page_desc,.pagination,.sort_wrap{
	text-align: center;
	padding: 10px 0px;
}

.pagination a {
	padding-left: 10px;
	padding-right: 10px;
}

.page_nav a {
	padding-left: 10px;
	padding-right: 10px;
}

.sort_wrap {
    margin: 10px 0px;
}
.sort_wrap a {
    text-decoration: underline;
}
.sort_wrap a:hover {
    text-decoration: none;
}

.breadcrumb {
    background: #102E50;
    color: white;
	font-weight: bold;
	padding: 10px 0px;
	margin: 5px 0px;
}
.breadcrumb a {
    color: white;
	padding-left: 10px;
}
.breadcrumb a.active {
    color: white;
	text-decoration: none;
}
.img {
	text-align: center;
}
.img img 
{
	border: 0;
	max-width: 250px;
	min-height: 280px;
	border-radius: 10px;
}

.serial_name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.season_name {
    text-align: center;
    font-size: 13px;
    padding: 10px 0px;
    margin: 2px 0px;
}
.serial_desc {
    text-align: center;
    font-style: italic;
}

.other_info div.row{
	/*height: 20px;*/
	/*line-height: 20px; */
}
.other_info div.field{
	float: left;
	font-weight: bold;
}
.other_info div.value{
	float: left;
	margin-left: 2px;
	padding-left: 2px;
}

.header_bar_file {
    text-align: center;
    background: #102E50;
    color: white;
    padding: 10px 0px;
    font-weight: bold;
    line-height: 20px;
}
.header_bar_file a{
    color: white;
}
.header_bar_file a:visited{
    color: white;
}
.count {
    font-size: 11px;
    color: black;
}
.rate_btn{
padding: 2px 5px;
background: rgb(228, 4, 4);
border: none;
color: white;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
}
.rate_zone{
    /*height: 24px;
	line-height: 24px; */
}
.rate_zone_text{
    float: left;
    font-weight: bold;
}

.other_info{
	border-top: 1px dashed #102E50;
	border-bottom: 1px dashed #102E50;
	margin: 10px 0px;
	padding: 5PX 0PX;
}

.other_info p{
	color:#424951;
	margin: 10px 0px;
	line-height: 20px;
}

.other_info h2{
	color:#222222;
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
}

.footer_bar{
	margin-top: 5px;
	padding:  10px 0px;
	border-radius: 0px 0px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #102E50;
}