/*---------------------------------------------------------
Theme Name: stinger3ver20131217
Theme URI: http://stinger3.com
Description: stinger3
Author: enji
Author URI: http://stinger3.com
License:
License URI:
Version: 20131217
---------------------------------------------------------*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

/* Webフォント[mplus-1p-heavy] */
/* IE */
@font-face {
font-family: mplus-1p-heavy;
src: url(fonts/mplus-1p-heavy.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family: mplus-1p-heavy;
src: url(fonts/mplus-1p-heavy.ttf) format("truetype");
}

/* Webフォント[APJapanesefont] */
/* IE */
@font-face {
font-family: APJapanesefont;
src: url(fonts/APJapanesefont.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family: APJapanesefont;
src: url(fonts/APJapanesefont.ttf) format("truetype");
}

/* Webフォント[cinecaption] */
/* IE */
@font-face {
font-family: cinecaption;
src: url(fonts/cinecaption227.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family: cinecaption;
src: url(fonts/cinecaption227.ttf) format("truetype");
}

* {
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #efefef;
}
#container {
	word-wrap: break-word;
	paddin: 0px;
	margin: 0px;
}
p {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 10px;
}
.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #65baf3;
	text-decoration: underline;
}
a:hover {
	color: #FFAAAA;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ol li {
	list-style-type: decimal;
	line-height: 2em;
}
.post ol {
	padding-left: 40px;
}
.hottai a {
	color: #333;
	text-decoration: none;
}
.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.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 auto;
}
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;
}
.entry-box strong {
	background: url("images/marker-s.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	display: inline;
	font-weight: bold;
	padding: 0 2px;
	margin: 0 2px;
}
.entry-box em {
	background: url("images/marker-em.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	display: inline;
	font-style: oblique;
	padding: 0 2px;
	margin: 0 2px;
}
.entry-box a[target="_blank"] {
	background: url("images/linkblank.png") no-repeat right center;
	padding-right: 14px;
	margin-right: 3px;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption, textarea {
	height: auto;
	margin-bottom: 20px;
	max-width: 100%!important;
}
.kizi02 {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.kizi03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.kizi04 {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 10px;
	border: 1px dashed #666;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/
#header {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background-color: #ffaaaa;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
}

#h-l {
	clear: both;
	height: 30px;
}

#container #header #header-in #h-l .sitename {
	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: 13px;
	color: #fff;
	font-weight: normal;
}
#header #header-in #h-l h1 a {
	color: #333;
	text-decoration: none;
}
#header #header-in #h-l h1 a:hover {
	color: #fff;
}
#h-l .descr {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 10px;
	line-height: 1em;
	margin-bottom: 0px;
}
#h-l .descr a {
	color: #333;
	text-decoration: none;
}
#h-l .descr a:hover {
	color: #fff;
}
#h-l .p {
	padding-top: 10px;
	line-height: 0;
}
/*記事タイトル*/

.title-box {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -15px;
	margin-bottom: 20px;
	border-top: solid 1px #333;
}

.entry-title2 {
 	float: left;
	width: 500px;
	height: 70px;
	margin-left: 15px;
	margin-bottom: 12px;
	overflow: hidden;
}

.entry-title {
	font-family: 'mplus-1p-heavy',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 25px;
	height: 70px;
	line-height: 1.2em;
	display: table-cell;
	vertical-align: middle;
	color: #444;
	font-weight: normal;
}

.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac a {
	font-family: 'mplus-1p-heavy',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
 	color: #444;
	text-decoration: none;
	line-height: 125%;
	font-weight: normal;
}

.entry-title-ac2 {
 	float: left;
	width: 500px;
	height: 70px;
	margin-left: 15px;
	margin-bottom: 12px;
	overflow: hidden;
}

.kizi .entry .entry-content{
	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: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.kizi h2 {
	position: relative;
	font-family: 'cinecaption';
	font-size: 30px;
	font-weight: normal;
	color: #ffaaaa;
	border-top: 2px solid #ffaaaa;
	border-bottom: 2px solid #ffaaaa;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-shadow:
	1px 1px 0px rgba(255,255,255,0.6),
	2px 2px 3px rgba(50,50,50,0.2);
}

.kizi h2:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ffaaaa;
	content: "";
}

.kizi h2:after {
	position: absolute;
	top: 12px;
	left: 14px;
	width: 15px;
	height: 15px;
	border: 2px solid #ffaaaa;
	content: "";
}

