/******************************************************************
Theme Name: 徒然チルドレン

******************************************************************/

@import url('normalize.min.css');
@import url('main.css');

ul li { list-style-type: none; }

.clearfix:after,
.staticPageWrap ul.serialStory li:after,
.staticPageWrap .comicList:after
{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}

/*トップ*/
.top img{ width:100%; }

#toplogo .logotitle:hover{
	opacity:0.8;
}

#toplogo .socialIcon {
	padding-left: 16px;
	margin-top: 5px;
	margin-left: 0px;
	display:inline-block;
}

#toplogo .socialIcon li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e5e5e5;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#toplogo .socialIcon li {
	float: left;
	margin-right: 4px;
	width:40px;
	height:40px;
}
#toplogo .socialIcon li a, #toplogo .socialIcon li a img {
	display: block;
}

#toplogo .socialIcon li.twitter a:hover {background-color: #31a7e0;}
#toplogo .socialIcon li.pixiv a:hover {background-color: #0096db;}
#toplogo .socialIcon li.amazon a:hover {background-color: #000;}
#toplogo .socialIcon li.rss a:hover {background-color: #f49c52;}

/* ナビメニュー */
#nav {
	background-color: #c31f41;
	width:100%;
	float:left;
}
ul.navMenu { 
	padding:0; 
	display: table;
	table-layout: fixed;
}
ul.navMenu div:first-child li:first-child{
	border-left: solid 1px #cf4c67;
}
ul.navMenu li {
	font-size:16px;
	font-weight:bold;
	line-height:3em;
	list-style:none;
	display: table-cell;
	border-right: solid 1px #cf4c67;
	text-align:center;
}
ul.navMenu li a {
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	-moz-transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
    	-o-transition: background-color 0.2s ease-in;
    	-ms-transition: background-color 0.2s ease-in;
    	transition: background-color 0.2s ease-in;
}
ul.navMenu li a:hover {
	color: #c31f41;
	background-color: #fff;
}
.navMenubox{
	width: 50%;
	display: table;
	table-layout: fixed;
	float: left;
}

/*フッター*/
.footer-container {
	background-color: #000;
	padding: 30px 0;
}

.navMenuFooter {
    margin-bottom: 10px;
}

.navMenuFooter,
.socialIconFooter {
    text-align: center;
}

.navMenuFooter li,
.socialIconFooter li {
    display: inline-block;
}

.navMenuFooter li a,
.socialIconFooter li a {
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding-right: 30px;
    margin-right: 30px;
}

.navMenuFooter li a:hover,
.socialIconFooter li a:hover {
    text-decoration: underline;
}

.navMenuFooter li:last-child a,
.socialIconFooter li:last-child a {
    border-right: none;
}

.copyright {
    text-align: center;
    display: block;
    color: #666;
    margin-top: 10px;
/*    font-size: 10px;*/
}

.navMenuFooter li a {
    border-right: 1px solid;
    font-size: 14px;
}

