/*****************************************************************
Theme Name: pc
Version: 1.0
******************************************************************/
/*リセット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 {
	margin: 0;
	padding: 0;
	background: url() repeat;
	color: #415141;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: .9em;
	background: url(images/bg_pict.png);
}
img {
    border: 0 none;
}

body.single .entry-content img {
    border: 5px solid #C2C2C2;
    height: auto;
    margin: 0 55px 30px;
    width: 720px;
}

#post-not-found .entry-content p {
	text-align: center;
}

a {
	color:#59B200;
	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: 1200px;
}
div#content {
	margin: 0 auto;
	width: 1200px;
}
div#content:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#main {
    display: block;
    float: left;
    overflow: hidden;
    width: 840px;
}

div#main .article_wrapper{
    background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 0 3px #9b8c9b;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 20px 0;
    width: 835px;
}

div#main .article_wrapper .article_wrapper_inner{
	padding: 0 20px;
}

body.single div#main, body.page div#main {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 840px;
}

body.page div#main .entry-content{
	margin:20px;
}

body.page div#main.main-latest .entry-content {
    margin: 0;
}

body.page div#main .entry-content li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 7px;
}

div#side_wrap {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 0 3px #9b8c9b;
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 0;
    width: 340px;
}

div#cross{
	/*overflow:hidden;*/
}
div#sub {
	display: inline;
	float: right;
	margin-left: 10px;
	width: 100px;
}
div#extra {
	display: inline;
	float: right;
	width: 100px;
	margin-left: 10px;
}
div#tracking {
	display: inline;
	float: right;
	width: 340px;
	margin:0;
}
/*レイアウト終了*/
/*ヘッダー開始*/
div.blog-title-outer {
	background:url(images/bg_cross.png);
	border-radius: 0 0 5px 5px;
	width: 1200px;
	margin: 0 auto 17px;
}
div.blog-title-inner{
    margin: 0 10px;
    padding: 17px 0;
    width: 1200px;
    overflow: hidden;
}
h1#blog-title {
    float: left;
    font-weight: bold;
    width: 327px;
}
p#blog-description {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 135%;
	display: none;
}
.search_box {
    float: right;
    margin: 7px 20px 0 0;
    width: 800px;
}
.search_box .head_menu{
	overflow:hidden;
	margin:9px 0 0;
}
.search_box .head_menu li{
	float:left;
	margin:0 0 0 9px;
}
.search_box .head_menu li a:hover{
	opacity:0.5;
}
.navi {
    color: none;
    margin: 0 0 20px;
    overflow:hidden;
}
.navi .menu_box{
	width:1200px;
	margin:0 auto;
}
.navi .menu_box:after
{
    content : "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.navi ul {
    font-size: 15px;
}
.navi ul li {
    background: rgba(0,0,0, 0) url("images/icon_point.png") no-repeat scroll left 9px;
    display: inline-block;
    height: 30px;
    list-style-type: none;
    padding: 7px 30px 0 17px;
}
.navi ul li:hover {
    background: rgba(0,0,0, 0) url("images/icon_point.png") no-repeat scroll left 7px;
}
.navi li a {
	color:#4BF8BF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.3em;
}
.navi li a:hover{
	text-decoration: underline;
	color:#A7FADF;
}

.navi .widget_text{
	float: left;
	width: 870px;
}

.navi .widget_search{
	float: right;
	width: 410px;
	right: 0;
}

.navi .widget_search .screen-reader-text{
	display: none;
}
.navi .widget_search input#s {
    background: #FFF;
    border: 1px solid #666;
    border-radius: 5px;
    height: 27px;
    width: 250px;
}
.navi .widget_search input#searchsubmit {
    height: 27px;
    margin: 7px auto 0;
    width: 120px;
}


