@charset "utf-8";

body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.site-header {
	background: #112246 url(../img/mypace.png) no-repeat right top ;
	height: 240px;
	margin-bottom: 0 !important;
}

.site-title {
	color: #FFF;
	text-shadow: 2px 2px #000;
	padding: 1.5em;
	/*margin-bottom: 0 !important;*/
}
.site-title a{
	color: #FFF;
	text-shadow: 2px 2px #000;
	text-decoration: none;
}

.navbar {
	background-color: #000;
}
.navbar a{
	color: #FFF;
}

.navigation-toggle {
	margin-bottom: 1.65em;
}
.navigation-toggle.navigation-toggle-show {
	margin-bottom: 0;
}

.wrap{
	margin: auto;
	padding: 0px 40px;
	max-width: 1200px;
}

article{
	margin-bottom: 40px;
	overflow: hidden;
}
.entry-meta {
	color: #444;
	line-height: 1.2;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: right;
	clear: both;
}
h1.entry-title{
	font-size: 1.5em;
	background-color: #ededed;
	padding: 0.5em;
}

.copyright {
	text-align: center;
	clear: both;
}

.site-footer{
	padding-top: 20px;
	color: #FFF;
	background-color: #112246;
}
.site-footer a,
.site-footer .side-title{
	color: #FFF;
}

.note {
	background-color: #F2E8E8;
	border: 5px solid #DDD;
	margin: 0.5em 0 1em;
	padding: 1em;
}

/* WordPress Required */
.alignnone,
.attachment-post-thumbnail { margin-bottom: 20px; }
.alignright { margin: 0 0 20px 20px; float: right; }
.alignleft { margin: 0 20px 20px 0; float: left; }
.aligncenter { margin: 0px auto 20px; display: block; }
.wp-caption { text-align: center; }
.wp-caption-text { font-size: 12px; line-height: 1.4; color: #333; margin: 5px 0;}

@media only screen and (max-width: 767px) {
	.wrap{
		padding: 0px 20px;
	}
	.navbar li{
		background-color: #333;
	}
	.navbar li:nth-child(even){
		background-color: #555;
	}
	article{
		font-size: medium;
	}

	.wp-caption {
		width:auto !important;
		max-width:100% !important;
		height:auto !important;
	}

}

@media only screen and (max-width: 400px) {
	.site-header {
		height: 120px;
		background-size: contain;
	}
	.site-header p {
		display: none;
	}
	article{
		font-size: 1.2em;
	}
}


/*----- WP Sitemanagerのページャー -----*/
/* =Pagination
-----------------------------------------------------------------------------*/
.page_navi {
	position: relative;
	left: -9px;
	margin-left: 0;
	list-style: none;
}
.page_navi {
	content: "";
	display: table;
	clear: both;
}
.page_navi li {
	float: left;
	margin-right: 2px;
}
.page_navi a,
.page_navi span {
	display: block;
	padding: 7px 9px;
	line-height: 1;
	border-radius: 2px;
	color: #0f0f0f;
	text-decoration: none;
}
.page_navi span {
	color: #ffffff;
	background-color: #0f0f0f;
	cursor: text;
}
.page_navi a:focus,
.page_navi a:hover {
	text-decoration: none;
	background-color: #0f0f0f;
	color: #fff;
}


/*----- WP Sitemanagerのパンくず -----*/
ul.bread_crumb {
	margin-left: 0;
	overflow: hidden;
}
ul.bread_crumb li {
	font-size: 0.9em;
	margin-left: 5px;
	float: left;
	list-style: none;
}
ul.bread_crumb li.top {
}
ul.bread_crumb li.sub:before {
	content:' > ';
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	margin-top: 50px;
	clear: both;
}
.comment {
	background-color: #EEE;
	padding: 1em;
	margin: 0 20px 20px 10px;
}

.commentmeta {
	font-size: 0.8em;
}

dl.commentform {
	margin: 0 0 1em 1em;
}

dl.commentform dt {

}

dl.commentform dd {
	margin-bottom: 1em;
}

/* =Widgets
-------------------------------------------------------------- */
.xoxo li a{
	font-weight: bold;
	display: block;
}
