/*
 * Theme Name: Official Blog Template
 * Theme URI: /
 * Description: Official Blog Web Site
 * Author: Official Blog Template
 * Author URI: Official Blog Template
 * Version:1.0
 * */

@charset "UTF-8";

/*cssリセット*/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	}

body{
		font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   }

a img{
	border: none; /*IE用 IEはデフォルトでリンク画像に枠線あり*/
}

img{
	max-width: 100%;
	height: auto;
}

.post_thumbnail{
	max-width: 100%;
	height: auto;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}


h1{
	font-size: 137.5%;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
}

h1 a{
	text-decoration: none;
	color: #000000;
}

h1 a:hover{
	color: #666666;
}

p{
	margin-bottom: 1em;
	line-height: 1.5em;
}

#header a{
	color: #ffffff;
	text-decoration: none;
}

#header,#footer{
	color: #ffffff;
}

#gloval_navi li a{
	padding-bottom: 2px;
	position: relative;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gloval_navi li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateX(-50%);
	-moz-transition: translateX(-50%);
	-ms-transition: translateX(-50%);
	-o-transition: translateX(-50%);
	transform: translateX(-50%);
}

#gloval_navi li a:hover::after{
	width: 100%;
}

#greeting p{
	font-size: 125%;
}

h2.side_menu_title{
	font-size: 112.5%;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

h3.footer_menu_title{
	font-size: 112.5%;
	border-bottom: solid 1px #666666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.post_info{
	font-size: 75%;
	color: #999999;
}

.post_info a{
	font-size: 75%;
	text-decoration: none;
	color: #999999;
}

.post_info a:hover{
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
}

.post_date{
	background: url('images/icon_clock.png') no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}

.post_category{
	background: url('images/icon_file.png') no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}

.post_tag{
	background: url('images/icon_tag.png') no-repeat;
	padding-left: 20px;
}

/*投稿内のスタイル*/
.post_content{
	overflow: hidden;
}

.post_content h2{
	font-size: 112.5%;
	border-left: solid 5px #9a0d7c;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 40px;
}

.post_content h3{
	font-size: 112.5%;
	margin-bottom: 10px;
}

.post_content ul{
	margin-bottom: 10px;
}

.post_content ul li{
	margin-bottom: 5px;
}

.post_content p{
	font-size: 93.8%;
}

.post_content a{
	color: #e62f8b;
	text-decoration: none;
}

.post_content a:hover{
	color: #9a0d7c;
	text-decoration: underline;
}

/*画像にもアンダーラインが入ってしまうのでJSで対応する*/
/*.post_content a{
	position: relative;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.post_content a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #9a0d7c;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateX(-50%);
	-moz-transition: translateX(-50%);
	-ms-transition: translateX(-50%);
	-o-transition: translateX(-50%);
	transform: translateX(-50%);
}

.post_content a:hover::after{
	width: 100%;
}*/

a.more-link{
	font-size: 93.8%;
	color: #666666;
	float: right;
	background: url('images/arrow.png') no-repeat 0 6px;
	padding-left: 15px;
}

a.more-link:hover{
	text-decoration: none;
	color: #999999;
}

a.more-link{
	position: relative;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.more-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #999999;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.more-link:hover::after{
	width: 100%;
}


/*ページネーション*/
#page_navi .wp-pagenavi span,
#page_navi .wp-pagenavi a{
	border: none;
}

#page_navi .current{
	background: #cccccc;
	color: #ffffff;
	font-weight: normal;
}

#page_navi .wp-pagenavi a:hover{
	border-bottom: 1px solid #cccccc;
}

/*検索フォーム*/
#searchform{
	/*position: relative;*/
}

#s{
	font-size: 93.8%;
	/*line-height: 25px;*/
	padding: 4px;
}

#searchsubmit{
	/*width: 31px;
	height: 31px;
	border: none;
	background: url('images/search.png') no-repeat;
	position: absolute;*/
	border: none;
	background: #cccccc;
	padding: 4px;
}

#searchsubmit:hover{
	cursor: pointer;
	background: #999999;
	color: #ffffff;
}

.side_menu_box li{
	background: url('../images/arrow.png') no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 87.5%;
}

.side_menu_box li a{
	text-decoration: none;
	color: #333333;
	position: relative;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.side_menu_box li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #999999;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.side_menu_box li a:hover::after{
	width: 100%;
}

/*.side_menu_box li a{
	text-decoration: none;
	color: #333333;
}*/