#container .head_pictrss {
	margin: 0 0 0 19px;
	overflow: hidden;
	padding: 7px 0 20px;
}
div#toprss {
	border: 1px solid #9500cc;
	border-radius: 5px;
	margin: 0 auto 17px;
	overflow: hidden;
	padding-left: 0;
	width: 1190px;
}
div#toprss h2 {
	background: #b576cc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #b576cc 1%, #9e18ce 49%, #9e18ce 49%, #9500cc 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b576cc), color-stop(49%,#9e18ce), color-stop(49%,#9e18ce), color-stop(50%,#9500cc));
	background: -webkit-linear-gradient(top, #b576cc 1%,#9e18ce 49%,#9e18ce 49%,#9500cc 50%);
	background: -o-linear-gradient(top, #b576cc 1%,#9e18ce 49%,#9e18ce 49%,#9500cc 50%);
	background: -ms-linear-gradient(top, #b576cc 1%,#9e18ce 49%,#9e18ce 49%,#9500cc 50%);
	background: linear-gradient(to bottom, #b576cc 1%,#9e18ce 49%,#9e18ce 49%,#9500cc 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b576cc', endColorstr='#9500cc',GradientType=0 );
	color: #FFFFFF;
	font-size: 17px;
	padding: 7px 10px;
	font-weight: normal;
	letter-spacing: 3px;
}
div#RSS {
	background: none repeat scroll 0 0 #ffffff;
	float: left;
	font-weight: bold;
	height: 400px;
	overflow: auto;
	padding: 10px;
	width: 647px;
}
/*ヘッダー終了*/
/*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: 7px 0 7px 7px;
	overflow: hidden;
	padding: 7px;
	position: relative;
	width: 660px;
	border: 1px solid #9500cc;
	border-radius: 5px;
}
article.article-outer {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 3px dashed #ebebeb;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 0 30px;
    position: static;
    text-align: left;
}
article.article-outer_single {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 0 3px #9b8c9b;
    display: block;
    float: left;
    margin: 0 0 10px 3px;
    overflow: hidden;
    position: static;
    text-align: left;
    width: 835px;
}

.article-body{
    float: left;
    height: 257px;
    position: relative;
    width: 227px;
}

.article-body .article-body-inner{
}

.article-body .article-body-inner a{
    border: 5px solid #c2c2c2;
    display: block;
    height: 257px;
    margin: 1px;
    overflow: hidden;
    width: 219px;
}
.article-body .article-body-inner a img{
    height: auto;
    margin: 0;
    width: 100%;
}

header.article-header {
    float: right;
    height: 267px;
    position: relative;
    width: 537px;
}

.single header.article-header {
    background: rgba(0,0,0, 0) url("images/tit_border.png") repeat-x scroll center bottom;
    float: none;
    height: auto;
    margin: 0 0 30px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

article#post-not-found h1 {
    font-size: 130%;
    text-align: center;
}

div.article-date-outer {
    color: #fff;
    float: left;
    font-size: 110%;
    margin: 1px;
    padding: 7px 0 0 10px;
    position: absolute;
    text-shadow: 0 0 3px #000;
}

body.single div.article-date-outer, body.page div.article-date-outer {
    background: rgba(0,0,0, 0) none repeat scroll 0 0;
    /*color: #000093;*/
    float: none;
    font-size: 90%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: static;
    width: 185px;
}

div.article-date-outer span.article-date {
	margin-right: 0.27em;
}
.single .article-date-outer span.article-date,.single .article-date-outer span.article-time {
    color: #333;
    margin-right: 0.27em;
    text-shadow: none;
}
div.index_toolbox {
    bottom: -7px;
    max-height: 140px;
    overflow: hidden;
    position: absolute;
}
div.index_toolbox.new_index_toolbox {
	top : 0;
    bottom: auto　!important;
    max-height: 100% !important;
}
div.index_toolbox .article-category-outer ul.post-categories{
    background: rgba(0,0,0, 0) url("images/icon_category.png") no-repeat scroll 0 5px;
    line-height: 1.8;
    padding-left: 30px;
    padding-top: 3px;
}
div.index_toolbox .article-category-outer ul.post-categories li{
    display: inline-block;
    font-size: 1em;
    margin: 0 7px 7px 0;
    padding: 0;
}
div.index_toolbox .article-category-outer ul.post-categories li a{
    background: #8DFAD7 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 1px 7px;
}
div.index_toolbox .article-category-outer ul.post-categories li a:hover{
	opacity: 0.8;
}


div.index_toolbox .article-tags{
	margin:0;
}
div.index_toolbox .article-tags span {
    color: #000;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 3px 0 7px;
}
div.index_toolbox .article-tags ul {
    background: rgba(0,0,0, 0) url("images/icon_tag.png") no-repeat scroll 0 0;
    clear: both;
    height: 1%;
    line-height: 1.8;
    margin: 0;
    min-height: 17px;
    padding-left: 27px;
}
div.index_toolbox .article-tags ul li {
    display: inline-block;
    margin: 0 0 7px 7px;
}
div.index_toolbox .article-tags ul li a {
	border:none;
	background: none repeat scroll 0 0 #333;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
	padding: 1px 10px;
	text-decoration: none;
	border-radius: 3px;
}
div.index_toolbox .article-tags ul li a:hover{
	border:none;
	background-color: #000;
	color: #FFF;
	text-decoration: underline;
	opacity: 0.6;
}

div.index_commentbox {
    background: rgba(185,115,255, 0.9) none repeat scroll 0 0;
    border: 3px solid #ccc;
    border-radius: 100%;
    height: 50px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 50px;
}
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 {
    display: block;
    font-size: 20px;
    margin: 7px 0 0;
}
div.index_commentbox .count_comment span.j_comment{
    font-size: 9px;
    margin: -7px 0 0;
}
div.article-title-outer {
    letter-spacing: 0.1em;
    overflow: hidden;
   /* height: 110px;	*/
}
body.single div.article-title-outer, body.page div.article-title-outer {
    float: right;
    height: auto;
    margin: 20px 0 0;
    width: 540px;
}

body.page .main-latest div.article-title-outer {
    float: none;
    width: 100%;
}


body.single div.single_tit_thumbs{
    border: 7px solid #c2c2c2;
    border-radius: 3px;
    float: left;
    height: 300px;
    margin: 20px 0 20px 20px;
    overflow: hidden;
    width: 240px;
}

body.single div.single_tit_thumbs img{
	width: 100%;
	height: auto;
}

h2.article-title {
    clear: left;
    font-size: 180%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
}

div#main h2.article-title a:link,
div#main h2.article-title a:active,
div#main h2.article-title a:visited{
    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{
	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: 160%;
    font-weight: bold;
    margin: 9px 0 30px;
}

body.page .main-latest h2.article-title {
    margin: 0;
    font-size: 180%;
}

body.single h3, body.page h3  {
    font-size: 110%;
    font-weight: bold;
    margin: 0 10px 20px;
}

.single div.article-category-outer ul.post-categories{
    background: rgba(0,0,0, 0) url("images/icon_category.png") no-repeat scroll 0 0;
    line-height: 1.25;
    margin: 0 0 0 27px;
    padding-left: 45px;
}
.single div.article-category-outer ul.post-categories li{
    display: inline-block;
    font-size: 1em;
    margin: 0 7px 9px 0;
    padding: 0;
}

.single div.article-category-outer ul.post-categories li a{
    background: #333 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    padding: 3px 10px;
    text-decoration: none;
}
.single div.article-category-outer ul.post-categories li a:hover{
	border:1px solid #000;
	background-color: #000;
	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: 7px;
	color: #FFFFFF !important;
	display: block;
	font-size: 19px;
	padding: 7px;
	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: 15px;
    font-weight: bold;
    margin: 5px 3px 0 7px;
}
div.article-tags ul {
    background: rgba(0,0,0, 0) url("images/icon_tag.png") no-repeat scroll 0 0;
    clear: both;
    height: 1%;
    line-height: 20px;
    margin: 10px 0 0 27px;
    min-height: 17px;
    padding-left: 37px;
}
div.article-tags ul li {
    display: inline-block;
    margin: 0 0 9px 9px;
}
div.article-tags ul li a {
	border:1px solid #000;
	background: none repeat scroll 0 0 #333;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	padding: 3px 10px;
	text-decoration: none;
	border-radius: 3px;
}
div.article-tags ul li a:hover{
	border:1px solid #000;
	background-color: #000;
	color: #FFF;
}
footer.article-footer {
	margin: 17px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #ffffff;
}
ul.article-post {
	padding: 7px 7px 5px;
	background: #EFEFEF;
	text-align: right;
	overflow: hidden;
}
ul.article-post li {
	min-height: 17px;
	font-size: 82%;
	display: inline;
}
ul.article-post li * {
	vertical-align: middle !important;
	margin-right: 5px !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: 3px 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: 7px;
}
.nickname {
	font-weight: bold;
	margin: 10px 0;
}
ul.article-post li.article-comment-count,
ul.article-post li.article-trackback-count {
	margin-left: 7px;
}
ul.article-post li.article-comment-count {
	padding: 5px 7px 5px 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: 5px 7px 5px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}
div.wp-pagenavi{
    font-size: 120%;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 17px;
}
div.wp-pagenavi a,
div.wp-pagenavi span{
	margin: 0 3px;
	padding: 0 9px;
    line-height: 1.2;
}
div.wp-pagenavi span{
	font-weight: bold;
}
div.wp-pagenavi a:hover{
	text-decoration: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 3px solid !important;
	padding: 5px 7px;
	margin: 3px;
}
/*index終了*/
/*single開始*/
.nav-single{
	margin-top: 10px;
	padding: 15px 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: 19px;
	font-weight: bold;
}
.single_bottom .popular-posts ul{
	padding-left: 17px;
}
.single_bottom .popular-posts ul li{
	width: 151px;
	height: 237px;
	border:5px solid #000;
	box-sizing:border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 3px 10px;
	clear: none;
}
.single_bottom .popular-posts ul li .title{
	width: 100%;
	height: 57px;
	padding: 5px;
	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 5px 5px;
	font-weight: bold;
	font-size: 13px;
}
.related-entry h3{
	border-bottom: 3px solid #006600;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0 3px;
	margin-bottom: 10px;
}
.related-entry ul li {
	background: url("icon.png") no-repeat scroll left 9px transparent;
	border-bottom: 1px dotted #336600;
	list-style: none outside none;
	overflow: hidden;
	padding: 9px 0 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.related-entry ul li a{
	text-decoration: none;
	font-size: 110%;
	color: #336600;
	padding: 0 0 0 15px;
}
.related-entry ul li a:hover{
	color: #5AED00;
	text-decoration: underline;
}
div#article-options {
	padding: 10px 20px;
}
div.article-option h3 {
	margin: 0 10px 17px 10px;
	padding: 0 0 7px 0;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
}
div.article-option .trackback_field{
	width: 453px;
	margin: 0 30px;
}
input#author {
	background: white;
	padding: 3px;
	border: 1px solid #EEE;
	width: 200px;
	height: 19px;
	box-shadow: inset 0 1px 1px #555555;
	margin: 0 0 7px;
}
textarea#comment {
	width: 100%!important;
	height: 60px!important;
	background: #FdFDFd;
	padding: 3px;
	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: 5px #000;
	color: #FFF;
	font-weight: bold;
	border: solid 1px #CCC;
	font-size: 17px;
	border-radius: 7px;
	display: block;
	text-align: center;
	height: 30px;
	margin: 10px auto 0;
}
input#submit:hover{
	background: #999;
	border: solid 1px #000;
	color: #FFF;
}
/*single終了*/
/*各アーカイブ開始*/
.main-latest div.archive-header,
header.archive-header{
    background: rgba(0,0,0, 0) url("images/tit_border.png") repeat-x scroll 0 40px;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

h2.archive-title,
div.archive-title {
    background: rgba(0,0,0, 0) url("images/tit_deco.png") no-repeat scroll 0 0;
    color: #415141;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 0 3px 20px;
    text-align: left;
}
/*各アーカイブ終了*/
/*サイドバー開始*/

.main-top, .main-top03, #main-bottom {
/*    display: block;
    float: left;
    overflow: hidden;
    width: 770px;
}*/
    background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 0 3px #9b8c9b;
    margin: 3px auto 20px;
    overflow: hidden;
    padding: 20px 0;
    width: 835px;
}
.column-inner{
	padding: 0 20px;
}

