@charset "utf-8";
/*
Theme Name: WP-Blog Ver 1.0
Theme URI: http://
Description: Theme-Works vol.02
Version: 1.0
Author: adilab
Author URI: http://adilab.jp/
*/

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


ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 72%;
}
body{
	font: 1.0rem;
	color:#1f1f1f;
	background:#fff;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","Verdana";
}
.clearfix:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
.clear {
	clear:both;
}
/* リンク
------------------------------------------------------------*/
a{
	margin:0;
	padding:0;
	text-decoration:underbar;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #06C;
}

a:hover, a:active{
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	outline: none;
	text-decoration: none;
	color: #099;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainnav:before,nav#mainnav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{
	content: "";
	display: table;
}
nav .panel:after,nav#mainnav:after,.newsTitle:after,#footerInfo:after{
	clear: both;
}
nav .panel,nav#mainnav,.newsTitle,#footerInfo{
	zoom: 1;
}


/* 共通
------------------------------------------------------------*/
input[type="text"],input[type="tel"],input[type="email"],input[type="password"], textarea{
	vertical-align:middle;
	max-width:90%;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #968e87;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#5c554f;
	background:#fcfcfc;
}

textarea{
	height:auto;
	line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	padding:3px 10px;
	color:#fff;
	background: #605953;
	background: -moz-linear-gradient(top, #aca49c 0%, #605953 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb4de), color-stop(100%,#605953));
	background: -webkit-linear-gradient(top, #aca49c 0%,#605953 100%);
	background: -o-linear-gradient(top, #aca49c 0%,#605953 100%);
	background: -ms-linear-gradient(top, #aca49c 0%,#605953 100%);
	background: linear-gradient(to bottom, #aca49c 0%,#605953 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cb4de', endColorstr='#605953',GradientType=0 );
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:1.4rem;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	background: #605953;
	background: -moz-linear-gradient(top, #605953 0%, #aca49c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#605953), color-stop(100%,#6cb4de));
	background: -webkit-linear-gradient(top, #605953 0%,#aca49c 100%);
	background: -o-linear-gradient(top, #605953 0%,#aca49c 100%);
	background: -ms-linear-gradient(top, #605953 0%,#aca49c 100%);
	background: linear-gradient(to bottom, #605953 0%,#aca49c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#605953', endColorstr='#6cb4de',GradientType=0 );
}

.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
.cl {
	clear:both;
}
.text_right {
	text-align:right;
}
.img_l {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
.img_r {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

/* レイアウト
------------------------------------------------------------*/
body {
	background:url(images/bg_wrap.png);
}
#header {
	width:100%;
	border-top:2px solid #101010;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	position:relative;
	margin:0;
	background-color:#fff;
}
#wrapper,#header_inner {
	width: 960px;
	margin: 0 auto;
	padding:  15px 0;
	position:relative;
}
#header_inner:after {
	content:'';
	display:block;
	clear:both;
}

.inner {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-bottom:20px;
}
#content{
	width:960px;
}
#content main {
	margin-bottom: 20px;
}
#sidebar  {
	overflow: hidden;
}
#sidebar h3.pagetitle {
	clear:both;
	margin:0 0 0.5em 0;
	padding:5px 0;
	line-height:2.5rem;
	font-size:1.8rem;
	font-weight:normal;
	border-bottom:2px solid rgba(0,0,0,0.1);
}

#sidebar h3.pagetitle a {
	text-decoration: none;
}


#sidebar li.page_item {
	list-style: none;
	font-size:1.4rem;
	line-height: 160%;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0 0.5em 0;
}

#sidebar li.page_item p {
	margin-bottom: 0.5em;
}

#sidebar .widget widget_recent_entries {
	margin-bottom: 0;
}

#footer{
	clear:both;
	background: url(images/bg_footer.png) repeat-x #101010 left bottom;
	width:100%;
	padding-bottom:20px;
	padding-top:10px;
}