.side_menu_box li a:hover{
	/*border-bottom: 1px solid #999999;*/
	color: #999999;
}

#footer_menu p, #contact p, #contact form{
	font-size: 87.5%;
}

span.attention{
	color: #eb6ea0;
}

.contact_description span{
	color: #eb6ea0;
}

#contact form p{
	margin-bottom: 0.2em;
}

#contact form p{
	margin-bottom: 1em;
}

#contact input[type="submit"]{
	font-size: 70%;
	padding: 5px 10px;
	background: #e5c1cd;
}

#contact input[type="submit"]:hover{
	cursor: pointer;
	background: #eb6ea0;
	color: #ffffff;
}

/*プロフィール写真*/
#profile_image img{
	vertical-align:bottom;
	-webkit-border-radius: 50% 50%;
	-ms-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	-o-border-radius: 50% 50%;
	border-radius: 50% 50%;
}

/*フッターナビ*/
#footer_navi{
	text-align: center;
	margin-bottom: 20px;
}

#footer_navi li{
	display: inline-block;
	margin-right: 30px;
}

#footer_navi li.nav_last{
	margin-right: 0px;
}

#footer_navi li a{
	padding-bottom: 2px;
	position: relative;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
}

#footer_navi li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateX(-50%);
	-moz-transition: translateX(-50%);
	-ms-transition: translateX(-50%);
	-o-transition: translateX(-50%);
	transform: translateX(-50%);
}

#footer_navi li a:hover::after{
	width: 100%;
}

/*プライバシーポリシー */
.privacy strong{
	font-weight: bolder;
	color: #000000;
}

.privacy ol{
	margin-bottom: 20px;
}

.privacy ol li{
	margin-bottom: 5px;
	list-style: inside decimal;
}

/*コピーライト*/
#copy_right{
	text-align: center;
	font-size: 75%;
}

#pagetop{
	position: fixed;
	z-index: 20;
	right: 20px;
	bottom: 10px;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/*PC以外のデバイスではhoverは意図した挙動にならないので、対応させたい場合はontouchstart属性と:activeで*/
#pagetop:hover{
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*PC以外のデバイスで要素の幅、高さが取得できない場合の対処*/
#pagetop a img{
	width: 25px;
	height: 25px;
}


/*スマートフォン*/
/*320〜767px大きめサイズスマートフォン縦向きまで*/
@media all and (max-width: 479px){

	/**{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}*/

	html,body{
		width: 100%;
		height: 100%;
	}

	/*Top*/
	#header{
		width: 100%;
		height: 100%;
		/*background: url('../images/header_bg.jpg') no-repeat;*/
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 60px;
	}

	#header_inner{
		width: 90%;
		/*height: 100%;*/
		margin: 0 auto;
	}

	#logo{
		text-align: center;
		margin-bottom: 20px;
	}

	#gloval_navi{
		text-align: center;
		margin-bottom: 15px;
	}

	#gloval_navi li{
		display: inline-block;
		margin-right: 10px;
	}

	#gloval_navi li.nav_last{
		margin-right: 0;
	}

	/*#gloval_navi li a:hover{
		border-bottom: 1px solid #ffffff;
	}*/

	#greeting p{
		margin-bottom: 1em;
	}

	#flower{
		text-align: center;
		margin-bottom: 10px;
		opacity: 0;
	}

	#greeting_mes{
		text-align: center;
	}

	#greeting_mes p{
		font-size: 75%;
		margin-bottom: 2px;
	}

	.navi_arrow{
		display: block;
		margin-top: 10px;
	}

	/*コンテンツ*/
	#wrapper{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	/*メインコンテンツ*/
	#main_container{
		margin-bottom: 40px;
	}

	.post_box{
		overflow: hidden;
		margin-bottom: 70px;
	}

	.post_info p{
		display: inline-block;
	}

	.eye_catch{
		margin-bottom: 20px;
	}

	.post_thumbnail{
		width: 100%;
		height: auto;
	}

	#page_navi{
		text-align: center;
	}

	#page_navi ul li{
		display: inline-block;
	}


	/*サイドコンテンツ*/
	#search_box{
		margin-bottom: 40px;
	}

	/*#s{
		font-size: 93.8%;
		line-height: 21px;
	}

	#searchsubmit{
		position: absolute;
		top: 2px;
	}*/

	.side_menu_box{
		margin-bottom: 40px;
	}


	/*フッター*/
	#footer{
		width: 100%;
		background-color: #333333;
	}

	#footer_inner{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}

	#footer_menu{
		margin-bottom: 40px;
	}

	.footer_menu_box{
		margin-bottom: 60px;
	}

	#profile_image_name{
		overflow: hidden;
		margin-bottom: 5px;
	}

	#profile_image{
		width: 50%;
		float: left;
	}

	#profile_name{
		width: 50%;
		float: right;
		padding-top: 7%;
	}

	#information_detail{
		margin-bottom: 20px;
	}

	#sns_list li{
		width: 20%;
		display: inline-block;
	}

	/*お問い合わせフォーム*/
	#contact form input[type="text"],
	#contact form input[type="email"],
	#contact form textarea{
		width: 100%;
	}

	#contact form input,
	#contact form textarea{
		font-size: 110%;
	}

}


