/*****************************************************************
Theme Name: pc！
Version: 1.0
濃いめのカラー（ヘッダーの画像から取ったコード）#d31172
******************************************************************/
/*リセットcss開始*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, table, th, tr, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, b, i {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	vertical-align: top;
}
body {
    background: url(images/bg_body.jpg);
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}

body.single .entry-content{
	margin: 0 25px 0;
}

body.single .entry-content img {
    border: 10px solid #eee;
    height: auto;
    margin: 0 55px 30px;
    width: 550px;
}

body.single .entry-content a {
	display: block;
    margin: 3px 0 10px;
}

a {
	/*color:#005aed;*/
	color:#000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
ul,ol {
	list-style: none;
	list-style-type: none;
}
li {
	padding: 0;
}
#extra .popular-posts ul li:after,
#sub .widget_newpostcatch ul li:after,
.single_bottom .popular-posts ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*リセットcss終了*/
/*レイアウト開始*/
div#container {
	margin: 0 auto;
	width: 1100px;
}
div#content {
	margin: 0 auto;
	width: 1100px;
}
div#content:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#main {
    display: block;
    float: left;
    margin: 0 0 0 -10px;
    overflow: hidden;
    width: 740px;
}
body.single div#main, body.page div#main {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 740px;
}

body.page div#main .entry-content{
	margin:20px;
}

body.page div#main .entry-content li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 5px;
}

div#side_wrap {
    float: right;
    margin: 0;
    overflow: hidden;
    width: 360px;
}

div#cross{
	margin:0 0 0 10px;
	overflow:hidden;
}
div#sub {
	display: inline;
	float: right;
	margin-left: 10px;
	width: 170px;
}
div#extra {
	display: inline;
	float: right;
	width: 170px;
	margin-left: 10px;
}
div#tracking {
	display: inline;
	float: right;
	width: 340px;
	margin:0;
}
/*レイアウト終了*/
/*ヘッダー開始*/
div.blog-title-outer {
    background: url(images/bg_head.jpg);
    height: 87px;
    overflow: hidden;
    padding: 3px 0;
    text-align: left;
    min-width: 1100px;
}
div.blog-title-outer .page-title{
	height : 17px;
	line-height : 17px;
	vertical-align : center;
	text-align : center;
	background-color : rgba(211, 102, 137, 0.3);
}
div.blog-title-inner{
	width:1100px;
	margin:0 auto;
}
h1#blog-title {
    float: left;
    font-size: 150%;
    font-weight: bold;
    margin: 6px 0 0;
    width: 286px;
}
h1#blog-title:hover {
    opacity: 0.8;
}
p#blog-description {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 135%;
	display: none;
}
.search_box {
	float: right;
}

.search_box .head_menu{
    margin: 24px 0 0;
    overflow: hidden;
}
.search_box .head_menu li{
	float:left;
	margin:0 0 0 8px;
}
.search_box .head_menu li a:hover{
	opacity:0.5;
}
.navi {
    background: rgba(211, 102, 137, 0.3);
    color: #999;
    height: 40px;
    margin: 0 0 20px;
    overflow: hidden;
    border-top: #d36689 solid 3px;
    border-bottom: #d36689 solid 1px;
}
.navi .menu_box{
	width:1100px;
	margin:0 auto;
}
.navi ul.menu01 {
    display: inline-block;
    line-height: 1.5;
    list-style-type: none;
    margin: 8px 0 0;
    padding: 0 2px;
}
.navi ul.menu01 li {
    border-right: 1px dashed #efefef;
    display: inline-block;
    line-height: 1.5;
    list-style-type: none;
    margin: 3px 0 0;
    padding: 0 2px;
}
.navi ul.menu02 {
    font-size: 16px;
    float:right;
}
.navi ul.menu02 li {
    display: inline-block;
    height: 30px;
    line-height: 2;
    list-style-type: none;
    padding: 0 10px;
}
.navi li a {
    color: #444;
    padding: 0 10px;
    text-decoration: none;
}
.navi li a:hover{
	text-decoration: underline;
	color:#666;
}


#container .head_pictrss {
	margin: 0 0 0 18px;
	overflow: hidden;
	padding: 5px 0 20px;
}
div#toprss {
	border: 1px solid #cc9500;
	border-radius: 3px;
	margin: 0 auto 15px;
	overflow: hidden;
	padding-left: 0;
	width: 1190px;
}
div#toprss h2 {
	font-size: 15px;
	padding: 5px 10px;
	font-weight: normal;
	letter-spacing: 2px;
}
div#RSS {
	background: none repeat scroll 0 0 #ffffff;
	float: left;
	font-weight: bold;
	height: 400px;
	overflow: auto;
	padding: 10px;
	width: 575px;
}
/*ヘッダー終了*/
/*index開始*/
div#main ul.article-post li a:link,
div#main ul.article-post li a:active,
div#main ul.article-post li a:visited,
div#main ul.article-post li a:hover {
	color: #777;
}
div#main ul.article-post li a:hover {
	text-decoration: none;
}
#main_head_ad {
	margin: 5px 0 5px 6px;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 660px;
	border: 1px solid #cc9500;
	border-radius: 3px;
}
article.article-outer {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #333;
    box-sizing: border-box;
    float: left;
/*    height: 550px;	*/
    margin: 0 0 25px 10px;
    position: static;
    text-align: left;
    width: 360px;
}

