/*
Theme Name: stinger3-child
Template: stinger3ver20140327
Theme URI: http://stinger3.com
Description: stinger3
Author: enji
Author URI: http://stinger3.com
License:
License URI:
Version: 20140327
*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main ol li{margin-top:30px;}
#main li{margin-top:5px;}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

* {
	font-family: "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#383838;
}
body {
	
}
#container {
	word-wrap: break-word;
	border-top: 20px #0D7DAF solid;
}
p {
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 20px;
}
.pcnone {
	display: none;
}
img {
	margin:5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #1570AE;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.kizi02 a{
	color: #383838;
	text-decoration: none;
}
.kizi02 a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ol li {
	list-style-type: decimal;
	font-size:16px;
	line-height: 28px;
}
.post ol {
	padding-left: 30px;
}
.hottai a {
	color: #333;
	text-decoration: none;
}
.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.clear hr{display: none;}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 5px;
	float:right;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption, textarea {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%;
	border: 1px solid #CCCCCC;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: solid 5px #F8F8F8;
	padding: 20px 10px 0 90px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header #header-in #h-l .sitename {
	float:left;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;
}
#container #header #header-in #h-l .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#header #header-in #h-l h1 a {
	color: #FFF;
	text-decoration: none;
}
#h-l .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
/*記事タイトル*/

.entry-title {
	font-size: 30px;
	line-height: 1.4;
	color: #333;
	margin-bottom: 20px;
}
.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 24px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
.entry-title-ac a {
	color: #333;
	text-decoration: none;
}
.entry-title-ac a:hover {
	color: #333;
	text-decoration: underline;
}
.kizi .entry .entry-content .entry-title-ac {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}
/*中見出し*/

.demo h2 {
	font-size: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #000;
	line-height: 30px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #1a1a1a;
	color: #333;
	line-height: 30px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: -40px;
}
/*小見出し*/

.moto .post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.kizi h3 {
	font-size: 23px;
	margin: 60px 0 30px;
	padding: 15px 10px 10px 5px;
	color: #000000;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}
.post h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin: 60px 0 20px 0;
	background-color: #f3f3f3;
	line-height: 28px;
}
.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
#footer #footer-in h4 a {
	text-decoration: none;
}


/*見出し*/
.hl1{margin-left: 0;padding-top: 50px;padding-bottom:20px;font-size:35px;text-align: center;border-top: 1px solid #bbb;border-bottom: 1px solid #fff;border-left: none;}
.hl2{margin-bottom: 5px;text-align: center;font-size: 20px;font-weight: bold;}
.hl3{margin: 10px -40px 40px;padding: 40px;text-align: center;background: #22759B;color: #FFF;}

/*-----------------------------
タイトル下
------------------------------*/

.kizi .blogbox p {
	font-size: 12px;
}
.kizi .blogbox {
	background-color: #f3f3f3;
}
.kizi .blogbox p .kdate {
	margin-right: 10px;
	padding: 5px;
}
/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	float:left;
	width:100%;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 10px 15px;
	font-size:16px;
	text-decoration: none;
	width: auto;
	border: solid 1px #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 10px 15px;
	color: #fff;
	background-color: #3279BB;
}
/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #navi-in, #footer-in, #gazou-in {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #wrap-in #side {
	float: right;
	width: 320px;
}
#wrap #wrap-in #main {
	float: left;
	width: 700px;
	padding-right: 39px;
	padding-left: 39px;
	padding-top: 20px;
	border: 1px solid #ccc;
	background-color: #FFF;
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 20px;
}
#footer-in {
	text-align: center;
	padding: 20px;
	font-size:14px;
}
#respond h3 {
	font-size: 16px;
}
.sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.post .entry .entry-content {
	float: right;
	width: 520px;
	padding-left: 20px;
}
.entry {
	padding-top: 10px;
	padding-bottom:40px;
}
.entry .sumbox {
	float: left;
	height: 150px;
	width: 150px;
	margin-top:15px;
}
.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}
.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}
#gazou-in {
	padding-top: 0px;
}
#footer #footer-in .stinger {
	margin: 0;
	font-size:14px;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}