.main-top02{
	margin: 0 0 20px;
}

.main-top02 .column-inner{
	padding: 0;
}

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, .single .single_tit {
    background-image: url("images/tit_deco.png"), url("images/tit_border.png");
    background-position: 0 0px, 0 40px;
    background-repeat: no-repeat, repeat-x;
    color: #415141;
    font-size: 17px;
    font-weight: normal;
    height: 40px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 0 3px 20px;
    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{
	margin:0 9px 0 0;
	text-decoration: underline;
	font-weight: bold;
}

.single_bottom_content .single_tit ul li a:hover{
	text-decoration: none;
}

 #cross .widget-title, #extra .widget-title, #sub .widget-title {
	background-image:url("images/tit_deco.png"), url("images/tit_border.png");
	background-repeat: no-repeat, repeat-x;
	background-position: 0 0, 0 40px;
    color: #415141;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 0 3px 20px;
    text-align: left;
    height: 40px;
}

.scroll .widget-title {
	background-image:url("images/tit_deco.png"), url("images/tit_border.png");
	background-repeat: no-repeat, repeat-x;
	background-position: 0 0, 0 40px;
    color: #415141;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 0 3px 20px;
    text-align: left;
    height: 40px;
}

#main-bottom .widget,
#main-bottom02 .widget,
#cross .widget,
#extra .widget,
#sub .widget{
	font-size: 95%;
	margin-bottom: 17px;
	/*padding: 10px;*/
}
#extra .widget li, #sub .widget li {
    background: rgba(0,0,0, 0) url("images/icon_li01.png") no-repeat scroll 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 9px 0 9px 17px;
}
#extra .popular-posts li,
#sub .popular-posts li{
	background:none;
	padding: 0 3px;
	margin:0 0 10px;
}
#extra .popular-posts li .wpp-thumbnail,
#sub .popular-posts li .wpp-thumbnail {
    border: 5px solid #fa06d6;
    display: block;
    margin: 0 0 7px;
    float:none;
}
#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: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fa06d6;
    font-size: 10px;
    font-weight: bold;
    height: 10px;
    padding: 1px 7px;
}

