@charset "utf-8";

#index1{
	padding-top:20px;
	}
#index1 article{
	float:left;
	width:31%;
	margin:60px 3.5% 0 0;
	position:relative;
	}
#index1 article:nth-of-type(3n){
	margin-right:0;
	}
#index1 article:nth-of-type(3n+1){
	clear:both;
	}
#index1 article h2{
	-webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	background-color:#000;
	}
#index1 article h2 img{
	width:100%;
	height:auto;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.2s linear;
	-webkit-transition:-webkit-transform 0.2s linear;
	-o-transition:-o-transform 0.2s linear;
	-ms-transition:-ms-transform 0.2s linear;
	transition:transform 0.2s linear;
	position:relative;
	z-index:1;
	transition:0.5s;
	}
#index1 article h2 a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.8;
	}
#index1 article ul{
	margin-top:-30px;
	overflow:hidden;
	zoom:1;
	}
#index1 article ul li{
	float:left;
	margin-right:5px;
	position:relative;
	z-index:2;
	}
#index1 article ul li a{
	text-align:center;
	height:22px;
	padding:8px 5px 0 5px;
	background-color:#6B635C;
	color:#FFF;
	font-size:12px;
	min-width:140px;
	display:block;
	}
#index1 article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#index1 article h3{
	overflow:hidden;
	zoom:1;
	font-size:14px;
	line-height:1.4;
	padding-top:12px;
	font-weight:bold;
	}
#index1 article h3 strong{
	display:block;
	margin-bottom:5px;
	}
#detail1.cts{
	max-width:860px;
	overflow:hidden;
	zoom:1;
	}
#detail1 article .ahead{
	text-align:center;
	}
#detail1 article .ahead h1{
	font-size:25px;
	text-align:left;
	font-weight:bold;
	display:inline-block;
	padding-top:50px;
	}
#detail1 article .ahead h2{
	font-size:15px;
	font-weight:bold;
	padding-top:8px;
	}
#detail1 article .post-box{
	padding-top:40px;
	}
#detail1 article .post-box .data{
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	}
#detail1 article .post-box .tags{
	margin-top:50px;
	}
#detail1 article .post-box .tags p{
	font-weight:bold;
	font-size:18px;
	}
#detail1 article .post-box .tags ul{
	overflow:hidden;
	zoom:1;
	margin-top:-10px;
	}
#detail1 article .post-box .tags ul li{
	float:left;
	margin:15px 20px 0 0;
	list-style-type:none;
	}
#detail1 article #subtext{
	padding-top:20px;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}
#detail1 article #subtext ul li{
	overflow:hidden;
	zoom:1;
	position:relative;
	padding-top:50px;
	}
#detail1 article #subtext ul li p{
	font-size:14px;
	line-height:1.4;
	padding-top:10px;
	}
#detail1 article #subtext .imgl{
	float:left;
	width:48%;
	clear:both;
	}
#detail1 article #subtext .imgr{
	float:right;
	width:48%;
	}
#detail1 article #subtext .imgc{
	clear:both;
	width:100%;
	}
#detail1 article #subtext ul li img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	}
.movie1{
	padding-top:40px;
	}
.tagselect{
	display:none;
	}
.taglist{
	padding-top:30px;
	margin-bottom:-30px;
	position:relative;
	}
.taglist h2{
	text-align:center;
	font-weight:bold;
	font-size:25px;
	}
.taglist h2 span{
	display:block;
	font-size:14px;
	}
.taglist h4{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	background-color:#eeeee9;
	width:180px;
	position:absolute;
	left:50%;
	top:50px;
	z-index:2;
	margin-left:-90px;
	}
.taglist .list{
	border-top:1px solid #c6c6bf;
	border-bottom:1px solid #c6c6bf;
	padding:25px 0 35px 0;
	margin-top:30px;
	position:relative;
	}
.taglist .list ul{
	font-size:0;
	display:inline-block;
	}
.taglist .list .ul2{
	display:none;
	}
.taglist .list ul li{
	font-size:15px;
	margin:8px 20px 0 0;
	display:inline-block;
	}
.taglist .list h3{
	display:inline-block;
	text-align:center;
	width:120px;
	font-weight:bold;
	font-size:18px;
	position:absolute;
	bottom:-14px;
	left:50%;
	margin-left:-60px;
	z-index:2;
	cursor:pointer;
	background-color:#eeeee9;
	transition:0.4s;
	}
.taglist .list h3:hover{
	color:#F77300;
	}
.taglist h1{
	font-size:28px;
	font-weight:bold;
	margin:100px 0 0 0;
	text-align:center;
	}
@media screen and (max-width:740px){
#index1.cts{
	padding:0;
	}
#index1 article{
	float:none;
	width:100%;
	margin:0;
	padding-top:25px;
	}
#index1 article h3{
	padding:12px 6% 0 6%;
	}
#detail1.cts{
	padding:60px 0 0 0;
	}
#detail1 article .ahead{
	text-align:left;
	}
#detail1 article .ahead h1{
	font-size:21px;
	padding:30px 6% 0 6%;
	display:block;
	}
#detail1 article .ahead h2{
	padding:8px 6% 0 6%;
	}
#detail1 article .post-box{
	padding:40px 6% 0 6%;
	}
#detail1 article #subtext{
	padding:10px 6% 0 6%;
	max-width:88%;
	}
#detail1 article #subtext ul li{
	padding-top:30px;
	}
#detail1 article #subtext .imgl{
	float:none;
	width:100%;
	}
#detail1 article #subtext .imgr{
	float:none;
	width:100%;
	}
#nextback{
	margin-left:6%;
	margin-right:6%;
	}
#detail1.cts.movie1{
	padding-top:0px;
	}
.tagselect{
	padding:25px 0 30px 0;
	display:block;
	}
.taglist{
	margin-bottom:0px;
	}
.taglist .list,
.taglist h2,
.taglist h4{
	display:none;
	}
.taglist h1{
	font-size:20px;
	margin:80px 0 0 0;
	}
}