/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}
#side ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}
#footer #footer-in .stinger a {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#side #snsbox02 {
	padding-top: 20px;
}
#side #topnews .motto {
	clear: both;
}
#side ul li ul li {
	font-size: 16px;
	line-height: 1.9;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/

.menu_underh2 {
	margin: 30px 0 15px 0;
	padding: 15px 5px 15px 10px;
	background:#333333;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	border-radius: 5px;
}
.cat-item{border-top: #e8e8e8 1px solid;}
.cat-item a{display:block;color: #000;font-size: 16px;}
#container #header #header-in #h-l {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
#container #wrap {
	padding-top: 10px;
	padding-bottom: 20px;
}
#container #wrap #wrap-in #side #ad1 div ul li h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#container #wrap #wrap-in #side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#container #wrap #wrap-in #side h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#container #wrap #wrap-in #side ul li h2 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #wrap #wrap-in #side #twibox ul li {
	padding: 0px;
}
#container #wrap #wrap-in #side #twibox ul li li{
	padding: 10px 0 0 20px;
	/* color: #000; */
}
#container #wrap #wrap-in #side #twibox ul li li img{
	margin-right:15px;
}
#container #wrap #wrap-in #side #twibox ul li h2 {
	font-size: 16px;
}
#container #wrap #wrap-in #side #tagbox {
	padding: 10px;
}
#container #wrap #wrap-in #side #acbox {
	padding-left: 20px;
}
.wpp-list li{
  padding: 10px 0 10px 0 !important;
  border-bottom: solid 1px #CCCCCC;
  clear: both;
  overflow: auto;}
/*-----------------------------
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: 18px;
	list-style-type: none;
}
.snsb li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.sns-head{float:right;}
.sns-head li{display:inline;padding-right: 5px;}

body .sns-follow ul{width: 100%;overflow: hidden;margin: 20px 0;padding:0;}
.sns-follow ul li{float: left;width: 47%;margin: 1%;list-style: none;text-align: center;  border: solid 1px #CCCCCC;list-style: none;}
.sns-follow ul li a{display:block;padding: 25px 0;font-weight:bold;color: #666;}
.sns-follow ul .tw a:hover,.sns-follow ul .fe a:hover{color:#FFF;text-decoration:none;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.sns-follow ul .tw a:hover{background:#45B0E3;}
.sns-follow ul .fe a:hover{background:#87C040;}
.sns-fa{margin:0 auto;text-align:center;}
/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 10px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	/* CSS3 */
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
}
#page-top a:hover {text-decoration: none;}
/*-----------------------------
コンテンツ
------------------------------*/

.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.post .kanren {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.sumbun p {
	font-size: 13px;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 16px;
	line-height: 28px;
}
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #C00;
}
#footer #footer-in h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 5px;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
.blog_info.contentsbox .clearfix {
	margin: 0px;
	padding: 0px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/

.motto a {
	color: #FFF;
	text-decoration: none;
	background-color: #f3f3f3;
	width: 90px;
	color: #666666;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #477BB0;
	color: #FFF;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}
/*プロフィール*/
.profile{overflow:auto;padding: 40px 30px;border-top: 1px #eee solid;border-bottom: 1px #eee solid;font-size:15px;}
.profile-img{margin-bottom: 10px;}
.profile-msg span{font-weight:bold;display: block;margin-bottom: 5px;}

/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #999;
}
#comments p {
	font-weight: normal;
	margin: 10px 0 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	/* color: #000; */
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#comments .commets-list{padding-left:0;}
.commets-list li{list-style-type:none;}
.commets-list .children .comment-body{margin-top:0;background: #F7F7F7;}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	/* padding-right: 10px; */
	padding-bottom: 5px;
	/* padding-left: 10px; */
	/* color: #666; */
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	display: inline-block;
	padding-top: 40px;
	width: 100%;
}
#comments #commentlist img {
	padding: 10px;
}
#comments #comment{width:100%;margin-bottom: 0;padding:5px;}

.comment-form-author{width: 50%;float: left;}
#author{width: 90%;padding: 5px;}
.comment-form-email{width: 50%;float: left;}
#email{width: 90%;padding: 5px;}
.comment-form-url{display:none;}
.comment-form-comment{width: 95%;display: inline-block;margin-top: 20px;}

/*---------------------
ナビゲーション
-----------------------*/

#navi-in li {
	position: relative;
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navi-in li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#navi-in li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
#navi-in li a:hover {
	text-decoration: underline;
}
/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
	padding: 20px 0 20px 20px;
	border-top: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
}
#s {
	width: 180px;
	height: 22px;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #909090;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 200px;
	border-radius: 0;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#container #wrap #wrap-in #side #search #searchform {
	position: relative;
}
/*---------------------------------
関連記事とか
--------------------------------*/

