@charset "utf-8";
/*
	Theme Name: mmm
	Description: mmmm作成のテーマです。
	Author:
	Author URI:

*/


@import url(utility.css);
@import url(reset.css);

* {
	margin: 0;
	padding: 0;
}
html,body{
height: 100%;
}
body {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size:13px;
	line-height: 1.6;
	background-color: #fff;
	color:#333;
	
}
/* /////////////////共通 ///////////////// */
#wrapper{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	background-color: #fff;
	padding-bottom: 0px;
min-width:1100px;
}
body > #wrapper{
height:auto;}
.inner{
	width:1068px;
	margin:0 auto;
}
.contents{
	background-color:#f7f7f7;
}
.contentsArea{
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 2em;
}
.contentsAreaLeft{
	width: 728px;
	float: left;
}
.contentsAreaRight{
width: 300px;
    display: inline-block;
    padding-left: 40px;
}


/* /////////////////TOP ///////////////// */
.header{
	padding-top: 3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2em;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: top center;

}
.header .inner{
position:relative;
}
.header h1{
	margin: 0 auto;
	width: 65px;
}
.header h1 img,.header h2 img{
	width:100%;
	max-width: 100%;
    height: auto;
}
.header h2{
position: absolute;
right:1em;
top:4em;
width:250px;
}
.gMenu{
	border-top: 1px solid #ddd;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.gMenu ul{
 
}
.gMenu li{
	float: left;
	width:12.5%;
	text-align:center;
	
}
.gMenu li:first-child{

}
.gMenu li a{
	text-align:center;
	font-size:12px;
	
	padding:10px 0;
	margin:10px 0;
	border-right:1px dotted #ddd;
	display:block;
}
.gMenu li a:first-child{
border-left:1px dotted #ddd;	
}


.footMenu li{
	
}

/* ////////フッター ////////// */
#footer{
	background-color: #505050;
	color: #fff;
	position: relative;
	padding: 2em 0 1em 0;
}
#footer .pagetop{
	position:absolute;
	right:20px;
	bottom:20px;
}
#footer p.copy{
	text-align: center;
	font-size: 11px;
}
.footerMenu{
	margin-bottom:1em;
}
.footerMenu a:link{
	
	color:#E2E2E2;
	text-decoration:none;
}
.footerMenu a:visited{
	color:#E2E2E2;
	text-decoration:none;
}
.footerMenu a:hover{
	color:#fff;
	text-decoration:underline;
}
.footerMenu p.title{
	font-weight:bold;
	font-size:15px;
	margin-bottom:1em;
	
}
.footerMenu p.title span{
	border-bottom:1px solid #fff;
}
.footerMenu li{
	float:left;
	width:23%;
	margin:0 1%;
}
.footerMenu li ul.list li{
	width:100%;
	float:none;
	margin-bottom:0.5em;
}

/* /////////////////フッター公式アカウント ///////////////// */
.footerSns{
	margin-bottom: 2em;
	text-align: center;
	position: relative;
	overflow: hidden;
	
}
.footerSns ul{
  position: relative;
  left: 50%;
  float: left;
}
.footerSns li{
	float: left;
	
	position: relative;
	left: -50%;
}
.footerSns a{
	text-align:center;
	position:relative;
	display:block;
	color:#fff;
	text-decoration: none;
	font-size:20px;
	border-radius: 50%;
	line-height: 50px;
}
.fb,.tw,.rss,.yt {
	width: 50px;
  height: 50px;
  margin:10px;
  
	float:left;
}
.fb a {
	background:#3b5998;
}
.fb a:hover {
	background:#2c4373;
}
.tw a {
	background:#00acee;
	
}
.tw a:hover {
	background:#0092ca;
}
.yt a {
	background:#e6282a;
	
}
.yt a:hover {
	background:#c40c0e;
}

/* RSS */
.rss a {
	background:#f08300;
}
.rss a:hover {
	background:#d27300;
}




/* /////////////////広告 ///////////////// */


.ad-pc{
	text-align: center;
	padding: 2em 0;
	margin-bottom:20px;
	
}

.ad-sp{
	display:none;
}


