.single-title,
.page-title,
.entry-title {
font-size:1.8em;
	text-align: center;
	margin:45px 3px 40px 0px;
}


/*記事SNSシェアボタン*/
ul#sns_btn {
    width:100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 15px 0px 10px 0px;
}

ul#sns_btn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#sns_btn li.sns_btnInner {
    width:15%;
    float: left;
    padding: 0px;
    margin: 0px 2% 0px 0px;
    list-style-type: none;
}

ul#sns_btn li.sns_btnInner:nth-child(6n) {
    width:15%;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 659px) {
ul#sns_btn li.sns_btnInner {
    width:33%;
    margin: 0px 0px 5px 0px;
}
}

@media (max-width: 659px) {
ul#sns_btn li.sns_btnInner:nth-child(3n) {
    width:33%;
    margin: 0px 0px 5px 0px;
}
ul#sns_btn li.sns_btnInner:nth-child(6n) {
    width:33%;
    margin: 0px 0px 5px 0px;
}
}

ul#sns_btn li.sns_btnInner a {
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    color:#ffffff;
    display: block;
    padding: 6px 0px;
    margin: 0px;
    background-color:#f5f5f5;
    text-align:center;
    text-decoration: none;
    border-radius:0px;
}

@media (max-width: 659px) {
ul#sns_btn li.sns_btnInner a {
    font-size: 12px;
    padding: 9px 0px;
}
}

ul#sns_btn li.sns_btnInner a.twitter {
    background-color: #00acee;
}

ul#sns_btn li.sns_btnInner a.facebook {
    background-color: #3b5998;
}

ul#sns_btn li.sns_btnInner a.line {
    background-color: #5ae628;
}
/*記事SNSシェアボタン*/



/* archives */
.top-post-list .post-list .entry-content .entry-title{
font-size:1.1em;
	text-align: left;
}




/* SP gnavi Scroll Style */
.g_nav-sp{position: relative;}
.menu-sp{padding:.2em 1 .6em .5em;font-size:.8em;overflow: auto;-webkit-overflow-scrolling: touch;background: #fff;}
.menu-sp a{color: #ffffff;text-decoration:none;display:block;padding:.4em .6em;background: rgba(255,165,0, 0.1);border-radius:0.4em;}
.menu-sp > ul{
width:100%;
margin:0;
display: table;
overflow-x:scroll;
white-space:nowrap;
}




/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
text-decoration: none; }
h1, .h1 {
font-size: 1.5em;
font-weight: bold;
line-height: 1.333em; }
h2 {
font-size: 1.5em;
line-height: 1.4em;
font-weight: bold;
margin-bottom: 0.375em; 

	-webkit-text-size-adjust: 90%;
}
h2, .h2 {
font-size: 1.5em;
line-height: 1.4em;
font-weight: bold;
margin-bottom: 0.375em; 
}
h3, .h3 {
font-size: 1.3em; 
font-weight: bold;
}
h4, .h4 {
font-size: 1.2em;
font-weight: 700; }
h5, .h5 {
font-size: 1em;
font-weight: 700;
line-height: 2em;
text-transform: uppercase;
letter-spacing: 1px; }






/* ==========================================================================
Tables
========================================================================== */
table {
	width:100%;
table-layout: fixed;


border-collapse: collapse;
border-spacing: 0; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.image-replacement,
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden; }
.clearfix, .cf, .comment-respond,.widget ul li {
zoom: 1; }
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{
content: "";
display: table; }
.clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
clear: both; }
span.amp {
font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
font-style: italic; }
p {
-ms-word-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
}
.alert-help, .alert-info, .alert-error, .alert-success {
margin: 10px;
padding: 5px 18px;
border: 1px solid; }
.alert-help {
border-color: #e8dc59;
background: #ebe16f; }
.alert-info {
border-color: #bfe4f4;
background: #d5edf8; }
.alert-error {
border-color: #f8cdce;
background: #fbe3e4; }
.alert-success {
border-color: #deeaae;
background: #e6efc2; }
.blue-btn, .comment-reply-link, #submit {
display: inline-block;
position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
color: white;
font-size: 0.9em;
font-size: 34px;
line-height: 34px;
font-weight: normal;
padding: 0 24px;
border-radius: 4px;
border: 0;
cursor: pointer;
-webkit-transition: background-color 0.14s ease-in-out;
transition: background-color 0.14s ease-in-out; }
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
color: white;
text-decoration: none; }
.blue-btn:active, .comment-reply-link:active, #submit:active {
top: 1px; }


.blue-btn, .comment-reply-link, #submit {
background-color: #1BB4D3;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
background-color: #2574a8; }


table.side {
	width:320px;
}

table.search {
	width:480px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}


/* --------------------------------------------- */
/* SMART PHONE Styles */
/* --------------------------------------------- */
.entry-content h2{
margin-left: -3%;
margin-right: -3%;
}



.table_waku0
	{
	background-color: #F1F9FD;
	margin:10px 0px 40px 0px;
	padding:10px 5px;
border: 1px double #C0C0C0;
border-radius: 3px;
clear:both;
font-size: 0.8em;
letter-spacing: 0.15em;
	}


.table_waku
	{
	background-color: #F1F9FD;
	margin:50px 0px 20px 0px;
	padding:10px 5px;
border: 1px double #C0C0C0;
border-radius: 3px;
clear:both;
				font-size: 0.8em;
		letter-spacing: 0.15em;
	}


.table_50on
	{
	background-color: #F1F9FD;
	margin:50px 0px 20px 0px;
	padding:10px 5px;
border: 1px double #C0C0C0;
border-radius: 3px;
clear:both;
				font-size: 0.8em;
		letter-spacing: 0.15em;
	}






.entry-content h2{position: relative;border: none;font-size:1.25em;padding: 1em 1.1em 1em 1.5em;margin-top: 2.1em;margin-bottom: 1em;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background: #13acca;color: #ffffff;box-shadow: 0 1px 5px rgba(0, 0, 0, .03);}
.entry-content h3{
border-left:4px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
}









/* simpleタイプ */
.top-post-list .post-list{
font-size: 10px;
font-weight: normal;
position: relative;
}
.top-post-list .post-list a{display:block;padding: 1.5em .7em;text-decoration:none;color: #666;border-bottom: 1px dotted #ccc;border-bottom: 1px dotted rgba(0,0,0,.2);position: relative;}
.top-post-list .post-list:first-child a{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.top-post-list .post-list .eyecatch{width: 42%;float:left;max-height: 180px;overflow: hidden;position:relative;}
.eyecatch .cat-name{
text-align: center;
position:absolute;
top:0;
right:0;
background:#fcee21;
color:#444;
font-size:0.7em;
font-weight:bold;
padding:0.1em 0.5em;
min-width:8em;
opacity: .9;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
}
.eyecatch .cat-name:empty:before{
content: "PICK UP";
}
.top-post-list .post-list .entry-content{padding: 0 0 0 3%;overflow: hidden;}
.top-post-list .post-list .entry-content .entry-title{
font-size:1.6em;
margin-top: 0;
margin-bottom:0.3em;
color:#444;
}
.top-post-list .post-list .entry-content p{
margin-bottom:0.3em;
}