/*#extra .popular-posts ul li{
	margin-bottom: 7px;
}
#extra .popular-posts ul li .wpp-thumbnail{
	margin: 0 10px 10px 0;
}
#extra .popular-posts ul li .wpp-views{
	background-color: rgb(166,104,198);
	overflow: hidden;
	display: inline-block!important;
	margin-bottom: 7px;
	padding: 3px 7px;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
	text-shadow: 0 1px 0 #fff;
}*/
#sub .widget_categories ul li,
#sub #get_recent_comments_wrap ul li,
#sub .widget_archive ul li {
	margin-bottom: 7px;
	padding-left: 17px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/cobaltblue/arrow.gif) no-repeat 0 5px;
	font-size: 95%;
}
#sub #get_recent_comments_wrap ul li .recent-comment-title{
	margin-bottom: 5px;
}
#sub #get_recent_comments_wrap ul li .recent-comment-author {
	display: inline;
	margin-right: 7px;
}
#sub #get_recent_comments_wrap ul li .recent-comment-date {
	display: inline;
}
#sub .widget_newpostcatch ul li{
	margin-bottom: 7px;
}
#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: pink none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 27px;
    width: 147px;
}
#sub .widget_search input#searchsubmit {
    height: 27px;
    margin: 7px auto 0;
    width: 150px;
}
/*サイドバー終了*/

/*人気記事*/

.widget_views ul{
	margin:0 7px;
}

.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 5px;
	margin:7px 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: #0707b8 none repeat scroll 0 0;
    border-radius: 17px;
    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: 19px;
}

.head_ad_box{
	margin:17px 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 33px;
}

/*/////////////
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: #fa05d6 none repeat scroll 0 0;
    border: 5px solid #000;
    float: left;
    height: 277px;
    margin: 0 0 9px 9px;
    overflow: hidden;
    position: relative;
    width: 357px;
}
.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: 357px !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 7px;
    overflow: hidden;
    padding: 7px 7px;
}

div.head_pictrss_l .lattice-cell-first-in-row {
    margin-left: 0 !important;
}
div.head_pictrss_l .lattice-cell {
    border: 5px solid #000;
    float: left;
    height: 270px;
    margin: 0 0 9px 9px;
    overflow: hidden;
    position: relative;
    width: 265px;
	background:#FA05D6;
}
.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: 265px !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 7px;
    overflow: hidden;
    padding: 7px 7px;
}

.pickup_top_s_box{
	margin:0 0 10px;
}
div.head_pictrss_s .lattice-cell-first-in-row {
    margin-left: 3px !important;
}
div.head_pictrss_s .lattice-cell {
    border: 5px solid #000;
    float: left;
    height: 190px;
    margin: 0 0 9px 9px;
    overflow: hidden;
    position: relative;
    width: 170px;
	background:#FA05D6;
}
.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 7px;
    overflow: hidden;
    padding: 7px 7px;
}

.pickup_main_box{
	margin:0 0 7px -10px;
}

/*メイン上pictrss*/
.pickup_main_box .pickup_pictrss .lattice-cell {
    border: 5px solid #c2c2c2;
    float: left;
    height: 225px;
    margin: 0 0 17px 10px;
    overflow: hidden;
    position: relative;
    width: 179px;
    box-shadow: none;
}