/*コミックリスト*/
.comicList { text-align:center; }
.comicList img,.comicList .cL_title  {
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.comicList img:hover, .comicList .cL_title:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.comicList .cL_title {
    display: table-cell;
    width: 150px;
    height: 50px;
    color: #c31f41;
    border: 1px solid #c31f41;
    font-weight: bold;
    vertical-align: middle;
}

.comicList h5{ 
	color: #c31f41;
	font-size: 13px;
	margin: 0 0 10px 0;
}

.comicNow{
	margin-bottom:15px;
}

/*キャラクター*/

.entry-character {
    width: 92% !important;
    padding: 50px 4% !important;
}

.entry-character h2{
    background: #c31f41;
    height: auto;
    padding: 8px 2%;
    line-height: 1em;
    color: #fff;
    font: nomal;
    margin: 0 0 10px;
}
.chara_box{ margin-bottom:10px; }

.chara_box div.cbox{
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 5px;
    border:1px solid #000; 
}
.chara_box div.cbox p{ margin: 1em 0 0; }

.chara_index{ padding: 10px 20px 20px; }
.chara_box div.cindex{
    border:none;
    font-size: 1.3em;
    line-height: 1.6em;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 5px;
}

.cimg{ width:90px; height:auto; float:left; }
.c_right{ float:right; width:140px; }

.chara_box span.manga{ color: #ef2324; }

@media screen and (max-width: 780px){
	/*スマホ版*/
	.chara_box div.cbox{ width: 98%; margin:0 0 5px; }
        .c_right{ width:60%; }
}

/*一般投稿*/
.blog-entry {  }

.blog-entry img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.post_comment_link{
	text-align:center;
}
.post_comment_link a, .nav_btn a{
    line-height: 45px;
    text-align: center;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
    background: #ccc;
    border: 0;
    cursor: pointer;
	padding: 0 30px;
	display:inline-block;
	text-align:center;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.post_comment_link a{ font-weight:bold; }
.post_comment_link a:hover,.nav_btn a:hover{
	background: #c31f41;
}

.post_social_btn{
	text-align:center;
	margin:20px 0;
	clear:both;
}
.post_social_btn .line_btn{
	margin:0;
	padding:0;
	display:inline-block;
	height:60px; width:auto;
}
.post_social_btn .line_btn img{ height:60px; width:auto; }

@media screen and (min-width: 780px){

	/*LINEボタンを消す*/
	.post_social_btn .line_btn{
		display:none;
	}
}

.nav_btn{}
.nav_btn .pre_btn{ float:left; }
.nav_btn .next_btn{ float:right; }

/*上へ戻るボタン*/

#goto-top:hover {
    background-color: #c31f41;
    display: block;
    opacity: 1;
}

#goto-top {
	background-color: #d5d5d5;
	font-size:24px;
	line-height:60px;
	text-align:center;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#katori{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    overflow: hidden;
	display:none;
}
#katori li{
    position: absolute;
	right:10px;
	width:400px;
	height:1300px;
	background:url(http://tsuredure.sakura.ne.jp/blog/wp-content/uploads/katori400.png) no-repeat;
	list-style:none;
}

/*staticPageWrap*/

.staticPageWrap {
    padding-bottom: 0;
}

.staticPageWrap hr {
    border-top: none;
    height: auto;
    border: 1px dashed #eee;
    margin: 20px 0;
}

.commentAreaWrap h3,
.staticPageWrap h2 {
    color: #c31f41 ;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}

.staticPageWrap h3 {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 6px;
    padding-left: 4px;
    margin-bottom: 10px;
    line-height: 1;
}

.staticPageWrap p {
    margin-bottom: 16px;
}

.staticPageWrap p.caution {
    color: #c31f41;
    border: 1px solid #c31f41 ;
    padding: 10px;
}

.staticPageWrap table {
    width: 100%;
}

.staticPageWrap th {
    font-weight: normal;
    width: 20%;
}

.staticPageWrap td {
    width: 80%;
}

.staticPageWrap th,
.staticPageWrap td {
    padding: 10px;
}

.staticPageWrap tr:nth-child(odd) th,
.staticPageWrap tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.staticPageWrap .contactArea tr:nth-child(odd) th,
.staticPageWrap .contactArea tr:nth-child(odd) td {
    background-color: #fff;
}

.staticPageWrap ul.serialStory {
    margin-bottom: 40px;
    padding:0;
}

.staticPageWrap ul.serialStory:last-child {
    margin-bottom: 20px;
}

.staticPageWrap ul.serialStory li {
    margin-bottom: 20px;
}

.staticPageWrap ul.serialStory li img {
    float: left;
    padding-right: 10px;
    width: 150px;
    height: auto;
    background-color: #fff;
}

.staticPageWrap ul.serialStory li h4 a {
    text-decoration: none;
    background-color: #f5f5f5;
    color: #c31f41;
    display: block;
    line-height: 1;
    text-indent: 10px;
    padding: 10px 10px 8px 10px;
    margin-bottom: 6px;
} 

.staticPageWrap ul.serialStory li h4 a:hover {
    background-color: #c31f41;
    color: #fff;
}

.staticPageWrap ul.order li a {
    text-align: center;
    background-color: #f5f5f5;
    color: #c31f41;
    line-height: 1;
    text-indent: 10px;
    display: block;
    padding: 10px;
    margin: 4px;
}

.staticPageWrap ul.order li a:hover {
    background-color: #c31f41;
    color: #fff;
    text-decoration: none;
    margin: 4px;
}

.staticPageWrap .social {
    margin-top: 20px;
}

.staticPageWrap .comicList {
    float: left;
    padding: 0;
}
.staticPageWrap .comicList li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.staticPageWrap .movieList {
    float: left;
    width: 100%;
    padding: 0;
}
.staticPageWrap .movieList li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.shop table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.shop th.img {
    text-align: right;
    vertical-align: middle;
    width: 50%;
    padding: 8px 0 8px 16px;
    background-color: #f5f5f5;
}

.shop th.Text {
    font-size: 16px;
    vertical-align: bottom;
    text-align: left;
    width: 50%;
    padding: 8px 0;
    background-color: #f5f5f5;
}

.shop td {
    vertical-align: middle;
    padding: 8px 8px 16px;
}

.hyou table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
}
.hyou th {
    padding: 5px;
    background-color: #e5e5e5;
    border: 1px solid;
    width: 17%;
    text-align: center;
    vertical-align: middle;
}

.hyou td {
    padding: 5px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    width:17%;
}

.hyou td.left {
    text-align: left;
}

.hyou th.blue {
    background-color: #A9D0F5;
}

.hyou th.red {
    background-color: #F8E0E6;
}

.osirase table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    border: 0;
}

.osirase td {
    padding: 8px 8px 16px;
    border: 0;
    text-align: left;
    vertical-align: top;
}

/*　お知らせ　*/
.newsbox{ word-wrap:break-word; }
.newsbox #pagenation{ width:80%; margin:0 auto; clear:both; }
.newsbox #pagenation .page-prev{ text-align:left; }
.newsbox #pagenation .page-next{ text-align:right; }
.thumnailbox{ height:200px; line-height:200px; }

.news-post-box{ }
.thumbnail-box{ margin-right:30px; }
.thumbnail-box img{ width:300px; height:auto; }
.news-text-box{ width:100%; }
.news-post{ width:90%; margin:0 3% 3%; padding: 0 2% 2% 0; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; float:left; }
.news-post h3{
background-color: #f5f5f5;
color: #c31f41;
display: block;
line-height: 1.3em;
padding: 10px;
margin: 0 0 10px;
}

@media screen and (min-width: 1080px){
	.news-post{ float:left; width:40%; min-height:350px; }
	.news-post:nth-child(2n+1) { clear: left; }
}

/* お問い合わせフォーム */
.staticPageWrap input[type="submit"],
.staticPageWrap input[type="reset"]{
margin-right: 20px;
width: 125px;
height: 45px;
line-height: 45px;
text-align: center;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: #ccc;
border: 0;
cursor: pointer;
padding: 0 10px;
font-size: 14px;
-moz-transition: background-color 0.3s ease-out;
-webkit-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
-ms-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
}
.staticPageWrap input[type="submit"]:hover,
.staticPageWrap input[type="reset"]:hover{
background: #c31f41;
}
.staticPageWrap input, .staticPageWrap textarea{
width: 328px;
border: 1px #CCCCCC solid;
padding: 10px;
margin-top:5px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(./img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #CCC;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c31f41;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(./img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(./img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(./img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(./img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}