article.article-outer_single {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #666;
    border-radius: 3px;
    display: block;
    float: left;
    margin: 0 0 10px;
    overflow: hidden;
    position: static;
    text-align: left;
    width: 730px;
}
.article-body {
    height: 455px;
    position: relative;
}

body.single .article-body {
    height: auto !important;
    position: relative;
}

.article-body .article-body-inner{
	/*border:solid 1px #464637;*/
}

body.single .article-body .article-body-inner{
	border:none;
}

.article-body .article-body-inner a{
    display: block;
    height: 455px;
    margin: 0 1px;
    overflow: hidden;
    width: 354px;
}

body.single .article-body .article-body-inner a{
    display: block;
    height: auto;
    margin: 1px 25px;
    overflow: hidden;
    width:auto;
}

.article-body .article-body-inner a img{
	width:100%;
	height:auto;
	margin:0;
}

header.article-header {
	background: #d36689;
    margin: -1px 0 0;
}
body.single header.article-header{
	background: none;
}
article#post-not-found h1 {
    font-size: 130%;
    text-align: center;
}
div.article-date-outer {
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px;
}
body.single div.article-date-outer, body.page div.article-date-outer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    font-size: 90%;
    font-weight: bold;
    margin: 5px;
    padding: 0;
    position: static;
    width: 183px;
}

div.article-date-outer span.article-date {
	margin-right: 0.25em;
}
.single .article-date-outer span.article-date,.single .article-date-outer span.article-time {
	margin-right: 0.25em;
	color:#000;
}
div.index_toolbox {
    background: rgba(211, 102, 137, 0.8) none repeat scroll 0 0;
    font-size: 12px;
    max-height: 105px;
    overflow: hidden;
    padding: 5px;
    float: left;
    clear : both;
    display : inline-block;
}
div.list-tag-area
{
    position: absolute;
    bottom: 0;
    width: 100%;
}
div.index_toolbox .article-category-outer ul.post-categories{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 1.3;
    padding-left: 0;
}
div.index_toolbox .article-category-outer ul.post-categories li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}
div.index_toolbox .article-category-outer ul.post-categories li a{
	color:#FFF;
}
div.index_toolbox .article-category-outer ul.post-categories li a:hover{
	text-decoration: underline;
}

div.index_toolbox .article-tags ul li{
	margin-left: 3px;
	display: inline;
}
div.index_toolbox .article-tags ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #666666;
    font-weight: bold;
    line-height: 2;
    padding: 1px 5px;
    text-decoration: none;
    white-space: nowrap;
}
div.index_toolbox .article-tags ul li a:hover{
	background-color: #666666;
	color: #e6efef;
}

div.index_commentbox {
    background: #d36689;
    border-radius: 0 0 15px 15px;
    padding: 3px 0 3px 10px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: -2px;
    border: 1px solid #333;
    border-top: none;
}
div.index_commentbox a{
	color:#FFF;
	font-weight: bold;
}
div.index_commentbox a:hover{
	opacity:0.7;
	text-decoration: none;
}
div.index_commentbox .count_comment span {

    font-size: 16px;
    margin: 0 0 -2px;
}
div.index_commentbox .count_comment span.j_comment{
    font-size: 9px;
    line-height: 3;
    margin: 0 5px;
}

div.article-title-outer {
    border-bottom: 1px solid #464637;
    height: 58px;
    overflow: hidden;
    padding: 3px 8px;
}
div.article-title-outer a{
	color: #FFF;
}
body.single div.article-title-outer, body.page div.article-title-outer{
    border-bottom: 2px solid #D24581;
    height: auto;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    overflow: auto;
    padding: 5px 8px;
}
h2.article-title {
    clear: left;
    font-size: 120%;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}
div#main h2.article-title a:link,
div#main h2.article-title a:active,
div#main h2.article-title a:visited{
    color: #333;
    text-decoration: none;
}

.single div#main h2.article-title a:link,
.single div#main h2.article-title a:active,
.single div#main h2.article-title a:visited{
	color: #333;
	text-decoration: none;

}
div#main h2.article-title a:hover{
	text-decoration: underline;
}

body.single h2.article-title, body.page h2.article-title {
    clear: left;
    font-size: 130%;
    font-weight: bold;
    margin: 8px 0;
}

