@charset "utf-8";

/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
       margin: 0;padding:0;
       }
table {
       border-collapse: collapse;border-spacing:0;
       }
fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,th,var {
       font-style: normal;font-weight:normal;
       }
caption,th{ text-align: left; }
h1,h2,h3,h4,h5,h6 {
       font-size: 100%;font-weight:normal;
       }
input,textarea,select{ font-family: inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size: 100%; }

body {
	color: #666;
	background: url("img/bg_body.gif");
	margin:0;
	border-top: 4px solid #a70037;
	text-align: center;
	font-size: 13px;
	font-family:ＭＳ　Ｐゴシック, Osaka, Verdana, sans-serif;
}


/* リンクのスタイル設定 */

a:link { color:#2f9bae; }
a:active { text-decoration:none; }
a:visited { color:#2f9bae; }
a:hover { text-decoration:none; }

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

iframe {
	overflow: hidden;
	max-width: 99%;
	/*height: auto;*/
}

.sp_none { display: none; }

/* テキストのスタイル設定 */
.text1 {
	font-size:11px;
	line-height:120%;
	font-family:ＭＳ　Ｐゴシック, Osaka, Verdana, sans-serif;
}

.text2 {
	font-size:12px;
	line-height:140%;
	font-family:ＭＳ　Ｐゴシック, Osaka, Verdana, sans-serif;
}

.text3 {
	font-size:14px;
	line-height:150%;
	font-family:ＭＳ　Ｐゴシック, Osaka, Verdana, sans-serif;
}

.text4 {
	font-size:10px;
	line-height:100%;
	font-family:ＭＳ　Ｐゴシック, Osaka, Verdana, sans-serif;
}

.tar { text-align: right; }
.arw a { 
	background: url(img/blog_arrow.gif) 0 50% no-repeat;
	padding: 0 0 0 10px;
}

/* wrapper部分のスタイル設定 ###################### */

.overlay { display: none;}
.overlay.active {
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#wrapper {
	width: 94%;
	margin: 0 auto;
	text-align:left;
}


/* header部分のスタイル設定 ###################### */
#header {
	padding: 15px 0 20px;
	width: 100%;
	text-align: center;
}

#sitelogo {
	float: left;
	width: 70%;
	margin: 0 auto;
	padding: 0px 0 0;
}

#himage {
	display: none;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	font-size: 0;
}

.spmenu_trigger {
    float: right;
    display: block;
    width: 44px;
    height: 44px;
    background: #5b5753 url(img/sp/menu_open.png) 0 0 no-repeat;
    background-size: 44px 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 0 0 0;
    position: absolute;
    right: 3%;
    z-index: 20;
}

.spmenu_trigger.active {
    float: right;
    display: block;
    width: 44px;
    height: 44px;
    background: #5b5753 url(img/sp/menu_close.png) 0 0 no-repeat;
    background-size: 44px 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 0 0 0;
    position: absolute;
    right: 3%;
    z-index: 20;
}

#nav {
	width: 100%;
	background: #5b5753;
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 63px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-align: left;
	border-bottom: 1px solid #716e6a;
	text-decoration: none;
	color: #fff;
	font-size: 108%;
	background: url(img/sp/sp_arw.png) right 50% no-repeat;
}

#nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}

/* contents menu部分設定 ###################################  */
#main {
	width: 100%;
	text-align:left;
	margin: 0 0 0 0;
	padding: 0;
}

#content {
	margin: 0 0 30px 0;
}

#wpdetail {
	padding: 15px 0 0;
}

.entry_data {
	width: 85px;
	font-size: 100%;
	margin: 0 0 20px;
	padding: 0;
	float: right;
	text-align: right;
}

.main_title {
	width: 100%;
	background: url("img/bg_blogttl.gif");
	text-align:left;
	margin: 0 0 10px;
}