/*スマートフォン横向きのみに設定するスタイル*/
/*480〜767px大きめサイズスマートフォン横向きまで*/
@media all and (max-width: 767px) and (orientation: landscape){

	*{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	html,body{
		width: 100%;
		/*height: 100%;*/
	}

	/*ヘッダー*/
	#header{
		width: 100%;
		height: 400px;
		/*background: url('../images/header_bg.jpg') no-repeat;*/
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 40px;
	}

	#header_inner{
		width: 90%;
		height: 400px;
		margin: 0 auto;
	}

	#logo{
		text-align: center;
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#gloval_navi{
		text-align: center;
	}

	#gloval_navi li{
		display: inline-block;
		margin-right: 20px;
	}

	#gloval_navi li.nav_last{
		margin-right: 0px;
	}

	/*#gloval_navi li a:hover{
		border-bottom: 1px solid #ffffff;
	}*/

	#greeting p{
		margin-bottom: 1em;
	}

	#flower{
		width: 50%;
		float: left;
		opacity: 0;
		padding-top: 12%;
	}

	#greeting_mes{
		width: 50%;
		float: right;
		text-align: center;
		padding-top: 15%;
	}

	#greeting_mes p{
		font-size: 68.8%;
	}

	.navi_arrow{
		display: none;
	}

	/*コンテンツ*/
	#wrapper{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	/*メインコンテンツ*/
	#main_container{
		margin-bottom: 40px;
	}

	.post_box{
		overflow: hidden;
		margin-bottom: 70px;
	}

	.post_info p{
		display: inline-block;
	}

	.eye_catch{
		margin-bottom: 20px;
	}

	.post_thumbnail{
		width: 100%;
		height: auto;
	}

	#page_navi{
		text-align: center;
	}

	#page_navi ul li{
		display: inline-block;
	}


	/*サイドコンテンツ*/
	#search_box{
		margin-bottom: 40px;
	}

	/*#s{
		font-size: 93.8%;
		line-height: 21px;
	}

	#searchsubmit{
		position: absolute;
		top: 2px;
	}*/

	.side_menu_box{
		margin-bottom: 40px;
	}


	/*フッター*/
	#footer{
		width: 100%;
		background-color: #333333;
	}

	#footer_inner{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}

	#footer_menu{
		margin-bottom: 40px;
	}

	.footer_menu_box{
		margin-bottom: 60px;
	}

	#profile_image_name{
		overflow: hidden;
		margin-bottom: 5px;
	}

	#profile_image{
		width: 50%;
		float: left;
	}

	#profile_name{
		width: 50%;
		float: right;
		padding-top: 5%;
	}

	#information_detail{
		margin-bottom: 20px;
	}

	#sns_list li{
		width: 20%;
		display: inline-block;
	}

	/*お問い合わせフォーム*/
	#contact form input[type="text"],
	#contact form input[type="email"],
	#contact form textarea{
		width: 100%;
	}

	#contact form input,
	#contact form textarea{
		font-size: 110%;
	}

}


