@charset "utf-8";

/*
Theme Name: gogos
*/

/*--------------------------------------
  リセット
--------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
small{
	font-size:0.8em;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}
body.search{
	border:none;
	padding:0;
}
/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

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

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}
div.ad{
	text-align:center;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #444;
}

a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 48px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
    padding: 0;
    border-bottom: 1px solid #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

#header .top_title{
	max-width:136px!important;
	padding-top:8px;
	margin-right:25px;
	display:table-cell;
	vertical-align:middle;
	font-size: 14px;
	line-height: 1;
	margin-bottom:0!important;
}

.hgroup {
	margin: 24px 0 0;
	overflow:hidden;
}
/*--------------------------------------
  ヘッダーサーチ
--------------------------------------*/
#h_search{
	margin-bottom:4px;
}
#h_search input[type="text"]{
	background:url("images/search.png") no-repeat 6px;
	width: 240px;
	margin:auto;
	border: 1px solid #ccc;
	padding: 0 0 0 24px;
	font-size: 14px;
	border-radius: 5px;
	height: 24px;
}
#h_search input[type="text"]:focus{
	outline:none;
	background:#fafafa url("images/search.png") no-repeat 6px;
}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
	font-size:14px;
}
nav#menu ul li a:hover {
	color: #ffd700;
}

nav#menu ul.sub-menu {
	display: none;
}
nav#menu ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 2px 1em;
}
/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 24px auto 0 auto;
	text-align: left;
	line-height: 1.6;
}

#contents p {
	margin-bottom: 2.1em;
	text-align: left;
}

#contents #main {
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 24px;
}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	width: 100%;
}

#contents #main .date-time {
	font-size: 80%;
	text-align: center;
	color:#f90;
    position: absolute;
    bottom: 0;
	width:100%;
	margin-bottom:0!important;
}

#contents #main .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #ff7ddf;
}
#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #main #entry_body .home_area img {
	margin: 0;
}
#topics{
	overflow:hidden;
	margin:0 auto 10px auto;
	border:2px solid #fff;
	box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	text-align:left!important;
	background:#eee!important;
}
#topics h4{
	background:#444;
	color:#fff!important;
	text-shadow:none!important;
	font-size:12px!important;
	padding-left:4px!important;
	font-weight:normal!important;
	margin-bottom:0!important;
	line-height:24px;
}
#topics h4 img{
	padding:4px 6px 0 4px;
}
#topics span{
	font-size:12px;
	padding:0 4px;
}

.slider{
	background:#000;
	padding:0;
	margin-bottom:4px;
}
.metaslider .flexslider{
	margin-bottom:0!important;
}
.box{
	box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
}
.h1h4{
	overflow:hidden;
}
.text{
	padding-top:12px;
}
.package{
	float:left;
	width:180px;
	margin:0 20px 0 0;
}
.detail{
	float:left;
	max-width:550px!important;
}
.direct {
  background: #4ad934;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none!important;
  line-height:1em;
  display:inline-block;
  margin-bottom:0.5em;
}

.direct:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.diary_author{
	background:#fefefe;
	border:1px solid #eee;
	font-size:0.8em;
	color:#999;
	text-align:right;
	padding:3px;
}
ul#thumbs{
	list-style:none!important;
	overflow:hidden;
}
ul#thumbs li{
	float:left;
	width:120px;
	text-indent:0!important;
	font-size:1em!important;
}
.thumbs_box{
	text-align:center;
}
.movie{
	text-align:center;
}
#article_body header{
	border-bottom:1px dashed #ccc;
}
.staff img{
	display:block;
	clear:both;
	margin:auto;
}
/*--------------------------------------
  お知らせ
--------------------------------------*/
.announcement{
	padding:2px;
	background:#fff;
	width: 744px;
	margin:0 auto 10px auto;
}
.announcement h3{
	background:#e86d00;
	color:#fff;
	font-size:14px;
	padding-left:0.5em;
	margin:0;
}
.announcement h3 i{
	padding-right:0.5em;
}
.announcement ul{
	background:#eee;
	padding:10px;
	overflow:hidden;
}
.announcement ul li i{
	margin-left:1em;
}
.announcement ul li .new{
	font-size:0.7em;
	color:#f00;
	margin-right:0.2em;
}
.announcement ul li.left,.announcement ul li.right{
	width:50%;
	float:left;
	text-align:left;
}
.announcement ul li a{
	color:#444;
	font-size:14px;
	text-decoration:none;
}
.announcement ul li a:hover{
	color:#ea7a00;
}
/*--------------------------------------
  ピックアップ
--------------------------------------*/
.pickup_item{
	overflow:hidden;
	padding: 2px 2px 12px 2px;
    background: #fff;
	margin-bottom:24px;
}
.pickup_item h3{
	font-size:14px!important;
	color:#fff;
	background:#060173;
	padding-left:6px;
	margin-bottom:0;
}
.pickup_item .thumb{
	width:180px;
	float:left;
	margin-right:20px;
	padding:4px;
}
.pickup_item .text{
	width:530px;
	float:left;
}
.pickup_item .text h2{
	font-size:18px;
	font-weight:bold;
}
.pickup_item .text p{
	font-size:14px;
	margin-bottom:10px!important;
}
.pickup_item .thumbs5{
	clear:both;
}
.pickup_item .thumbs5 ul#thumbs {
	    display: table;
    width: 100%;
}
.pickup_item .thumbs5 ul#thumbs li{
	display:table-cell;
	float:none;
	text-align:center;
}
.pickup_item .thumbs5 ul#thumbs li img{
	width:80%;
	border:1px solid #ccc;
	padding:2%;
}
/*--------------------------------------
  商品
--------------------------------------*/
h3.item{
	background:#e86d00;
	color:#fff;
	font-size:14px;
	padding:4px 0 0 0.5em;
	margin:0 0 10px 0;
	border:2px solid #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.item_grid{
	overflow:hidden;
	width:750px;
}
.item_grid div.mask{
	width:760px;
}
.item_grid article{
	float:left;
	width:140px;
	height:220px;
	border:1px solid #ccc;
	text-align:center;
	margin:0 10px 10px 0;
	position:relative;
}
.item_grid article.lastitem{
	margin-right:0;
}
.item_grid article .thumb_box img{
	width:95px;
	margin:12px auto;
}