/* /////////////////分岐 ///////////////// */
.pcArea{
	display:block;
}
.spArea{
	display:none;
}
















/* /////////////////ボタン ///////////////// */
p.more{
	padding: 2em 0;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
p.more i{
	font-size:14px;
	padding-right:0.2em;
}
p.more a:link{
	padding:1.5em 1em;
	background-color:#000;
	text-decoration:none;
	color:#fff;
	border-radius:3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	letter-spacing:0.2em;
	display:block;
	
}
p.more a:visited{
	

	text-decoration:none;
	color:#fff;
}
p.more a:hover{

	color:#fff;
	background-color:#666;
	text-decoration:none;
}

/* ////記事BOX /////*/
.artBox{
	background-color:#fff;
	padding:0.8em;
}
.artBox p.im{
	margin-bottom:0.5em;
	position:relative;
}
.artBox p.im img{
	width:100%;
	max-width:100%;
	height:auto;
}
.artBox p.title{
	font-size:13px;
	font-weight:bold;
	
}

.artBox span.pv{
	text-align:center;
	background:#333;
	color:#fff;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	padding:0.2em 0;
}

.artComme{
	background-color:#FF0004;
	color:#fff;
	width:45px;
	height:45px;
	text-align:center;
	float:right;
	margin-top:-2em;
	position:relative;
	z-index:100;
	margin-right:0.5em;
	margin-left:1em;

	
}
.artComme i{
	margin-top:5px;
	font-size:15px;
	
}
.artComme span.count{
	display:block;
	font-size:14px;
	line-height:1;
}
.artBox ul.info{
	font-size:11px;
	color:#888;
	
}
.artBox ul.info i{
	padding-right:0.2em;
}
.artBox ul.info li{
	display:inline-block;
	float:none;
	width:auto;
	margin-right:1em;
}
.artBox ul.info a:link{
	color:#888;
}
.artBox ul.info a:visited{
	color:#888;
}
/* /////////////////コンテンツ ///////////////// */

/* ///TOP人気 /// */
.popu{
	background-color:#555;
	padding:3em 0;
}
.popu h3{
	font-size:18px;
	
	margin-bottom:1em;
	color:#fff;
}
.popu li{
	float:left;
	width:23%;
	padding:0 1%;
	display:block;
}
/* ///TOP人気 /// */

/* ///記事大 /// */
.artLarge h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
	
}
.artMiddle h3{
font-size:18px;
	font-weight:bold;
padding:2em 0;
}
.artLarge ul{
	margin-bottom:1.5em;
}
.artLarge ul.info{
	margin-bottom:0;
}
.artLarge li{
	float:left;
	width:49%;
	margin-right:2%;
}
.artLarge li:last-child{
	margin-right:0;
}
.artLarge .artBox{
	padding:1.2em;
}
.artLarge .artBox p.title{
	font-size:17px;
	margin-bottom:1em;
	line-height:1.8;
}
/* ///記事大 /// */
/* ///記事中 /// */
.artMiddle{
	margin-bottom:3em;
	
}
.artMiddle li{
	margin-bottom:1em;
}
.artMiddle li:last-child{
	argin-bottom:0em;
}
.artMiddle .artBox{
	padding:1.2em;
}
.artMiddle p.im{
	width:30%;
	float:left;
	margin-right:3%;
	margin-bottom:0;
}
.artMiddle .artBox p.title{
	font-size:22px;
	margin-bottom:1em;
	line-height:1.8;
}
.artMiddle .artComme{
	
	margin-top:0em;
	margin-right:0em;

	
}
/* ///記事中 /// */

p.maintitle{
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: bold;
	position: relative;
	background: #FF0004;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}



p.maintitle:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 2em;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #FF0004;
}

/* ///sideランキング /// */
.sideRank{
	background-color:#fff;
	
	margin-bottom:2em;
}
.sideRank li{
	border-bottom:1px solid #e8e8e8;
}
.sideRank li:last-child{
	border-bottom:none;
}
.sideRank ul.info li{
	border-bottom:none;
}