body.single h3, body.page h3  {
    background: rgba(0, 0, 0, 0) url("images/title_icon.png") no-repeat scroll 2px 5px;
    border-bottom: 2px solid #ccc;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 3px 18px;
}

.single div.article-category-outer ul.post-categories{
    background: rgba(0, 0, 0, 0) url("images/icon_category.png") no-repeat scroll 0 4px;
    line-height: 1.25;
    margin: 0 0 0 25px;
    padding-left: 70px;
}
.single div.article-category-outer ul.post-categories li{
    display: inline-block;
    font-size: 1em;
    margin: 0 5px 7px 0;
    padding: 0;
}

.single div.article-category-outer ul.post-categories li a{
    background: #d36689 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    padding: 2px 10px;
    text-decoration: none;
}
.single div.article-category-outer ul.post-categories li a:hover{
	background-color: #00332E;
	color: #FFF;
}
div.article-body span.article-continue {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
span.article-continue a {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #555;
	border-radius: 5px;
	color: #FFFFFF !important;
	display: block;
	font-size: 17px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	clear: both;
}
span.article-continue a:hover{
	opacity: .7;
}
div.article-tags{
	margin:0 0 20px;
}
div.article-tags span {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 2px 0 6px;
}
div.article-tags ul {
    background: rgba(0, 0, 0, 0) url("images/icon_tag.png") no-repeat scroll 0 4px;
    clear: both;
    height: 1%;
    line-height: 20px;
    margin: 10px 0 0 25px;
    min-height: 16px;
    padding-left: 62px;
}
div.article-tags ul li {
    display: inline-block;
    margin: 0 0 7px 7px;
}
div.article-tags ul li a {
	background: none repeat scroll 0 0 #d36689;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	padding: 2px 10px;
	text-decoration: none;
	border-radius: 2px;
}
div.article-tags ul li a:hover{
	background-color: #00332E;
	color: #FFF;
}
footer.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #ffffff;
}
ul.article-post {
	padding: 5px 6px 3px;
	background: #EFEFEF;
	text-align: right;
	overflow: hidden;
}
ul.article-post li {
	min-height: 16px;
	font-size: 82%;
	display: inline;
}
ul.article-post li * {
	vertical-align: middle !important;
	margin-right: 4px !important;
}
ul.article-post li > a,
ul.article-post li > span,
ul.article-post li > div,
ul.article-post li > iframe {
	display: inline-block;
	margin: 2px 0;
}
ul.article-post li.article-author,
ul.article-post li.article-tool-box{
	float: left;
}
ul.article-post li.article-author {
	margin-left: 10px;
	font-weight: bold;
}
ul.article-post li.article-author img {
	vertical-align: middle;
	padding-right: 5px;
}
.nickname {
	font-weight: bold;
	margin: 10px 0;
}
ul.article-post li.article-comment-count,
ul.article-post li.article-trackback-count {
	margin-left: 5px;
}
ul.article-post li.article-comment-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_comment.gif) no-repeat 0 1px;
}
ul.article-post li.article-trackback-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}
div.wp-pagenavi{
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 1em;
	text-align: center;
	overflow:hidden;
}
div.wp-pagenavi a,
div.wp-pagenavi span{
	margin: 0 2px;
	padding: 0 7px;
}
div.wp-pagenavi span{
	font-weight: bold;
}
div.wp-pagenavi a:hover{
	text-decoration: none;
}
/*index終了*/
/*single開始*/
.nav-single{
	margin-top: 10px;
	padding: 14px 0;
	text-align: center;
}
.nav-single ul li{
	display: inline-block;
}
.single_bottom{
	margin-top: 60px;
}
.single_bottom .popular-posts{
	margin-bottom: 20px;
}
.single_bottom .popular-posts .widget-title{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
.single_bottom .popular-posts ul{
	padding-left: 15px;
}
.single_bottom .popular-posts ul li{
	width: 151px;
	height: 236px;
	border:3px solid #000;
	box-sizing:border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 2px 10px;
	clear: none;
}
.single_bottom .popular-posts ul li .title{
	width: 100%;
	height: 56px;
	padding: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .8;
	text-align: left;
}
.single_bottom .popular-posts ul li .title a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.single_bottom .popular-posts ul li .wpp-comments{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	color: #fff;
	padding: 0 1px 3px 3px;
	font-weight: bold;
	font-size: 12px;
}
.related-entry h3{
	border-bottom: 2px solid #000066;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 4px 0 2px;
	margin-bottom: 10px;
}
.related-entry ul li {
	background: url("icon.png") no-repeat scroll left 8px transparent;
	border-bottom: 1px dotted #003366;
	list-style: none outside none;
	overflow: hidden;
	padding: 8px 0 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.related-entry ul li a{
	text-decoration: none;
	font-size: 110%;
	color: #003366;
	padding: 0 0 0 14px;
}
.related-entry ul li a:hover{
	color: #005AED;
	text-decoration: underline;
}
div#article-options {
	padding: 10px 20px;
}
div.article-option h3 {
	margin: 0 10px 15px 10px;
	padding: 0 0 5px 0;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
}
div.article-option .trackback_field{
	width: 452px;
	margin: 0 30px;
}
input#author {
	background: white;
	padding: 2px;
	border: 1px solid #EEE;
	width: 200px;
	height: 18px;
	box-shadow: inset 0 1px 1px #555555;
	margin: 0 0 5px;
}
textarea#comment {
	width: 100%!important;
	height: 60px!important;
	background: #FdFdFD;
	padding: 2px;
	border: 1px solid #EEE;
	width: 500px;
	height: 50px;
	box-shadow: inset 0 1px 1px #555555;
	resize: none;
}
input#submit {
	width: 200px;
	background: #000;
	box-shadow: 3px #000;
	color: #FFF;
	font-weight: bold;
	border: solid 1px #CCC;
	font-size: 15px;
	border-radius: 5px;
	display: block;
	text-align: center;
	height: 30px;
	margin: 10px auto 0;
}
input#submit:hover{
	background: #999;
	border: solid 1px #000;
	color: #FFF;
}
/*single終了*/
/*各アーカイブ開始*/