/* テキスト
----------------------------------*/
p.text {
	font-size:1.4rem;
}
#header #description {
	font-size:1.2rem;
	color:#999;
	font-weight:normal;
}


#header #logo{
	padding:0;
	font-size:2rem;
	font-weight:bold;
}
#header #logo a {
	color:#1f1f1f;
	font-weight:500;
	text-decoration:none;
}

#header #logo a:hover {
	color: #888;
}

#headerInfo{
	text-align:right;

}
#headerInfo a,#footerInfo a {
	color:#FFFFFF;
}

.tel{
	display:inline;
	background:url(images/icon_tel.png) no-repeat 10px 50% #101010;
	color:#FFFFFF;
	font:2.2rem;
	line-height:35px;
	padding:12px 10px 10px 40px;
	height:35px;
	border-radius:5px;

}
#headerInfo p.tel, #footerInfo p.tel{
	font-size:2.2rem;
}

.anchor {
	color:#101010;
	text-decoration:underline;
}
.anchor:hover {
	color:#cc0000;
}
/* ナビ
----------------------------------*/
nav#mainnav{
	clear:both;
	position:relative;
	width:100%;
	margin:0 auto 18px;
	background:#111;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}


.panel ul li{
	float: left;
	position: relative;
	margin: 2px 0 2px 0;
}

.panel ul li a{
	display: block;
	_float:left;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-decoration:none;
}



#searchHead {
	width:215px;
}

#searchHead02 {
	float:right;
	width:215px;
}

#searchHead input,#searchHead02 input{
	line-height:30px;
	float:left;

}

#searchHead input.searchBox[type="text"],#searchHead02 input.searchBox[type="text"]{
	vertical-align:top;
	background-color:rgb(255,255,255);
	width:175px;
	height:32px;
	margin-right:5px;
	border-color:rgb(221,221,221);
	border-width:1px;
	-moz-border-radius:0%;
	-webkit-border-radius:0%/2%;
	border-radius:0%/2%;
	border-style:solid;
	-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.15);
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.15);
	font-size:1.4rem;
}
.searchBtn {
	margin-top:8px;

}
/*
----------------------------------*/
#mainImg {
	width:100%;
	height:auto;
}
#mainImg img {
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
}


#index_post {
	box-shadow:0 2px #101010 inset;
	border:1px solid #ccc;
	padding:35px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
	margin-bottom:30px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#index_post h1.title,#index_post h2.title{
	clear:both;
	margin:0 0 20px;
	padding: 0;
	line-height:2rem;
	font-size:2rem;
	font-weight:bold;

}
#index_post p {
	line-height:180%;
	font-size:1.4rem;
}

#news {
	width:30%;
	float:right;
}
#news ul {
	width:100%;
	min-width:300px;
}
#news ul li {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:20px;
}
#news ul li h3 {
	font-size:1.4rem;
	font-weight:bold;
}

#news ul li p {
	font-size:1.2rem;
}

h1.title span,h2.title span,.newsTitle h3 span,section.widget h3 span{
	color:#342d27;
}
h1.title02,h2.title02{
	clear:both;
	margin:0 0 20px 0;
	padding:5px 0;
	line-height:2.5rem;
	font-size:1.8rem;
	font-weight:normal;
	border-bottom:2px solid rgba(0,0,0,0.1);
}
h4.title02{
	clear:both;
	margin:0 0 20px;
	padding:5px 0;
	line-height:33px;
	font-size:110%;
	font-weight:normal;
	background:url(images/border.png) repeat-x 0 100%;
	color:#CC3300;
}