.main_title h2 {
	font-size: 123.1%;
	padding: 10px 12px 11px;
	margin: 0;
	font-weight: bold;
	color: #fff;
}

.main_title h2 a,
.main_title h2 a:link,
.main_title h2 a:visited {
	color: #fff;
	text-decoration: underline;
}

.main_title h2 a:hover,
.main_title h2 a:active,
.main_title h2 a:focus {
	color: #fff;
	text-decoration: none;
}

.main_contents {
	text-align: justify;
	text-justify: distribute;
	margin: 0 0 55px;
}

.main_contents_detail {
	text-align: justify;
	text-justify: distribute;
	padding: 0;
	margin: 0 0 40px;
}

.entry_area {
	margin: 0 0 40px;
	font-size: 100%;
	line-height: 1.5;
}

.entry_area p {
	margin: 0;
	padding: 0;
}

.more_link {
	margin: 10px 0 0 0;
	font-size: 100%;
	line-height: 150%;
}

.meta_data {
	border-top: 1px dotted #666;
	padding: 5px 0 0;
	margin: 20px 0 0 0;
	text-align: right;
}

#main .main_contents .meta_data p {
	font-size: 85%;
	padding: 0;
	margin: 0;
	text-align: right;
}

.main_contents p {
	width: 100%;
	font-size:108%;
	line-height:150%;
	text-align: justify;
	text-justify: distribute
}

.main_contents_detail p {
	width: 100%;
	font-size:100%;
	line-height:150%;
}

.main_contents h2 {
	width: 100%;
	color: #fff;
	background:#A6C103;
	font-size: 108%;
	padding:7px 0px 7px 7px;
	margin-top:0px;
}

.main_contents h3 {
	width: 100%;
	font-size: 108%;
	color: #006600;
    text-align: justify;
	text-justify: distribute
}

.main_contents table{
	margin:0px 0px 0px 0px;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
}

.main_contents_menu p{
	background-image:url(img/arrow_l.gif);
	background-repeat:no-repeat;
	margin:2px 0px 3px 0px;
	padding-left:22px;
	line-height:130%;
	font-size: 108%;
}

.main_contents_ad p{
	background-image:url(img/ad.gif);
	background-repeat:no-repeat;
	margin:2px 0px 3px 0px;
	padding-left:22px;
	line-height:130%;
	font-size: 108%;
}

#trackbacks {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 35px;
	padding: 10px 0 10px 0px;
}

h3.trackbacksttl {
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

.trackbacksinfo {
	width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.trackbacksinfo p {
	margin: 0;
	padding: 0;
}

#comments {
	width: 100%;
	margin: 0px 0 30px 0;
	font-size: 100%;
	line-height: 1.5;
	float:left;
}

#comments-open {
	margin: 20px 0 30px 0;
	padding: 0;
}

#comment-form-name {
	margin: 7px 0 0px 0;
	padding: 0;
}

#comment-form-email {
	margin: 7px 0 0px 0;
	padding: 0;
}

#comment-form-url {
	margin: 7px 0 0px 0;
	padding: 0;
}

#comments-open-footer {
	margin: 10px 0 0px 0;
	padding: 0;
}

#comment-form-remember-me {
	margin: 7px 0 0px 0;
	padding: 0;
}

.comments-header {
	width: 100%;
	font-size: 100%;
	margin: 10px 0 0 0px;
	padding: 0 0 0px 0;
	font-weight: bold;
}
	
.comment-content {
	width: 100%;
	font-size: 100%;
	margin: 10px 0 20px 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.comment_end {
	width: 100%;
	font-size: 100%;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

.comment_end p { line-height: 1.5; }

.comment_preview_content {
	margin: 0;
	padding-top: 10px;
}

.comments-content {
	margin: 0 0 0 0px;
	padding: 0 0px 10px 0;
}

h3.comments-open-header {
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

h3.commentttl {
	font-size: 100%;
	margin: 20px 0 10px 0;
	padding: 0 0 0px 0;
}

.content-nav {
	width: 100%;
	text-align: center;
	font-size: 100%;
	padding: 0;
	margin: 0 0 30px;
}

#main #comments-open-text textarea {
    height: 150px;
    vertical-align: bottom;
	width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
}

#comments-open-captcha label {
	font-weight: bold;
	padding-bottom: 5px;
}

#back-top {
    bottom: 45px;
    clear: both;
    right: 3%;
    position: fixed;
}