/*--------------------------------------
  実況一覧
--------------------------------------*/
ul.author_list{
	overflow:hidden;
}
ul.author_list li{
	border:1px solid #ccc;
	margin:0 0.9em;
	padding:0.5em;
	background:#fafafa;
	margin-bottom: 1em;
}
ul.author_list li h2 {
	margin-bottom:0!important;
	background:none!important;	
	border-bottom:0!important;
}
ul.author_list li h2 a{
	color:#444;
	font-weight:bold;
	text-decoration:none!important;
}
ul.author_list li .post_time{
	border-top:1px dashed #f90;
	text-align:right;
	font-size:0.7em;
}
ul.author_list li .content{
	overflow:hidden;
	padding:0 1em 1em 1em;
}
ul.author_list li .content img{
	float:left;
	width:240px;
	margin-right:1em;
	padding: 2px;
    background: #FFF;
    border: 1px solid #CCC;
}
div.author{
	text-align:right!important;
	font-size:0.8em!important;
	margin-bottom:0!important;
}
/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	list-style: disc inside;
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
	margin: 0.8em 0;
	padding-left: 1em;
}
#article_body ul li ul li{
	font-size:1em;
}
#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}
li.cat-item a{
	font-weight:bold;
	font-size:1.25em;
}
li.cat-item ul.children a{
	font-weight:normal;
	font-size:1em;
}
#article_body div {
	max-width: 100%;
}

#entry_body a {
	text-decoration: underline;
}

#entry_body dl {
	border:none;
	margin: 0 ;
	width: 550px;
	overflow:hidden;
}

#entry_body dt {
	margin:0;
	padding: 0;
	width:120px;
	float:left;
}
#entry_body dd {
	width:430px;
	float:left;
	padding: 0;
}
#entry_body dt:first-child {
	margin: 0;
}

#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
}

#article_body td,
#article_body th {
	padding: 3%;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin-bottom: auto;
}
#gallery-1 .gallery-item {
	margin-top:0!important;
}
#gallery-1 img{
	border:1px solid #cfcfcf!important;
}
/*--------------------------------------
  記事内iframe
--------------------------------------*/
#article_body iframe{
	max-width:100%;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 14px;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#archive_body h2,
#article_body h2 {
	font-size: 20px;
	text-align: left;
	margin: 0 0 24px 0;
	padding: 0.4em;
	background: #efefef;
	border-bottom: 2px solid #ddd;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 24px 0 24px 0;
	padding: 10px 0 5px 0;
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #ccc;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 80%;
	margin: 0 0 24px 0;
	padding: 3% 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 48px 0;
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  広告スペース
--------------------------------------*/
/* 記事下広告 */
#entry_footer_ad {
	margin: 10px auto 36px auto;
}

#contents #main #entry_footer_ad .textwidget {
	margin: 0;
}

#contents #main #entry_footer_ad img {
	margin-bottom: 0;
}

/* スマホ非表示 条件分岐タグ併用*/
#entry_footer_ad .efa_right {
	display: none;
}

/* メイン上部 */
.entrybodytop_ad {
	width: 234px;
	height: 60px;
	margin: 0 auto 24px;
	overflow: hidden;
}