.dateLabel{
	margin:0 0 10px;
	font-size:1.4rem;
}
#custum_post p:not(:last-child) {
	margin-bottom:30px;
}
.post {
	clear:both;
	margin-bottom:50px;
	width:100%;
//	background:url(images/post_line.png) no-repeat left top;
	padding-top: 0.4em;
	font-size:1.4rem;
}
.relate {
	width:100%;
}
.main_eyecatch {
	float:left;
	clear:both;
}
.main_eyecatch img {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
	margin-right:15px;
	width:150px;
	margin-bottom:10px;
}
.post p{
	padding-bottom:30px;
	font-size:1.4rem;
}

.post .date {
	font-size:1.4rem;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	padding-left:20px;
	background:url(images/icon_date.png) no-repeat left center;
	line-height:16px;
}
.post .category {
	font-size:1.4rem;
	margin-bottom:30px;
	padding-left:20px;
	background:url(images/icon_category.png) no-repeat left center;
	float:left;
	line-height:17px;
}
.continue {
	clear:both;
	float:right;
}
.continue a {
	width:90px;
	height:34px;
	line-height:34px;
	font-size:1.4rem;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position: 13px center;
	background-color:#101010;
	padding-left:30px;
	display:block;
	color:#FFFFFF;
	-mioz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
}
.continue a:hover {
	background-color:#666;
}

.post ul{
	margin: 0 0 10px 10px;
}

.post h1{
	margin:10px 0;
	font-size:2rem;
	font-weight:bold;
	color:#101010;
}


.post h2{
	margin:10px 0 20px;
	font-size:2rem;
	font-weight:bold;
	color:#101010;

}

.post .entry-content h2 {
	background: #eee;
	border-top: 2px solid #666;
	border-bottom: 1px solid #c2c2c2;
	padding: .2em 0.4em;
}

.post h3{
	margin:10px 0 20px;
	font-size:1.2em;
	font-weight:bold;
	color:#101010;
	background: #f6f6f6;
	border-top: 2px solid #666;
	border-bottom: 1px solid #DADADA;
	padding: .2em .4em;
}
.post h4{
	margin:10px 0 20px;
	padding-left: 0.6em;
	font-size:2rem;
	font-weight:normal;
	color:#101010;
	border-left: 3px solid #222222;
}
.post h5{
	margin:10px 0 20px;
	font-size:1.6rem;
	font-weight:normal;
	color:#101010;
}
.post h6{
	margin:10px 0 20px;
	font-size:1.4rem;
	font-weight:normal;
	color:#101010;
}

.post blockquote {
	clear:both;
	padding:10px;
	margin-bottom:15px;
	background:url(images/bg_wrap.png);
}

.post blockquote p{
	padding:0;
	margin:0;
}

.post table{
	border: 1px #cbc3bb solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
	width:100%;

}

.post table th{
	padding:7px 10px 7px 5px;
	border: #cbc3bb solid;
	border-width: 0 0 1px 1px;
	font-weight:bold;
}

.post table td{
	padding:7px 5px;
	border: 1px #cbc3bb solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}

.post dt{
	font-weight:bold;
}

.post dd{
	padding-bottom:10px;
}

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

img.aligncenter {
	display: block;
	margin:10px auto;
	padding:0;
	background:#fff;
}

img.alignright, img.alignleft{
	padding:0;
	margin:0 0 10px 10px;
	display:inline;
	background:#fff;
}

img.alignleft{
	margin: 0 10px 10px 0;
}

.alignright{
	float:right;
}
.alignleft{
	float: left;
}

.others h3 {
	border-left:5px solid #101010;
	padding:3px 0 3px 10px;
	font-size:1.8rem;
}
.others h4 {
	font-size:1.8rem;

}

/* ウィジェット
----------------------------------*/
#widgets section {
	margin-bottom:20px;
	font-size:1.4rem;
	float:left;
	width:100%;
	}

#widgets section:nth-child(3n+1) {
	clear:both;
}

section.widget a{
}
section.widget ul li {
	font-size:1.4rem;
}

#recent_posts li {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:20px;
}
#recent_posts li h3 {
	font-size:1.4rem;
	margin-bottom:0.3em;
}

