/*
Theme Name:****
Theme URL:
Description:
*/

*{
	padding:0;
	margin:0;
	border:0;
	font-weight:normal;
	text-decoration:none;
}

/*img*/

img{
	vertical-align:bottom;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*text*/

strong{
	font-weight:bold;
}

em{
	font-style:normal;
	color:#390;
	font-weight:bold;
}

.s{
	font-size:12px;
}

/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*基本*/

body {
	background-color:#fff;
    font-family:Helvetica , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
	font-size:15px;
	color:#000;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

/*link*/

a:link{
	color:#000;
}

a:visited{
	color:#000;	
}

a:active{
	color:#000;	
}

a:hover{
	color:#666;	
	text-decoration:underline;
}

.post-contents a:link{
	color:#39c;
}

.post-contents a:visited{
	color:#39c;	
}

.post-contents a:active{
	color:#39c;	
}

.post-contents a:hover{
	color:#39c;	
	text-decoration:underline;
}

.tagcloud a:link{
	color:#fff;
}

.tagcloud a:visited{
	color:#fff;	
}

.tagcloud a:active{
	color:#fff;	
}

.tagcloud a:hover{
	color:#fff;	
	text-decoration:none;
}

#footer a:link{
	color:#000;
}

#footer a:visited{
	color:#000;	
}

#footer a:active{
	color:#000;	
}

#footer a:hover{
	color:#000;	
	text-decoration:underline;
}

/*comment*/

input{
	border:1px #999 solid;
}

textarea{
	border:1px #999 solid;
}

ol.commets-list{
	list-style-type:none;
}

/*パーツ*/

#wrapper{
	width:1000px;
	margin:auto;	
}

#header{
	width:1000px;
	height:150px;	
}

#navi{
	width:1000px;
	height:40px;
	margin-bottom:20px;
	background-color:#92C7D4;	
}

#mainphoto{
	width:670px;
	height:300px;
	margin-bottom:45px;	
}

#main{
	width:670px;
	float:left;
	margin-bottom:45px;
}

#side{
	width:300px;
	float:right;
	font-size:13px;
	line-height:170%;
	margin-bottom:45px;	
}

#footer{
	clear:both;
	width:1000px;	
	border-top:2px #000 solid;
	padding-top:10px;
	font-size:13px;
}

/*header*/

#logo{
	float:left;
	width:800px;
	height:150px;
}

#logo img{
	margin-top:34px;
}

#sns{
	float:right;
	width:200px;
}

#sns ul{
	list-style-type:none;	
	width:62px;
	margin-left:auto;
	margin-top:85px;
}

#sns ul li{
	float:left;	
	margin-left:15px;
}

/*menu*/

#menu{
	float:left;
	width:900px;	
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	list-style-type:none;
	float:left;
}

#menu ul li a{
	display:block;
	padding:10px;
}

#menu ul li a:hover{

}

/*記事一覧*/

.post-list{
	width:300px;
	height:395px;
	padding:0 35px 35px 0;
	position: relative;
	overflow: hidden;
	float:left;

}

.post-list:nth-child(2n) {
    margin-right:0;
}

.post-list-img{
	/*float:left;*/
	width:300px;
}

.post-list-img img{
	width:298px;
	height:223px;
	border:1px #000 solid;
	margin-bottom:10px;

}

.post-list-text{
	/*float:right;*/
	width:300px;
	font-size:12px;
}

.post-title-list{
	margin-bottom:5px;	
	font-weight:bold;
	font-size:15px;
}

.post-date{
	font-size:12px;	
}

.post-date img{
	vertical-align:middle;
	padding-right:5px;
}

.excerpt{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.new{
	color:#fff;
	background-color:#39c;
	padding:2px 40px 2px 40px;
	position: absolute;
	font-size:15px;
	top:10px;
	left:-30px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*記事詳細*/

#main h1{
	font-size:26px;
	font-weight:bold;
	margin-bottom:30px;
margin-top:20px;
}

#main h1:before{
	content:"\f0c8";
	font-family: FontAwesome;
	padding-right:3px;
}

#main h2{
	font-size:15px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
	padding:5px 10px;
	background-color:#390;
	border-radius:3px;
	color:#fff;
}

#main h3{
	font-size:15px;
	font-weight:bold;
	margin-top:30px;	
	margin-bottom:20px;
	border-bottom:2px #390 solid;
}

.post-category{
	margin-bottom:2em;
	font-size:16px;
	font-weight:bold;
}

.data{
	font-size:12px;	
	margin-bottom:20px;
}

.data img{
	vertical-align:middle;
	padding-right:5px;
}

.post-contents-sns{
	margin-bottom:20px;
}
.post-contents-sns-b{
	margin-top:40px;
	margin-bottom:20px;
}