/* メイン下部 */
.entrybodybottom_ad {
	width: 300px;
	height: 250px;
	margin: 36px auto 0;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#entry_snsbox {
	background:none;
}

#entry_snsbox ul {
	margin: 0;
	list-style: none;
}

#article_body #entry_snsbox li {
	float: left;
	margin:0 10px 0 0;
	padding:0;
}

/* Feedlyボタン */
a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #ccc;
	font-size: 20px;
	padding: 5px 0 5px 10px;
}

#relations a {
	text-decoration: none;
	font-size: 90%;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 12px 0 12px 0;
	overflow:hidden;
}
#page_pn .left{
	width:50%;
	float:left;
}
#page_pn .right{
	width:50%;
	float:right;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #444;
	color: #fff;
	border: 0;
}
.pager{
	text-align:center;
	margin: 0 auto;
	padding-bottom:10px;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 8px 2px 0;
	display: inline;
}

.pager .current{
	background: #333;
	color: #fff;
	border: 0;
}
/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
}

#sub li > h4 {
	margin-top: 24px;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}



select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #ff7ddf;
}
/*-----------------------------------
  サイドバーコンテンツ
------------------------------------*/
.searchbox{
	border:1px solid #ccc;
	font-size:1em;
	text-align:left;
	padding:10px;
	margin-bottom:1em;
}
.searchbox h3{
	margin-bottom:0;
}
.searchbox ul{

}
.searchbox ul li{
	border-bottom:1px dashed #ccc;
	margin-bottom:0.5em;
}
.searchbox select{
	font-size:1em;
}
.pop{
    width: 97%;
    margin: 0 auto 12px auto;
    border: 2px solid #fff;
    box-shadow: rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	text-align:left;
	color:#444;
}
.pop h3{
	background:#060173;
	color:#fff;
	font-size:14px;
	height:24px;
	line-height:24px;
	position:relative;
	margin-bottom:0;
}
.pop h3 img{
	position:relative;
	top:4px;
	left:4px;
	padding-right:8px;
	width:14px;
}
.pop ul{
    background: #fafafa!important;
}
.pop ul li{
	font-size:14px;
	line-height:24px;
	padding-left:24px;
	margin-bottom:0;
	background-size:14px!important;
	border-bottom:1px dotted #ccc;
}


.pop ul li.no1{
	background:url("images/01.png") no-repeat 50%;
	background-position:4px;
}
.pop ul li.no2{
	background:url("images/02.png") no-repeat;
	background-position:4px;
}
.pop ul li.no3{
	background:url("images/03.png") no-repeat;
	background-position:4px;
}
.pop ul li.no4{
	background:url("images/04.png") no-repeat;
	background-position:4px;
}
.pop ul li.no5{
	background:url("images/05.png") no-repeat;
	background-position:4px;
}
.pop ul li.no6{
	background:url("images/06.png") no-repeat;
	background-position:4px;
}
.pop ul li.no7{
	background:url("images/07.png") no-repeat;
	background-position:4px;
}
.pop ul li.no8{
	background:url("images/08.png") no-repeat;
	background-position:4px;
}
.pop ul li.no9{
	background:url("images/09.png") no-repeat;
	background-position:4px;
}
.pop ul li.no10{
	background:url("images/10.png") no-repeat;
	background-position:4px;
}
.jikkyou{
	text-align:left;
	color:#fff;
	margin-top:0;
}
.jikkyou h3{
	background:#e86d00;
	font-size:14px;
	height:24px;
	line-height:24px;
	margin-bottom:0;
}
.jikkyou h3 img{
	position:relative;
	top:3px;
	left:4px;
	padding-right:8px;
	width:18px;
}
.side_new {
	margin: 0;
	text-align: left;
	display: table;
	width: 288px;
    padding: 5px;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	border-bottom:1px dotted #ccc;
}

.side_new:hover {
	text-decoration: none;
	background: #eee;
}

.side_thumb {
	width: 105px;
	height:60px;
	overflow:hidden;
	padding: 0 5px 0 0;
}
.side_thumb a img{
	max-width:105px!importnat;
}
.side_title {
	font-size: 90%;
	display: table-cell;
	vertical-align: top;
}

.side_title span {
	color: #999;
	font-size:80%;
}
.readmore{
	margin: 0;
	text-align: right;
	font-size:0.8em;
	display: table;
	width: 288px;
    padding: 5px;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}
