body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.1em;
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
}

.clearfix{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}

#header{
	line-height: 60px;
}




/* nav */

.nav{
	float: left;
}
.nav > ul > li{
	display: inline-block;
	line-height: 50px;
	position: relative;
}
.nav > ul > li:hover > ul{
	visibility: visible;
}
.nav > ul > li:hover > ul li{
	opacity: 1;
	transform: none;
}
.nav > ul > li > a{
	display: block;
	margin: 0 30px;
	font-size: 13px;
	color: #212121;

}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	color: #a60505;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}
.nav ul > li > ul{
	width: 270px;
	position: absolute;
	list-style-type: none;
	top: auto;
	left: -50px;
	visibility: hidden;
	z-index: 999;
	perspective: 500px;
}
.nav ul > li > ul li{
	opacity: 0;
	transition: opacity .7s;
	line-height: 45px;
}
.nav ul > li > ul li a{
	background: #a60505;
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;

}

.nav ul > li > ul li a:hover{
	background: #000;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}

/* search */

.search_btn{
	position: relative;
	float: right;
	margin-top: 8px;
}
.search_btn input{
	width:230px;
	height: 40px;
	border: 1px solid #c2c2c2;
	background: #fff;
	padding-left: 10px;
	color: #212121;
	font-size: 15px;
}
.search_btn button{
	width: 40px;
	height: 44px;
	border: 1px solid #c2c2c2;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #a60505;
	font-size: 15px;
	background:none;
}
#selectedImg{
	position: relative;
	
}
#selectedImg img{
	width: 100% ;
	height: 100%;
}
#siteTitle{
	background: rgba(0,0,0,.5);
	width: 430px;
	padding: 20px;
	border-radius: 10px; 
	position: absolute;
	top: 150px;
	left: 700px;
	text-align: center;
	
}
#siteTitle a{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}



#contents{
	margin: 20px 0;
}

/* main side*/

#mainSide{
	float: left;
	width: 700px;
	margin-right: 20px;
}


.postWrap{
	margin-bottom: 20px;
}
.postDate{	
	float: left;
	width: 100px;
	margin-right: 15px;
	border-top: 5px solid #a60505;
	color: #939393;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
}
.day{
	font-size: 30px;
	font-weight: bold;
	display: block;
	
}

.text01{
	float: right;
	width: 585px;
}



.postTitle{
	font-color: #212121;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.5;
}

.postContent p{
	color: #777777;
	font-size: 13px;
	line-height:1.5;
	margin: 20px 0;
}

.read{
	color: #212121;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #212121;
}
.read:hover{
	font-style: italic;
}



.articleImg{
	margin-bottom: 20px;
	display:block;
}

/* right side*/

#rightSide{

	float: right;
	width: 280px;
}


.heading{
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}

.info p{
	margin-bottom: 10px;	
}

.pop{
	padding: 20px 0;
}
.pop li{
	margin-bottom: 10px;
}
.pop a{
	width: 170px;
		
}
.pop img{
	vertical-align: middle;
	margin-right: 10px;

}
.pop a{
	color: #212121;
	font-weight: bold;
	font-size: 16px;
	width: 170px;
	line-height:1.5;
	display: inline-block;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.pop a:hover{
	color: #a60505;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}

.info{
	padding: 20px 0;
}
.info p{
	color: #777777;
	font-size: 13px;
	line-height: 1.5;

}

.link{
	margin-bottom: 30px;
}
.link li{
	line-height: 50px;
	border-bottom: 1px solid #000;
}
.link a{
	color: #212121;
	font-size: 13px;
	display: inline-block;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.link a:hover{
	color: #a60505;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}

/* footer */

#footer{
	color: #212121;
	font-size: 13px;
	line-height: 80px;
	text-align: center;
}



/* pagination */

.pagination{
	margin: 20px 0;
	text-align: center;
	display:none;
}
.pagination li{
	display: inline-block;
}
.pagination li a, .pagination li span{
	display: block;
	padding: 10px 14px;
	font-size: 24px;
	color: #fff;
	background: #212121;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.pagination li a:hover, .pagination li span{
	background: #a60505;
	color: #fff;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}