/*小見出し*/

.moto .post h3 {
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-top: 5px;
	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;
	color: #fff;
	font-weight: bold;
	background-color: #ffaaaa;
	border-radius:5px;
	position:relative;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-top: 25px;
	margin-bottom: 20px;	
}

.kizi h3:after {
	border:10px solid transparent;
	border-top-color:#ffaaaa;
	border-bottom-width:0;
	bottom:-10px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
}

h3.entry-title-ac {
	font-size: 28px;
	height: 70px;
	line-height: 1.2em;
	display: table-cell;
	vertical-align: middle;
	position:static;
	background-color: transparent;
	border: none;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h3.entry-title-ac:after{
	border: 0px;
}
h3.a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #FFAAAA;
	text-shadow:
	1px 1px 0px rgba(255,255,255,0.3),
	2px 2px 3px rgba(50,50,50,0.3);
}
.post h4 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #efdfdf;
	border-left: 5px solid #ffaaaa;
	border-radius: 0 8px 8px 0;
	line-height: 25px;
}
.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
.post h5 {
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
}
.post h5:before {
	position: absolute;
	background-color: #ffaaaa;
	top: 9px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #ffaaaa;
	content: "";
}

h2.archive {
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background-color: #ffaaaa;
	background-image: none;
	border: none;
	border-radius:5px;
	line-height: 125%;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 30px;
	text-shadow: none;
}
h2.archive:after {
	border:10px solid transparent;
	border-top-color:#ffaaaa;
	border-bottom-width:0;
	bottom:-8px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
}
.kanrennews p {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	overflow: hidden;
}
.kanrennews img{
	border:1px solid #ddd;
	border-radius: 8px;
}
/*-----------------------------
PC用フッター
------------------------------*/
#footer-in {
	margin-top:40px;
	width:986px;
	color:#fff;
	padding: 10px 0px;
	text-align: center;
	color: #ccc;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#foot-cont1 ul{
	margin-left: auto;
	margin-right: auto;
}
#foot-cont1 .footnavi li a{    
	color: #fff;
	padding: 8px 5px;
	border: 1px solid #bbb;

	font-size: 16px;
	font-weight: bold;
	height: 1.5em;
	margin-right: 8px;
	text-decoration: none;
}
#foot-cont1 .footnavi li a:hover{
	background-color:#999;
	text-decoration:none;
}
#foot-cont1 .footbaner li a{
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}

#foot-cont2 {
	width: 350px;
	height: 260px;
	text-align: left;
	clear: float;
	float: left;
	margin-top: 30px;
	margin-bottom: 0px;
}
#foot-cont2 img{
	float: left;
	border-radius: 8px;
}
.foot_underh {
	width: 100%;
	height: 27px;
	border-bottom: 2px solid #FFAAAA;
	margin-bottom: 15px;
}
.foot_underh2 {
	font-size: 15px;
	font-weight: none;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFF;
	background-color: #FFAAAA;
	border-radius: 5px 5px 0 0;
}
.describe {
	float: right;
	width: 185px;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
.describe h4{
	font-size: 15px;
	font-weight: bold;
	color: #ccc;
}
.describe p{
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	line-height: 160%;
}
#foot-sns{
	clear: both;
	width: 350px;
}
#foot-sns img{
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}
.foottitle {
	font-size: 24px;
	font-weight: bold;
	background-color: #ffaaaa;
	border-radius: 10px;
	line-height: 140%;
}
 
#foot-cont3{
	width: 620px;
	height: 260px;
	text-align:left;
	float:right;
	margin-top: 30px;
}
#foot-cont3 a {
	font-size: 15px;
}