#recent_posts li p {
	font-size:1.2rem;
}
.tagcloud a {
	white-space:nowrap;
	line-height: 2;
	background-color:#fff;
	padding: 3px ;
	border:thin solid #666;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#ad_pc {
	margin-bottom:20px;
}
#ul_recent {
	margin-bottom:20px;
}
#ul_recent li h3 {
	margin-bottom:5px;
	font-size:1.4rem;
}
#ul_recent li p {
	font-size:1.4rem;
}

.side_eyecatch {
	float:left;
	clear:both;
}
.side_eyecatch img {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
	margin-right:10px;
	width:80px;
	}
.side_eyecatch02 {
	float:left;
	clear:both;
}
.side_eyecatch02 img {
	padding:2px;
	margin-right:10px;
	}
#ul_recent li .date {
	font-size:1.2rem;
	margin-bottom:10px;
	padding-left:20px;
	background:url(images/icon_date.png) no-repeat left center;
	line-height:16px;
}

/* ページトップ
----------------------------------*/
#pagetop{
    position:fixed;
    bottom:10px;
    right:0;
	font-size:1.4rem;
    }
#pagetop a {
	color:#fff;
	text-decoration:none;
    padding:10px;
    background:#101010;
    border-radius:8px 0 0 0;
}
#pagetop a:hover {
    background:#666;
}



/* フッター
----------------------------------*/
#footerInfo{
	padding:10px;
	text-align:center;
}

#footerLogo{
	float:left;
	padding:0 10px;
}

.contactInfo{
	float:right;
	text-align:right;
}
#footer_nav,footer .menu {
	text-align:center;
	margin-bottom:10px;
}

#footer_nav li,footer .menu li {
	display:inline;
	padding-right:1em;
	font-size:1.4rem;
}

#footer_nav li a,footer .menu li a {
	color:#fff;
	text-decoration: underline;
}
#footer_nav li a:hover,footer .menu li a:hover {
	color:#cc0000;
	text-decoration: none;
}

#copyright{
	clear:both;
	text-align:center;
	font-style:normal;
	font-size:1.2rem;
	color:#fff;
	margin-bottom: 1.2em;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
	clear:both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
	font-size:1.4rem;
}
.prev{
	float:left
}

.next{
	float:right;
}

#pageLinks{
	clear:both;
	color:#5c554f;
	text-align:center;
}
.pagination {
	clear:both;
	padding:0;
	position:relative;
	font-size:1.4rem;
	line-height:13px;
	margin-bottom:15px;
}


.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #000;
}

.pagination a:hover{
	color:#fff;
	background: #666;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #bbb;
	color:#fff;
}


.thumbWrap{
	width:100%;
}

.thumbWrap_PR{
	width:100%;
}

ul.thumb{
	margin: 0;
}


ul.gap{
	margin-top:40px;
}

ul.thumb li{
	float:left;
	width:300px;
	padding:0 0 40px;
	background:none;
}
ul.thumb li:not(:last-child){
	margin:0 30px 0 0;
}
ul.thumb li .eyecatch {
	float:left;
	padding-right:10px;
	}
ul.thumb li img {
	padding:2px;
	border:1px solid #ccc;
}
.thumbWrap ul.thumb h3{
	padding:0 0 0 0;
	font-size:1.4rem;
	margin-bottom:5px;
}
.thumbWrap ul.thumb h3 a {
	color: #06C;
	text-decoration:underline;
}
.thumbWrap ul.thumb h3 a:hover {
	color: #099;
}

ul.thumb li p {
	font-size:1.2rem;
}


