/*
Theme Name: pc_180613
*/
@charset "UTF-8";

/*リセット*/
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, tbody, 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;
}
html{
    min-width: 1200px;
}
body {
    color: #484848;
    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:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    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;
}
/*ヘッダー*/
h1{
	position:absolute;
	top:0;
	z-index: 9000;
}
header{
	background:#ededed;
	position:fixed;
	width:100%;
	z-index:9999;
	top: 0;
	left: 0;
}
#header_inner{
	width:1200px;
	margin:0 auto;
	height: 35px;
	padding:10px 0;
}
.logo{
	float:left;
}
nav {
	width:972px;
	float:right;
}
nav li {
	float:left;
	width:162px;
	text-align:center;
}
nav li a{
	display:block;
	height:35px;
	line-height:35px
}
nav li a:hover{
	background: rgba(255,255,255,0.7);
    transition: 0.3s ease 0s;
}
nav a span{
	text-indent:-9999px;
	display:inline-block;
	margin-right:8px;
	vertical-align: middle
}
nav li:first-child span{
	background-image:url(img/icon-sprite.png);
	width:27px;
	height:20px;
	background-repeat:no-repeat;
}
nav li:nth-child(2) span{
	background-image:url(img/icon-sprite.png);
	width:25px;
	height:26px;
	background-position:-30px 0px;
	background-repeat:no-repeat;
}
nav li:nth-child(3) span{
	background-image:url(img/icon-sprite.png);
	width:26px;
	height: 20px;
    background-position: -165px 0px;
	background-repeat:no-repeat;
}
nav li:nth-child(4) span{
	background-image:url(img/icon-sprite.png);
	width:21px;
	height:25px;
	background-position:-88px 0px;
	background-repeat:no-repeat;
}
nav li:nth-child(5) span{
	background-image:url(img/icon-sprite.png);
	width:25px;
	height:20px;
	background-position:-112px 0px;
	background-repeat:no-repeat;
}
nav li:last-child span{
	background-image:url(img/icon-sprite.png);
	width:19px;
	height:19px;
	background-position:-142px 0px;
	background-repeat:no-repeat;
}
/*パンくずリスト*/
#breadcrumbs {
    padding: 0px;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 1200px;
    font-size: 12px;
}
#breadcrumbs li{
    float: left;
}
#breadcrumbs a {
    text-decoration: underline;
    margin-right: 10px;
}
#breadcrumbs a:hover {
    text-decoration: none;
}
#breadcrumbs span{
    margin-left: 10px;
}

/*メイン*/
.info{
    font-size: 14px;
    background: #fff;
    border: 1px solid #ea4335;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.info h2{
    color: #ea4335;
}
.info .report a{
    color: #1a0dab;
    text-decoration: underline;
}
.info .report a:hover{
    text-decoration: none;
}
main{
    margin-top: 85px;
}
#content{
	width:1200px;
	margin:0 auto 30px;
	overflow:hidden;
}
#main_col{
	 width:870px;
	 float:left;
	 background:#ededed;
	 padding-bottom:10px;
}
.commentarea h3,
#main_col .titleber{
	background-image:url(img/bg.png);
	color:#fff;
	padding:10px 0 10px 20px;
	text-shadow: 1px 1px 2px #333;
	font-size:16px;
}
.mypage li,
.article,
main .post{
	background:#fff;
	padding:10px;
	margin:10px 10px 0;
	overflow:hidden;
	position:relative;
}
.mypage li img,
main .post .image{
	width:250px;
	height:auto;
	float:left;
}
main .post img{
	width:100%;
	height:auto;

}
.mypage li .title,
main .post .textbox{
	width:570px;
	float:right;
}

main .post .date{
	font-size:12px;
	float:left;
}
.mypage li .wpfp-link,
main .post .cate{
	position:absolute;
	top:0;
	right:0;
    margin: 0;
}
.mypage li .wpfp-link,
.article .cate a,
main .post .cate a{
	display:block;
	color:#fff;
	font-size:14px;
	padding:5px 20px;
	background:#ea4335;
}
.mypage li h2,
main .post h2{
	clear:both;
	margin:40px 0 20px;
}
.mypage li .title a,
main .post h2 a{
	color:#1a0dab;
	font-size:18px;
    display: block;
}
.mypage li .title a:hover,
main .post h2 a:hover{
	text-decoration:underline;
}
.article ul,
main .post ul{
	overflow:hidden;
}
.article .tag li,
main .post .tag li{
	float:left;
	margin:0 5px 5px 0;
}
.mypage .wpfp-link,
.article .tag li a,
main .post .tag li a{
	display:block;
	color:#fff;
	background:#535353;
	font-size:12px;
	padding:5px 10px;
}
.mypage .wpfp-link:hover,
.article .favorite a:hover,
.cate a:hover,
main .post img:hover,
.tag li a:hover{
	opacity:0.7;
}
/*ページナビ*/
.pagenavi {
	float:right;
    margin: 20px 0 0;
    clear: both;
    height: 30px;
}
.pagenavi li {
    float: left;
    margin-right: 10px;
}
.pagenavi li a {
    padding: 8px 10px;
    border: 1px solid #535353;
    color: #535353;
    background: #fff;
}