div.archive-title {
    background: rgba(211, 102, 137, 1.0) url("images/title_icon.png") no-repeat scroll 8px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px 10px;
    overflow: hidden;
    padding: 4px 0 2px 30px;
    text-align: left;
}
/*各アーカイブ終了*/
/*サイドバー開始*/
.column-inner{
	/*padding: 7px 6px;*/
}
.main-top, #main-bottom {
    clear: both;
    margin: 0 0 20px 10px;
}

body.page #main-bottom {
    clear: both;
    margin: 0 0 20px 0;
}

body.page div#main .main-top {
    clear: both;
    margin: 0 0 20px 0;
}
.main-top .widget-title, #main-bottom .widget-title, #main .widget-title, #content .widget-title, .single .single_tit {
    background: rgba(211, 102, 137, 1) url("images/title_icon.png") no-repeat scroll 8px 5px;
    border-radius: 3px;
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 4px 0 2px 30px;
    text-align: left;
}
.single_bottom_content{
	margin:30px 10px 0;
}

.single_bottom_content .single_tit ul li{
	float:left;
}

.single_bottom_content .single_tit ul li a{
	color:#FFF;
	margin:0 7px 0 0;
	text-decoration: underline;
	font-weight: bold;
}

.single_bottom_content .single_tit ul li a:hover{
	text-decoration: none;
}

body.single .main-top {
    clear: both;
    margin: 0 0 20px;
    width: 770px;
}
#main-bottom02 {
	margin:0;
}

#main-bottom02 .widget{
	width:185px;
	float:left;
	margin:0 0 15px 10px;
}

#main-bottom02 .widget{
	width:250px;
	float:left;
	margin:0 0 0 10px;
}

#main-bottom02 .widget ul{
	counter-reset: all_rank_num;
}
#main-bottom02 .widget li {
    border: 1px solid #ccc;
    color: #b80606;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 248px;
}
#main-bottom02 .widget li a {
    line-height: 2;
    margin: 0 0 0 5px;
}
#main-bottom02 .widget li::before {
    background: #b80707 none repeat scroll 0 0;
    color: #fff;
    content: counter(all_rank_num, decimal);
    counter-increment: all_rank_num;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
    padding: 4px 5px 2px;
}
#main-bottom02 .widget li:hover{
	background:#CCC;
}

#main-bottom02 .widget-title {
    border: 1px solid #464637;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    padding: 4px 0 2px 14px;
    text-align: left;
}
 #cross .widget-title, #extra .widget-title, #sub .widget-title {
    background: rgba(211, 102, 137, 1) url("images/title_icon.png") no-repeat scroll 8px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 4px 0 2px 30px;
    text-align: left;
}

#tracking .widget-title {
    background: rgba(211, 102, 137, 1) url("images/title_icon.png") no-repeat scroll 8px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px -10px;
    overflow: hidden;
    padding: 4px 0 2px 30px;
    text-align: left;
}