.sideRank .artBox p.im{
	width:40%;
	float:left;
	margin-right:3%;
	margin-bottom:0;
}
.sideRank .artComme{
	width:35px;
	height:35px;
	
	margin-top:0em;
	margin-right:0em;
	margin-left:0.2em;

	
}
.sideRank .artComme i{
	margin-top:5px;
	font-size:12px;
	
}
.sideRank .artComme span.count{
	font-size:11px;
}

.sideRank .artBox p.title{
	margin-bottom:0.5em;
	font-size:12px
}

span.num{
	position:absolute;
	top:-5px;
	left:-5px;
	color:#fff;
	background-color:#555;
	font-size:12px;
	line-height:1.8;
	display:block;
	padding:0.2em 0.7em;
	border-radius:0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	
}
span.num1{
	background-color:#ef4036;
}
span.num2{
	background-color:#FF7400;
}
span.num3{
	background-color:#00bd16;
}


/* ///sideカテゴリ /// */

.sideCate{
	background-color:#fff;
	padding-bottom:0.5em;
	margin-bottom:2em;
}
.sideCate li{
	padding:1em 1.5em;
	border-bottom:1px solid #e8e8e8;
}
.sideCate li:last-child{
border-bottom:none;
}
.sideCate li a:link{
	display:block;
}
/* ///sideカテゴリ /// */



/* ///////////////// 広告 ///////////////// */

.ad{
	margin-bottom:2em;
	text-align:center;
}
/*  広告  */
.adPc{
	text-align:center;
	padding:0 0 2em 0;
}
.adSp{
	display:none;
	text-align:center;
	padding:0 0 2em 0;
}
.ad2{
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 2em;
}
.single .ad2{
	
	padding-right: 0em;
	padding-left: 0em;
	
}

.ad2 li{
	float:left;
}
.ad2 li:last-child{
	float:right;
}






/* /////////////////ページナビ ///////////////// */
ul.pageNav {
	margin: 0 0 20px;
	padding: 10px 10px 5px;
	text-align: center;

	letter-spacing: 0.1em;
	font-size: 12px;
}

ul.pageNav li {
	display: inline;
	margin:0.3em ;
	padding: 0px;
	padding-bottom:5px;
	color:#fb8970;
	
}

ul.pageNav li a {
	display:inline-block;
	
	padding: 0px 10px;
	background: #fb8970;
	text-decoration: none;
	vertical-align: middle;
	color:#fff;
	border:1px solid #fb8970;
	line-height:2.4;
	margin-bottom:1em;
	border-radius:0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}


ul.pageNav li a:hover,ul.pageNav li a.active {
	background: none;
	border:1px solid #fb8970;
	color:#fb8970;
}








/* シングル */

.single{
	background-color:#fff;
	padding:3em;
	margin-bottom:3em;
}
.single .artComme{
	margin-top:0;
	margin-right:0;
	margin-top:-1.5em;
	margin-right:-1.5em;
	
}

.single p.time,.single p.cate{
	color: #888;
	font-size:12px;
	margin-bottom:0.5em;
}
.single p.time i,.single p.cate i{
	padding-right:0.3em;
}

.single h3{
	font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0.5em;
	font-weight:bold;
}

.single .txArea{
padding:1em 0 5em 0;
}
.single .txArea p{
	line-height:2;
	font-size:14px;
margin-bottom:2em;
}
.talk{
	padding:0 3%;
	margin-bottom:3em;
}
.talkArea{
	padding-top: 1em;
	padding-bottom: 1em;
}
.talkArea h4{
	margin-bottom:0.5em;
}
.talkTitle p.name{
	font-size:12px;
	color:#A7A7A7;
	float:left;
}
.talkTitle p.time{
	font-size:12px;
	color:#A7A7A7;
	float:right;
	text-align:right;
}
.talkBox{
	border-bottom:1px solid #ddd;
	padding-top:1em;
	padding-bottom:0.5em;
}
.talkBoxArea{
	padding:0.5em 0 0.5em 1.5em;
}
.talkBoxArea p{
	font-size:15px;
	line-height:2;
	
	font-weight:bold;
}
.talk p.sub{
	text-align:right;
	font-weight:normal;
	font-size:11px;
	color:#A7A7A7;
	line-height:1.4;
}