.pagenavi li a:hover {
    color: #fff;
    border: 1px solid #535353;
    background: #535353;
}
.pagenavi li span {
    padding: 8px 10px;
    border: 1px solid #535353;
    color: #fff;
    background-color:#535353;
}
/*シングル*/
.thumb img{
	margin-top:5px;
	margin-left:5px;
	width:207px;
}
.wp-video {
	background:#000;
	margin:0 auto;
	text-align: center;
    min-height: 100px;
    color: #fff;
}
.article h3{
	background:#ededed;
	padding:10px;
	font-size:14px;
	font-weight:normal;
}
.article .cate {
	float:left;
	margin-bottom:10px;
}
.article .tag{
	width:100%;
}
.article .date{
	margin:20px 0 10px;
}
.article .favorite {
    float: left;
    margin-left: 20px;
    background: #ededed;
    border: 1px solid #ccc;
    padding-left: 20px;
}
.article .favorite a{
    padding: 5px 20px 5px 4px;
    font-size: 14px;
}
.error_comment{
    margin: 10px;
    font-weight: bold;
}
/*VR動画QRコード*/
#qrcode{
    overflow: hidden;
    margin-bottom: 10px;
    border: 3px solid #fcc500;
}
#qrcode img{
    float: left;
}
#qrcode p{
    width: 690px;
    float: right;
    font-size: 16px;
    margin: 15px 0 0;
    font-weight: bold;
}
/*コメント*/
.commentarea {
    margin: 20px 0px;
}
#commentform{
    margin: 10px;
}
.comment {
    margin-bottom: 10px;
}
.comment-body {
    background: #fff;
    padding: 10px;
}
.commentlist {
    padding: 10px;
}

.comment-author {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
}
.comment .reply,
.comment-meta {
    text-align: right;
    font-size: 12px;
    color: #666;
}
.comment .reply a,
.comment-meta a{
    color: #666;
}
.comment p {
    margin: 5px 0;
    font-size: 14px;
}

.commentarea textarea{
    width: 800px;
}
/*一覧ページ*/
.ichiran li{
    width: 270px;
    margin: 0 10px 10px 0;
    float: left;
    overflow: hidden;
    height: 35px;
}
.ichiran li a:before{
    content:'▶︎';
    color: #5b95f5;
    margin-right: 5px;
}
.ichiran li:nth-child(3n){
    margin-right: 0;
}
.ichiran li a{
    display: block;
    padding: 5px;
    background: #f1f1f1;
}
.ichiran li a:hover{
    color: #fff;
    background: #535353;
    transition: 0.3s ease 0s;
}
/*サイドバー*/
#sidebar {
	width:300px;
	float:right;
}
#sidebar .titleber{
	background-image:url(img/bg.png);
	color:#fff;
	height:30px;
	padding:0 0 0 10px;
	line-height:30px;
	text-shadow: 1px 1px 2px #333;
	font-size:14px;
}
.side_col{
    background: #ededed;
    padding-bottom: 5px;
}
.side_col li{
    margin: 5px 5px 0;
    font-size: 14px;
    background: #fff;
}
.side_col li a{
    display: block;
    padding: 5px 10px;
}
.taglist p a:hover,
.side_col li a:hover,
#weekly li .textbox a:hover{
 background: #34a853;
    color: #fff;
    transition: 0.3s ease 0s;
}
.taglist p{
    font-size: 14px;
    margin: 5px;
}
.taglist p a{
    color: #fff;
    display: block;
    text-shadow: 1px 1px 1px #555;
     background: #5b95f5;
    padding: 5px 10px;
}
/*ランキング*/
#weekly{
    background: #ededed;
    padding-bottom: 5px;
}
#weekly li{
	overflow:hidden;
    padding: 5px;
}
#weekly li .image{
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
#weekly li .image img{
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#weekly li .textbox a{
    float: right;
    width: 170px;
    font-size: 12px;
    padding: 5px;
    height: 90px;
    line-height: 18px;
}
/*検索*/
.search_area {
    overflow: hidden;
    padding: 10px;
}
#search_input {
    float: left;
}
#search {
    width: 212px;
    height: 25px;
}
#search_button {
    float: left;
    width: 50px;
    height: 32px;
    font-size: 12px;
    margin-left: 10px;
}
/*アクセスランキング*/
.acr_ranking_sys tr:nth-last-child(3) ,
.acr_ranking_sys tr:nth-child(3) {
    display: none;
}
#acrr7_brothers{
    margin-top: 20px;
}
/*フッター*/
footer{
	background:#535353;
	color:#fff;
	overflow:hidden;
}
#footer_inner{
	width:1200px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