#main-bottom .widget,
#main-bottom02 .widget,
#cross .widget,
#extra .widget,
#sub .widget{
	font-size: 95%;
	margin-bottom: 15px;
	/*padding: 10px;*/
}
#extra .widget li, #sub .widget li {
    background: url(images/icon_li01.png) no-repeat;
    border-bottom: 1px dotted #ccc;
    padding: 8px 0 7px 16px;
}
#extra .popular-posts li,
#sub .popular-posts li{
	background:none;
	padding: 0 2px;
	margin:0 0 10px;
}
#extra .popular-posts li .wpp-thumbnail,
#sub .popular-posts li .wpp-thumbnail {
    border: 2px solid #000;
    display: block;
    float: none;
    margin: 0 0 5px;
}
#extra .popular-posts li a.wpp-post-title,
#sub .popular-posts li a.wpp-post-title {
    display: block;
    font-weight: bold;
    max-height: 40px;
    overflow: hidden;
}
#extra .popular-posts li span.wpp-views,
#sub .popular-posts li span.wpp-views {
    background: #d36689 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: 10px;
    padding: 1px 5px;
}

#sub .widget_categories ul li,
#sub #get_recent_comments_wrap ul li,
#sub .widget_archive ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(images/icon_li01.png) no-repeat 0;
	font-size: 95%;
}
#sub #get_recent_comments_wrap ul li .recent-comment-title{
	margin-bottom: 3px;
}
#sub #get_recent_comments_wrap ul li .recent-comment-author {
	display: inline;
	margin-right: 5px;
}
#sub #get_recent_comments_wrap ul li .recent-comment-date {
	display: inline;
}
#sub .widget_newpostcatch ul li{
	margin-bottom: 5px;
}
#sub .widget_newpostcatch ul li .thumb{
	width: 120px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}
#sub .widget_newpostcatch ul li .thumb img{
	width: 100%;
	height: auto;
}
#sub .widget_search .screen-reader-text{
	display: none;
}
#sub .widget_search input#s {
    background: #d36689 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 145px;
}
#sub .widget_search input#searchsubmit {
    height: 25px;
    margin: 5px auto 0;
    width: 150px;
}
/*サイドバー終了*/

/*人気記事*/

.widget_views ul{
	margin:0 5px;
}

.widget_views ul li {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
}


/*人気タグ*/
#popular_tags_widget-2 ul.menu li{
	border-bottom: 1px solid #CCC;
	padding:0 0 4px;
	margin:6px 0 0 ;
}

#popular_tags_widget-2 ul.menu li a {
    font-size: 120%;
    letter-spacing: 0.1em;
}

#popular_tags_widget-2 ul.menu {
  counter-reset: tag_rank_num;	
}

#popular_tags_widget-2 ul.menu li a::before {
    background: #b80707 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    content: counter(tag_rank_num, decimal);
    counter-increment: tag_rank_num;
    display: inline-block;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 10px 0 0;
    padding: 1px 1px 0;
    text-align: center;
    width: 18px;
}

.head_ad_box{
	margin:15px 0;
	overflow:hidden;
}

.head_ad_box ul{
	margin:0 0 0 -30px;
}

.head_ad_box li{
	list-style: none;
	float:left;
	margin:0 0 0 32px;
}

/*/////////////
RSS-LOADERカスタマイズ
/////////////*/
.pickup_top_l_box{
	margin:0 0 10px;
}

div.head_pictrss_DMM .lattice-cell-first-in-row {
    margin-left: 0 !important;
}
div.head_pictrss_DMM .lattice-cell {
    background: #FF84C3 none repeat scroll 0 0;
    border: 3px solid #000;
    float: left;
    height: 275px;
    margin: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    width: 355px;
}
.head_pictrss_DMM img, .head_pictrss_DMM a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 355px !important;
}
.head_pictrss_DMM a:hover{
	opacity:0.5;
}
.head_pictrss_DMM .lattice-overlay-title div {
    height: 40px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 6px;
}

div.head_pictrss_l .lattice-cell-first-in-row {
    margin-left: 0 !important;
}
div.head_pictrss_l .lattice-cell {
    border: 3px solid #000;
    float: left;
    height: 270px;
    margin: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    width: 263px;
	background:#FF84C3;
}
.head_pictrss_l img, .head_pictrss_l a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 263px !important;
}
.head_pictrss_l a:hover{
	opacity:0.5;
}
.head_pictrss_l .lattice-overlay-title div {
    height: 40px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 6px;
}

.pickup_top_s_box{
	margin:0 0 10px;
}
div.head_pictrss_s .lattice-cell-first-in-row {
    margin-left: 2px !important;
}
div.head_pictrss_s .lattice-cell {
    border: 3px solid #000;
    float: left;
    height: 190px;
    margin: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    width: 170px;
	background:#FF84C3;
}
.head_pictrss_s img, .head_pictrss_s a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 170px !important;
}
.head_pictrss_s a:hover{
	opacity:0.5;
}
.head_pictrss_s .lattice-overlay-title div {
    height: 40px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 6px;
}

.pickup_main_box{
	margin:0 0 5px -10px;
}

.pickup_main_box .pickup_pictrss .lattice-cell {
    float: left;
    margin: 0 0 15px 10px;
    overflow: hidden;
    position: relative;
    width: 185px;
}

