@charset "utf-8";

/*===============================================================================
Theme Name: 絶望漫画館2016
Theme URI:
Description:
Version: 0.0.1
Author:Kei
Author URI:
================================================================================*/

/* =====================================
- Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/* =====================================
- html,body setting
========================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Verdana, "Hiragino Kaku Gothic Pro", Meiryo, Arial, Helvetica,  Osaka, "MS P Gothic", sans-serif;
  line-height: 1.5;
  overflow-y: scroll;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  color: #fff;
  line-height: 1.5;
  font-size: 1em;/* 16px */
}


/*===========================================
- link setting
===========================================*/
a {
  color: #fff;
  text-decoration: none;
}

a:active,
a:hover {
  color: #faa013;
  text-decoration: underline;
}

/*===========================================
- Heading h1~h6 setting
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 1.625em;
  line-height: 1.3846153846;
}

h2 {
  font-size: 1.25em;
  line-height: 1.25;
}

h3 {
  font-size: 1.375em;
  line-height: 1.0909090909;
}

h4 {
  font-size: 1.25em;
  line-height: 1.2;
}

h5 {
  font-size: 1.125em;
  line-height: 1.3333333333;
}

h6 {
  font-size: 1em;
  line-height: 1.5;
}

/*===========================================
- img setting
===========================================*/
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*===========================================
- other setting
===========================================*/

.small {
  font-size: 0.625em;
}

/*===========================================
- pagenavigation setting
===========================================*/

.pagingArea {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 50px auto 30px auto;
  list-style: none;
}

.paging li {
  border: solid 1px #ccc;
  background-color: #fff;
  margin-right: 6px;
  *margin-right: 3px;
  *zoom: 1;
  float: left;
  left: -50%;
  position: relative;
  font-family: Arial;
}

.paging li p {
  display: block;
  text-decoration: none;
  color: #ccc;
  padding: 5px 12px;
  margin: 0px;
}

.paging li a {
  display: block;
  text-decoration: none;
  color: #ccc;
  padding: 5px 12px;
  margin: 0px;
}
.paging li a:hover {
  color: #eee;
  background-color: #c1272d;
}
.paging li a.active {
  color: #8cc63f;
  background-color: #eee;
}

.paging .current{
  color: #fff;
  background-color: #969595;
}

.pagingArea #page {
  float: left;
  left: 50%;
  position: relative;
  list-style: none;
}

.pagenav02 {
  font-size: 22px;
  clear: both;
  margin:10px 0 15px 0;
  color: #ccc;
  position: relative;
}

.pagenav02 ul{
  text-align: center;
  list-style: none;
}

.pagenav02 ul li{
  display: inline;
  margin-right: 20px;
}

.pagenav02 ul li:last-child{
  margin-right: 0;
  margin-left: -10px;
}

.pagenav02 ul li i{
  margin: 0;
  padding: 0;
}

.pagenav02 ul li a{
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 16px 20px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagenav02 ul li a:hover{
  background:#c1272d;
  color: #fff;
}

/*===========================================
- sub title
===========================================*/
.sub-header{
  display: block;
  width: 100%;
  /*background: url(images/stripe01.png) repeat;*/
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
}

/*===========================================
- single setting
===========================================*/

/* パンくず setting */

.breadnavi{
  margin: 0 0 10px 20px;
  font-size: 85%;
}

.breadnavi a{
  font-size: 14px;
}

.bre01{
  margin-right: 10px;
}

.bre02{
  margin-left: 10px;
  margin-right: 10px;
}

.textW-250{
  width: 100%;
}

.commentBox{
  width: 100%;
  height: 150px;
}


/*input[type="submit"]{
  position: relative;
	font-size: 1em;
	padding: 7px 25px;
	margin: auto;
	border: solid 1px #cccccc;
	position: relative;
	background-color: #8cc63f;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}*/
.widget_search .screen-reader-text{
  display: none;
}
.widget_search input#s {
    background: #EFEFEF none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 110%;
    width: 250px;
    margin: 5px auto;
    display: block;
    color: #333;
}
.widget_search input#searchsubmit {
    height: 25px;
    width: 250px;
    margin: 0 auto;
    display: block;
    color: #333;
}

#trust-form{
  margin: 30px auto;
}

.tagcloud { word-spacing: 2px;}

.tagcloud a { white-space: nowrap; line-height: 1.2;}