/*-----------------------------------
  HOTキーワード
------------------------------------*/
ul.tagcloud li h4{
	margin:0!important;
	color:#fff!important;
	background:#e86d00 url("images/cloud.png") no-repeat;
	background-position:3px 4px;
	background-size:16px;
	font-size:14px;
	height:24px;
	line-height:24px;
	padding-left:1.8em;
	text-shadow:none!important;
	font-weight:normal!important;
}
ul.tagcloud li{
	width:97%;
	margin:auto;
	border:2px solid #fff;
	box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
}
/*--------------------------------------
  配信サイドバー
--------------------------------------*/
.dlst{
	width:97%;
	margin:auto;
	border:2px solid #fff;
	box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(201, 201, 201, 0.368627) 0px 0px 6px 3px;
	text-align:left!important;
	background:#eee!important;
}
.dlst h4{
	background:#060173;
	color:#fff!important;
	text-shadow:none!important;
	font-size:14px!important;
	font-weight:normal!important;
	margin-bottom:0!important;
	line-height:24px;
}
.dlst h4 img{
	padding:2px 4px 0 3px;
}
.dlst li {
	font-size:12px;
    padding: 0 4px;
}
/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	padding: 12px 0 24px 0;
	color: #fff;
	text-align: center;
	background-color : #444;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #ffd700;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	color: #fcfcfc;
	text-decoration: underline;
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}

.gush_link a {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
	color: #333;
	font-weight: bold;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
	background: #444 url(images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

/* 全体に薄いグレーのテクスチャ */
body {
	background: #fff;
}

/*--------------------------------------
ヘッダー
--------------------------------------*/
header {
	text-align: left;
}

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	background: #e86d00;
	/* thnx! http://subtlepatterns.com/ */
}

#header .hgroup {
	margin: 0 auto;
	width: 1060px;
	display:table;
}

/*--------------------------------------
ナビゲーション
--------------------------------------*/
nav#menu {
	padding:12px 0 0 0;
	display:table-cell;
}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: 899px;
	height: 43px;
	overflow: visible;
}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}

nav#menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav#menu ul li#menu-item-12926{
	clear:left;
}
nav#menu ul li a {
	color: #fff;
}

nav#menu ul li a:hover {
	text-shadow: 0px 0px 6px rgba(47, 47, 47, 1);
}

nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
	color:#333;
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #ff7ddf;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background: #666;
}

#contents {
	overflow: hidden;
	width: 1070px;
	margin: 84px auto;
	padding-right:10px;
}

#contents #main {
	float: right;
	margin: 0 0 0 20px;
	width: 750px;
	padding: 0;
	border-radius: 0;
}

#entry_body {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: auto;
}

/*--------------------------------------
記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 14px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 4px;
}

#article_body h2{
	font-size: 24px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 0;
	padding: 10px 0 10px 20px;
}

#article_body h3{
	font-size: 20px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}

/*--------------------------------------
コメント
--------------------------------------*/
#comment_box {
	background: #fff url(images/sos.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

/*--------------------------------------
広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 728px;
	height: 90px;
	margin: -20px -62px 36px -62px;
	overflow: hidden;
}

.entrybodybottom_ad {
	width: 728px;
	height: 90px;
	margin: 36px -62px -20px -62px;
}
.smlbnr{
	display:flex;
	justify-content:space-between;
	margin:10px 0;
}

#entry_footer_ad {
	margin: 36px 0;
	width: 604px;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#entry_footer_ad .efa_left,
#entry_footer_ad .efa_right {
	width: 302px;
	display: table-cell;
	float: none;
}

/*--------------------------------------
個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: none;
	padding: 4px 0;
	text-align: left;
}

/*--------------------------------------
サイド
--------------------------------------*/
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 14px;
	text-align: left;
	border: none;
	color: #333;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
	font-weight: bold;
	margin: 0 0 18px 0;
}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	text-indent: 1em;
}

#sub .side_widget li ul li ul li {
	text-indent: 2em;
}

#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}

/*--------------------------------------
フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: #060173;
}

#footer-in {
	width: 1060px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}
.wpcf7-submit{
  background: #ff770f;
  background-image: -webkit-linear-gradient(top, #ff770f, #ff8400);
  background-image: -moz-linear-gradient(top, #ff770f, #ff8400);
  background-image: -ms-linear-gradient(top, #ff770f, #ff8400);
  background-image: -o-linear-gradient(top, #ff770f, #ff8400);
  background-image: linear-gradient(to bottom, #ff770f, #ff8400);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 40px 5px 40px;
  border: solid #d98200 1px;
  text-decoration: none;
}

.wpcf7-submit:hover {
  background: #fc6f3c;
  background-image: -webkit-linear-gradient(top, #fc6f3c, #d94734);
  background-image: -moz-linear-gradient(top, #fc6f3c, #d94734);
  background-image: -ms-linear-gradient(top, #fc6f3c, #d94734);
  background-image: -o-linear-gradient(top, #fc6f3c, #d94734);
  background-image: linear-gradient(to bottom, #fc6f3c, #d94734);
  text-decoration: none;
}
div.users{
	margin-bottom:20px;
}
.jetpack-image-container{
	margin:0.5em 0;
}