@charset "utf-8";

/* 外部CSSの読み込み
------------------------------------------------------------ */
@import "base-m.css";
@import "contents-m.css";
@import "navi-m.css";

/* ------------------------------------------------------------ */

.spnone { display: none; }
.smanone { display: none; }
.dn { display: none; }




/*-----------------------------------
Googleぱんくず
------------------------------------*/
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 10px;
	clear: both;
}
div#breadcrumb a {
	font-color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}

/*-----------------------------------
カレンダー
------------------------------------*/
#wp-calendar {
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
}
#wp-calendar thead tr th {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
#wp-calendar td {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background: #ccc;
}

/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background: #EFEFEF;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
}
.post blockquote:before,
.post blockquote:after {
	font-family: "FontAwesome";
    font-size: 1.5em;
    line-height: 1em;
    color: #ddd;
    position: absolute;
    z-index: -1;
	transition: transform 0.5s;
}
.post blockquote:before {
	content: "\f10d";
    left: 5px;
    top: 5px;
}
.post blockquote:after {
	content: "\f10e";
    right: 5px;
    bottom: 5px;
}
.post blockquote .dl_bq dt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.post blockquote .dl_bq2 dt {
	font-weight: bold;
	font-size: 18px;
}
.post blockquote .dl_bq2 dd {
	margin-bottom: 10px;
}
.post blockquote .moto {
	text-align: right;
	font-size: 12px;
}

.inyo {
	text-align: right;
	font-size: 12px;
}

/*-----------------------------
ページナビ
------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
	padding: 20px 0;
	overflow: hidden;
}
.pagination span,
.pagination a {
	display: block;
	float: left;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #67B75D;
	margin-top: 5px 5px 5px 0;
	padding: 10px 15px;
	border: 1px solid #67B75D;
	box-sizing: border-box;
}
.pagination a {
	color: #fff !important;
	font-weight: bold;
}
.pagination a:hover {
	color: #fff;
	background: rgba(252,117,0,1.00);
}
.pagination .current {
	color: #67B75D;
	background: #EEFFE3;
	border: 1px solid #67B75D;
	padding: 10px 15px;
	box-sizing: border-box;
}

/*-----------------------------
SNS
------------------------------*/
.sns {
	bottom: 18px;
	position: fixed;
	z-index: 9998;
	border-radius: 0px 4px 4px 0px; /* CSS3 */
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px;
	border: 1px solid #ccc;
	background: url(images/a30.png) repeat;
	padding: 3px 5px 3px 15px;
	margin-left: -10px;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	z-index: 9999;
	padding: 0;
	color: #ddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
#container #wrap #wrap-in #main #snsbox03 .sns03 .snsb {
	padding: 10px 0;
	margin: 0 -5px;
}

/*-----------------------------
SNS（記事一覧内）
------------------------------*/
.post .ec-sns {
	display: none;
}

/*-----------------------------
ページTOP
------------------------------*/
#page-top {
	display: none !important;
}

/*-----------------------------
検索フォーム
-----------------------------*/
/*#container #wrap #wrap-in #search {
	display: none;
}*/

#mainvisual-in #search {
	text-align: right;
	padding: 10px 10px 0 0;
}
#s {
	width: 160px;
	height: 24px;
	border: none;
	color: #333;
	padding: 4px 10px;
	background: #EEE;
	/*border: 1px solid #CBCEAD;*/
	box-sizing: border-box;
	font-size: 12px;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	right: 0;
	height: 24px;
	width: 37px;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#mainvisual-in #search #searchform {
	position: relative;
}

/*----------------------------
コメント
------------------------------*/

#comments {
	padding: 10px;
}
h3#resp, h3#reply-title {
    font-size: 14px;
	font-weight: bold;
	background: url(../images/comment.png) left top no-repeat;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 15px;
}
#comments .box_comments {
	padding: 0 25px;
}
#comments .box_comments2 {
	padding: 0;
}
#comments .box_comments2 ul li .comment-info {
	margin-left: 5px;
}
#comments .box_comments2 ul li .comment-listCon {
	margin-left: 25px;
}
#comments form  {
	font-size: 13px;
}
#comments form p label {
	margin-right: 10px;
}
#comments form p.comment-form-author {
	margin-bottom: 10px;
}
#comments form p.comment-form-comment label {
	display: block;
}
#comments form p.comment-form-comment textarea {
	width: 97%;
	margin-bottom: 10px;
}
#comments form p.form-submit {
	display: block;
	margin: 0 auto;
	width: 120px;
	text-align: center;
}
#comments form p.form-submit .submit {
	width: 100%;
	border: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	padding: 5px 10px;
}
/* AA用の設定 デフォルトでよければ削除してください */
#comments p {
  line-height: 18px;
}
 
ol.commets-list,
ul.commets-list {
    padding-left: 2em;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
ol.commets-list li,
ul.commets-list li {
	padding-top: 14px;
}
 
div.comment-info{
    font-size: 14px;
	margin-bottom: 5px;
}

.comment-listCon p {
	font-size: 13px;
	margin-bottom: 20px;
}
 
cite.comment-author{
    color: #390;
	font-style: normal;
	font-weight: bold;
}
 
/* 必要のないものを削除 */
p.comment-notes,
p.comment-form-email,
p.comment-form-url,
p.form-allowed-tags{display:none;}
textarea#comment{
  width: 90%;
}

/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi {
	padding: 10px;
}
.p-navi dl dt {
	font-weight: bold;
	font-size: 13px;
}
.p-navi dl dd {
	font-size: 14px;
}