﻿
p+p { margin-top: 1em; }

p {padding: 0px;}

.inner { padding: 0px 0px 10px 10px; }


hr { }

div { box-sizing: border-box; }

select {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	padding: 0px 5px;
}
b { font-weight: bold; }
.clear { clear: both; }


#wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 80px auto;
}

#subpageheader {
	padding: 10px;
	position: relative;
	float: left;
	width: 100%;
	height: 125px auto;
	background: url(../img/header.jpg) no-repeat top right  #f1eedd ;
}

#headertitle {
	font-size: 22px;
	font-weight: bold;
	width: 210px;
	height: 30px;
	margin: 10px 0px 0px 5px;
	padding-top: 4px;
	position: relative;
	float: left;
	color: #706843;
	background: url(../img/share_icon.png) no-repeat right;
}

#selections {
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0px;
	margin: 30px 0px 0px 5px;
}

#nav_tab{
	padding: 0px;
}

.tabs {
	width:100%;
    list-style: none;
    padding: 0;
}

.tabs ul {
	-webkit-padding-start: 0px;
}

.tabs li {
	display: block;
}

.labels:after {
	content: '';
	display: table;
	clear: both;
}

.labels
{
	width: auto;
	padding-right:-10px;
}


.labels a{
	text-decoration:none;
	color:#706743;
}

.labels a:hover{
	text-decoration:none;
	color:#000;
}

.labels_txt{
	padding: 0px 5px 5px 30px;
	font-size: 14px;
	display: inline;
	float: left;
	height: 14px;
	overflow: hidden;
	vertical-align: text-top;
}

.tabs label {
	display: inline-block;
	float: left;
	width: 102px;
    padding: 6px;
    font-size: 14px;
    font-weight: bold;
   	color:#706743;
    cursor: pointer;
	padding-top: 10px;
	border: 1px #706743 solid;
	margin: 1px;
	border-radius: 5px;
}


.tabs #labelfacebook {
    background: url(../img/facebook_ina.jpg);
}
 
.tabs #labelfacebook:hover {
    background: url(../img/facebook_a.jpg);
}

.tabs #labeltwitter {
    background: url(../img/twitter_ina.jpg);
}
 
.tabs #labeltwitter:hover {
    background: url(../img/twitter_a.jpg);
} 

.tabs #labelyoutube {
    background: url(../img/youtube_ina.jpg);
}
 
.tabs #labelyoutube:hover {
    background: url(../img/youtube_a.jpg);
} 

.tabs #labelinstagram {
    background: url(../img/ig_ina.jpg);
}
 
.tabs #labelinstagram:hover {
    background: url(../img/ig_a.jpg);
} 

.tabs #labelgoogleplus {
    background: url(../img/gooplus_ina.jpg);
}
 
.tabs #labelgoogleplus:hover {
    background: url(../img/gooplus_a.jpg);
}

.tabs #labelweibo {
    background: url(../img/sina_ina.jpg);
}
 
.tabs #labelweibo:hover {
    background: url(../img/sina_a.jpg);
}
 


#content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 10px 10px 40px 20px;
	background-color: #fff;
}

#content .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	border-left: 5px solid #C51114;
	padding: 0px 10px;
	margin: 20px 10px 20px 7px;
	color: #000;
}

/*sharing_title*/

.sharing_title {
	width: 100%;
}

.sharing_title img{
	padding: 30px 0px 0px 5px;
}

.totop {
	float:right;
	position:relative;
	margin-right: 20px;
}

.cate {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.platform{
	position:relative;
	float:left;
	display:block;
	width:100%;
	margin:10px 0px;
}

/*label_container*/

.label{
	padding: 5px;
	position: relative;
	float: left;
	width:33%;
	min-height:52px;
}

.label table{
	min-height:32px;
	border:1px solid #D6D6D6;
	border-collapse:collapse;
}

.label table:hover{
	box-shadow: 0px 0px 15px #ccc;
}

/*label_icon*/

.icon_rthk {
	z-index: 0;
	text-align:center;
	background-color: #cc1516;
}

.icon_news {
	z-index: 0;
	text-align:center;
	background-color: #8B7343;
}

.icon_tv {
	z-index: 0;
	text-align:center;
	background-color: #EF7C32;
}

.icon_radio{
	z-index: 0;
	text-align:center;
	background-color: #FFCB05;
}

.icon_other{
	z-index: 0;
	text-align:center;
	background-color: #77ABDB;	
}

/*label_content*/

.ptitle{
	color: #1a253d;
	font-size: 16px;
	line-height: 18px;
	padding:10px;
}

.ptitle a, .ptitle a:visited, .ptitle a:link {
    text-decoration: none;
	color: #1a253d;
}

.channel {
	font-size:12px;
	z-index: 0;
	text-align:center;
	background-color: #EDEDED;	
	vertical-align:middle;
}



/* RESPONSIVE */
@media screen and (max-width: 1000px) {
	#wrapper { margin-top: 20px; }


@media screen and (max-width: 825px) {
	#wrapper { margin-top: 10px; }
	.label { width: 49.5%;}
}

@media screen and (max-width: 760px) {
	
}

@media screen and (max-width: 625px) {
	.label { width: 98%; }
	#subpageheader { background: #f1eedd; }
}

@media screen and (max-width: 425px) {
}
    