.pickup_main_box .pickup_pictrss img, .pickup_main_box .pickup_pictrss a img {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #464637;
    height: auto !important;
    padding: 1px;
    vertical-align: bottom;
    width: 181px !important;
}

.pickup_main_box .pickup_pictrss .lattice-title {
    border: 1px solid #464637;
    font-weight: bold;
    height: 44px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 2px 0 0;
    overflow: hidden;
    width: 183px;
}

.pickup_main_box .pickup_pictrss .lattice-title div {
    margin: 3px 0;
    padding: 3px 8px;
}



div.rank_pict_box　.rank_pict img, .rank_pict a img {
    border: 1px solid #464637 !important;
    margin: 0 0 3px;
    padding: 1px;
}

.rank_pict .lattice-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #464637 !important;
    font-weight: bold;
    height: 42px !important;
    letter-spacing: 0.1em;
    width: 183px !important;
}

.rank_pict .lattice-cell {
    width: 185px !important;
}

.rank_pict_box{
	counter-reset: rank_num;
}

.rank_pict .lattice-title::before {
    content: counter(rank_num, decimal) "位";
    counter-increment: rank_num;
    display: block;
    font-size: 110%;
    margin: 0 0 0 5px;
}

/*サイドカラムDMM*/
.pickup_side_l_box{
	margin:0 0 10px;
}

div.side_pictrss_DMM .lattice-cell-first-in-row {
    margin-left: 0 !important;
}
div.side_pictrss_DMM .lattice-cell {
    background: #FF84C3 none repeat scroll 0 0;
    border: 3px solid #000;
    float: left;
    height: 230px;
    margin: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.side_pictrss_DMM img, .side_pictrss_DMM a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 300px !important;
}
.side_pictrss_DMM a:hover{
	opacity:0.5;
}
.side_pictrss_DMM .lattice-overlay-title div {
    height: 40px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 6px;
}


/*サイドカラムサムネ*/
.side_pictrss_box .pc_side_pictrss .lattice-cell {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 174px;
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
    width: 148px;
}
.side_pictrss_box .pc_side_pictrss img, .side_pictrss_box .pc_side_pictrss a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 150px !important;
}
.side_pictrss_box .pc_side_pictrss .lattice-overlay-title {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 38px;
    line-height: 1.3;
    min-height: 1em;
    position: absolute;
    width: 100%;
}

/*コメント欄開始*/
#comments-title, #respond #reply-title {
    background: rgb(64, 64, 64) url("images/title_icon.png") no-repeat scroll 8px 5px;
    border-radius: 3px;
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 -10px 10px;
    overflow: hidden;
    padding: 4px 0 4px 40px;
    text-align: left;
}
#comments-title{
	margin-bottom: 15px;
}
section.commentlist{
	counter-reset:number;
	margin-bottom: 40px;
	padding: 0 15px;
}
section.commentlist li {
    border-bottom: 1px dotted #666;
    font-size: 16px;
    letter-spacing: 1px;
    list-style: outside none none;
    padding: 20px;
}
section.commentlist li:before{
	counter-increment: number;
	content: counter(number);
	margin-right: 10px;
	font-weight: bold;
	float: left;
}
section.commentlist li cite.fn{
	color: #227a22;
	margin-right: 10px;
	padding-right: 8px;
	font-size: 18px;
	font-style: normal;
}
section.commentlist li time{
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
section.commentlist li section.cf{
	padding-top: 8px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}
section.commentlist li header img,
section.commentlist li .comment-reply-link{
	display: none;
}
#respond form {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 3px #333;
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
}
#respond form p{
	width: 622px;
	margin: 0 auto;
	padding: 5px 0;
}
#respond form #author,
#respond form #comment{
	border-radius: 3px;
	height: 40px;
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	-moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	-ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	-o-transition: border 0.1s ease, box-shadow 0.1s ease;
	transition: border 0.1s ease, box-shadow 0.1s ease;
}
#respond form #author {
    font-weight: bold;
    width: 60%;
}
#respond form #comment{
	width: 100%;
	height: 140px;
}
#respond form p.form-submit{
	text-align: right;
}
#respond form #submit{
	width: 400px;
	height: 36px;
}


/*最新記事_記事サイドカラム*/
.thmb_piict .lattice-cell {
    border: 1px solid #464637;
    float: left;
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    width: 308px !important;
}

.thmb_piict .lattice-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #b80606 !important;
    font-size: 12px;
    font-weight: bold;
    height: 3.5em;
    letter-spacing: 0.1em;
    line-height: 1.5 !important;
    margin: 0 0 0 155px;
    width: 150px !important;
}

.thmb_piict img, .thmb_piict a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 150px !important;
    vertical-align: bottom;
    width: 150px !important;
    float: left;
    margin: 1px;
}

/*記事下関連記事*/