/* PC 1025
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){


nav div.panel{
	display:block !important;
	padding:5px 0;
}

a#menu{
	display:none;
}

.panel ul{
	width:100%;
	line-height:30px;
}

.panel ul li{
	line-height:30px;
	padding:0 25px;
	font-size:1.4rem;
	float:left;
}
.panel ul li:not(:last-child){
	border-right:1px solid #333;
}
.panel ul li a {
	color:#fff;
}

.panel ul li a:hover {
	color:#cc0000;
}


.panel ul li.current_page_item {
	background-color:#333333;
}

.panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{
	color:#fff;
}
.panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{
	color:#fff;
}

.panel ul ul{
		width:200px;
}

.panel ul li li{
	float: none;
	line-height:2rem;
	width:auto;
	list-style:none;
	padding:10px 25px;
}

.panel ul li li a{
	width:100%;
	font-size:1.4rem;
	text-align:left;
}

.panel ul li ul{
	display: none;
}

.panel ul li:hover ul{
	display: block;
	position: absolute;
	top:25px;
	left:0;
	z-index: 100;
}

.panel ul li:hover ul li{
	margin:0;
	background:#111;
	opacity:.9;
	border-bottom:1px dotted #cbc3bb;
}

.panel ul li:hover ul li:last-child{
	border:0;
}

.panel ul li ul li a span{
	margin:0;
	float:none;
	padding:0 0 0 0;
}

#searchHead{
	float:right;
	margin:5px 0 0;
	width:215px;
	text-align:right;
}
.img_l {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
.img_r {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
main {
	width:66%;
	max-width:630px;
	float:left;
}
#index_post {
	width:100%;

}
#sidebar {
	width:30%;
	min-width:300px;
	float:right;
}

#footer_content {
	width:960px;
	margin:0 auto;
}
#mainImg {
	margin-bottom:30px;
}
#ul_recent li {
	width:100%;

}
#ul_recent li:not(:last-child) {
	border-bottom:1px dotted #ccc;
	padding:0 0 10px;
	margin-bottom:10px;
}


}
@media only screen and (min-width:641px){
#header_inner {
	display:table;
	width:100%;
	max-width:960px;
}
#header_inner div {
	display: table-cell;
	vertical-align: middle;
	zoom:1;
	clear:both;
}
#header_inner #description {
	float:left;
}
#headerInfo{
	padding-right:10px;
}
#searchHead02{
	position:absolute;
	right:0;
	top:5px;
}
}
/* ～1024
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
#wrapper, #header,#header_inner, .inner{
	width:100%;
	height:auto;
}

#header #description,#header #logo {
	padding-left:10px;
}
#headerInfo {
	margin-right:10px;
}


nav#mainnav{
	background:#111;
	border:0;
	padding:0;
	margin:0;
	width:100%;
}

nav#mainnav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #111;
}

nav#mainnav a#menu span{
	padding-left:1em;
	color:#fff;
	font-size:1.4rem;
}

nav#mainnav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: #111;
	height:40px;
	line-height:40px;
}
nav#mainnav a#menu:hover{
	cursor:pointer;
}

nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom:1px solid #cbc3bb;
	font-size:1.4rem;
}

.panel ul{
	margin:0;
	padding:0;
}

.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
}

.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:0;
	height:38px;
	line-height:38px;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f7f6));
	background: -webkit-linear-gradient(top, #fff, #f6f7f6);
	background: -moz-linear-gradient(top, #fff, #f6f7f6);
	background: -o-linear-gradient(top, #fff, #f6f7f6);
	background: -ms-linear-gradient(top, #fff, #f6f7f6);
	background: linear-gradient(top, #fff, #f6f7f6);
	border-top:1px solid #cbc3bb;
	border-bottom:1px solid #fff;
	color:#333333;
}

.panel ul li a span{
	padding-left:1em;
}

.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#5e5751;
}

.panel ul li.current-menu-item li a{
	color:#302a24;
}

.panel ul li li{
	float:left;
	border:0;
}

.panel ul li li.first-child a{
	border:0;
}

.panel ul li li a span{
	padding-left:25px;
}

nav div.panel,#searchHead02{
	float:none;
}
#mainImg img{
	width:100%;
	height:auto;
}
#content,#content_top, #sidebar{
	clear:both;
	float:none;
	width:100%;
	margin:0 auto 20px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

}
#index_post {
	width:100%;
}
#news {
	width:100%;
}

#widgets section {
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:1.4rem;
	float:left;
	width:30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#widgets section:not(:nth-child(3n)){
	margin:0 5% 0 0;
}

#widgets section:nth-child(3n+1) {
	clear:both;
}
#ul_recent li {
	width:30%;
	float:left;
	padding-bottom:10px;

}
#ul_recent li:not(:nth-child(3n)){
	margin:0 5% 0 0;
}
#ul_recent li:nth-child(3n+1) {
	clear:both;
}
#ul_recent li .side_eyecatch {
	float:none;
}

}
/* ～959
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
#wrapper, #header,#header_inner, .inner{
	width:100%;
	height:auto;
}
#header #description {
	padding-left:10px;
}
#headerInfo {
	margin-right:10px;
}

.panel ul, .thumbWrap, .thumbWrap_PR{
	margin:0 auto;
}
.panel ul ul{
	padding:0;
}
nav div.panel,#searchHead02{
	float:none;
}


#searchHead{
	text-align:center;
	margin:10px auto;
}

#mainImg img{
	width:100%;
	height:auto;
}
#content  {
	overflow: hidden;
}
#content main {
	margin-bottom: 0;
}
#content,#content_top, #sidebar{
	clear:both;
	float:none;
	width:100%;
	margin:0 auto 20px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

}

#footer{
	margin:0;
	text-align:center;
	background-color:#101010;
}

#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
}

}

/* ～1024
------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
.thumbWrap,.thumbWrap_PR{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.thumbWrap_PR ul.thumb li{
	width:30%;
}
.thumbWrap_PR ul.thumb li {
	margin:0 1% 0 2%
;}
.thumbWrap_PR img{
	width:100%;
	height:auto;
}
.thumbWrap ul.thumb li{
	width:100%;
	margin:0 auto;
	text-align:left;
}
#footerInfo .contactInfo{
	float:none;
	text-align:center;
}
}



/* ～640
------------------------------------------------------------*/
@media only screen and (max-width: 640px){
#header{
	text-align:center;
}
#header #logo {
	float:none;
	padding:0;
	clear:both;
}
#header #description {
	padding:0;

}
#headerInfo {
	float:none;
	margin:10px 0 10px;
	clear:both;
	text-align:center;
	padding-top:10px;
}
#headerInfo p, #footerInfo p{
	font-size:1.4rem;
	text-align:center;
}