.pickup_main_box .pickup_pictrss .lattice-cell:hover {
	opacity: 0.7;
}

.pickup_main_box .pickup_pictrss .lattice-overlay-title {
    background-color: rgba(141,250,215, 0.85);
    bottom: 0;
    color: #fff;
    font-size: 15px;
    height: 67px;
    letter-spacing: 1px;
    line-height: 1.4;
    position: absolute;
    width: 100%;
}

.pickup_main_box .pickup_pictrss .lattice-overlay-title div{
	padding: 7px;
}

.pickup_main_box .pickup_pictrss img, .pickup_main_box .pickup_pictrss a img {
    background: transparent none repeat scroll 0 0;
    height: 225px !important;
    vertical-align: bottom;
    width: 179px !important;
}

.pickup_main_box .pickup_pictrss .lattice-title {
    border: 1px solid #463746;
    font-weight: bold;
    height: 45px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 3px 0 0;
    overflow: hidden;
    width: 185px;
}

.pickup_main_box .pickup_pictrss .lattice-title div {
    margin: 5px 0;
    padding: 5px 9px;
}


/*ヘッドテキストRSS*/

.head_text_box .headline_textrss {
    float: left;
    height: 320px;
    overflow-y: scroll;
    width: 50%;
    margin:0 0 10px;
}
.head_text_box .headline_textrss a {
	position: relative;
	display: inline-block;
    display: block;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 9px 9px 9px 20px;
    text-decoration: none;
}
.head_text_box .headline_textrss a:hover{
	background: #8DFAD7;
    color:#FFF;
}

.head_text_box .headline_textrss .lattice-title {
    height: 35px;
    margin: 0 0 7px;
    overflow: hidden;
}

.head_text_box .headline_textrss a::before,
.head_text_box .headline_textrss a::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.head_text_box .headline_textrss a::before{
width: 13px;
height: 13px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #B973FF;
left: 5px;
}
.head_text_box .headline_textrss a::after{
left: 9px;
box-sizing: border-box;
width: 5px;
height: 5px;
border: 5px solid transparent;
border-left: 5px solid #FFF;
}
.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;
}


/*ヘッドテキストRSS02*/

.head_text_box .headline_textrss02 {
    height: 350px;
    overflow-y: scroll;
    margin:0 0 10px;
}
.head_text_box .headline_textrss02 a {
	position: relative;
	display: inline-block;
    display: block;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 9px 9px 0 20px;
    text-decoration: none;
    font-size: 17px;
}
.head_text_box .headline_textrss02 a:hover{
	background: #8DFAD7;
    color:#FFF;
}

.head_text_box .headline_textrss02 .lattice-title {
    height: 27px;
    margin: 0 0 7px;
    overflow: hidden;
}

.head_text_box .headline_textrss02 a::before,
.head_text_box .headline_textrss02 a::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.head_text_box .headline_textrss02 a::before{
width: 15px;
height: 15px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #B973FF;
left: 5px;
}
.head_text_box .headline_textrss02 a::after{
left: 9px;
box-sizing: border-box;
width: 5px;
height: 5px;
border: 5px solid transparent;
border-left: 5px solid #FFF;
}
.head_text_box .headline_textrss02 .lattice-cell {
    border-top: 1px dotted #CCC;
}
.head_text_box .headline_textrss02 .lattice-cell:first-child {
    border-top: none;
}
.head_text_box .headline_textrss02 .lattice-cell-last {
    border-bottom: none;
}
.head_text_box .headline_textrss02 .lattice-cell:nth-child(even) {
	background:#F6F6F6;
}


div.rank_pict_box　.rank_pict img, .rank_pict a img {
    border: 1px solid #463746 !important;
    margin: 0 0 5px;
    padding: 1px;
}

.rank_pict .lattice-title {
    background: rgba(0,0,0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #463746 !important;
    font-weight: bold;
    height: 43px !important;
    letter-spacing: 0.1em;
    width: 185px !important;
}

.rank_pict .lattice-cell {
    width: 187px !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 7px;
}


/*サイドカラムサムネ*/
.side_pictrss_box .pc_side_pictrss .lattice-cell {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 175px;
    margin: 0 0 9px;
    overflow: hidden;
    position: relative;
    width: 149px;
}
.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: 13px;
    height: 39px;
    line-height: 1.3;
    min-height: 1em;
    position: absolute;
    width: 100%;
}