/* ぱんくず */

.breadcrumb{
	padding:0.5em 0 0 0;
}
.breadcrumb ul{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadcrumb li{
	float:left;
	margin-right:1em;
	font-size:11px;
	color:#999;
}

.breadcrumb a{
	margin-right:1em;
	color:#000;
}










/* 相互RSS */

.sec-rss {
background: #fff;
margin: 0 0px 20px;
-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.sec-rss p.title{
	background-color:#333;
	color:#fff;
	padding:0.5em 1em;
}
.sec-rss-article {
height: 188px;
overflow: hidden;
border: 1px solid #e8e8e8;
}

.sec-rss-item {
height: 376px;
overflow: hidden;
}

.sec-rss-item:first-child {
border-right: 1px solid #e8e8e8;
}

.blogroll-list-wrap {
border-bottom: 1px solid #e8e8e8 !important;
}
.blogroll-list-wrap1 {
border-bottom: 1px solid #e8e8e8 !important;
}
.blogroll-list-wrap2 {
border-bottom: 1px solid #e8e8e8 !important;
}
.blogroll-list {
border-top: 1px solid #e8e8e8 !important;
}

.blogroll-list:first-child {
border-top: none !important;
}

.blogroll-ad-text > a,
.blogroll-link {
font-weight: bold;
font-size: 13px;
line-height: 1.3;
overflow: hidden;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 5px 15px;
}

.blogroll-link:before {
content: "\f0da";
font-family: FontAwesome;
display: inline-block;
color: #58C24C;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 5px;
}

.blogroll-icon,
.blogroll-favicon,
.blogroll-hatebu,
.blogroll-link-time,
.blogroll-new-entry {
display: none;
}

.blogroll-ad-img {
padding: 10px 10px 0;
}

.blogroll-ad-default {
font-size: 13px;
padding: 10px;
}

@media (min-width: 768px) {

.sec-rss {
margin: 0 0 20px;
}

.sec-rss-item {
width: 49.8%;
float: left;
height: 250px;
overflow: auto;
border-right: 1px solid #e8e8e8;
}
.sec-rss-item:last-child{
	border-right:none;
}

.sec-rss-article {
margin: 0 0 40px;
}

.blogroll-link:hover {
background: #f6f6f6;
color: #58C24C;
}

.blogroll-ad-default {
font-size: 11px;
}

}


.singleSns{
	padding:2em 0;
}

.sns-share-item-single {
float: left;
width: 24%;
padding: 0 0.5%;
}

.sns-share-item-single:first-child {
margin-left: 0;
}

.sns-share-item-single > a {
display: block;
padding: 12px 0;
text-align: center;
line-height: 18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
letter-spacing:0.1em;
color: #fff;
}

.sns-share-item-single > a:hover {

text-decoration:none;
}
.sns-share-icon {
font-size: 18px !important;
margin-right: 5px;
position: relative;
vertical-align: top;
}
.icon-hb {
font-family: Verdana !important;
font-weight: bold;
top: -1px;
}

.icon-gp {
font-weight: bold;
}
/* sns */

.tw-bg {
background: #55acee;
-webkit-box-shadow: 0 3px 0 #2E87CC;
-moz-box-shadow: 0 3px 0 #2E87CC;
box-shadow: 0 3px 0 #2E87CC;
}

.tw-bg:hover {
background: #81C9FF;
}

.tw-tx {
color: #55acee;
}

.tw-tx:hover {
color: #55acee;
}

.fb-bg {
background: #4368BD;
-webkit-box-shadow: 0 3px 0 #2B488A;
-moz-box-shadow: 0 3px 0 #2B488A;
box-shadow: 0 3px 0 #2B488A;
}

.fb-bg:hover {
background: #6387D8;
}

.fb-tx {
color: #4368BD;
}

.fb-tx:hover {
color: #4368BD;
}

.hb-bg {
background: #008fde;
-webkit-box-shadow: 0 3px 0 #00669E;
-moz-box-shadow: 0 3px 0 #00669E;
box-shadow: 0 3px 0 #00669E;
}

.hb-bg:hover {
background: #33ADF1;
}

.hb-tx {
color: #008fde;
}

.hb-tx:hover {
color: #008fde;
}

.gp-bg {
background: #dd4b39;
-webkit-box-shadow: 0 3px 0 #AB2B1A;
-moz-box-shadow: 0 3px 0 #AB2B1A;
box-shadow: 0 3px 0 #AB2B1A;
}

.gp-bg:hover {
background: #F37162;
}

.gp-tx {
color: #dd4b39;
}

.gp-tx:hover {
color: #dd4b39;
}

.fe-bg {
background: #6cc655;
-webkit-box-shadow: 0 3px 0 #499635;
-moz-box-shadow: 0 3px 0 #499635;
box-shadow: 0 3px 0 #499635;
}

.fe-bg:hover {
background: #89DC74;
}

.fe-tx {
color: #6cc655;
}

.rs-bg {
background: #ff8c00;
-webkit-box-shadow: 0 3px 0 #BD6801;
-moz-box-shadow: 0 3px 0 #BD6801;
box-shadow: 0 3px 0 #BD6801;
}

.rs-bg:hover {
background: #FFB862;
}

.ho-bg {
background: #EF8CB5;
-webkit-box-shadow: 0 3px 0 #C57295;
-moz-box-shadow: 0 3px 0 #C57295;
box-shadow: 0 3px 0 #C57295;
}

.ho-bg:hover {
background: #F7A8C9;
}

.sns-search-wrapper {
float: right;
}


.navi{
}
.navi li{
	float:left;
	width:45%;
	margin:0 2.5%;
}
.navi li.next{
	float:right;
}
.navi p.more{
	width:100%;
	
}
.navi p.more a:link{
	
}







.cardBt{
	
	padding:0 0 0.5em 0;
}
.cardBt li{
	float:right;
	margin-left:1.5em;
}

.cardBt li i{
	font-size:16px;
	color:#A7A7A7;

}

.cardBt li span{
	font-size:11px;
	padding-left:0.3em;
	color:#A7A7A7;
}
.cardBt li a:hover{
	text-decoration:none;
}

.tubuyaki{
}
.tubuyakiFix{
	display:none;
}
.talkBt{
	margin-bottom:2em;
}
.tubuyaki p.more{
	width:80%;
	margin:0 auto;
}
.talkBt .tubuyaki p.more {
	padding-top:0;
}

.tubuyaki p.more a:link{
	display:block;
	font-size:14px;
}
.tubuyaki p.more a{
	display:block;
	font-size:14px;
}
.tubuyaki p.more i{
	font-size:20px;
}
p.ref{
	text-align:center;
	font-size:13px;
background-color:#efefef;
	display:block;
	padding:1.5em 0.1em;
cursor:pointer;
margin-bottom:1em;
}

p.ref i{
	font-size:18px;
	padding-right:0.5em;
}
#commentpop{
	width:500px;
	padding:2em;
	background-color:#fff;
	margin:0 auto;
}
#commentpop p.more{
	padding:1em 0 0 0;
}
.comment-respond input,
.comment-respond textarea {
	-webkit-appearance: none;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 97.8%;
	padding: 1%;
	margin: 0;
	background: #fafafa;
	border: 1px solid #ddd;
	
	color: #333;
}

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: none;
}