.post-contents p{
	margin-bottom:20px;
}

/*.post-contents img{
	width:100%;
	height:auto;	
}*/

/*コメント*/
#comment_area{
	font-size:13px;
}
.reply{
	margin-bottom:1em;
	margin-top:0.5em;
	padding-left:35px;
}
.commets-list p{
	margin-bottom:0;
	padding-bottom:0;
	padding-left:35px;
}
.comment-meta{
	padding-left:35px;
}
.comment-awaiting-moderation{
	padding-left:35px;
}
textarea{
	width:100%;
}
.fn{
	font-style:normal;
}

/*side*/

#side h2{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	color:#390;
	background-color:#fff;
padding:5px;
border-radius:3px;
border:1px #5ebd2e solid;
}

#side h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	color:#390;
	background-color:#fff;
padding:5px;
border-radius:3px;
border:1px #5ebd2e solid;
}

.side-contents{
	margin-bottom:30px;
}

#side ul{
	margin:0;
}

#side ul li{
	list-style-type:none;
	border-bottom:1px #5ebd2e dotted;
	padding:5px 2px;
}

.tagcloud{
	
}
.tagcloud a{
	padding:3px 5px;
	background-color:#000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*footer*/
.menu-footer-container{
clear:both;
}

ul.menu-footer-container{
	list-style-type:none;
	margin-bottom:10px;
	clear:both;
}

.menu-item{
	list-style-type:none;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}


.copyright{
	font-size:12px;
	clear:both;
}

/*return top*/

#return-top {
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: none;
	font-size: 13px;
}

#return-top a {
	display: block;
	width: 50px;
	height: 50px;
}

#return-top a:hover img {
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}


/* --------------------------
     タブレット
-------------------------- */
@media only screen and (max-width: 1023px) {
	
#wrapper{
	width:630px;
}

#header{
	width:630px;
	height:auto;	
}

#navi{
	width:630px;
	height:40px;
	margin-bottom:20px;
	background-color:#92C7D4;	
}

#mainphoto{
	width:630px;
	height:auto;
}

#main{
	width:630px;
	float:none;

}

#side{
	width:630px;
	float:none;
	margin-top:40px;
}

#footer{
	clear:both;
	width:630px;	
}

/*header*/

#logo{
	float:left;
	width:430px;
	height:150px;
}

/*mainphoto*/

#mainphoto img{
	width:100%;
	height:auto;	
}

/*list*/
.post-list{
	width:100%;
height:120px;
	margin:0 0 35px 0;
	position: relative;
	overflow: hidden;
	clear:both;

}

.post-list-img{
	float:left;
	width:150px;
}

.post-list-img img{
	width:150px;
	height:113px;
	border:1px #000 solid;

}

.post-list-text{
	float:none;
	width:auto;
margin-left:170px;
}

.post-title-list{
	margin-bottom:5px;	
	font-weight:bold;
	font-size:15px;
}

.post-date{
	font-size:12px;	
}

.post-date img{
	vertical-align:middle;
	padding-right:5px;
}

.excerpt{
	margin-top:0;
}


/*menu*/


	
}


/* --------------------------
     スマホ
-------------------------- */
@media only screen and (max-width: 480px) {
	
#wrapper{
	width:100%;

}

#header{
	width:100%;
	height:auto;	
}

#mainphoto{
	display:none;	
}

#main{
	width:90%;
	float:none;
	margin-bottom:20px;	
	margin:auto;
}

#side{
	width:90%;
	float:none;
	margin-bottom:20px;	
	margin:auto;
}

#footer{
	clear:both;
	width:90%;	
	margin:auto;
}

/*header*/

#logo{
	float:none;
	width:100%;
	height:150px;
	text-align:center;
}

#logo img{
	margin-top:20px;
}

#sns{
	float:none;
	width:100%;
	margin:20px 0 60px 0;
}

#sns ul{
	list-style-type:none;	
	width:62px;
	margin:auto;
}

#sns ul li{
	float:left;	
	margin-left:15px;
}

/*記事一覧*/

.post-list{
	width:100%;
height:auto;
	margin:0 0 35px 0;
	position: relative;
	overflow: hidden;
	clear:both;

}

.post-list-img{
	float:left;
	width:150px;
}

.post-list-img img{
	width:150px;
	height:113px;
	border:1px #000 solid;

}

.post-list-text{
	float:none;
	width:auto;
margin-left:170px;
}

.post-title-list{
	margin-bottom:5px;	
	font-weight:bold;
	font-size:15px;
}

.post-date{
	font-size:12px;	
}

.post-date img{
	vertical-align:middle;
	padding-right:5px;
}

.excerpt{
	margin-top:0;
}

	
}