/*コメント欄開始*/
#comments-title, #respond #reply-title {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 -10px 10px;
    padding: 7px 20px 5px;
}
#comments-title{
	margin-bottom: 17px;
}
section.commentlist{
	counter-reset:number;
	margin-bottom: 40px;
	padding: 0 17px;
}
section.commentlist li {
    border-bottom: 1px dotted #666;
    font-size: 17px;
    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: #7a2222;
	margin-right: 10px;
	padding-right: 9px;
	font-size: 19px;
	font-style: normal;
}
section.commentlist li time{
	color: #666;
	font-size: 19px;
	font-weight: bold;
}
section.commentlist li section.cf{
	padding-top: 9px;
	line-height: 1.5;
	font-size: 19px;
	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: 5px;
    box-shadow: 0 0 5px #333;
    font-size: 13px;
    margin: 0;
    padding: 20px 0;
}
#respond form p{
	width: 693px;
	margin: 0 auto;
	padding: 7px 0;
}
#respond form #author,
#respond form #comment{
	border-radius: 5px;
	height: 40px;
	border: 1px solid #aaa;
	padding: 7px;
	line-height: 19px;
	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: 37px;
}

/*popular postカスタマイズ*/
.pop_list{
	overflow:hidden;
}
.pop_list .wpp-list{
	margin: 0 0 0 -10px;
}
.pop_list .wpp-list li {
    clear: none;
    float: left;
    margin: 0 0 17px 10px;
    overflow: hidden;
    width: 187px;
    position:static;
}
.pop_list .wpp-list li a img.wpp-thumbnail {
    border: 1px solid #463746;
    margin: 0 0 5px;
    padding: 1px;
    width: 181px;
}
.pop_list .wpp-list li span {
    background: rgba(0,0,0, 0.7) none repeat scroll 0 0;
    border-radius: 40px;
    box-shadow: 0 0 7px;
    display: block;
    height: 80px;
    margin: 167px 0 0 100px;
    position: absolute;
    width: 80px;
}
.pop_list .wpp-list li span.wpp-views {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 7;
    text-align: center;
}
.pop_list .wpp-list li a.wpp-post-title {
    border: 1px solid #463746;
    display: block;
    font-weight: bold;
    height: 37px;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 5px 9px;
}

.pop_list ul.wpp-list {
  counter-reset: single_rank_num;	
}
.pop_list ul.wpp-list li::before {
    background:rgba(0,0,0, 0.8) none repeat scroll 0 0;
    color: #fff;
    content: counter(single_rank_num, decimal) "位";
    counter-increment: single_rank_num;
    display: block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 1px;
    padding: 5px 7px 3px;
    position: absolute;
}


/*popular postカスタマイズ_記事サイドカラム*/
.side_pop_list{
	overflow:hidden;
}
.side_pop_list .wpp-list{
	margin: 0 0 0 -10px;
}
.side_pop_list .wpp-list li {
    clear: none;
    height: 169px;
    margin: 0 0 17px 10px;
    overflow: hidden;
    position: static;
    width: 300px;
    border-bottom: 1px solid #CCC;
    padding: 0 0 17px;
}
.side_pop_list .wpp-list li:last-child {
	border-bottom: none;
}
.side_pop_list .wpp-list li a img.wpp-thumbnail {
    border: 5px solid #c2c2c2;
    height: auto;
    margin: 0;
    width: 127px;
    height: 160px;
}
.side_pop_list .wpp-list li span {
    background: rgba(185,115,255, 0.9) none repeat scroll 0 0;
    display: block;
    margin: -10px 5px 0;
    position: absolute;
    width: 127px;
}
.side_pop_list .wpp-list li span.wpp-views {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
.side_pop_list .wpp-list li a.wpp-post-title {
    display: block;
    font-weight: bold;
    height: 150px;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 0 0 0 9px;
}
.side_pop_list ul.wpp-list {
  counter-reset: single_rank_num;	
}
.side_pop_list ul.wpp-list li::before {
    background: #4BF8BF none repeat scroll 0 0;
    color: #fff;
    content: counter(single_rank_num, decimal) "位";
    counter-increment: single_rank_num;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 5px;
    padding: 5px 7px 3px;
    position: absolute;
}


/*最新記事_記事サイドカラム*/
.thmb_piict .lattice-cell {
    border: 1px solid #463746;
    float: left;
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    width: 309px !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: #0606b8 !important;
    font-size: 13px;
    font-weight: bold;
    height: 3.7em;
    letter-spacing: 0.1em;
    line-height: 1.5 !important;
    margin: 0 0 0 157px;
    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 7px !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 #463746;
    display: inline-block !important;
    margin: 0 0 10px 10px !important;
    min-height: 187px !important;
    padding: 1px !important;
    position: relative !important;
    vertical-align: top !important;
    width: 230px !important;
}
ul.related_post li a {
    border: 0 none !important;
    color: #000 !important;
    display: block !important;
    font-family: arial !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    height: 289px; /*220px;*/
    line-height: normal !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    width: 230px !important; /*177px !important;*/
}

ul.related_post li a.wp_rp_title {
    height: 33px;
    letter-spacing: 0.1em;
    line-height: 1.4 !important;
    margin: 7px 5px 7px !important;
    overflow: hidden;
    width: auto !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: 230px !important;
    height:auto;
}






/*追尾テキスト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 9px 10px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 9px 9px 7px 20px;
    text-decoration: none;
    font-size: 13px;
}
.tracking_ad_flame .side_tracking_textrss a:hover{
	background: rgba(0,0,0, 0.5) url("images/icon_li01.png") no-repeat scroll 5px 10px;
    color:#FFF;
}

.tracking_ad_flame .side_tracking_textrss .lattice-title {
    margin: 0 0 7px;
    max-height: 35px;
    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;
}


/* 追尾広告 */
.scroll{
width: 340px;
background: #FFF;
box-shadow: 0 5px 3px #9b8c9b;
top:0 !important;
border-radius: 0 0 7px 7px;
padding: 17px 0 0;
}



/*一覧ページボタン*/
.to_list_page{
	margin:9px 0;
}
.to_list_page a {
    background: #aeaaff none repeat scroll 0 0;
    border: 1px solid #0700b8;
    border-radius: 5px;
    display: inline;
    padding: 3px 9px 1px;
}
.to_list_page a:hover {
    background: #0700b8 none repeat scroll 0 0;
    border: 1px solid #0700b8;
    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;
}

/* 記事内iframe非表示 */
/*body.single iframe{
	display:none;
}*/

/*フッタ広告PC非表示*/
.Thumbnailad{
	display:none;
}

/* ドメイン変更のお知らせ */

.message_box {
    border: 3px solid red;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
}

/*フッター開始*/
footer.footer {
    background: rgba(0,0,0, 0) url("images/bg_cross.png") repeat scroll 0 0;
    color: #666;
    margin: 20px auto 0;
    padding: 27px 0 0;
    text-align: center;
    width: 100%;
}
/*フッター終了*/

/*ウィジェット共通回避*/
#text-54 {
    display: none;
}


