/*---------------------------------------------------------
Theme Name: 10-plate-blog
Theme URI: http://blog.10-plate.com/
Description: 10-plate
Author: MA-HI
Author URI: http://blog.10-plate.com/
License:
License URI:
Version: 20140610
---------------------------------------------------------*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-caption-text {
margin-top: -15px;
font-size:12px;
color:#999;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

* {
	font-family: arial, helvetica, osaka, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
/*	background-color: #f3f3f3;*/;
}

#header {
	background: url(images/headbg.png) repeat-x bottom #000;
/*	margin-bottom:25px;*/;
}

#container {
	word-wrap: break-word;
}
#container #header img {
	width:360px;
}

p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.pcnone {
	display: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #5484C8;
	text-decoration: underline;
}

a:hover {
	color: #C03;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ol li {
	list-style-type: decimal;
	line-height: 28px;
	font-size: 14px;
}

.post ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.hottai a {
	color: #333;
	text-decoration: none;
}

.sidead {
	text-align: center;
margin:0 0 20px;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
/*for IE 5.5-7*/
	min-height: 1%;
}

.clearfix:after {
/*for modern browser*/
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	display: inline-table;
	/*\*/
	display: block;
/**/;
}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.s {font-size: 50% !important;}
.ss {font-size: 70% !important;}
.sl {font-size: 130% !important; line-height: 130% !important;}
.l {font-size: 150% !important; line-height: 130% !important;}
.ll {font-size: 200% !important; line-height: 120% !important;}
.bold {font-weight: bold !important;}
.block {display: block !important;}
.red {color: #f00 !important;}
.push {background:#ffdc9c;padding:1px 2px;}
.mt-10 { margin-top: -10px !important;}
.mt0 { margin-top: 0 !important;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mt40 {	margin-top: 40px !important;}
.mt50 {	margin-top: 50px !important;}
.mb0 { margin-bottom: 0 !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb20 {	margin-bottom: 20px !important;}

.pb0 { padding-bottom: 0 !important;}
.width30 {width:30%; !important;}
.moviebox {
	border: 5px #333 solid;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 4px 4px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 4px 4px 3px rgba(0,0,0,0.4);
}
div.application_area {
padding:0 80px;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.float_left {
	float: left;
	margin-right: 10px !important;
}

.float_right {
	float: right;
	margin-left: 10px !important;
}

.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%!important;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px 20px 5px;
	margin: 20px -20px;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header #header-in #h-l .sitename {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
	line-height: 30px;
}

#container #header #header-in #h-l .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#container #header #header-in img:hover {
	opacity: 1.0 !important;
}
/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

#header #header-in #h-l h1 a {
	color: #FFF;
	text-decoration: none;
}

#h-l .descr {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	margin-left: 10px;
	background: #000;
	margin-top: 0;
	padding: 10px 10px 10px 0px !important;
	border: 0 !important;
}
/*記事タイトル*/

.entry-title {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin: 0 -48px;
	padding: 18px 39px 55px;
	background: url(images/h2bg.png) no-repeat;
	background-position: left bottom;
}

.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 24px !important;
	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;
}

.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: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}
/*中見出し*/
h2 {
	font-size: 24px;
	padding: 20px 30px;
	border-left: 10px solid #1a1a1a;
	border-right: 10px solid #1a1a1a;
	color: #000;
	line-height: 30px;
	margin: 50px -40px 20px;
	background-color:#F3F3F3;
}
/*小見出し*/

.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: 22px;
	margin-bottom: 15px;
	margin-top: 40px;
	margin-left: 0px;
	padding-left: 27px;
	color: #000;
	line-height: 30px;
	border-bottom: 1px dotted #999;
	background: url(images/h3_icon.png) no-repeat left center;
}

.kizi h3.question {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 28px;
	color: #000;
	line-height: 30px;
	border-bottom: 1px dotted #999;
	background-image: url(images/hatena.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

h3 a {
	color: #5484c8;
	text-decoration: none;
}

h3 a:hover {
	color: #C03;
}

.post h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background-color: #f3f3f3;
	line-height: 18px;
}

.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}

#footer {
	background: url(images/footbg.png) repeat-x top #000;
}

#footer #footer-in a {
	color: #fff;
	text-decoration: none;
}
/*-----------------------------
タイトル下
------------------------------*/
.kizi {
	margin-bottom: 40px;
}