/*-----------------------------
吹き出しポップアップ
------------------------------*/
.tooltip {
	position: relative;
}
.tooltip .tooltipBody {
	border-style: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: -32px;
	top: 63px;
	text-decoration: none;
	visibility: hidden;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 8px 10px 8px;
	width: 120px;
	zoom: 1;
}
.tooltip:hover ,.tooltip:hover .tooltipBody {
	visibility: visible;
	z-index: 10;
	-webkit-transform: scale(1) translate(5px,-5px);
	transform: scale(1) translate(5px,-5px);
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.tooltip:hover ,.tooltip:hover .tooltipBody {
	background-color: #53C5C5;
	color: #fff;
	visibility: visible;
	z-index: 10;
}
.tooltip .tooltipBody .tooltipAngle {
	border-right: solid 10px transparent;
	border-left-width: 0;
	border-bottom: solid 10px #53C5C5;
	line-height: 0;
	position: absolute;
	left: 1em;
	top: -10px;  
}


.s-tooltip {
	position: relative;
}
.s-tooltip .s-tooltipBody {
	border-style: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: 5px;
	top: -80px;
	text-decoration: none;
	visibility: hidden;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 8px 10px 8px;
	width: 120px;
	zoom: 1;
}
.s-tooltip:hover ,.s-tooltip:hover .s-tooltipBody {
	visibility: visible;
	z-index: 10;
	-webkit-transform: scale(1) translate(0px, -10px);
	transform: scale(1) translate(0px, -10px);
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.s-tooltip:hover ,.s-tooltip:hover .s-tooltipBody {
	background-color: #53C5C5;
	color: #fff;
	visibility: visible;
	z-index: 10;
}
.s-tooltip .s-tooltipBody .s-tooltipAngle {
	border-right: solid 15px transparent;
	border-left-width: 0;
	border-top: solid 14px #53C5C5;
	line-height: 0;
	position: absolute;
	left: 1em;
	bottom: -14px;  
}

/*-----------------------------
フッターブログインフォ
------------------------------*/
#footer #footer-in h3 a {
	font-family: 'mplus-1p-heavy',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 15px;
}
#footer-credit {
	text-align: center;
	background-color: #000;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-credit h4 a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #eee;
}
#footer-credit h3 a {
	font-family: 'mplus-1p-heavy',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
}
#footer-credit p {
	font-size: 11px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 0;
}
/*-----------------------------
webフォント
------------------------------*/

h6 {
	font-family: 'APJapanesefont';
	font-weight: normal;
	font-size: 22px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	background-color: #fefaec;
	line-height: 2.5em;
	border-radius: 20px;
}
/*-----------------------------
ヘッダートップ
------------------------------*/
#header-bg {

	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fafbfd;
	background-image : url("images/title-986.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

/*-----------------------------
タイトル下
------------------------------*/

.title-date {
	text-align:center;
	float: left;
	width: 85px;
	height: 60px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-radius: 8px;
	background-color:#FFAAAA;
	color:#FFF;
}
.title-date-ym {
	display:block;
	height:15px;
	overflow:hidden;
	font-size:14px;
	font-weight: bold;
	line-height:14px;
}
.title-date-d {
	display:block;
	height:40px;
	font-size:40px;
	font-weight: bold;
	padding-top: 5px;
	line-height:35px;
	overflow:hidden;
}

.title-menu {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	font-size:12px;
	color: #666;
	clear:left;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: -2px;
}
.title-menu a {
	font-size: 12px;
	color: #fff;
	background-color: #ffaaaa;
	padding: 3px 8px;
	text-decoration: none;
	border-radius: 5px;
}
.title-menu a:hover {
	color: #fff;
	background-color: #ee8888;
}

/*-----------------------------
ページナビ
------------------------------*/

.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: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*-----------------------------
基本構造
------------------------------*/
#gazou-in {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}

#header-in, #wrap-in, #navi-in, #footer-in {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #wrap-in #side {
	float: right;
	width: 300px;
}
#wrap #wrap-in #main {
	float: left;
	width: 650px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: none;
	padding-bottom: 0px;
}

#comments h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom:15px;
}
.sumbox {
	width: 600px;
	height: 250px;
	margin-bottom: 10px;
}
.sumbox img{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #bbb;
}
.post .entry .entry-content {
	float: right;
	width: 650px;
	background-color: #fff;
	border: 4px solid #333;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	padding-top: 0px;
	padding-left: 0px;
}
.single-content {
	float: right;
	width: 650px;
	background-color: #fff;
	border: 4px solid #333;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 25px;
}

.entry {
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.entry .sumbox {
	float: left;
}
.entry-box {
	float: left;
	width: 600px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.entry-date {
	float: left;
	width: 135px;
	height: 30px;
	background: #555;
	margin-left: 15px;
	margin-bottom: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.entry-date p {
	font-size: 14px;
	color: #fff;
	border-style: none;
	padding-left: 10px;
}

.entry-content .blog_info.contentsbox ul {
	margin-bottom: 0px;
}
.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 {
	width: 986px;
	padding-top: 0px;
}
#footer #footer-in .stinger {
	margin: 0px;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 0px;
}
#footer {
	background-color: #333;
}
/*-----------------------------
サイド
------------------------------*/

#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: #FFAAAA;
}
#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 {
	clear: both;
}
#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}