/* clearfix Class */
/*--------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.syoukai2{
  background: rgba(189, 204, 212, 0.35);
  color: #fff;
  display: block;
  margin-bottom: 10px;
  border: solid 1px #a9a9a9;
}

.syoukai2 a p{
  font-size: 14px;
  background: url(images/list-icon.png) no-repeat 0 0;
 padding: 0 0 0 15px;
}

a.imghover:hover img {
  filter:alpha(opacity=70);
  opacity:0.7;
}

/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-weight:bold;
    font-size: 15px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-weight:bold;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-weight:bold;
    font-size: 12px;
}

/*===========================================
コンテンツ風レクタングル【2列×3段表示】 
===========================================*/

.fam_sp_top a {
	display: block;
	width: 50%;
	float: left;
	text-decoration: none;
}
.fam_sp_top a > div {
	padding: 5px;
	border: solid 1px #D0D0D0;
}
.fam_sp_top a div span {
	display: block;
	min-height: 100px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	height: 110px;
	overflow: hidden;
	word-break: break-all;
}
.fam_sp_top a div div img,
.fam_sp_top a div div {
	/* 画像角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.fam_sp_top a .fam_time {
	font-size: 11px;
	color: #999;
	padding-top: 5px;
	margin-top: 5px;
	text-align: right;
	border-top: dotted 1px #D0D0D0;
}
.fam_sp_top a div .fam_time + br {
	display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; }


/*===========================================
サムネ上部テキスト下部
===========================================*/


.fam_sp_top a {
	display: block;
	width: 50%;
	float: left;
	text-decoration: none;
}
.fam_sp_top a > div {
	padding: 5px;
	border: solid 1px #D0D0D0;
}
.fam_sp_top a div span {
	display: block;
	min-height: 100px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	height: 110px;
	overflow: hidden;
	word-break: break-all;
}
.fam_sp_top a div div img,
.fam_sp_top a div div {
	/* 画像角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.fam_sp_top a .fam_time {
	font-size: 11px;
	color: #999;
	padding-top: 5px;
	margin-top: 5px;
	text-align: right;
	border-top: dotted 1px #D0D0D0;
}
.fam_sp_top a div .fam_time + br {
	display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*連作*/
div.box_rensaku {
  margin: 15px 10px;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 0 10px;
}
div.box_rensaku ul{
  overflow: hidden;
}
div.box_rensaku ul li{
  border-bottom: 1px dotted #666;
  padding: 10px 0px;
  font-size: 90%;
  list-style: none;
  text-align: left;
}
div.box_rensaku ul li:last-child{
  border-bottom:none;
}
div.box_rensaku ul li span{
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  background: none;
  font-weight: normal;
  padding: 0 5px;
  margin: 0 5px 0 0;
  font-size: 12px;
}
div.box_rensaku ul li span.rensaku_active{
  color:#FFF;
  background: #FD6531;
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0px 5px;
  margin: 0px 5px 0px 0px;
  border: none;
}

/*人気キーワードテーブル*/
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;
}

/*人気キーワード*/
ul.favo_keyword{
  overflow: hidden;
  margin: 0 0 10px;
  counter-reset: wpp-ranking;
}
ul.favo_keyword li{
  list-style: none;
  float: left;
}

ul.favo_keyword li:before {
    background: #B80202 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    content: counter(wpp-ranking, decimal) "位";
    counter-increment: wpp-ranking;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 0 2px 0 0;
    padding: 1px 3px;
}

ul.favo_keyword li a{
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 8px 8px 0;
    padding: 3px 6px;
}

ul.favo_keyword li a:hover{
    opacity: 0.7;
}

/*メインウィジェットタイトル*/
#main_widget h3{
  background: rgba(189, 204, 212, 0.35);
  margin: 0 0 8px;
  padding: 8px;
  text-align: center;
  text-shadow: 0 0 3px #000;
}

/*フォーカスボックス*/
.focus_box a {
  display: block;
  background: #8c3310;
  margin: 10px 20px 20px;
  color: #FFF;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-shadow: 1px 1px 3px #000;
}
.focus_box a:hover{
  opacity: 0.7;
}
.focus_box a span{
  display: block;
  border: 1px solid #FFF;
  border-radius: 2px;
  box-shadow: 0 0 3px #000;
  padding: 6px 0;

background: #f0b7a1; /* Old browsers */
background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}
.focus_box a span span.media_name{
  background: none;
  display: block;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 120%;
}

/*パンくず*/
.breadcrumbs {
    color: #fff;
    margin: 5px;
    border: dotted 1px #fff;
    padding: 5px 5px 3px;
    font-size: 90%;
    background: #333;
}
.breadcrumbs a{
  color:#CCC;
}


* html .clearfix { zoom: 1; }
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; }

.postbox .tag {
  min-height: 45px;
}