.blogbox p {
font-size: 12px !important;
margin-bottom: 5px;
padding:5px;
}
.blogbox {
background-color: #f3f3f3;
}
.blogbox p .kdate {
margin-right: 10px;
padding: 5px;
color: #333;
}
.blogbox p .cate {
margin-right: 10px;
padding: 5px;
color: #333;
}
p.tags {
font-size: 12px !important;
margin: 15px 0 40px;
padding: 0 5px;
}
p.tags span {
color: #fff;
}
p.tags span a {
padding: 5px;
background: #efefef;
box-shadow: 0 1px 0 0 #fff inset;
border: 1px solid #d4d4d4;
text-shadow: 0 1px 0 #fff;
transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
border-radius: 3px;
text-decoration: none;
font-size: 12px;
}
p.tags span a:hover {
background: #fff;
}
.blogbox p .write {
margin-right: 10px;
padding: 5px;
color: #333;
}

/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #191919;
	transition: all 0.5s ease 0s;
}

.pagination a:hover {
	color: #fff;
	background: #af251c;
}

.pagination .current {
	padding: 10px 15px;
	color: #fff;
	background-color: #8c8c8c;
}
/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #navi-in, #footer-in, #gazou-in {
	width: 1045px;
	margin-right: auto;
	margin-left: auto;
}

#wrap #wrap-in #side {
	float: right;
	width: 336px;
}

#wrap #wrap-in #main {
	float: left;
	width: 615px;
	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;
	color: #fff;
	padding: 20px;
}

#footer-in p {
	margin-bottom: 0px;
	font-size: 14px;
}

#footer-in p a {
	color: #fff;
	text-decoration: underline;
}

#respond h3 {
	font-size: 16px;
	color: #1a1a1a;
}

.sumbox {
	float: left;
	height: 150px;
	width: 150px;
}

.post .entry .entry-content {
	float: right;
	width: 445px;
	padding-left: 20px;
}

.entry {
	margin-bottom: 20px;
	padding-top: 10px;
}

.entry .sumbox {
	float: left;
	height: 150px;
	width: 150px;
}

.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: 0px;
}

div.gadf {
	padding: 10px;
}

#container #gazou #gazou-in #headimg {
	margin-bottom: 0;
}

#container #gazou #gazou-in #headimg a:hover img {
	opacity: 1.0 !important;
}
/*-----------------------------
サイド
------------------------------*/
.about {
	margin: 10px 0;
}

.about dl {
	padding: 0 10px;
	margin-top: 10px;
}

.about dl dt {
	float: left;
}

.about dl dd {
	float: left;
	padding-left: 10px;
	font-size: 14px;
	width: 200px;
}

.about dl dd span.name {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.side_ber {
	text-align: center;
	font-size: 80%;
	margin-top: 10px;
	color: #666666;
}

#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: 14px;
	line-height: 25px;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/

.menu_underh2 {
	margin: 0 0 5px;
	padding: 5px 10px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	background-color: #191919;
	text-align: center;
/*	background-image: url(images/ca3.png);
	background-repeat: no-repeat;
	background-position: left center;*/;
}

#container #header #header-in #h-l {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 50%;
}

#container #header #header-in #head_ad {
	margin: 45px 0 0;
	float: right;
	width: 50%;
	text-align: right;
}

#container #header #header-in #head_ad span {
	font-size: 12px;
	color: #fff;
}

#container #header #header-in #head_ad .twitter-share-button {
	width:90px !important;
}

#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 .ber300_250 {
	margin: 0 0 20px;
	text-align: center;
}

#container #wrap #wrap-in #side .feedlybox {
	margin: 20px 0;
}

#container #wrap #wrap-in #side .twibox ul li {
	padding: 0px;
}

#container #wrap #wrap-in #side .twibox ul li li a {
	margin-left: 10px;
	padding-left: 15px;
	background: url(images/arrow.png) no-repeat left center;
}

#container #wrap #wrap-in #side .twibox ul li li a:hover {
	margin-left: 10px;
	padding-left: 15px;
	background: url(images/arrow_on.png) no-repeat left center;
}

#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;
}

/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
}

#page-top a {
/*	background: #555;*/
	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;
/*	background: #ccc;*/
	color: #555;
}
/*-----------------------------
コンテンツ
------------------------------*/

.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: #191919;
	color: #fff;
