/*
Theme Name: pc_190115
*/
@charset "UTF-8";
/* CSS Document */
/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    color: #333;
    font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
 display:block;
}
li,
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
 	color:#333;
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    background:transparent;
		text-decoration:none;
}

ins {
    background-color:#f9f;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#f9f;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img {
border:0;
vertical-align:bottom;
vertical-align: text-bottom;
}

img:hover,
.post h3 a:hover{
    opacity: 0.7;
}

html{
    min-width: 1200px;
}
/*ヘッダー
------------------------------------------*/
#desktop #header_inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 97px;
    padding-top: 7px;
}
#desktop #header_inner h1{
    position: absolute;
    top: 59px;
    left: 130px;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #666;
    height: 37px;
}
header#desktop nav{
    height: 40px;
    background-color: #fcfcfc;
	background-image:
	-moz-linear-gradient(top,
	rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
	rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
	rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%),
	-moz-linear-gradient(left,
	rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
	rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
	rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%);

	background-image:
	-webkit-linear-gradient(top,
	rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
	rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
	rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%),
	-webkit-linear-gradient(left,
	rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
	rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
	rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%);

	background-image:
	linear-gradient(to bottom,
	rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
	rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
	rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%),
	linear-gradient(to right,
	rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
	rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
	rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%);
	-moz-background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
	background-size: 27px 27px;
}
header#desktop ul{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
}
header#desktop ul li{
    background: rgba(255,255,255,0.9);
    width:170px;
    float: left;
    height: 30px;
    margin: 7px 7px 0 0;
}
header#desktop  ul li a{
    text-align: center;
    line-height: 30px;
    display: block;
}
header#desktop ul li a:hover{
    background: #5ea429;
    color: #fff;
}
header#desktop ul li:last-child{
    background: none;
}
header#desktop .icon{
    position: absolute;
    width: 47px;
    height: 47px;
    text-indent: -9999px;
}
header#desktop  .icon a{
    display: block;
    width: 47px;
    height: 47px;
}
header#desktop .icon a:hover{
    background: rgba(255,255,255,0.2);
}
header#desktop .rss{
    top: 10px;
    right: 0;
    background-image: url(img/icon.png);
}
header#desktop .twitter{
    top: 10px;
    right: 50px;
    background-position: 47px 0;
    background-image: url(img/icon.png);
}
/*検索*/
header#desktop .search_area {
    float: right;
    margin: 7px 0 0 0;
    width: 291px
}
#search_input {
    float: left;
}
header#desktop #search {
    width: 230px;
    height: 20px;
    box-shadow: 0 0 3px rgba(0,0,0, .2);
   -moz-box-shadow: 0 0 3px rgba(0,0,0, .2);
   -webkit-box-shadow: 0 0 3px rgba(0,0,0, .2);
}
header#desktop #search_button {
    float: left;
    font-size: 15px;
    margin: 0px 0 0 7px;
    background: #5ea429;
    color: #fff;
    height: 29px;
}
/*パンくずリスト*/
#breadcrumbs{
    background-image: url(./img/bg.jpg);
}
#breadcrumb {
    padding: 10px 0 0;
    margin: 0px auto;
    overflow: hidden;
    width: 1200px;
    font-size: 13px;
}
#breadcrumbs li{
    float: left;
}
#breadcrumbs a {
    text-decoration: underline;
    margin-right: 10px;
}
#breadcrumbs a:hover {
    text-decoration: none;
}
#breadcrumbs span{
    margin-left: 10px;
}
/*メイン
------------------------------------------*/
main{
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}
#content{
    width: 730px;
    float: left;
}
main h2{
    border-bottom: solid 5px #d7d7d7;
    border-left: solid 7px #5ea429;
    background: #f8f8f7;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 17px;
}
main .post{
    width: 357px;
    height: 707px;
    overflow: hidden;
    background: #f8f8f7;
    float: left;
    margin: 20px 0 0 0;
    border:1px solid #c9c9c9;
    box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}
main .post:nth-child(even){
    margin: 20px 20px 0 0;
}
main .post h3 a{
    font-size: 15px;
    background: #5ea429;
    color: #fff;
    padding:7px 10px;
    line-height: 20px;
    display: block;
}
main .post .image{
    width: 357px;
    height: 500px;
    overflow: hidden;
}
main .post img{
    width: 100%;
    height: auto;
}
main .post .box{
    padding: 0 7px;
    background: #f8f8f7;
}
main time{
    color: #777;
    font-size: 13px;
}
main .post h4{
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}
main .tag{
    overflow: hidden;
    margin: 7px 0 0;
}
main .tag a{
    display: block;
    color: #fff;
    background: #6034ef;
    padding: 3px 7px 0px;
    border-right: 3px solid #4634d3;
    border-bottom: 3px solid #4634d3;
    float: left;
    font-size: 13px;
    margin: 0 7px 7px 0;
}
    main .tag a:hover{
        background: #4634d3;
    }