footer .itembox{
	width:380px;
	float:left;
}
footer .title{
	margin-bottom:10px;
	padding:5px 10px;
    background: rgba(255,255,255,0.1);
}
footer #footer_inner a{
	color:#fff;
	font-size:14px;
	display:block;
    padding: 0 0 0 5px;
}
footer a:hover{
    background: #34a853;
    transition: 0.3s ease 0s;
}
footer .itembox li{
	margin-bottom:5px;
}
footer .menu li{
    float: left;
    width: 50%;
}
footer .menu,
footer .link{
	margin: 0 30px 0 0 ;
}
footer p{
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
}
.copyright{
    background: #333;
    text-align: center;
    font-size: 12px;
}
/*関連記事*/
#main_col .yarpp-related{
    margin: 20px 0 0;
}
/*マイページ*/
.mypage .wpfp-link {
    display: block;
    float: right;
    margin: 10px 10px 0 0;
}
.mypage .wpfp-img{
    display: none;
}
/*お問い合わせ*/
#contact{
    padding: 10px;
}
#contact p{
    margin-bottom: 10px;
}
/*ウェブマスター様へ*/
.page {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
}
.article p{
    font-size: 14px;
}
.article p a{
    color:#1a0dab;
    text-decoration: underline;
}
.article p a:hover{
    text-decoration: none;
}
.article p a.b_contact{
	color:#fff;
	font-size:14px;
	padding:10px 20px;
	background:#ea4335;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    float: left;
}
#weekly li img:hover,
.article p a.b_contact:hover{
    opacity: 0.7;
}
/*アップロード*/
.content_upload {
	padding: 20px;
	margin-bottom: 10px;
    overflow: hidden;
}

.content_upload .text {
	margin-bottom: 10px;
}
.content_upload .upload_topic {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.content_upload .comic_file {
	float: left;
	margin-right: 10px;
}
.content_upload .comic_select {
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 250px;
	color: #999;
}
.content_upload .sentence {
	float: left;
	width: 270px;
	margin-top: 7px;
	margin-bottom: 5px;
}
.content_upload .sentence .important {
	color: #F00;
}
.content_upload .explain {
    margin: 5px auto 0;
    clear: both;
}
.content_upload .term {
	display: inline;
}
.content_upload ul {

}
.content_upload .term li {
	display: inline;
}
.content_upload .send {
	width: 110px;
	margin: 15px auto;
}
.content_upload .error {
}
.content_upload .require {
	line-height: 30px;
}
.content_upload .contact_index {
	height: 23px;
	font-weight: bold;
	font-size: 10pt;
}
.content_upload .itembox {
    margin-bottom: 30px;
    font-size: 14px;
}
.content_upload .upload_text {
	font-size:14px;
	margin-bottom:20px;
}
.content_upload .upload_text2{
	border:1px solid #5b95f5;
	background:#fff;
	padding:10px;
	margin-bottom:40px;
	font-size:14px;
}
.attention .upload_text_title,
.content_upload .upload_text2 .upload_text_title{
	font-weight:bold;
    margin: 0 0 5px;
}
.attention{
    margin: 40px 0 20px;
    padding: 10px 20px;
    border: 2px solid #ea4335;
    background: #fff;
    font-size: 14px;
}
.attention .upload_text_title{
    color: #ea4335;
    font-size: 16px;
}
.attention li{
    margin-top: 5px;
}
/*広告*/
.outbox {
    overflow: hidden;
    margin-bottom: 10px;
}
.outbox .ad {
    width: 230px;
    height: 173px;
    float: left;
    border: 1px solid #888;
    margin: 0px 10px 10px 0px;
    background: #FEF8EF;
    position: relative;
    overflow: hidden;
}
.outbox .ad:nth-child(5n){
  margin-right: 0px;
}
.outbox .image {
    width: 100%;
    height: 173px;
    overflow: hidden;
}
.outbox img {
    width: 100%;
    height: 100%;
}