/*索引タブ*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.aiueo_order_wrapper {
  font-size: 17px/1.5;
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.aiueo_order_wrapper ul li{
	font-size:17px;
}

.aiueo_order_wrapper ul li {
    border: 1px solid #8DFAD7;
    border-radius: 7px;
    display: inline-block;
    margin: 0 7px 9px 0;
    padding: 3px 10px;
}

.aiueo_order_wrapper ul li:hover{
	background:#EEE;
}

.aiueo_order_wrapper ul li a{
	color:#8DFAD7;
}

.section- {
  position: absolute;
  /*top: 5em;*/
}
.section-radio {
  display: none;
}
.section-name {
  padding: 0.7em 1em;
  position: relative;
  top: 1px;
  z-index: 10;
  background: #CACAFF;
  color: #8DFAD7;
  border: 1px solid Z;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  font-weight: bold;
}
.section-name:hover {
  background: #8DFAD7;
  color:#FFF;
}

.section-02 {
  margin-left: 50px;
}
.section-03 {
  margin-left: 100px;
}
.section-04 {
  margin-left: 150px;
}
.section-05 {
  margin-left: 200px;
}
.section-06 {
  margin-left: 250px;
}
.section-07 {
  margin-left: 300px;
}
.section-08 {
  margin-left: 350px;
}
.section-09 {
  margin-left: 400px;
}
.section-10 {
  margin-left: 450px;
}
.section-11 {
  margin-left: 500px;
}

.section-content {
  display: none;
  height: 300px;
  width: 840px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#FFF;
  border-top: 5px solid #8DFAD7;
  border-bottom: 5px solid #8DFAD7;
  overflow-y: scroll;
}
.section-inner {
  -webkit-animation: fade-out 0.3s ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: fade-out 0.3s ease-out;
  -moz-animation-fill-mode: both;
  -ms-animation: fade-out 0.3s ease-out;
  -ms-animation-fill-mode: both;
  animation: fade-out 0.3s ease-out;
  animation-fill-mode: both;
}
.section-radio:checked + .section-name {
  color: #FFF;
  font-weight: bold;
  background: #8DFAD7;
  border-color: #8DFAD7 #8DFAD7 transparent;
  cursor: default;
  font-size: 15px;
}
.section-radio:checked ~ .section-content {
  display: block;
}
.section-radio:checked ~ .section-content .section-inner {
  -webkit-animation: fade-in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation: fade-in 0.3s ease-in;
  -moz-animation-fill-mode: both;
  -ms-animation: fade-in 0.3s ease-in;
  -ms-animation-fill-mode: both;
  animation: fade-in 0.3s ease-in;
  animation-fill-mode: both;
}

/*索引タブここまで*/


/*個別記事内ウィジェット*/
body.single div.article-outer-3 .widget{
	margin: 0 10px 17px;
}


/*タクソノミーリストテーブル*/

div#main .entry-content table.category li {
	display: inline;
	border: none;
	padding: 0;
	margin: 0 9px 9px 0;
}

div#main .entry-content table.category li a{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b973ff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 7px;
    padding: 7px 10px;
}
div#main .entry-content table.category li a:hover{
    opacity: 0.8;
}

table.category {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 17px;
    font-size: 13px;
}
 
table.category th,
table.category td {
    padding: 10px;
}
 
table.category th {
    background: #b973ff;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}
 
table.category th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(185,115,255, 0);
    border-left-color: #b973ff;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #8DFAD7 10px solid;
        margin-top: -10px;
    }
}
 
table.category td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