/*	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;
	line-height: 24px;
	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: 15px;
	line-height: 28px;
}

.post ul {
	list-style-type: disc;
	padding-top: 0;
	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: #191919;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
	transition: all 0.5s ease 0s;
}

.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background: #3279BB;
	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;
}

/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #5484c8;
}

#comments p {
	font-size: 12px;
	font-weight: normal;
}

#comments p textarea {
	width: 100%;
}

#comments label {
	display: block;
}

.metadata dd a {
	color: #999;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #f3f3f3;
	margin-left: -39px;
	margin-bottom: 20px;
	width: 653px;
	padding: 20px 20px 0;
}

.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 #commentlist img {
	padding: 10px;
}

#comments p.form-allowed-tags {
	display: none;
}

#comments p.comment-form-url {
	display: none;
}

#comments p.comment-form-author input,
#comments p.comment-form-email input,
#comments p.comment-form-url input {
	height: 25px;
	width: 250px;
}
/*---------------------
ナビゲーション
-----------------------*/
#container #navi {
	background: #000;
}

#navi-in li {
	position: relative;
	float: left;
	font-size: 13px;
	display: inline;
	background: #000;
	width: 104px;
	text-align: center;
}

#navi-in li:hover {
	background: #555;
}

#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 {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 5px;
}

.menu-navigation-container {
	overflow: hidden;
}

#navi-in li a:hover {
	background:#af251c;
	text-decoration: none;
}
/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
/*	padding-top: 20px;*/
	padding-bottom: 0px;
}

#s {
	width: 266px;
	height: 24px;
	border: none;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #fff;
	font-size: 14px;
	border-radius: 0;
	border: 1px #ccc solid;
}

#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 286px;
	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 {
	font-size: 12px;
}

#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 16px;
}

#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;
}

#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: #66A512;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	text-align: center;
	width: 110px;
}

#topnews dt.new {
	font-size: 14px;
	color: #66A512;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	text-align: center;
	width: 100px;
}

#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 dl dd a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}

#topnews div dl {
	clear: both;
/*	padding-top:15px;*/;
}

#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 .related {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 23px;
	line-height:28px;
}

#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#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;
	font-size: 12px;
}

#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;
}
/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 13px;
	padding-bottom: 10px;
}

.kuzu a {
	color: #666;
	text-decoration: none;
}

div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 10px;
	clear: both;
}

div#breadcrumb a {
	font-color: #ccc;
}

div#breadcrumb div {
	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;
}
/*---------------------------------
コンテンツ
--------------------------------*/
#main .post table {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#main .post table tr th {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 15px;
	background: #efefef;
}

#main .post table tr td {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 15px;
	line-height: 24px;
}

.blog_info.contentsbox p {
	font-size: 15px;
	color: #666;
	line-height:24px;
}

.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;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 64px;
}

.p-navi dl dd {
	font-size: 15px;
	padding-left: 80px;
	line-height: 27px;
}

/* single foot ad */
div.single_foot_ad,div.single_head_ad {
	margin: 10px 0;
	text-align: center;
}

/*---------------------------------
単一記事　amazon area
--------------------------------*/
div.single-amazon {
	text-align: center;
	background: #efefef;
	padding: 10px 0;
	margin-bottom: 30px;
}

/*---------------------------------
amazon area
--------------------------------*/
div.amazonArea {
	margin-top: 50px;
}

div.amazonArea dl dt {
	float: left;
	width: 190px;
	text-align: center;
}

div.amazonArea dl dd {
	padding-left: 10px;
}

/*---------------------------------
Black Tabe
--------------------------------*/
table.black {
	border: 1px #ccc solid;
	text-align: center;
	border-collapse: collapse;
}