/*スマートフォン横向きのみに設定するスタイル ブラウザ用*/
/*480〜767px大きめサイズスマートフォン横向きまで*/
@media all and (min-width: 480px) and (max-width: 767px){

	*{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	html,body{
		width: 100%;
		/*height: 100%;*/
	}

	/*ヘッダー*/
	#header{
		width: 100%;
		/*height: 100%;*/
		/*background: url('../images/header_bg.jpg') no-repeat;*/
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 40px;
	}

	#header_inner{
		width: 90%;
		height: 400px;
		margin: 0 auto;
	}

	#logo{
		text-align: center;
		padding-top: 30px;
		margin-bottom: 30px;
	}

	#gloval_navi{
		text-align: center;
	}

	#gloval_navi li{
		display: inline-block;
		margin-right: 20px;
	}

	#gloval_navi li.nav_last{
		margin-right: 0px;
	}

	/*#gloval_navi li a:hover{
		border-bottom: 1px solid #ffffff;
	}*/

	#greeting p{
		margin-bottom: 1em;
	}

	#flower{
		width: 50%;
		float: left;
		opacity: 0;
		padding-top: 2%;
	}

	#greeting_mes{
		width: 50%;
		float: right;
		text-align: center;
		padding-top: 10%;
	}

	#greeting_mes p{
		font-size: 100%;
	}

	.navi_arrow{
		display: none;
	}

	/*コンテンツ*/
	#wrapper{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	/*メインコンテンツ*/
	#main_container{
		margin-bottom: 40px;
	}

	.post_box{
		overflow: hidden;
		margin-bottom: 70px;
	}

	.post_info p{
		display: inline-block;
	}

	.eye_catch{
		margin-bottom: 20px;
	}

	.post_thumbnail{
		width: 100%;
		height: auto;
	}

	#page_navi{
		text-align: center;
	}

	#page_navi ul li{
		display: inline-block;
	}


	/*サイドコンテンツ*/
	#search_box{
		margin-bottom: 40px;
	}

	/*#s{
		font-size: 93.8%;
		line-height: 21px;
	}

	#searchsubmit{
		position: absolute;
		top: 2px;
	}*/

	.side_menu_box{
		margin-bottom: 40px;
	}


	/*フッター*/
	#footer{
		width: 100%;
		background-color: #333333;
	}

	#footer_inner{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}

	#footer_menu{
		margin-bottom: 40px;
	}

	.footer_menu_box{
		margin-bottom: 60px;
	}

	#profile_image_name{
		overflow: hidden;
		margin-bottom: 5px;
	}

	#profile_image{
		width: 50%;
		float: left;
	}

	#profile_name{
		width: 50%;
		float: right;
		padding-top: 5%;
	}

	#information_detail{
		margin-bottom: 20px;
	}

	#sns_list li{
		width: 20%;
		display: inline-block;
	}

	/*お問い合わせフォーム*/
	#contact form input[type="text"],
	#contact form input[type="email"],
	#contact form textarea{
		width: 100%;
	}

	#contact form input,
	#contact form textarea{
		font-size: 110%;
	}

}




/*タブレット*/
@media all and (min-width: 768px){

	html,body{
		width: 100%;
		/*height: 100%;*/
		min-width: 760px;
	}

	/*ヘッダー*/
	#header{	width: 100%;
		height: 400px;
		/*background: url('../images/header_bg.jpg') no-repeat;*/
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 40px;
	}

	#header_inner{
		width: 90%;
		height: 400px;
		margin: 0 auto;
	}

	#logo{
		float: left;
		margin-top: 10px;
	}

	#gloval_navi{
		float: right;
		margin-top: 30px;
	}

	#gloval_navi li{
		display: inline-block;
		margin-right: 20px;
	}

	#gloval_navi li.nav_last{
		margin-right: 0px;
	}

	/*#gloval_navi li a:hover{
		border-bottom: 1px solid #ffffff;
	}*/

	#greeting p{
		margin-bottom: 1em;
	}

	#flower{
		width: 60%;
		float: left;
		opacity: 0;
	}

	#greeting_mes{
		width: 40%;
		float: right;
		text-align: center;
		padding-top: 10%;
	}

	.navi_arrow{
		display: none;
	}

	/*コンテンツ*/
	#wrapper{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	/*メインコンテンツ*/
	#main_container{
		width: 65%;
		float: left;
	}

	.post_box{
		overflow: hidden;
		margin-bottom: 70px;
	}

	.post_info p{
		display: inline-block;
	}

	.eye_catch{
		margin-bottom: 20px;
	}

	.post_thumbnail{
		width: 100%;
		height: auto;
	}

	#page_navi{
		text-align: center;
	}

	#page_navi ul li{
		display: inline-block;
	}


	/*サイドコンテンツ*/
	#side_container{
		width: 30%;
		float: right;
	}

	#search_box{
		margin-bottom: 40px;
	}

	/*#s{
		font-size: 93.8%;
		line-height: 25px;
	}

	#searchsubmit{
		position: absolute;
		top: 0px;
	}*/

	.side_menu_box{
		margin-bottom: 40px;
	}


	/*フッター*/
	#footer{
		width: 100%;
		background-color: #333333;
	}

	#footer_inner{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}

	#footer_menu{
		clear: both;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.footer_menu_box{
		width: 30%;
		float: left;
	}

	#author{
		margin-right: 5%;
	}

	#profile_image_name{
		overflow: hidden;
		margin-bottom: 5px;
	}

	#profile_image{
		width: 40%;
		float: left;
	}

	#profile_name{
		width: 50%;
		float: right;
		padding-top: 10%;
	}

	#information_detail{
		margin-bottom: 20px;
	}

	#sns_list li{
		width: 20%;
		display: inline-block;
	}

	/*お問い合わせフォーム*/
	#contact{
		width: 30%;
		float: right;
	}


	#contact form input[type="text"],
	#contact form input[type="email"],
	#contact form textarea{
		width: 100%;
	}

	#contact form input,
	#contact form textarea{
		font-size: 110%;
	}

}