/*サイドの各タイトル見出し*/
.menu_underh {
	width: 100%;
	height: 40px;
	border-bottom: 3px solid #FFAAAA;
	margin-top: 25px;
}
.menu_underh2 {
	float: left;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	background-color: #FFAAAA;
	border-radius: 5px 5px 0 0;
}
#container #header #header-in #h-l {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	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: #ddd;
	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-left: 20px;
}
#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;
}
.news-cate {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #FFAAAA;
	padding: 4px 8px 7px;
	border-radius: 4px 4px 0 0;
}
/*-----------------------------
サイドバーSNSボタン
------------------------------*/
#side-sns{
	margin-top: 25px;
}
#side-sns a {
	background : none;
}
#side-sns img {
	border-radius: 5px;
}
#side-sns ul {
	margin-bottom: 10px;
}
#side-sns ul li {
	display: inline;
	margin-right: 5px;
	padding: 0;
}
#side-sns img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/*-----------------------------
サイドバー関連リンク
------------------------------*/
#side-link ul {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
#side-link ul li {
	display: inline;
	padding: 0;
}
#side-link img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/*-----------------------------
SNS
------------------------------*/
.sns03 h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 200px;
	text-align: center;
	background-color: #55ACEE;
	border-radius: 15px;
	margin-left: auto;
	margin-right: 15px;
	position: relative;
	padding: 6px 20px;
}
.sns03 h3:after {
	border: 10px solid transparent;
	border-top-color: #55ACEE;
	border-bottom-width: 0;
	bottom: -10px;
	content: "";
	display: block;
	left: 180px;
	position: absolute;
	width: 0;
}
.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;
}
.sns03 {
	float: right;
}
.sns li {
	margin: 5px 0;
}

.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.socialbox {
    float: left;
    display: inline-block;
    margin: 0 0 15px 10px;
}

.hatena-box{min-width:80px;max-width:125px;}
.facebook-box{min-width:70px;max-width:115px;}
.twitter-box{min-width:87px;max-width:90px;}
.gplus-box{min-width:50px;max-width:80px;}
.pocket-box{min-width:60px;max-width:115px;}

/*-----------------------------
記事下プロフィール
------------------------------*/
#kizi-prof {
	clear: both;
	width: 600px;
	height: 300px;
	background-color: #ececec;
	border: 1px solid #333;
	border-radius: 15px;
}
#kizi-prof:after {
	position: absolute;
	content: '';
	top: -40px;
	left: 275px;
	width:0;
	height:0;
	border: 20px solid transparent;
	border-bottom-color: #333;
}
#kizi-prof h3 {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 13px 13px 0 0;
}
#kizi-prof .inprof {
	padding: 15px;
}
#kizi-prof .inprof img {
	float: left;
}

/*-----------------------------
追従型SNSボタン
------------------------------*/

#social_box{
	background-color: rgba(255,175,175,0.5);
	border-radius: 10px;
	width:250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 25px;
	text-align: left;
	position: fixed;
	bottom: 30px;
	list-style-type: none;
}
#social_box h3 {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
#social_box a {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 0.2em;
	cursor: pointer;
}
#social_box a:hover {
	color: #5484C8;
}
#social_box p {
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	padding-left: 15px;
	margin-bottom: 10px;
}

/*-----------------------------
ページ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;
	background: #d6cdc0;
	color: #665e53;
}
/*-----------------------------
コンテンツ
------------------------------*/

.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
h4.kanren {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #53C5C5;
	border: none;
	border-radius:5px;
	line-height: 125%;
	position:relative;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 25px;	
}

h4.kanren:after {
	border:10px solid transparent;
	border-top-color:#53C5C5;
	border-bottom-width:0;
	bottom:-10px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
}
.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: #FFAAAA;
	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: 14px;
	line-height: 2em;
}
.post ul {
	list-style-type: disc;
	padding-bottom: 10px;
	padding-left: 30px;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #FFAAAA;
}
.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;
}

/*エントリーの文字数*/
.entry-dami {
	clear: both;
	width: 600px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

p.dami {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: -5px;
}

/*記事を読む*/
#side .motto a {
	width: 280px;
	font-size: 16px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
}
.motto a {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #ffaaaa;
	width: 240px;
	color: #ffaaaa;
	text-align: center;
	display: block;
	margin-left: auto;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FFAAAA;
	color: #FFF;
	text-align: center;
	display: block;
}

