/*top.css*/

.toph1{
	height:20px;
	background:#222427;
	color:#fffff5;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border-bottom:1px solid #fffff5;
	font-weight:normal;
	white-space:nowrap;
}

#banaarea{
	float:left;
	width:640px;
	height:360px;
	background:url(../images/top/con/banaarea.jpg) no-repeat;
	margin:0 0 0 20px;
}

#banaarea div{
	margin:60px 20px 0;
	background:#fff;
	width:600px;
	height:280px;
}

#newsarea{
	float:left;
	width:500px;
	height:360px;
	background:url(../images/top/con/newsarea.jpg) no-repeat;
	margin:0 0 0 20px;
}

.areainner{
	width:480px;
	height:520px;
	border:solid 1px #5e4b5e;
	margin:60px 9px 0;
	overflow:auto;
	background:rgba(255,255,255,0.8)
}

.newsbox{
	width:470px;
	margin:5px;
	border-bottom: 1px solid #ff6cb8;
	padding-bottom:5px;
}

.newsphoto{
	line-height:0em;
	float:left;
	width:210px;
}

.newstext{
	float:left;
	margin-left:5px;
	width:255px;
}

.n_time{
	background:#ffe6ff;
	border-top: 1px solid #5d2e5d;
	border-bottom: 1px solid #5d2e5d;
	height:20px;
	line-height:20px;
	width:100%;
	color:#5d2e5d;
	font-size:13px;
	margin-bottom:3px;
}

.n_title{
	background:#ff6cb8;
	padding:5px 0;
	width:100%;
	color:#fff;
	font-size:16px;
	margin:3px 0;
	text-align:center;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.n_data{
	font-size:15px;
	line-height:1.25em;
}

.n_data a{
	color:#ff7abf;
	font-weight:bold;
}

.n_data span{
	font-size:14px;
}
.newstext .n_tex{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:4px 0;
	line-height:1.25em;
	font-size:14px;
}

#nfarea{
	float:left;
	width:500px;
	height:590px;
	background:url(../images/top/con/nfarea.jpg) no-repeat;
	margin:0 0 0 20px;
}

.nfbox{
	width:470px;
	margin:5px;
	border-bottom: 1px solid #ff6cb8;
	padding-bottom:5px;
}

.nfphoto{
	line-height:0em;
	float:left;
	width:210px;
}

.nftext{
	float:left;
	margin-left:5px;
	width:255px;
}

.nf_title{
	background:#ff6cb8;
	padding:5px 0;
	width:100%;
	color:#fff;
	font-size:16px;
	margin:3px 0;
	text-align:center;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.nftext .nf_tex{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:4px 0;
	line-height:1.25em;
	font-size:14px;
}

#nfslide{
	float:left;
	width:640px;
	height:590px;
	background:#fff;
	margin:0 0 0 20px;
	position:relative;
}

#reco{
	background:url(../images/top/reco/reco_bg.jpg) no-repeat #fff;
	width:916px;
	border:2px solid #333;
	
}

#reco_list{
	margin-top:15px;
	margin-bottom:10px;
}

#reco_list li{
	width:214px;
	float:left;
	margin-left:10px;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	border:solid 1px #bdab78;
}

.reco_thumb{
	width:200px;
	height:267px;
	margin:4px auto;
	overflow:hidden;
}

.reco_thumb img{
	width:198px;
	border:1px solid #bdab78;
}

.reco_name{
	text-align:center;
	height:18px;
	line-height:18px;
	color:#ff6cb8;
	margin-bottom:2px;
}

.reco_size{
	text-align:center;
	height:18px;
	line-height:18px;
	font-size:14px;
	background:#ccc;
}

.reco_time{
	text-align:center;
	height:20px;
	line-height:20px;
	font-size:16px;
	background:#ff6cb8;
	color:#fff;
}

#today_shift{
	background:url(../images/top/reco/reco_bg.jpg) no-repeat #fff;
	width:916px;
	border:2px solid #333;
	margin-top:20px;
}

#today_list{
	margin-top:15px;
	margin-bottom:10px;
}

#today_list li{
	width:170px;
	float:left;
	margin-left:9px;
	margin-bottom:10px;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
	border:solid 1px #bdab78;
	white-space:nowrap;
	position:relative;
}

.tl_thumb{
	width:162px;
	height:216px;
	margin:4px auto;
	overflow:hidden;
}

.tl_thumb img{
	width:160px;
	border:1px solid #bdab78;
}

.tl_name{
	text-align:center;
	height:16px;
	line-height:16px;
	color:#333;
	margin-bottom:2px;
	font-weight:bold;
	font-size:14px;
}

.tl_size{
	text-align:center;
	height:18px;
	line-height:18px;
	font-size:13px;
	background:#eee;
}

.tl_time{
	text-align:center;
	height:18px;
	line-height:18px;
	font-size:13px;
	background:#111;
	color:#ffe87f;
}

#blog_wrap{
	margin-top:20px;
}

#ten_blo{
	width:290px;
	height:386px;
	background:url(../images/top/con/ten_blo.png) no-repeat;
	padding-top:60px;
	float:left;
	margin-right:25px;
}

#all_blo{
	width:290px;
	height:386px;
	background:url(../images/top/con/allblo.png) no-repeat;
	padding-top:60px;
	float:left;
	margin-right:25px;
}

#reco_blo{
	width:290px;
	height:386px;
	background:url(../images/top/con/reco_girl.png) no-repeat;
	padding-top:60px;
	float:left;
	margin-right:25px;
}

#ten_blo iframe,#all_blo iframe,#reco_blo iframe{
	display:block;
	width:270px;
	height:375px;
	margin:0 auto;
	background:#fff;
	overflow:auto;
}

.blo_inner{
	width:270px;
	height:375px;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #999;
}

/**2017_323_edit_new________________________________________________________**/

.newsbox2{
	width:470px;
	margin:5px 5px 10px;
	border-bottom: 2px solid #ff6cb8;
	padding-bottom:5px;
}

.newsphoto2{
	line-height:0em;
	float:left;
	width:210px;
}

.newsphoto2 img{
	width:210px;
}

.photo_data2{
	line-height:1.3em;
	font-size:14px;
}

.photo_data2 a{
	font-size:15px;
	color:#ff7abf;
	font-weight:bold;
}

.newstext2{
	float:left;
	margin-left:5px;
	width:255px;
}

.n2_time{
	background:#ffe6ff;
	border-top: 1px solid #5d2e5d;
	border-bottom: 1px solid #5d2e5d;
	height:20px;
	line-height:20px;
	width:100%;
	color:#5d2e5d;
	font-size:13px;
	margin-bottom:3px;
	text-indent:4px;
}

.n2_title{
	background:#ff6cb8;
	padding:5px 0;
	width:100%;
	color:#fff;
	font-size:16px;
	margin:3px 0;
	text-align:center;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.n2_data{
	font-size:15px;
	line-height:1.25em;
}

.n2_data a{
	color:#ff7abf;
	font-weight:bold;
}

.n2_data span{
	font-size:14px;
}
.newstext2 .n2_tex{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:4px 0;
	line-height:1.25em;
	font-size:14px;
}

.top_h2{
width:1200px;
text-align:center;
height:40px;
margin:0px auto 10px;
position:relative;
top:0;
left:20px;
}

.top_h2 img{
	display:block;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 4px 0px;
}