.wp_rp_wrap .related_post_title {
    border: 0 none !important;
    clear: both !important;
    font-size: 1em !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 20px 0 5px !important;
    text-align: left !important;
}

ul.related_post {
    display: inline-block !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    position: relative !important;
}

ul.related_post li {
    background: #FFF !important;
    border:1px solid #464637;
    display: inline-block !important;
    margin: 0 0 10px 10px !important;
    min-height: 185px !important;
    padding: 1px !important;
    position: relative !important;
    vertical-align: top !important;
    width: 160px !important;
}

ul.related_post li a {
    border: 0 none;
    color: #000;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 160px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0;
}
ul.related_post li a.wp_rp_title {
    height: 32px;
    letter-spacing: 0.1em;
    line-height: 1.4 !important;
    margin: 5px auto 5px !important;
    overflow: hidden;
    width: 161px !important;
}

ul.related_post li a img {
    border: none!important;
    display: block !important;
    float: none !important;
    /*height: 230px !important;*/
    margin: 0 0 10px !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 161px !important;
    height:auto;
}

/*ヘッドテキストRSS*/

.head_text_box{
    border: 1px solid #000;
    margin: 0 0 15px;
    overflow: hidden;
}

.head_text_box .headline_textrss {
    float: left;
    height: 380px;
    overflow-y: scroll;
    width: 50%;
}
.head_text_box .headline_textrss a {
    background: rgba(0, 0, 0, 0) url("images/icon_li01.png") no-repeat scroll 0;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 8px 8px 3px 20px;
    text-decoration: none;
}
.head_text_box .headline_textrss a:hover{
	background: rgba(0, 0, 0, 0.5) url("images/icon_li01.png") no-repeat scroll 0;
    color:#FFF;
}

.head_text_box .headline_textrss .lattice-title {
    font-size: 12px;
    margin: 0 0 5px;
    max-height: 34px;
    min-height: 1em;
    overflow: hidden;
}
.head_text_box .headline_textrss .lattice-cell {
    border-top: 1px dotted #ccc;
}
.head_text_box .headline_textrss .lattice-cell:nth-child(even) {
	background:#F6F6F6;
}
.head_text_box .headline_textrss .lattice-cell-first {
    border-top: none;
}
.head_text_box .headline_textrss .lattice-cell-last {
    border-bottom: none;
}


/*追尾テキストRSS*/

.tracking_ad_flame .side_tracking_textrss {
    float: left;
    width: 100%;
}
.tracking_ad_flame .side_tracking_textrss a {
    background: rgba(0, 0, 0, 0) url("images/icon_li01.png") no-repeat scroll 0;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 8px 8px 6px 20px;
    text-decoration: none;
    font-size: 12px;
}
.tracking_ad_flame .side_tracking_textrss a:hover{
	background: rgba(0, 0, 0, 0.5) url("images/icon_li01.png") no-repeat scroll 0;
    color:#FFF;
}

.tracking_ad_flame .side_tracking_textrss .lattice-title {
    margin: 0 0 5px;
    max-height: 34px;
    min-height: 1em;
    overflow: hidden;
}
.tracking_ad_flame .side_tracking_textrss .lattice-cell {
    border-top: 1px dotted #ccc;
}
.tracking_ad_flame .side_tracking_textrss .lattice-cell:nth-child(even) {
	background:#F6F6F6;
}
.tracking_ad_flame .side_tracking_textrss .lattice-cell-first {
    border-top: none;
}
.tracking_ad_flame .side_tracking_textrss .lattice-cell-last {
    border-bottom: none;
}


/* 追尾広告 */
#tracking_ad_box{
  position: absolute;
  z-index:1000;
}
#tracking_ad{
  position: absolute;
  top: 0;
}
#tracking_ad.fixed {
  position: fixed;
  top: 5px;
}
.tracking_ad_flame {
    margin: 0 0 0 -10px;
    padding: 5px;
    text-align: left;
    width: 300px;
}


/*一覧ページボタン*/
.to_list_page{
	margin:8px 0;
}
.to_list_page a {
    background: #ffaeaa none repeat scroll 0 0;
    border: 1px solid #b80700;
    border-radius: 3px;
    display: inline;
    padding: 2px 8px 1px;
}
.to_list_page a:hover {
    background: #b80700 none repeat scroll 0 0;
    border: 1px solid #b80700;
    color:#FFF;
    text-decoration: none;
}

/*記事内広告*/
.single_ad_inc {
    margin: 0 0 20px 50px;
    overflow: hidden;
}
.single_ad_inc ul li{
	float:left;
	margin:0 0 0 20px;
}
.single_ad_bottom {
    margin: 0 0 20px 20px;
    overflow: hidden;
}
.single_ad_bottom ul li{
	float:left;
	margin:0 0 0 20px;
}