/*----------------------------
カテゴリー＆タグ
------------------------------*/
.blog_info.contentsbox {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
}
.blog_info.contentsbox a {
	font-size: 12px;
	color: #fff;
	background-color: #ffaaaa;
	padding: 3px 8px;
	text-decoration: none;
	border-radius: 5px;
}
.blog_info.contentsbox a:hover {
	color: #fff;
	background-color: #ee8888;
}
/*----------------------------
アコーディオン
------------------------------*/

.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: #999;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 5px;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 12px;
	line-height: 20px;
}
#comments {
	clear: both;
	width: 580px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #eeeeee;
	margin: 0 auto 20px;
	padding: 10px;
	border-radius: 20px;
}
.comment-body {
	padding: 10px;
	margin-bottom: 10px;
}
.fn {
	font-size: 13px;
	font-weight: bold;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
}
.reply {
	padding: 0px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	padding-top: 20px;
}
#comments #commentlist img {
	padding: 10px;
}
/*---------------------
ナビゲーション
-----------------------*/
.smanone {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: #ffaaaa;
	margin-bottom: 10px;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
}
#dropmenu {
	list-style-type: none;
	height: 50px;
	padding: 0;
	background: #ffaaaa;
}
#dropmenu li {
	position: relative;
	width: 16%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a {
	display: block;
	height: 1em;
	margin: 0;
	padding: 18px 20px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-decoration: none;
	overflow: hidden;
	z-index:9999
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index:9999
}
#dropmenu li:last-child ul {
	left: -100%;
	width: 100%;
	z-index:9999
}
#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0px;
	color: #fff;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
#dropmenu li ul li a {
	background: #ffaaaa;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#dropmenu li:hover > a {
	background: #ee8888;
	color: #fff;
}
#dropmenu > li:hover > a{
	border-radius: 0px;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 49px;

}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
	padding-top: 20px;
	padding-bottom: 0px;
}

#s {
	width: 250px;
	height: 26px;
	position: relative;
	border: 1px solid #999;
	border-radius: 8px;
	color: #333;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	margin-top: -2px;
	margin-left: 14px;
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 13px;
}
#searchsubmit {
	position: absolute;
	top: 7px;
	_top: 1px;
	left: 255px;
}
*: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 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: 14px;
}
#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: 14px;
	font-weight: normal;
	margin: 0px;
}
#container #wrap #wrap-in #main .post .entry .entry-content {
	margin-top: 0px;
}
#main .post .sumbox02 #topnews div dl dd {
	padding-left: 0px;
}
.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: 5px;
}
#side dt{
}
#topnews dt {
	font-size: 14px;
	margin-bottom: 5px;
}
#side #topnews dd {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #333;
}
#topnews div {
	padding: 0px;
	margin-bottom: 10px;
}
#topnews div dl dd a {
	color: #555;
	text-decoration: none;
}

#topnews div dl dd a:hover {
	color: #ee8888 !important;
	text-decoration: none !important;
}
#topnews div dl {
	clear: both;
}
#topnews img{
	border-radius: 0 8px 8px 8px;
	-webkit-border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	margin-top: 4px;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	color: #FFAAAA;
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#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;
}

/*---------------------------------
単一記事下関連記事
--------------------------------*/
#kanrennews {
	margin-bottom: 20px;
}
#kanrennews ul{
	width: 620px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#kanrennews ul li{
	width: 290px;
	float: left;
	margin-right: 20px;
}
#kanrennews dt {
	margin-bottom: 2px;
}
#kanrennews dd {
	height: 45px;
	margin-bottom: 5px;
}
#kanrennews h4 {
	font-size: 14px;
	line-height: 1.4em;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#kanrennews a {
	text-decoration: none;
}

#kanrennews a:hover {
	text-decoration: underline;
}