/*jetpack人気記事カスタマイズ*/
.widgets-list-layout li {
    list-style-type: none !important;
    margin-bottom: 1em;
    background-color: #fff;
    border-radius: 5px;
    color: #333 !important;
    margin: 0 0 10px;
    min-width: 300px;
    padding: 1px;
    position: relative;
}

ul.widgets-list-layout {
  counter-reset: page_rank_num;
}

ul.widgets-list-layout li::before {
    background: rgba(0,132,255, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    content: counter(page_rank_num, decimal) "位";
    counter-increment: page_rank_num;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 5px 0 0 5px;
    padding: 5px 7px 3px;
    position: absolute;
}

.widgets-list-layout li a.bump-view{
    height: auto;
    width: 295px;
    float: none;
}
.widgets-list-layout li div.widgets-list-layout-links a.bump-view{
    height: auto;
    width: 100%;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    width: 100% !important;
    border: 5px solid #c2c2c2;
    border-radius: 5px;
    /*height: 120px;*/
    margin: 0;
    overflow: hidden;
    vertical-align: bottom;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    float: none !important;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.widgets-list-layout li a.bump-view img {
    width: 295px !important;
}

.widgets-list-layout .widgets-list-layout-links{
    background: rgba(141,250,215, 1) none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    display: block;
    float: none !important;
    font-size: 110%;
    font-weight: bold;
/*    height: 37px; */
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: static;
    width: 289px;
    border: 5px solid #c2c2c2;
    border-top : 0;
}

.widgets-list-layout-links a{
    color: #FFF;
    letter-spacing: 0.1em;
}


/*人気カテゴリテーブル*/
div.favo_keyword_box table.acr_ranking_sys{
    margin: 0 0 10px;
    width: 100%;
}
div.favo_keyword_box table.acr_ranking_sys td{
    padding: 7px;
}
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) {
    display: none;
}

/*ディスクリプション枠*/
div.book_commentary{
    border: 3px dotted #ccc;
    border-radius: 10px;
    color: #666;
    margin: 0 10px 17px;
    padding: 10px 20px;
}

/*関連記事枠*/
div.postlink_kanren{
    border: 1px solid #a7fabf;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 7px;
    width: 720px;
}
div.postlink_kanren a{
	font-weight: normal;
}
/* マイページ関連	*/
.wpfp_button
{
	text-align	: right;
	margin-bottom	: 10px;
	margin-right	: 10px;
}
#side_wrap #wpfp-most_favorited_posts ul li{
	border-bottom: 1px dashed #666666;
	padding : 3px 0;
}

h1.page-title {
    background: #8DFAD7 none repeat scroll 0 0;
    color: #fff;
    overflow: hidden;
    padding: 5px 1px;
    text-align: center;
}
body.page div#main ul.tax-list li{
    border: 1px dotted #ccc;
    display : inline-block;
    margin: 10px 7px;
    padding : 0;
    border-radius: 10px;
    box-shadow: 5px 5px 9px rgba(0,0,0, 0.2);
}
body.page div#main ul.tax-list li a {
display : block;
vertical-align : middle;
padding: 10px;
text-align : center;
font-size : 110%;
}
div#side_wrap ul.wpp-list li
{
	text-align : center;
	position : relative;
	border-bottom : 1px dotted #999999;
	padding : 5px 0;
}
div#side_wrap ul.wpp-list li img
{
	float : none;
}
.wpfp-area
{
	text-align: right;
	padding : 10px;
}
.wpfp-area .wpfp-span
{
	display : inline-block;
	padding : 5px;
	border-radius : 5px;
	background-color : #8dfad7;
	color : #fff;
}
.wpfp-area .wpfp-span a
{
	color : #fff;
	text-decoration : none;
}
/*
div#side_wrap ul.wpp-list li:after
{
	content: " ";
	height : 0;
	clear : all;
	display :block;
	visibility : hidden;
}
*/
div#side_wrap ul.wpp-list li a
{
	display :block;
	text-align : center;
}
div#side_wrap ul.wpp-list li span.wpp-views
{
	top : 5px;
	right : 5px;
	position :absolute;
	background-color : #8DFAD7;
	color : #ffffff;
	border-radius : 5px;
	border : 1px solid #999999;
	padding : 1px 5px;
}
#breadcrumb
{
    margin-bottom : 7px;
    padding : 5px 0 ;
}
#breadcrumb ul li
{
    display: inline;
    list-style-type: none;
}
#breadcrumb ul li:after
{
    content:" > ";
}
#breadcrumb ul li:last-child:after
{
    content : "";
}
#text-26 ul li{
border-bottom : 1px dotted #999;
padding: 10px 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: 7px;
    height: 49px;
    overflow:hidden;
}
.c_wrapper .c_side_wrapper .c_title a
{
}
.c_wrapper .c_side_wrapper .c_body
{
    padding: 5px 9px 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;
}

.latest-post-btn-con {
    margin: 10px auto 10px;
    display: block;
    box-sizing: border-box;
}

.latest-post-btn {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    background: #8DFAD7;
    color: #FFF;
    transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}

.arrow-r {
    position: relative;
}

.arrow-r:after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    content: '';
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.latest-post-btn:hover {
    opacity: 0.8;
}

.content .yarpp-related {
    margin: 1em auto;
    text-align: center;
}

.content .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 150px;
}

.content .yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 100%;
    height: auto;
    margin: 0 auto;
}/* rndz */