#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
	float: right;
	color: #FFF;
	font-weight: bold;
	background-color: #0D7DAF;
	padding: 5px 30px;
	text-align: center;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link:hover{background-color: #3398C5;-webkit-transition: all .3s;transition: all .3s;}
#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 12px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #FFF;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
	margin-top: -10px;
}
.dami{margin-bottom:10px;}
#main .post .sumbox02 #topnews div dl dd {
	padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 12px;
	color: #666;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #666;
}
#wrap #wrap-in #side #topnews div dl {
	padding-bottom: 0px;
}
#topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
#topnews dt {
	color: #66A512;
}
#side #topnews dd {
	font-size: 16px;
	padding-left: 120px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 110px;
	padding-bottom: 5px;
	color: #666666;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl {
	padding-top: 15px;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
	overflow: auto;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	color: #900;
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}
/*アーカイブ*/
.screen-reader-text{display: block;margin-left: 10px;font-size: 18px;}
#archives-dropdown-3{width: 90%;height: 40px;margin: 10px 0 0 10px;font-size: 18px;}

/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 13px;
	padding-bottom: 10px;
}
.kuzu a {
	color: #666;
	text-decoration: none;
}
#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 10px;
	clear: both;
}
#breadcrumb a {
	font-color: #ccc
}
#breadcrumb li {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------------
カレンダー
------------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 250px;
	margin-left: 35px;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #CCC;
}
/*---------------------------------
コンテンツ
--------------------------------*/

table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	line-height: 25px;
}
#main .post table {
	width:100%;margin-bottom:40px;border-top: 1px solid #DEDEDE;border-left: 1px solid #DEDEDE;border-collapse:collapse;border-specing:0;
}
#main .post table th,#main .post table td{padding:13px;border-bottom: 1px solid #DEDEDE;border-right: 1px solid #DEDEDE;border-left: 1px solid #DEDEDE;}
#main .post table th{width: 30%;background-color:#F5F5F5;font-size:16px;}
caption{padding:10px 0 10px;font-size: 18px;font-weight: bold;}
.blog_info.contentsbox p {
	font-size: 12px;
	color: #666;
}
.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
#container #wrap #wrap-in #main .post .nob tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.post-thum{
	text-align:center;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 50px;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*---------------------------------
page itiran
--------------------------------*/
.datebox {
	font-size: 12px;
	margin: 0px;
	color: #999;
}
#topnews div dl dd .datebox a {
	color: #999;
}

#footer{background:#FFF;}