body.single .entry-content .single_ad_inc img {
    border: medium none;
    height: auto;
    margin: 0;
    width: auto;
}


/*フッター開始*/
footer.footer {
    background: rgba(211, 102, 137, 1) none repeat scroll 0 0;
    color: #fff;
    font-size: 80%;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
/*フッター終了*/


/*ディスクリプション出力*/
body.single h3.des_box{
    border: 1px solid #D24581;
    background: #d36689;
    border-radius: 4px;
    font-size: 110%;
    color: #FFF;
    margin: 0 25px 20px;
    padding: 10px;
}

/*関連作品*/
body.single div.postlink_kanren{
	border: solid 1px #D24581;
	padding: 7px 7px 0;
	background: #efefef;
	border-radius: 3px;
}
body.single div.postlink_kanren span{
	display: block;
	margin: 0 0 7px;
}
body.single div.postlink_kanren span a{
    color: #D24581;
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

/*検索窓*/
form#searchform{
	width: 280px;
	margin: 0 auto;
}
form#searchform .screen-reader-text{
	display: none;
}
form#searchform #s{
	border: 1px solid #CCC;
	height: 25px;
	border-radius: 3px;
	width: 210px;
}
form#searchform #searchsubmit{
	border-radius: 3px;
	height: 25px;
}

/*人気カテゴリテーブル*/
div.favo_keyword_box table.acr_ranking_sys{
    margin: 0 0 10px;
    width: 100%;
}
div.favo_keyword_box table.acr_ranking_sys td{
    padding: 5px;
}
div.favo_keyword_box table.acr_ranking_sys tr:nth-last-child(3),
div.favo_keyword_box table.acr_ranking_sys tr:nth-child(1),
div.favo_keyword_box table.acr_ranking_sys tr:nth-child(2),
div.favo_keyword_box table.acr_ranking_sys tr:nth-child(3) {
    display: none;
}
body.page div#main .tax_list_area ul:after
{
	content : " ";
	height : 0;
	display : block;
	visibility : hidden;
	clear : both;
}
body.page div#main .tax_list_area ul li
{
	display : inline-block;
	float : left;
	padding :5px;
	margin : 5px;
	border : 1px dotted #ccc;
	border-radius : 5px;
}
div#content .widgets-list-layout li
{
	background-image : null;
	padding : 1px;
}
div#content .widgets-list-layout .widgets-list-layout-blavatar{
	width : 150px;
	max-width : 150px;
	height : 225px;
}
div#content .widgets-list-layout-links
{
	width : 100%;
}
.favorite-article ul
{
	margin-bottom : 10px;
	text-align: center;
}
.favorite-article ul li
{
	display: inline-block;
	border-radius: 5px;
	background-color : rgb(64, 64, 64);
	color : #ffffff;
}
.favorite-article ul li a
{
	display: inline-block;
	padding : 5px 10px;
	border-radius: 5px;
	background-color : rgb(64, 64, 64);
	color : #ffffff;
}

.article-outer .discription_area
{
	background-color : rgba(211, 102, 137, 0.8);
	height : 118px;
	overflow: hidden;
}

#breadcrumb
{
	margin-bottom : 5px;
	padding : 3px 0 ;
}
#breadcrumb ul li
{
	display: inline;
	list-style-type: none;
}
#breadcrumb ul li:after
{
	content:" > ";
}
#breadcrumb ul li:last-child:after
{
	content : "";
}

.tagcloud a
{
    background: #d36689;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 11px !important;
    margin-bottom: 5px;
}

/*最新コメント*/
.c_wrapper
{
    display: flex;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
}
.c_wrapper .c_thumb
{
	width: 90px;
}

.c_wrapper .c_thumb img
{
	width: 90px;
    height: auto;
}
.c_wrapper .c_side_wrapper
{
	flex-grow: 1;
}
.c_wrapper .c_side_wrapper .c_title
{
    font-size: 90%;
    padding: 5px;
    height: 49px;
    overflow:hidden;
}
.c_wrapper .c_side_wrapper .c_title a
{
}
.c_wrapper .c_side_wrapper .c_body
{
	padding: 3px 7px 0;
}
.c_wrapper .c_side_wrapper .c_info
{
	font-size: 90%;
	text-align: right;
}
.c_wrapper .c_side_wrapper .c_info span
{
	padding-right: 10px;
}

.content .yarpp-related {
    margin: 1em auto;
    text-align: center;
}

/* Contact form */

.contact-form-container label {
    margin: 10px auto 0;
    display: block;
    font-weight: bold;
}
.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
    margin: 4px 0 0;
    padding: 4px;
    width: 320px;
}
.contact-form-container input[type="submit"] {
    margin: 8px auto 0;
    padding: 4px 10px;
    color: #fff;
    background: #D24581;
    border-radius: 3px;
    border-width: 0;
    cursor: pointer;
}