/*---------------------------------
月別アーカイブ
--------------------------------*/
#side #archive {
	clear: both;
	color: #fff;
}
#archive li {
	width: 250px;
	font-size: 15px;
	color: #666;
	margin: 8px auto;
	font-weight: normal;
	list-style-type: none;
	border: 1px solid #666;
	text-decoration: none;
	border-radius: 8px;
}
#archive a{
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 90px;
	display: block;
	color: #555;
	text-decoration: none;
	background-image: url(http://babydollproject.com/kokumaro-milk/wp-content/themes/stinger3ver20131217/images/ca3.png);
	background-repeat: no-repeat;
	background-position: 58px center;
}
#archive a:hover{
	color: #fff;
	text-decoration: none;
	background-image: url(http://babydollproject.com/kokumaro-milk/wp-content/themes/stinger3ver20131217/images/ca4.png);
}
#archive li:hover {
	color: #fff;
	background-color: #ffaaaa;
}

/*---------------------------------
関連リンク
--------------------------------*/

/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	width: 600px;
	font-size: 14px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-left: 25px;
}
.kuzu a {
	font-color: #fff;
	text-decoration: none;
}
div#breadcrumb {
	height: 30px;
	padding: 5px 0 0;
	margin: 0 0 5px;
	clear: both;
}
div#breadcrumb a {
	font-color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div {
	line-height : 25px;
}
#breadcrumb div a {
	font-size: 11px;
	display : block;
	float : left;
	padding : 0 20px 0 25px;
	color : #fff;
	text-decoration : none;
	background-color : #ffbbbb;
	border-radius: 5px 0 0 5px;
}
#breadcrumb div a:hover {
	background-color: #ee8888;
}
#breadcrumb div a::before {
	display : block;
	width : 15px;
	height : 15px;
	border-right : 5px solid #fff;
	margin : 0 -28px -13px auto;
	background-color : #ffbbbb;
	content : " ";
	-webkit-transform : skew(30deg);
	-moz-transform : skew(30deg);
	transform : skew(30deg);
}
#breadcrumb div a:hover:before {
	background-color: #ee8888;
}
#breadcrumb div a::after {
	display : block;
	width : 15px;
	height : 15px;
	border-right : 5px solid #fff;
	margin : -13px -28px 0 auto;
	background-color : #ffbbbb;
	content : " ";
	-webkit-transform : skew(-30deg);
	-moz-transform : skew(-30deg);
	transform : skew(-30deg);           
}

#breadcrumb div a:hover:after {
	background-color: #ee8888;
}
/*-----------------------------------
カレンダー
------------------------------------*/

#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 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}
.blog_info.contentsbox p {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}
.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 {
	width: 600px;
	font-size: 13px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	line-height: 100%;
}
.p-navi-prev a {
	float: left;
	color:#fff;
	padding: 12px 15px 12px 25px;
	background-color: #53C5C5;
	border-radius: 20px 0 0 20px;
	margin-left: 180px;
	text-decoration: none;
}
.p-navi-prev a:hover {
	background-color: #ffaaaa;
	color:#fff;
}
.p-navi-next a {
	float: right;
	color:#fff;
	padding: 12px 25px 12px 15px;
	background-color: #53C5C5;
	border-radius: 0 20px 20px 0;
	margin-right: 180px;
	text-decoration: none;
}
.p-navi-next a:hover {
	background-color: #ffaaaa;
	color:#fff;
}
.p-navi2 {
	width: 600px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 100%;
}

/*---------------------------------
page itiran
--------------------------------*/
.datebox {
	font-size: 12px;
	margin: 0px;
	color: #999;
}
#topnews div dl dd .datebox a {
	color: #999;
}

/*---------------------------------
WP解析 フッタースペース消し
--------------------------------*/
img#wpstats{
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden;
}

/* YARPP standard*/

.yarpp-standard h5{
	font-weight: 700;
	font-size: 14px;
	color: inherit;
	padding: 5px;
	border: solid 1px #ff9900;
	border-radius: 3px;
	margin: 10px 0;
}

.yarpp-standard dl{
	clear:both;
}

.yarpp-standard img{
	float:left;
	margin: 0px 10px 5px 0;
}

.yarpp-standard a.title {
	font-weight: 700;
	text-decoration:none;
	color: #483D8B;
}

.yarpp-standard a.title:hover {
	color: #3366ff;
}

.yarpp-standard small {
	color: #A9A9A9;
}

.yarpp-standard .date {
	font-size: 0.8em;
	color: #66cc99;
}
.sharedaddy div.sd-block {
	height: 200px;
	background-color: #ddd;
	margin-top: 100px !important;
	border-radius: 15px !important;
	border: none !important;
}
.sharedaddy .sd-content {
	width: auto !important;
	float: left !important;
	border: none !important;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
}