/*ページナビ
------------------------------------------*/
.pagenavi {
	float:right;
    margin: 20px 0 30px;
    clear: both;
    height: 30px;
}
.pagenavi li {
    float: left;
    margin-right: 10px;
}
.pagenavi li a {
    padding: 9px 10px;
    border: 1px solid #5ea429;
    color: #5ea429;
    background: #fff;
}

.pagenavi li a:hover {
    color: #fff;
    border: 1px solid #5ea429;
    background: #5ea429;
}
.pagenavi li span {
    padding: 9px 10px;
    border: 1px solid #5ea429;
    color: #fff;
    background-color:#5ea429;
}
/*シングル
------------------------------------------*/
main #article h2{
    line-height: 23px;
    padding: 7px 7px 7px 10px;
    margin: 0 0 10px;
}
#article img{
    width: 100%;
    height: auto;
    margin: 30px 0 0;
}
#article h3{
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
}
main #article time{
        margin: 0 20px 0 0;
}
/*サイド
------------------------------------------*/
.sidebar{
    width: 440px;
    float: right;
    font-size: 15px;
}
.sidebar #side_left{
    width: 217px;
    float: left;
}
.sidebar #side_right{
    width: 217px;
    float: right;
}
.side_col{
    background: #f8f8f7;
    margin: 0 0 10px 0;
}
#side_left h3{
    position: relative;
    padding: 0.3em 0.7em;
    background: -moz-linear-gradient(to right, rgb(96,52,239), #c994ff);
    background: -webkit-linear-gradient(to right, rgb(96,52,239), #c994ff);
    background: linear-gradient(to right, rgb(96,52,239), #c994ff);
    color: #fff;
    font-weight: lighter;
    text-shadow: 1px 1px 0px #333;
}
#side_right h3{
    position: relative;
    padding: 0.3em 0.7em;
    background: -moz-linear-gradient(to right, rgb(96,52,239), #c994ff);
    background: -webkit-linear-gradient(to right, rgb(96,52,239), #c994ff);
    background: linear-gradient(to right, rgb(96,52,239), #c994ff);
    color: #fff;
    font-weight: lighter;
    text-shadow: 1px 1px 0px #333;
}
.side_col li{
    border-bottom: 1px dashed #ccc;
}
.side_col li a{
    display: block;
    padding: 7px 10px;
}
.side_col li:last-child{
    border: none;
}
.side_col li a:hover{
    background: #ededed;
    color: #4634d3;
}
/*フッター
------------------------------------------*/
footer{
    margin: 30px 0 0;
}
#footer_inner{
    width: 1200px;
    margin: 0 auto;
    background: #5ea429;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
/*コメント欄
------------------------------------------*/
.commentarea{
    margin: 30px 0;
}
.commentarea h3{
    border-bottom: solid 5px #d7d7d7;
    border-left: solid 7px #5ea429;
    background: #f8f8f7;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 17px;
}
#commentform{
    margin: 20px 10px;
}
.commentlist li{
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.commentlist li:last-child{
    border: none;
    margin-bottom: 0;
}
.commentlist {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 10px;
}
.commentlist p{
    clear: both;
}
.comment-author .fn{
    color: #800000;
    font-weight: bold;
}
.comment-author {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-size: 13px;
    color: #666;
}
.comment .reply{
    font-size: 13px;
    text-align: right;
}
.comment-meta {
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
}
.comment .reply a,
.comment-meta a{
    color: #777;
}
/*関連記事
------------------------------------------*/
.yarpp_post{
    width: 233px;
    float: left;
    margin: 13px 13px 0 0;
}
.yarpp_post:nth-of-type(3n),
.list li:nth-of-type(3n){
    margin-right: 0;
}
.yarpp_post .image{
    height: 287px;
    overflow: hidden;
}
.yarpp_post img{
    margin: 0;
    width: 100%;
    height: auto;
}
.yarpp_post .title{
    font-size: 13px;
    line-height: 17px;
    padding: 7px;
    background: #f9f9f9;
}
.yarpp_post .title a{
    display: block;
}
/*一覧
------------------------------------------*/
.list li{
    float: left;
    margin: 0 9px 9px 0;
    width: 239px;
    font-size: 15px;
}
.list li a{
    display: block;
    padding: 7px;
    border: 1px solid #ccc;
    line-height: 23px;
}
.list li a:hover{
    border: 1px solid rgb(96,52,239);
    color: rgb(96,52,239);
}
/*当サイトについて
------------------------------------------*/
.about {
    font-size: 15px;
}
.about p{
    margin-bottom: 7px;
}
#article .about h3{
    font-size: 17px;
    font-weight: bold;
    color: #5ea429;
    margin: 20px 0 10px;
}
.about a{
    text-decoration: underline;
}
/*ランキング
------------------------------------------*/
.ranking .image{
    width: 217px;
    height: auto;
}
.ranking img{
    width: 100%;
    height: auto;
}
.ranking .image a{
    padding: 0;
}
.ranking .title{
    font-size: 13px;
    line-height: 17px;
    background: #f8f8f7;
}
.ranking .title a{
    padding:  7px 9px;
    display: block;
}
.ranking .title a:hover{
    background: #d7d7d7;
}
.ranking  li{
    margin-bottom: 10px;
}
/*タグクラウド
------------------------------------------*/
.tagcloud{
    margin-bottom: 10px;
}
.tagcloud ul{
    background: #f8f8f7;
    overflow: hidden;
    padding: 7px;
}
.tagcloud li{
     float: left;
    line-height: 27px;
}
.tagcloud li a{
    display: block;
    padding: 0 10px 7px 0;
}
/*タブレット横向き
------------------------------------------*/
#tablet #header_inner{
    width: 98%;
    margin: 0 auto;
    position: relative;
    padding-top: 1%;
    height: auto;
    overflow: hidden;
}
#tablet h1{
    width: 40%;
}
#tablet #header_inner img{
    display: block;
    width: 100%;
    height: auto;
}
header#tablet nav{
    padding: 1%;
    height: auto;
    overflow: hidden;
    background-color: #fcfcfc;
    background-image:
    -moz-linear-gradient(top,
    rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
    rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
    rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%),
    -moz-linear-gradient(left,
    rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
    rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
    rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%);

    background-image:
    -webkit-linear-gradient(top,
    rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
    rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
    rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%),
    -webkit-linear-gradient(left,
    rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
    rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
    rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%);

    background-image:
    linear-gradient(to bottom,
    rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
    rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
    rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%),
    linear-gradient(to right,
    rgba(237,206,178,0.5) 0%, rgba(237,206,178,0.5) 30%, transparent 30%, transparent 33%,
    rgba(237,206,178,0.5) 33%, rgba(237,206,178,0.5) 40%, transparent 40%, transparent 80%,
    rgba(237,206,178,0.3) 80%, rgba(237,206,178,0.3) 96%, transparent 96%, transparent 100%);
    -moz-background-size: 27px 27px;
    -webkit-background-size: 27px 27px;
    background-size: 27px 27px;
}
header#tablet ul{
    width: 100%;
    margin: 0 auto;
}
header#tablet ul li{
    background: rgba(255,255,255,0.9);
    width:19.2%;
    float: left;
    height: 37px;
    margin: 0 1% 0 0;
}
header#tablet ul li:last-child{
    margin: 0;
}
header#tablet ul li a{
    text-align: center;
    line-height: 37px;
    display: block;
}
header#tablet ul li a:hover{
    background: #5ea429;
    color: #fff;
}
header#tablet .icon{
    position: absolute;
    width: 47px;
    height: 47px;
    text-indent: -9999px;
}
header#tablet .icon a{
    display: block;
    width: 47px;
    height: 47px;
}
header#tablet .icon a:hover{
    background: rgba(255,255,255,0.2);
}
header#tablet .twitter{
    top: 10px;
    right: 0;
    background-position: 47px 0;
    background-image: url(img/icon.png);
}
/*検索*/
header#tablet .search_area {
    width: 40%;
    margin: 0;
    position: absolute;
    right: 100px;
    top: 17px;
}
header#tablet #searchform{
    margin: 0;
    overflow: hidden;
}
#tablet #search_input {
    float: left;
    overflow: hidden;
    width: 76%;
}
header#tablet #search {
    height: 27px;
    width: 92%;
    box-shadow: 0 0 3px rgba(0,0,0, .2);
   -moz-box-shadow: 0 0 3px rgba(0,0,0, .2);
   -webkit-box-shadow: 0 0 3px rgba(0,0,0, .2);
}
input[type="submit"], input[type="reset"] {
  -webkit-appearance: button;
}
header#tablet #search_button {
    float: left;
    font-size: 15px;
    margin: 0 0 0 2%;
    background: #5ea429;
    color: #fff;
    height: 30px;
    text-align:center;
}
/*アクセスランキング*/
.acr_ranking_sys{
    margin: 0 0 20px;
}
.acr_ranking_sys tr:nth-last-child(3) ,
.acr_ranking_sys tr:nth-child(3) {
    display: none;
}
#acrr7_manga_celeb{
    margin-bottom: 20px;
}

/*記事下アウト枠*/
#out_single_under_frame{
    float:left;
    margin: 20px 0;
}

.out_single_under{
    width: 233px;
    float: left;
    margin: 13px 13px 0 0;
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.out_single_under:nth-child(3n){
    margin-right: 0;
}

.out_single_under img{
    margin: 0;
    width: 100%;
    height: auto;
}

.out_single_under .img{
    height: 287px;
    overflow: hidden;
}

.out_single_under .title a{
    font-size: 13px;
    line-height: 17px;
    padding: 7px;
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    background-color: #000;
    opacity: 0.8;
}

.out_single_under .title a:hover {
    opacity: 1;
}
.out_single_under .image:hover {
    opacity: 0.8;
}

.line:hover{
  opacity: 1
}
/* rndz */