.comment-respond textarea { 
	height: 200px; 
	line-height: 140%;
	font-size: 15px;
}

.comment-respond input[type="submit"] {
	display: block;
	padding: 1.5em 4em;
	margin:2em auto;
	width:80%;
	background: #FF0004;
	border-radius: 0px;
	border: none;
	font-size:14px;
	color: #fff;
	-webkit-appearance: none;
}

.comment-respond input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
	background: #cb0003;
}


.comment-form-comment{
margin-bottom:2em;
}


#comments-thread .comment-id,
#comments-thread .form-allowed-tags{
  display:none;
}
 
#comments-thread .comment-author{
  font-weight:bold;
}
 
#comments-thread img.avatar {
  float:right;
  margin-right:0;
  margin-left:10px;
}
 
#commentform label{
  display:block;
}
 
#commentform input{
  margin-bottom:0px;

}
 
#commentform textarea{
  background: #fafafa;
	border: 1px solid #ddd;
}

.doramaPro ul.post-categories{
list-style:none;
margin-bottom:0.5em;
}
#reply-title{
display:none;
}

h3#resp{
	font-weight:bold;
	color:#FF0004;
	font-size:14px;
	
}
.comment-info{
	color:#A7A7A7;
	margin-bottom:0.5em;
}
.comment-listCon p{
	font-weight:bold;
	font-size:15px;
	line-height:2;
}
ol.commets-list li{
	margin-bottom:2em;
	list-style:decimal;
}
.comment-listCon{
	border-bottom:1px solid #ddd;
	padding-bottom:1em;
font-size:11px;
}
ol.commets-list{
margin: 1em 0;
	padding-left: 20px;
	list-style:decimal;
}
ul.site li,.doramaList li,.linkArea li{
list-style: none;
}
.doramaAreaRight li{
list-style: none;
}
#respond label{
	font-weight:bold;
	color:#FF0004;
	font-size:14px;