#headerInfo p.tel, #footerInfo p.tel{
	font-size:2.2rem;
}
#headerInfo a,#footerInfo a {
	text-decoration:underline;
}
#searchHead02{
	text-align:center;
	margin:10px auto;
}

main {
	width:100%;
	float:none;
}
aside {
	width:100%;
	float:none;
}
#content,#content_top{
	padding:0;
}

img.alignright, img.alignleft{
	display: block;
	margin:0 auto;
}
.alignright,.alignleft{
	float:none;
}
img.alignright, img.alignleft{
	display: block;
	margin:0 auto;
}
.alignright,.alignleft{
	float:none;
}
#index_post {
	padding:15px 10px;
	margin-bottom:15px;
	width:100%;
}
#index_post h2.title{
	clear:both;
	margin:0 0 10px;
	padding: 0;
	line-height:150%;
	font-size:2rem;
	font-weight:bold;

}

#index_post img {
	max-width:100%;
	height:auto

}
#news {
	width:100%;
}

.thumbWrap,.thumbWrap_PR{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.thumbWrap_PR ul.thumb li{
	width:30%;
}
.thumbWrap_PR ul.thumb li{
	margin:0 1% 0 2%;
}
.thumbWrap_PR img{
	width:100%;
	height:auto;
}
.thumbWrap ul.thumb li{
	width:100%;
	margin:0 auto;
	text-align:left;

}

#widgets section {
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:1.4rem;
	border-bottom:1px solid #ccc;
	width:100%;
}
#widgets section:not(:nth-child(3n)){
	margin:0;
}