#category-main ol,
#datebased-main ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}

#category-main ol time,
#datebased-main ol time {
	display: none;
}

#category-main ol,
#datebased-main ol {
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #fff;
}

#category-main ol a,
#datebased-main ol a {
	display: block;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-decoration:none;
}

#category-main ol a::after,
#datebased-main ol a::after{
	border-right: 2px solid #9E9E9E;
	border-top: 2px solid #9E9E9E;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 6px;
	width: 6px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 35%;
	right: 10px;
}
 
#category-main ol a:hover,
#datebased-main ol a:hover {
	background: #bbb;
	color: #fff;
}


#category-main .main_title {
	margin-bottom: 15px;
}

.pagination-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.pagination-list li a {
	margin: 0 0 4px 0;
}

.pagination-list li a {
	background: url(img/blog_arrow.gif) 2px 0.4em no-repeat;
	padding: 0 0 0 12px;
	font-size: 100%;
	line-height: 1.4;
	margin: 0 0 4px 0;
}

h3 {
	font-size: 123.1%;
	font-weight: bold;
	border-left: 6px solid #5c5854;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 7px;
	margin: 0 0 15px;
}

#wpdetail p {
	font-size: 100%;
	line-height: 1.5;
}

.open-close {
    margin: 0 0 0 0;
    float:right;
    text-indent:-9999px;
    display:block;
    height:20px;
    width:20px;
    background:url(img/sp/nav_open.gif) 0 50% no-repeat;
    -webkit-background-size:12px 12px;
}

.active .open-close {
    background:url(img/sp/nav_close.gif) 0 50% no-repeat;
    -webkit-background-size:12px 12px;
}

.a_counter {
	text-align: center;
}


/* トップページ設定 #############################  */

.top_article {
	border-top: 1px solid #dcdcdc;
	margin: 0 0 30px;
	padding: 20px 0 0
}

.top_article ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top_article ul li {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.top_article ul li {zoom:1;} /* clearfix IE6, 7 */
.top_article ul li:after {content:"";} /* clearfix */

.top_article ul li .image {
	float: left;
	width: 90px;
	height: 67px;
	line-height: 67px;
	overflow: hidden;
}

.top_article ul li .image p {
	display: table-cell;
	width: 100%;
	height: 67px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.top_article ul li .image img {
	width: 250px;
}



.top_article ul li .info {
	float: left;
	width: 66%;
	padding: 0 0 0 3%;
}

.top_article ul li .info .e_data {
	margin: 0 0 5px;
}

.top_article ul li .info .e_tit {
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 5px;
}

.top_article ul li .info .e_cat {
	margin: 0 0 0px;
}


/* sidebar部分設定 #############################  */
#sidebar {
	display: none;
	width: 94%;
	margin: 0 auto;
	text-align:left;
}

#sidebar02 {
	width: 100%;
	text-align: left;
}

.sblock {
	margin: 0 0 30px;
}

#sidebar02 .sblock {
	width: 100%;
	text-align:left;
	margin-bottom: 30px;
}

#sidebar02 .sblock ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar02 .sblock li {
	background: url(img/blog_arrow.gif) 2px 0.4em no-repeat;
	padding: 0 0 0 12px;
	font-size: 100%;
	line-height: 1.4;
	margin: 0 0 4px 0;
}

#sidebar02 .sblock li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar02 .sblock li ul li {
	background: url(img/blog_arrow02.gif) 2px 0.4em no-repeat;
	padding: 0 0 0 12px;
	font-size: 100%;
	line-height: 1.4;
	margin: 0 0 4px 0;
}