/*SNS*/
#container #wrap #wrap-in #side #twibox #social li{padding:15px;}
#social img{margin-right: 10px;}
.s-fb{margin-top: 20px;background: #39599F;}
.s-tw{background: #45B0E3;}
.s-go{background: #DD503D;}
.s-rs{background: #FF7C00;}
.s-rs a{padding: 2px 30px;font-size: 12px;font-weight: bold;color: #333;border: 1px solid #ccc;border-radius: 3px;background-image: linear-gradient(#fff,#e2e2e2);text-decoration: none;cursor: pointer;}

/*広告*/
.g-ad-under{/* padding-top:20px; *//* padding-bottom:20px; */}
.ad-side{margin-top: 20px;padding: 10px;background: #f6f6f6;}
.ad-side div{display: flex;display: -webkit-box;justify-content: center;-webkit-box-pack: center;}
.ad-side div div{width:50%;padding-right: 5px;}
#main .ad-2 li{padding-right: 20px;list-style: none;display: inline;float: left;}
#main .ad-2 .ad-last{padding-right:0;}
#main .ad-bottom{margin: 0;padding: 0;}
#main .ad-bottom li{display:block;  width: 49%;}
.ad-link{margin-bottom:0;font-size: 14px;color: #a6a6a6;}
.ad-aff img{margin:0;height:0;}

/*スペース*/
.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mt20{margin-top:20px;}.mb20{margin-bottom:20px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}.mb60{margin-bottom:60px;}

/*分割*/
.div2,.div4{display:inline;float:left;}
.div2{width:46%;padding-left:2%;padding-right:2%;}
.div4{width:23%;padding-left:1%;padding-right:1%;}
.div-clear{clear:both;} .div-clear hr{display:none;}

/*テーブル*/
#main .post .table-collabo th{width:18%;font-size:15px;}
#main .post .table-collabo td{font-size:15px;}

/*囲い*/
.box1{padding: 20px;border: solid 1px #CCCCCC;font-size:16px;line-height: 1.9;}
.box2{margin-top: 20px;padding: 20px;border: solid 5px #CCCCCC;text-align: center;}
.box2:hover{background:#F4F4F4;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.box3{margin-top: 20px;padding: 20px 20px 0;font-size:17px;border: solid 1px #DDDDDD;}

/*目次*/
.post .toc{padding:20px 20px 10px;border: solid 1px #cccccc;}
.toc ul{padding-bottom:0;}
.post .toc li{list-style:none;line-height: 1.3;}
.toc li ul{padding-top: 0;padding-bottom: 10px;}

.copy{margin-bottom:0;}

/*関連記事*/
.kizi .related{margin: 0;padding: 0 0 20px;list-style: none;}

/*人気の記事*/
.wpp-post-title{color: #383838;}

/*フォーム*/
.post .wpcf7{margin-top:20px;padding: 50px 150px 0 ;background: #F2F2F2;}
.wpcf7 textarea{width:100%;margin-bottom:0;}
input.wpcf7-submit, .form-submit #submit{/* margin:0 auto 40px; */width: 40%;/* text-align: center; */height: 40px;cursor: pointer;padding: 0;/* border: 1px solid #aaa; */border-radius: 5px;border: none;font-size: 100%;color: #fff;line-height: 20px;-moz-border-radius: 5px;background-color: #237ec4;/* border-radius: 5px; */}
input.wpcf7-submit:hover, .form-submit #submit:hover{background: #3f95d8;}

/*幅*/
#container #wrap #wrap-in .w980{width:980px;}

/*文字*/
.tac{text-align:center;}
.no-link{color:#666;}
.fs110{font-size:110%;}
.fs120{font-size:120%;}
.fs150{font-size:150%;}

/*リンク*/
.wps:hover{text-decoration:none;}

/*アイコン*/
.link{margin-right:10px;padding-right: 25px;background-image: url('http://webcommu.net/images/icon-link.png');background-repeat: no-repeat;background-position: right;}

/*関連記事*/
.kizi02 .yarpp-related h3{margin-top:40px;font-size:20px;}
.kizi02 .yarpp-thumbnails-horizontal .yarpp-thumbnail{width:46%;height:auto;padding: 1%;}
.kizi02 .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{float: right;width:53%;overflow: visible;font-size:15px;font-weight: normal;}
.kizi02 .yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default{float:left;}