table.black th {
	border: 1px #ccc solid;
	background: #1A1A1A !important;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}

table.black td {
	border: 1px #ccc solid;
	padding: 5px;
	font-size: 14px;
}

table.left {
	width: 100%;
}

table.left td {
	text-align: left;
}
/*---------------------------------
scroll ad area
--------------------------------*/
div.ad-bnr {
	margin-top: 10px;
}

/*---------------------------------
リスト
--------------------------------*/
ol.number_list {
	margin-bottom: 20px;
	padding-left: 30px;
}

ol.number_list li {
	line-height: 28px;
	list-style-type: decimal;
	list-style-type
	list-style-position: outside;
	margin-left: 30px;
}

/*---------------------------------
記事を書いた人
--------------------------------*/
.writer_info {
	border: 1px #efefef solid;
margin:20px 0;
}

.writer_info span.title {
	background: #efefef;
	padding: 5px 10px;
	font-weight: bold;
	display: block;
}

.writer_info p {
	font-size: 14px;
	line-height: 20px;
	margin: 10px;
}

.writer_info p.writer_img {
	float: left;
	display: inline;
	margin: 0 5px 10px 10px;
}

/*---------------------------------
LP用スタイル
--------------------------------*/
.lp_h-1 {
margin-bottom:10px;
}
.main_lp {
	float: none !important;
	width: 965px !important;
}
.main_lp .post p {
	font-size:18px;	
}
.entry-title_lp {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin: 0 -48px;
	padding: 18px 39px 55px;
	background: url(images/h2no_lp.png) no-repeat;
	background-position: left bottom;
}
.main_lp .post table {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.main_lp .post table tr th {
	font-size: 18px !important;
}
.main_lp .post table tr td {
	font-size: 18px !important;
	text-align:left;
	vertical-align:top;
}
.main_lp .post ul {
padding: 0 !important;
}
.main_lp .post ul li {
	font-size: 18px !important;
	margin-left:20px !important;
}
.main_lp .post blockquote {
	margin: 20px 0 !important;
}

.aspbtn a {
	font-size: 30px;
	font-weight:normal;
	color: #fff;
	padding: 10px 25px;
	background: -moz-linear-gradient(
		top,
		#ffb700 0%,
		#ff5900);
	background: -ms-linear-gradient(
		top,
		#ffb700 0%,
		#ff5900);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffb700),
		to(#ff5900));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 7px;
	border: 1px solid #ff7f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-decoration:none;
}
.aspbtn a:hover {
	background: -moz-linear-gradient(
		top,
		#ff5900 0%,
		#ffb700);
	background: -ms-linear-gradient(
		top,
		#ff5900 0%,
		#ffb700);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff5900 ),
		to(#ffb700));
}
table.pc_width {
	width:600px !important;
	margin:0 auto;
}
table.pc_width td {
	text-align:center !important;
}

/* SNSボタン */
.share {margin-top : 20px;}
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px 5px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share li {
float : left;
width : 25%;
}

.toppagead {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
margin-bottom:20px;
padding:15px 0;
}
.toppagead p {
font-size:12px;
color:#555;
text-align:center;
margin-bottom:5px;
}

.osusumekiji dl dt {
float:left;
width:120px;
}
.osusumekiji dl dd {
float:left;
width:495px;
}
.osusumekiji dl dd a {
font-size:24px;
font-weight:bold;
color:#333;
text-decoration:none;
}

/*--------------------------------
SNS
---------------------------------*/
.sns{
	margin:10px 0 10px;
}

.snstext{
	font-size:13px;
	vertical-align:middle;
}

.post .sns ul {
	list-style:none;
	padding:0;
	margin:0;

}
.sns li {
	float:left;
	padding:5px;
	text-aligh:center;
	list-style:none;
}

.sns li a {
	font-size:15px;
/*	position:relative;*/
	display:block;
	padding:3px 10px;
	color:#fff;
	border-radius:1px;
	text-align:center;
	text-decoration: none;
}

.sns li a:hover {
}

/* ツイッター */
.sns .twitter a {
	background:#55acee;
padding: 10px;
}
.sns .twitter a:hover {
	background:#4892cb;
}
.sns .twitter .snstext {
	border-left:1px solid #9ACFF4;
	padding-left:10px;
	margin-left:10px;
}

/* Facebook */
.sns .facebook a {
	background:#3b5998;
padding: 10px 15px;
}
.sns .facebook a:hover {
	background:#324c81;
}
.sns .facebook .snstext {
	border-left:1px solid #607BB2;
	padding-left:10px;
	margin-left:5px;
}

/* グーグル */
.sns .googleplus a {
	background:#dc4e41;
padding: 10px;
}
.sns .googleplus a:hover {
	background:#bb4237;
}
.sns .googleplus .snstext {
	border-left:1px solid #E0776D;
	padding-left:10px;
	margin-left:5px;
}

/* はてぶ */
.sns .hatebu a {
	background:#00a5de;
}
.sns .hatebu a:hover {
	background:#008cbd;
}
.sns .hatebu .snstext {
	border-left:1px solid #48B6DB;
	padding-left:10px;
	margin-left:3px;
}

/* LINE */
.sns .line a {
	background:#25af00;
}
.sns .line a:hover {
	background:#219900;
}

/*記事がよかったら、いいねPC*/
.p-entry__push {
    display: table;
    table-layout: fix;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
background-size:cover;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
    display: inline-block;
    width: 200px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
margin:10px 0;
}
.p-entry__pushButtonLike {
    line-height: 1;
}
.p-entry__note {
    margin: 0;
    font-size: 12px;
    color: #fff;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0;
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525;
}
.p-entry__tw-follow__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}