#sidebar .sblock p,
#sidebar02 .sblock p {
	width: 100%;
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 7px 0;
	padding: 0;
}

#sidebar .sblock img,
#sidebar02 .sblock img {
	border:none;
}


.left_ad {
	display: none;
}

.left_ad iframe {
	text-align:center;
	margin-bottom: 50px;
}

.sblock {
	margin: 0 0 30px;
	padding: 0;
}

#sidebar02 .sblock p.side_ttl,
#sidebar .sblock p.side_ttl {
	line-height: 1;
	margin-bottom: 18px;
	border-bottom: 1px dotted #5c5854;
	padding: 0 0 10px;
}

#search button {
	background: none;
	border: 0;
	padding: 0;
	vertical-align: top;
}

#search input {
    height: 17px;
    vertical-align: bottom;
    width: 80%;
}

.sp_catmenu {
	margin: 0 0 20px;
}
.sp_catmenu ul {
	background: #5c5854;
	list-style-type: none;
}

.sp_catmenu ul li {
	border-bottom: 1px solid #7a7673;
	padding: 3%;
}

.sp_catmenu ul li a {
	color: #fff;
	display: inline-block;
	width: 100%;

}

span.button {
	display: none;
}

/*span.button {
	display: inline-block;
	width: 4%;
    height:20px;
	color: #fff;
	text-align: center;
	padding: 3%;
    text-indent:-9999px;
    background:url(img/sp/nav_open.gif) 12px 50% no-repeat;
    background-size:12px 12px;
}

span.button.active {
    background:url(img/sp/nav_close.gif) 12px 50% no-repeat;
    background-size:12px 12px;
}*/

span.sub_list { display: none; }

.sp_catmenu ul li ul {
	color: #fff;
	margin: 10px 0 0 0;
}

.sp_catmenu ul li ul,
.sp_catmenu ul li ul li ul {
	background: #7c7873;
}

.sp_catmenu ul li.none_anchor {
	color: #fff;
}

.sp_catmenu ul li ul li {
	border-bottom: 0;
}

.sp_catmenu ul li ul li.none_anchor {
	padding: 10px 10px 0 10px;
}

.sp_catmenu ul li ul li ul {

}

.sp_catmenu ul li ul li ul li {
	border-bottom: 0;
}


/* footer部分設定 ################################# */
#footer {
	clear: both;
	width: 100%;
	background: #83807e;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
}

#finner {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#attention {
	width: 100%;
	line-height: 1;
	font-size: 100%;
	margin: 0 0 7px;
	padding: 0;
}

#copyright {
	width: 100%;
	line-height: 1;
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/* ソーシャルボタン ################################# */
.social-button {
	width: 100%;
}
.social-button iframe, 
.social-button a, 
.social-butoon img, 
.social-button div {
    vertical-align: top !important;
}

.social-button iframe.twitter-share-button {
	width: 110px !important;
}

.left_ad {
	text-align: center;
	margin: 0 0 50px;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.dvc_switch ul {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.dvc_switch li {
    float: left;
    width: 49.5%;
    list-style-type: none;
}

.dvc_switch li:last-child {
    float: right;
    width: 49.5%;
    list-style-type: none;
}

.dvc_switch li a {
    display: block;
    width: 100%;
    height: 20px;
    padding: 3px 0;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #5c5854;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.dvc_switch a {
    display: block;
    padding: 3px 10%;
    text-decoration: none;
    color: #fff;
    background: #5c5854;
}


/* 汎用余白 ################################# */
.mb10 { margin-bottom: 10px; }


/* clearfix部分設定 ################################# */
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

*:after {
  display:block;
  clear:both;
} /* この記述は固定です */

element {zoom:1;} /* clearfix IE6, 7 */
element:after {content:"";} /* clearfix */