padding-top: 1em;
}
.error{
padding: 1em 0;
}



.adTx{
	border:1px solid #e8e8e8;
	padding:0.5em;
}

.adTx li {
font-weight: bold;
font-size: 13px;
line-height: 1.3;
overflow: hidden;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 5px 15px;
}

.adTx li:before {
content: "\f0da";
font-family: FontAwesome;
display: inline-block;
color: #58C24C;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 5px;
}
@media screen and (max-width:600px) {
.adTx li {
font-size: 12px;
padding: 3px 5px;
	}
}


.hatenablogcard{
  clear:both;
  width:100%;
  height:155px;
  margin:10px 0;
  max-width:680px;
}


.commentArea{
padding:1em 0 0 0;
	width:90%;
	margin:0 auto;
}
.commentArea li{
	list-style:none;
	margin:0 auto 1em auto;

width: 70%;
    float: none;
}
.commentArea li i{
	color:#0086bb;
	font-size:18px;
	padding-right:0.5em;
float:left;
}
.commentArea li p{
float:left;
}
.commentArea li p.ss{
float:none;
font-size:11px;
color:#afafaf;
}
.commentArea li p.ss a:link{
color:#999;
text-decoration:underline;
}
.commentArea li p.ss a:visited{
color:#999;
text-decoration:underline;
}
.commentArea li p.ss a:hover{
color:#999;
text-decoration:none;
}
.commentArea .wpulike{
display:none;
}
#respond p{
font-size:11px;
}



.navi{
	padding:2em 0;
}
a.page-numbers:link{
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:0.5em 1em;
	border:1px solid #000;
margin-bottom:1em;
}
a.page-numbers:visited{
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:0.5em 1em;
	border:1px solid #000;
}
a.page-numbers:hover{
	background-color:#666;
	color:#fff;
	text-decoration:none;
	padding:0.5em 1em;
	border:1px solid #666;
}
span.current{
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	padding:0.5em 1em;
margin-bottom:1em;
}
span.dots{
	color:#000;
}




ul.tag{
	padding:0.5em 0;
margin-bottom:1em;
}
ul.tag li{
	float:left;
	font-size:11px;
	line-height:1;
	margin-right:0.5em;
}
ul.tag li a:link{
	color:#999;
	border:1px solid #999;
	text-decoration:none;
	padding:0.5em 0.7em 0.5em 0.7em;
	display:block;
}
ul.tag li a:visited{
	color:#999;
	border:1px solid #999;
	text-decoration:none;
	
}
ul.tag li a:hover{
	color:#fff;
	border:1px solid #999;
	text-decoration:none;
	background-color:#999;
	
}

h2.widgettitle{
display:none_;
}
#search-2{
margin-bottom:2em;
}
#search-2 label{
display:none;
}
#search-2 input[type=text]{
width:64%;
padding:5px 3%;
	background-color:#fff;
	border:1px solid #4a4a4a;
	line-height:30px;