#widgets section:nth-child(3n+1) {
	clear:both;
}

#footerInfo .contactInfo{
	float:none;
	text-align:center;
}


#footer_nav {
	text-align:center;
	margin-bottom:10px;
	padding:10px 10px 0 10px;
}

#footer_nav li{
	font-size:1.4rem;
}

#footer_nav li a {
	color:#fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	margin-bottom:10px;
}
#footer_nav li a:hover {
	color:#cc0000;
}


.img_l {
	float:none;
	text-align:center;
	padding-bottom:0 0 15px 0;
}
.img_r {
	float:none;
	text-align:center;
	padding:0 0 15px 0;
}
#ul_recent li {
	width:100%;

}
#ul_recent li:not(:last-child) {
	border-bottom:1px dotted #ccc;
	padding:0 0 10px;
	margin-bottom:10px;
}
#ul_recent li .side_eyecatch {
	float:left;
}

}
.fbcomments,
.fbcomments iframe[style]
{
    width: 100% !important;
}

/* カレンダー */
#wp-calendar {
	empty-cells: show;
	width: 100%;
	border-collapse:collapse;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-color: #ffff;
	background-image: none;
	display:block;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-color: #ffff;
	background-image: none;
	display:block;
}


#wp-calendar #today {
	font-weight: bolder;
}

#wp-calendar caption {
	font-size:1.6rem;
}

#wp-calendar td, #wp-calendar thead th {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #ccc;
	margin:0;
}

#wp-calendar thead th{
	background: #f2f2f2;
}

#wp-calendar tfoot td {
	padding:0;
	border: none !important;
}

#wp-calendar tbody a {
	font-weight:bold;
}
#wp-calendar .sun,#wp-calendar .holiday {
	background-color:#FFCCCC;
	color:#FF0000;
}
#wp-calendar .sat {
	background-color:#66CCFF;
	color:#0033CC;
}
/* SNS */

.sns {
	padding: 5px 5px 5px 5px;
	margin-left: -1px;
	bottom: 10px;
	position: fixed;
	border-radius: 0px 4px 4px 0px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;

	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	background-image: url(images/a30.png);
	background-repeat: repeat;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	padding: 0;
	color: #dddddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.social-btn-wrap {
  display: inline-block;
  position: relative;
  float: left;
}
.baloonBox {
  width: 100%;
  box-sizing: content-box;
}
.baloonBox a, .baloonBox a:hover{
  text-decoration: none;
  color: inherit;
  border: none;
}
.pluginCountBox {
    background: #fff;
    border: 1px solid #9197a3;
    border-radius: 2px;
    color: #4e5665;
    font-size: 13px;
    height: 24px;
    margin: 0;
    min-width: 35px;
    padding: 6px 1px 2px 3px;
    text-align: center;
    white-space: nowrap;
}
.pluginCountBoxNub {
    bottom: 1px;
    height: 7px;
    left: 7px;
    position: relative;
    width: 0;
    z-index: 2;
}
.pluginCountBoxNub s, .pluginCountBoxNub i {
    border-color: #9197a3 transparent transparent;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    display: block;
    position: relative;
}
.pluginCountBoxNub i {
    border-top-color: #fff;
    left: 0;
    top: -12px;
}
.social-btn-wrap .baloonBox.facebook {

}
.fb-like iframe {
    max-width: none!important;
}
.pocket-btn {
	margin-top: 41px;
}

.video-box {
	display: block;
	max-width: 100%;
	margin: 10px auto;
	text-align: center;
}
.video-box iframe {
	max-width: 100%;
}