/*PC*/
@media all and (min-width: 1024px){
	
	html,body{
		width: 100%;
		/*height: 100%;*/
		min-width: 960px;
	}

	/*ヘッダー*/
	#header{
		width: 100%;
		height: 400px;
		/*background: url('../images/header_bg_pre.jpg') no-repeat;*/
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		background-size: cover;
		background-position: 50% 50%;
		margin-bottom: 40px;
	}

	#header_inner{
		width: 940px;
		height: 400px;
		margin: 0 auto;
		padding: 0 20px;
	}

	#logo{
		float: left;
		margin-top: 10px;
	}

	#gloval_navi{
		float: right;
		margin-top: 30px;
	}

	#gloval_navi li{
		display: inline-block;
		margin-right: 40px;
	}

	#gloval_navi li.nav_last{
		margin-right: 0px;
	}

	/*#gloval_navi li a:hover{
		border-bottom: 1px solid #ffffff;
	}*/

	#greeting{
		overflow: hidden;
	}

	#greeting p{
		margin-bottom: 1em;
	}

	#flower{
		width: 60%;
		float: left;
		opacity: 0;
	}

	#greeting_mes{
		width: 40%;
		float: right;
		text-align: center;
		padding-top: 10%;
	}

	.navi_arrow{
		display: none;
	}

	/*コンテンツ*/
	#wrapper{
		width: 920px;
		margin: 0 auto;
		padding: 0 20px;
		margin-bottom: 40px;
	}

	/*メインコンテンツ*/
	#main_container{
		width: 600px;
		float: left;
	}

	.post_box{
		overflow: hidden;
		margin-bottom: 70px;
	}

	.post_info p{
		display: inline-block;
	}

	.eye_catch{
		margin-bottom: 20px;
	}

	.post_thumbnail{
		width: 100%;
		height: auto;
	}

	#page_navi{
		text-align: center;
	}

	#page_navi ul li{
		display: inline-block;
	}


	/*サイドコンテンツ*/
	#side_container{
		width: 280px;
		float: right;
	}

	#search_box{
		margin-bottom: 40px;
	}

	/*#s{
		font-size: 93.8%;
		line-height: 25px;
	}

	#searchsubmit{
		position: absolute;
		top: 0px;
	}*/

	.side_menu_box{
		margin-bottom: 40px;
	}


	/*フッター*/
	#footer{
		width: 100%;
		background-color: #333333;
	}

	#footer_inner{
		width: 920px;
		margin: 0 auto;
		padding: 20px;
	}

	#footer_menu{
		clear: both;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.footer_menu_box{
		width: 280px;
		float: left;
	}

	#author{
		margin-right: 40px;
	}

	#profile_image_name{
		overflow: hidden;
		margin-bottom: 5px;
	}

	#profile_image{
		width: 50%;
		float: left;
	}

	#profile_image img{
		vertical-align:bottom;
		max-width: 100%;
	}

	#profile_name{
		width: 40%;
		float: right;
		padding-top: 10%;
	}

	#information_detail{
		margin-bottom: 20px;
	}

	#sns_list li{
		width: 20%;
		display: inline-block;
	}

	/*お問い合わせフォーム*/
	#contact{
		width: 280px;
		float: right;
	}


	#contact form input[type="text"],
	#contact form input[type="email"],
	#contact form textarea{
		width: 100%;
	}

	#contact form input,
	#contact form textarea{
		font-size: 110%;
	}

}