font-size:16px;
}
#search-2 input[type=submit]{
width:27%;
background:#4a4a4a;
color:#fff;
line-height:30px;
padding:5px;
cursor:pointer;
font-size:16px;
background-image:url(img/bb.png);
	background-repeat:no-repeat;
	background-position:center center;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="submit"]:focus {
  outline: 0;
  
}
input[type="button"],input[type="text"],input[type="submit"],input[type="password"] {
   -webkit-appearance: none;
   border-radius: 0;
border:1px solid #4a4a4a;
}


.search{
padding:3em;
}

.search p{
line-height:30px;
text-align:left;
}



h2.widgettitle{
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	background: #000;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}



h2.widgettitle:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 2em;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #000;
}



#recent-posts-2,#categories-2,#tag_cloud-2,#wpp-2,#pages-2{
	background-color:#fff;
	padding-bottom:0.5em;
	margin-bottom:2em;
}
#wpp-2 p{
padding:1em 1.5em;
}
#recent-posts-2 ul li,#categories-2 ul li,#wpp-2 ul.wpp-list li,#pages-2 ul li{
	padding:1em 1.5em;
	border-bottom:1px solid #e8e8e8;
}
#recent-posts-2 ul li:last-child,#categories-2 ul li:last-child,#wpp-2 ul.wpp-list li:last-child,#pages-2 ul li:last-child{
border-bottom:none;
}
#recent-posts-2 ul li a:link,#categories-2 ul li a:link,#pages-2 ul li a:link{
	display:block;
}





#spMenu{
	display:none;
}


.tagcloud{
padding:1em 1.5em;
	margin-bottom:1em;
}
ul.wp-tag-cloud li{

}
.tagcloud a:link{
	color:#666;
	border:1px solid #666;
	text-decoration:none;
	padding:0.5em 0.7em 0.5em 0.7em;
	display:block;
display:inline-block;
	font-size:11px !important;
	line-height:1;
	margin-right:0.5em;
margin-bottom:0.5em;
}
.tagcloud a:visited{
	color:#666;
	border:1px solid #666;
	text-decoration:none;
	
}
.tagcloud a:hover{
	color:#fff;
	border:1px solid #666;
	text-decoration:none;
	background-color:#666;
	
}
.post-stats{
font-weight:normal !important;
}
.wp-polls-form{
padding:0.5em;
border:2px dotted #666;
}
.wp-polls .Buttons {
   
    
}
.wp-polls-ul strong i{
font-weight:bold;
}
.contact-submit input{
padding:0.5em 2em;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





.contentsTop{
	padding:2em 0;
}
.contentsTop h3{
	text-align:center;
	line-height:2.2;
	font-family: "Noto Sans Japanese";
}
.mainMenu{
	font-family: "Noto Sans Japanese";
	padding:10em 0;
}
.mainMenu li{
	width:22%;
	margin:0 1.5% 3em 1.5%;
	float:left;
	text-align:center;
}
.mainMenu li:nth-child(5){
	margin-left:14.5%
}
.mainMenu li a:link{
	display:block;
	border:1px solid #000;
	font-size:15px;
	letter-spacing:0.3em;
	padding:5em 0.2em;
	text-decoration:none;
	color:#000;
}
.mainMenu li a:visited{
	color:#000;
	border:1px solid #000;
	text-decoration:none;
}
.mainMenu li a:hover{
	color:#666;
	border:1px solid #666;
	text-decoration:none;
}


.comment-form-cookies-consent{
	display:none;
}


.popular-posts a{
	font-weight:bold;
}
.popular-posts a:visited{
	font-weight:bold;
}



.txArea blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
   
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #000;
	margin-bottom:2em;
    
}

.txArea blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #000;
    font-size: 28px;
    line-height: 1;
}

.txArea blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

.txArea blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.txArea blockquote p{
	margin-bottom:0 !important;
}

/*-----------------------------------------------
	テーブル
-----------------------------------------------*/
.contactTable {
	border-top: 1px #dbdbdb solid;
	
	color: #333;
	width: 100%;
	font-size:13px;
	margin-bottom:2em;
}

.contactTable th{
	
	margin:0;
	background-color:#f2f2f2;
	padding:4%;
}



.contactTable td {
	padding:4% 0 4% 4%;
}


.contactTable tr{
	border-bottom:1px #dadada solid;
}
.contactTable tr.none{
	border-bottom:none;
}
input, button, select, textarea {
    -webkit-appearance: none;
	
   border-radius: 0;}
/*-----------------------------------------------
	contact
-----------------------------------------------*/
.contactArea{
	
	padding:5%;
}
.contactBox{
	background-color:#fff;
	padding:5%;
}
.contactForm{
}

.contactForm textarea{
	width:95%;
	border:none;
	background-color:#fff;
	resize: none; 
	padding:2%;
	height:200px;
	border:1px solid #dbdbdb;
}
.contactForm textarea:focus {
   background-color:#fff;
}

.contactForm textarea, select { 
   outline: none;
font-size:14px;
}
.contactForm input[type=text],.contactForm input[type=email],.contactForm input[type=tel]{
	width:95%;
	border:none;
	background-color:#fff;
	border:1px solid #dbdbdb;
	padding:2%;
font-size:14px;
}
.contactForm input[type=text]:focus,.contactForm input[type=email]:focus,.contactForm input[type=tel]:focus,.contactBt input[type=submit]:focus  {
   background-color:#fff;
}

.contactForm input[type=text], select,.contactForm input[type=email], select ,.contactForm input[type=tel], select,.contactBt input[type=submit] { 
   outline: none;
}
.contactBt{
	background-color:#fff;
	padding:10px 0 5em 0;
}
.contactBt p.bt input[type=submit]{
	font-size:14px;
	letter-spacing:0.4em;
cursor:pointer;
}
.contactBt p.bt input[type=submit]{
	color:#000;
	width:220px;
	padding:5px 0px;
	display:block;
	text-align:center;
background-color:#bfbfbf;
border:none;

	
	margin:0 auto;
}
.contactBt p.bt input[type=submit]:hover{
	color:#000;
	
background-color:#666;
	
	margin:0 auto;
}
.contactBt p.bt a:link{
	text-decoration:none;
	
}
.contactBt p.bt .ajax-loader{display:none;}

.feedBox p.cate{
	display:inline;
	background-color:#666;
	color:#fff;
	font-size:11px;
	padding:0.2em 0.4em;
	line-height:1;
}
.feedBox p.cate a:link{
	background-color:#666;
	color:#fff;
	font-size:11px;
	padding:0.2em 0.4em;
	line-height:1;
}
.feedBox p.cate a:visited{
	color:#fff;
	text-decoration:none;
}
.feedBox p.cate a:hover{
	background-color:#333;
	text-decoration:none;
	
}
#throwsSpamAway{
	padding-top:1em;
}



.txArea p.immm{
	width:40%;
	margin:0 auto 2em auto;;
}
.txArea p.immm img{
	width:100%;
	height:auto;
	max-width:100%;
}
.single p.cate a:link{
	background-color:#666;
	color:#fff;
	padding:0.2em 1em;
	line-height:1;
	text-decoration:none;
	
}
.single p.cate a:visited{
	color:#fff;
	text-decoration:none;
}
.single p.cate a:hover{
	background-color:#333;
	text-decoration:none;
	
}


/* fit-sidebar */
.fit-sidebar-fixed{
	margin-top:0!important;
	margin-bottom:0!important;
	position:fixed;
}
.fit-sidebar-blank{
	z-index:0;
	background-color:transparent;
	visibility:hidden;
}
.pageBox{
	margin-bottom:3em;
}
.pageBox p{
	margin-bottom:2em;
}
.pageBox dt{
font-size:14px;
font-weight: bold;
}
.pageBox dt p,.pageBox dd p{
margin-bottom:0.5em !important;
}
.pageBox dd{
	margin-bottom:2em;
}
.pageBox a:link{
	text-decoration:underline;
}
.pageBox a:visited{
	text-decoration:underline;
}
.pageBox a:hover{
	text-decoration:none;
}
.pageBox li{
	list-style:disc;
	list-style-position:inside;
	margin-bottom:0.5em;
	text-indent:-1em;
	margin-left:1em;
}