@charset "UTF-8";

#relateLinks:after,
header:after,
#header-sp:after,
#globalNav:after,
#nav:after,
#crumb:after,
#info:after,
footer:after,
#contents:after,
#main:after,
#aside:after,
#breadcrumb:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#relateLinks,
header,
#header-sp,
#globalNav,
#nav,
#crumb,
#info,
footer,
#contents,
#main,
#aside,
#breadcrumb,
#visual{
	zoom: 1;
}

.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}


/* loading */
#loader {
	width: 32px;
	height: 32px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	background: rgba(59,198,195,.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 220%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(59,198,195,.8);
}

#wrapper{
	text-align: left;
}

.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0 0;
}
.pager .current,
.pager .pages{
	font-size: 1.0em;
	color: #666;
	padding: 8px 14px 8px 14px;
	border: #FFF solid 1px;
	margin-right: 6px;
	line-height: 500%;
}

@media screen and (max-width: 768px){
	.pager span.pages{
		display: block;
		line-height: 100% !important;
	}
}
.pager span.current{
	border: #3ba8c3 solid 1px !important;
	background-color:#3ba8c3 !important;
	color: #FFF;
}
.pager a{
	font-size: 1.0em;
	padding: 8px 14px 8px 14px;
	border: #DEDEDE solid 1px;
	margin-right: 6px;
}
.pager a:hover{
	color: #FFF !important;
	text-decoration: none;
	border: #3ba8c3 solid 1px;
	background-color:#3ba8c3;
}


span.icon_category{
	font-size: 0.750em;
	color: #FFF;
	background-color: rgba(0,0,0,0.4) !important;
	padding: 3px 5px; 
}
span.icon_post_type{
	font-size: 0.750em;
	color: #FFF;
	background-color: rgba(0,0,0,0.4) !important;
	padding: 3px 5px; 
}

span.icon_post_type a,
span.icon_category a{
	font-size: 0.750em;
	color: #FFF;
	text-decoration: none !important;
}

span.icon_post_type a:hover,
span.icon_category a:hover{
	font-size: 0.750em;
	color: #EFEFEF;
	text-decoration: none !important;
}
.image a,
.image a a:hover{
	text-decoration: none !important;
}


pre.date {
	padding: 20px 20px; 
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size:1.0em;
	line-height: 180%;
	margin-bottom: 30px;
}

.em-events-search{
	display: none;
}

.sw-hide{
	display: none;
}

#contact .boxBtn{
	text-align:center;
	width: 40%;
	margin: auto;
}

#contact .btn input{
	float: left;
	font-size:1.2em;
	font-weight:bold;
	color: #fff; /* 文字色 */
	line-height: 40px; /* 文字の高さ */
	padding-top: 10px; /* 余白 */
	padding-right: 30px; /* 余白 */
	padding-bottom: 10px; /* 余白 */
	padding-left: 30px; /* 余白 */
	background-color: #3ba8c3; /* 背景 */
	border: 1px solid #3ba8c3; /* 罫線 */
	cursor:pointer;
	margin-left: 8px; 
}
#contact .btn input:hover {
	border-color: #CCC;
	background-color: #CCC;
	color: #FFF;
}
#contact .btn input.non-submit{
	font-size:1.2em;
	color: #a9a9a9; /* 文字色 */
	line-height: 40px; /* 文字の高さ */
	padding-top: 10px; /* 余白 */
	padding-right: 30px; /* 余白 */
	padding-bottom: 10px; /* 余白 */
	padding-left: 30px; /* 余白 */
	background-color: #CCC; /* 背景 */
	border: 1px solid #CCC; /* 罫線 */
	cursor:pointer;
}
#contact .btn input.non-submit:hover {
	border-color: #ccc;
	background-color: #ccc;
	color: #666;
}


.ht-memo{
	padding: 20px 30px 20px 30px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #F0FFF0;
}

.comment-form-url{ display:none; }


#info .sw-well {
	background: #edfeff;
	background-image: radial-gradient(#DEDEDE 20%, transparent 0), radial-gradient(#FFF 20%, transparent 0);
  	background-position: 0 0, 10px 10px;
  	background-size: 10px 10px;
  	margin-bottom: 30px;
}

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

#boxSocial{
	width:62px;
	text-align:center;
	padding: 16px 0 10px 0;
	margin-left: -80px;
	background-color: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:fixed;
	bottom:160px;
	z-index: 9999;
}
.share_box ul {
	list-style: none;
	padding-left: 0;
}
.share_box li{
	margin-bottom: 10px;
}

.share_box .sns-item a{
	display: inline-block;
	color: #444;
	background-color: #EFEFEF;
	font-size: 1.250em;
	line-height: 220%;
	vertical-align:middle;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box li a:hover{
	background: rgba(0,0,0,0.1);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box .fb a{
	background: #365899;
	color: #FFF;
}
.share_box .tw a{
	background: #1DA1F2;
	color: #FFF;
}
.share_box .hatebu a{
	background: #008FDE;
	line-height: 160% !important;
}
.share_box .line a{
	background: #00B713;
	line-height: 160% !important;
}
.share_box .sns-item img{
	width: 52%;

	padding-top: 6px;
}



header{
	background-color: #FFF;
	padding-top: 12px; 
	padding-bottom:14px; 
}

header .logo{
	float: left;
	width: 260px;
}
header .logo img{
	width: 100%;
	height: auto;
}
header p.catch{
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
	line-height: 100%;
	letter-spacing: 3px;
	margin-bottom: 4px !important; 
}

header .boxAD {
	float: left;
	margin-left:120px;
}

.boxSerch-sp{
	display: none;
}

header .boxSNS{
	float: right;
	margin-top: -8px; 
	margin-right: 30px;
}

header .boxSerch{
	float: right;
	width: 320px;
	margin-top: -12px; 
}
header .boxSerch input{
	float: left;
	border: none !important;
	background-color: #EFEFEF;
	width: 280px;
	height: 46px;
	margin: 0;
	padding: 0;
	font-size: 0.938em;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}
header .boxSerch button {
	float: left;
	border: none !important;
	background-color: #EFEFEF;
	width: 40px;
	height: 46px;
	font-size: 1.1em;
	line-height: 140%;
	color: #333;
	text-align: center;
	cursor: pointer;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

#header-sp{
	display: none;
}

#globalNav{
	background-color: #3ba8c3;
	margin: auto;
	margin-bottom: 14px !important;
	position: relative;
	z-index: 9999;
}
#globalNav li.home i{
	font-size:1.2em;
	color: #FFF !important;
}
#globalNav li.home a{
}


footer{
	background-color: #EFEFEF;
	padding:30px 0;
}
footer .boxLogo{
	float: left;
	width: 20%;
	padding-right: 30px;
}
footer .boxLogo .logo{
	width: 240px;
	margin: auto;
	padding-top: 60px;
}
footer .boxLogo p.catch{
	font-size: 0.875em;
	font-weight: bold;
	color: #666;
	line-height: 100%;
	letter-spacing: 2px;
	margin-bottom: 4px !important; 
}

footer .boxLogo img{
	width: 100%;
	height: auto;
}
footer .boxInfo{
	float: right;
	width: 70%;
	border-left: 1px solid #CCC;
	padding-left: 50px;
}
footer ul.nav{
	margin-bottom: 20px;
}
footer ul.nav li{
	float: left;
	font-size: 1.0em;
	font-weight: 600;
	margin-right: 24px;
}
footer ul.subnav{
	margin-bottom: 30px;
}
footer ul.subnav li{
	float: left;
	font-size: 0.750em;
	margin-right: 12px;
}
footer p.copy{
	font-size: 0.750em;
	color: #999;
}


#crumb{
	margin: auto;
	border-bottom: 1px solid #DDD;
	margin-bottom: 24px;
	padding: 0 0 12px 0;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 18px;
	background: url(/images/common/arrow_right.png) no-repeat right center;
	background-size: 6px;
	text-decoration: none;
	color: #999;
}
#crumb li:last-child{
	font-weight: bold;
	color: #333;
}

.inner{
	width: 1120px;
	margin:auto;
}



/* サイドカラム
-------------------------------------------- */
#aside {
	float: right;
	width: 280px;
}

#aside h3{
	font-size: 0.938em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #3ba8c3;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 50px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.750em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxblocknavi::after{
	content: "";
	display: block;
	clear: both;
}
#aside .boxblocknavi {
	margin-bottom: 30px;
}
#aside .boxblocknavi li{
	float: left;
	margin-right: 2px;
	margin-bottom: 14px;
}
#aside .boxblocknavi li:nth-child(5n+1){
	clear: both;
}
#aside .boxblocknavi a{
	font-size: 1.00em;
	text-decoration: none;
	padding: 8px 8px 8px 8px;
	border: #CCC solid 1px;
}
#aside .boxblocknavi a:hover{
	font-size: 1.0em;
	color: #FFF;
	text-decoration: none;
	padding: 8px 8px 8px 8px;
	border: #3ba8c3 solid 1px;
	background: #3ba8c3;
}


#aside .boxArchive{
	margin-bottom: 30px;
}
#aside .boxTag{
	margin-bottom: 30px;
}

#aside .boxTW{
}

#visual {
	width: 790px;
	margin:auto;
	margin-bottom: 35px; 
}

#home .recommend{
	background-color: #d9f4ee;
	padding: 34px 28px 0 28px;
	border-radius: 3px;
}
.sw-post .sw-box{
	margin-bottom: 35px;
}
.sw-post .sw-box:nth-child(n+3) {
	margin-bottom: 0px !important;
}

.sw-post .sw-entry-text-liquid p.title{
	font-size: 1.0em !important;
	font-weight: bold;
	line-height: 170% !important;
	margin-bottom: 6px !important;
}
.sw-post .sw-entry-text-liquid div.text p{
	font-size: 0.875em !important;
	line-height: 170% !important;
	margin-bottom: 6px !important;
}

.sw-post .sw-entry-text-liquid .image{
	float: left;
	width: 80px;
	margin-right: 16px;
	margin-bottom: 10px;
}
.sw-post .sw-entry-text-liquid .image img{
	width: 100%;
	height: auto;
}

#home .btn-group{
	margin-top: 18px !important; 
}

#home .posts .sw-line-title-underline{
	border-color: rgba(0,179,137,1.0);
}
#home .question .sw-line-title-underline{
	border-color: rgba(254,192,6,0.7) !important;
}
#home .profile .sw-line-title-underline{
	border-color: rgba(32,128,215,0.7) !important;
}
#home .history .sw-line-title-underline{
	border-color: rgba(243,141,222,0.7) !important;
}
#home .book .sw-line-title-underline{
	border-color: rgba(140,51,171,0.7) !important;
}

#home .sw-line-title-single h2{
	font-size: 1.870em !important;
	text-align: center;
	margin-bottom: 8px !important;
	border-left:none !important;
	margin-top: 30px;
}
#home .news h4{
	border-left:none !important;
}

#home .book{
	width: 101%;
	margin: auto;
	position: relative;
}
#home .book img{
	width: 100%;
	height: auto;
}
#home .book .items {
	width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	margin: 0;
}
#home .book .items .sw-entry{
	border-left: 1px solid #DDD;
	padding: 20px 12px 16px 12px;
	position: relative;
}
#home .book .items .sw-entry:first-child{
	border-left: none;
}
#home .book .items .sw-entry .image{
	border: 1px solid #EFEFEF;
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}

#home .book .items .sw-entry p.title{
	font-size: 0.750em !important;
	font-weight: normal;
	line-height: 170% !important;
}

#home .news .boxNs .entry{
	margin-bottom: 12px;
}
#home .news .boxNews .entry p.date{
	float: left;
	font-size: 0.938em;
	color: #999;
	margin-right: 12px;
}
#home .news .boxNews .entry p.title{
	float: left;
	font-size: 1.0em !important;
	font-weight: normal;
	line-height: 160%;
}

ul.wpp-list li span.square.number{
	background-color: #CCC;
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}
/* ランキングの番号 */
ul.wpp-list {
	counter-reset: wpp-ranking;
}
ul.wpp-list li span.number:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
}
ul.wpp-list li {
	clear: both;
	border-bottom:1px solid #EAEAEA;
	margin: 0;
	padding: 0;
	padding-bottom: 12px !important;
	margin-bottom: 14px !important;
	line-height: 180% !important;
}
ul.wpp-list li .feat-title {
	font-size:0.750em;
	font-weight:bold;
	line-height:160% !important;
}
ul.wpp-list li .feat-post-meta small {
	font-size:0.750em;
	padding:0;
}

.ht-memo p.title,
.sw-memo p.title{
	font-size: 1.125em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	border-left: solid 6px #FFCC00;
	padding-left: 12px;
	margin-bottom: 14px;
}

.ht-memo p,
.sw-memo p{
	font-size: 0.875em;
}


#toc_container{
	padding: 20px 30px !important; 
	margin-bottom: 34px !important; 

}






.sp-thumbnails-container {
	width: 440px !important;
	display: flex !important;
	justify-content:space-around !important;
	margin-top:45px !important; 
}
.sp-thumbnail-container{
	margin-right: 11px !important;
	margin-left: 11px !important;
}
.sp-selected-thumbnail {
	border: 2px solid #fae650;
}





#comment-area h3#comments,
#comment-area h3#reply-title{
	background: none;
	padding: 0;
	font-weight: 300;
	border-left: 5px solid;
	color: #455b5b !important;
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom:15px;
	padding-left: 12px;
}

#comment-area p,
#comment-area li.comment{
	font-size: 1.0em !important;
}
#comment-area ul.children{
	margin-top: 30px;
}
#comment-area p.form-submit{
	width: 30%;
	margin:auto;
}
#comment-area input.submit{
	text-align:center;
	background-color: #666;
	border:1px solid #666;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
#comment-area input.submit:hover {
	border:1px solid #EFEFEF;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#comment-area input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 0.8em 1.0em;
	margin: auto;
	font-size: 1.0em;
	color: #000;
	cursor:pointer;
}
#comment-area input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #666;
	color: #000;
}




}


/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){


#boxSocial{
	width:100%;
	padding: 12px 0 2px 0;
	background: rgba(0,0,0,0.1);
	position:fixed !important;
	bottom:0px;
	left:0;
	z-index: 9999;
}
.share_box ul{
	list-style: none!important;
	padding-left: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.share_box li{
	list-style: none!important;
	display: inline-block;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
.share_box{
	padding-left: 0;
}
.share_box .sns-item a{
	display: inline-block;
	color: #444;
	background-color: #EFEFEF;
	font-size: 1.250em;
	line-height: 210%;
	vertical-align:middle;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box li a:hover{
	background: rgba(0,0,0,0.1);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box .fb a{
	background: #365899;
	color: #FFF;
}
.share_box .tw a{
	background: #1DA1F2;
	color: #FFF;
}
.share_box .hatebu a{
	background: #008FDE;
	line-height: 150%;
}
.share_box .line a{
	background: #00B713;
	line-height: 160%;
}
.share_box .sns-item img{
	width: 52%;
	padding-top: 6px;
}

.inner{
	width: 90%;
	margin:auto;
}


header .boxAD,
header .boxSerch{
	display: none;
}




#globalNav .boxSerch-sp{
	width: 320px;
	margin: auto;
	padding: 8px 0; 
}
#globalNav .boxSerch-sp input{
	float: left;
	border: none !important;
	background-color: #EFEFEF;
	width: 280px;
	height: 52px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}
#globalNav .boxSerch-sp button {
	float: left;
	border: none !important;
	background-color: #EFEFEF;
	width: 40px;
	height: 52px;
	font-size: 1.250em;
	line-height: 140%;
	color: #333;
	text-align: center;
	cursor: pointer;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}



#header-sp{
	width: 92%;
	margin:auto;
	margin-bottom: 24px;
}
#header-sp .box{
	position: absolute;
	top: 4px;
}
#header-sp .logo{
	width: 180px;
}
#header-sp p.catch{
	font-size: 0.82em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 3px;
	padding-left: 2px;
	margin-top: 0px !important; 
}

#header-sp .boxSNS{
	position: absolute;
	top: 9px;
	left: 200px;
	z-index: 9999;
}


#globalNav{
	margin: auto; 
}
#globalNav .inner{
	width: 100%;
}

footer{
	background-color: #EFEFEF;
	padding:30px 0;
	margin-top: 40px;
}
footer .boxLogo .logo{
	width: 240px;
	margin:auto;
}
footer .boxLogo p.catch{
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
	line-height: 100%;
	letter-spacing: 2px;
}
footer .boxInfo{
	border-top: 1px solid #CCC;
	padding-top:28px;
	margin-top: 28px;
}
footer ul.nav{
	margin-bottom: 30px;
}
footer ul.nav li{
	float: left;
	font-size: 0.875em;
	font-weight: 600;
	margin-right: 12px;
}

footer p.copy{
	font-size: 0.625em;
	color: #999;
	padding-top: 15px;
}



/* サイドカラム
-------------------------------------------- */
#aside {
}

#aside h3{
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #3ba8c3;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 45px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.875em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxblocknavi::after{
	content: "";
	display: block;
	clear: both;
}
#aside .boxblocknavi {
	margin-bottom: 30px;
}
#aside .boxblocknavi li{
	float: left;
	margin-right: 2px;
	margin-bottom: 14px;
}
#aside .boxblocknavi li:nth-child(5n+1){
	clear: both;
}
#aside .boxblocknavi a{
	font-size: 1.00em;
	text-decoration: none;
	padding: 8px 8px 8px 8px;
	border: #CCC solid 1px;
}
#aside .boxblocknavi a:hover{
	font-size: 1.0em;
	color: #FFF;
	text-decoration: none;
	padding: 8px 8px 8px 8px;
	border: #3ba8c3 solid 1px;
	background: #3ba8c3;
}


#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxSearch{
	padding-left: 10px;
	margin-bottom: 36px;
}

#aside .boxTag{
	margin-bottom: 40px;
}

#aside .boxTW{

}


#visual {
	margin:auto;
	margin-bottom: 30px;
}

#home .recommend{
	background-color: #d9f4ee;
	padding: 28px 24px 10px 24px; 
}

.sw-post .sw-box{
	border-bottom: 1px solid #DEDEDE !important;
	margin-bottom: 24px !important;
	padding-bottom: 0px !important;
}

.sw-post .sw-box:last-child{
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.sw-post .sw-entry-text-liquid p.title{
	font-size: 1.125em !important;
	font-weight: bold;
	line-height: 160% !important;
	margin-bottom: 6px !important;
}
.sw-post .sw-entry-text-liquid div.text p{
	font-size: 0.875em !important;
	line-height: 165% !important;
	margin-bottom: 6px !important;
}
.sw-post .sw-entry-text-liquid .image{
	float: left;
	width: 24%;
	margin-right: 16px;
	margin-bottom: 10px;
}
.sw-post .sw-entry-text-liquid .image img{
	width: 100%;
	height: auto;
}


#home .posts .sw-line-title-underline{
	border-color: rgba(0,179,137,1.0);
}
#home .question .sw-line-title-underline{
	border-color: rgba(254,192,6,0.7) !important;
}
#home .profile .sw-line-title-underline{
	border-color: rgba(32,128,215,0.7) !important;
}
#home .history .sw-line-title-underline{
	border-color: rgba(243,141,222,0.7) !important;
}
#home .book .sw-line-title-underline{
	border-color: rgba(140,51,171,0.7) !important;
}

#home .sw-line-title-single h2{
	font-size: 1.625em !important;
	text-align: center;
	letter-spacing: 1px !important;
	margin-bottom: 8px !important;
	margin-top: 30px !important;
	border-left:none !important;
}
#home .news h4{
	border-left:none !important;
}

#home .sw-line-title-underline span.sw-text-xsm{
	font-size: 0.875em !important;
}


#home .book{
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
	position: relative;
}
#home .book img{
	width: 100%;
	height: auto;
}
#home .book .items {
	width: 94%;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #DDD;
	margin-bottom: 30px;
}
#home .book .items .sw-entry{
	border-left: 1px solid #DDD;
	padding: 20px 12px 26px 12px;
	position: relative;
}
#home .book .items .sw-entry:first-child{
	border-left: none;
}
#home .book .items .sw-entry .image{
	border: 1px solid #EFEFEF;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
#home .book .items .sw-entry p.title{
	font-size: 0.750em !important;
	font-weight: normal;
	line-height: 170%;
}

#home .news .boxNs .entry{
	margin-bottom: 12px;
}
#home .news .boxNews .entry p.date{
	font-size: 0.938em;
	color: #999;
	margin-bottom: 0px;
}
#home .news .boxNews .entry p.title{
	font-size: 0.938emem !important;
	font-weight: normal;
	line-height: 160%;
}


.sw-post .sw-entry{
	position: relative;
 }

ul.wpp-list li span.square.number{
	background-color: #CCC;
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

/* ランキングの番号 */
ul.wpp-list {
	counter-reset: wpp-ranking;
}
ul.wpp-list li span.number:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
}
ul.wpp-list li {
	clear: both;
	border-bottom:1px solid #EAEAEA;
	margin: 0;
	padding: 0;
	padding-bottom: 12px !important;
	margin-bottom: 14px !important;
	line-height: 180% !important;
}
ul.wpp-list li .feat-title {
	font-size: 0.875em;
	font-weight:bold;
	line-height:160% !important;
}
ul.wpp-list li .feat-post-meta small {
	font-size:0.750em;
	padding:0;
}

.table-sp th{
	display: block;
	background:#DEDEDE;
	padding:10px 15px 10px 15px !important;
}
.table-sp td{
	display: block;
	padding:10px 15px 30px 15px !important;
	vertical-align: middle;
}


.ht-memo p.title,
.sw-memo p.title{
	font-size: 1.125em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	border-left: solid 6px #FFCC00;
	padding-left: 12px;
	margin-bottom: 14px;
}

.ht-memo p,
.sw-memo p{
	font-size: 0.875em;
}

#toc_container{
	padding: 20px 30px !important; 
	margin-bottom: 34px !important; 

}



#comment-area h3#comments,
#comment-area h3#reply-title{
	background: none;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	border-left: 5px solid;
	color: #455b5b !important;
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom:15px;
	padding-left: 12px;
}
#comment-area p,
#comment-areat li.comment{
	font-size: 1.0em !important;
}
#comment-area ul.children{
	margin-top: 30px;
}


#comment-area ol.commentlist li.comment{
	font-size: 1.0em !important;
}
#comment-area ol.commentlist li{
	list-style: none;

}
#comment-area ol.commentlist .comment-author::after{
	content: "";
	display: block;
	clear: both;
}
#comment-area ol.commentlist .comment-author {
	width: 100%;
	margin-bottom: 8px;
}
#comment-area ol.commentlist .comment-author img.avatar{
	float: left !important;
	width: 60px;
	margin-right: 16px;
}
#comment-area ol.commentlist .comment-author cite.fn,
#comment-area ol.commentlist .comment-author .says{
	float: left !important;
	padding-top: 16px;
}	
#comment-area ol.commentlist .comment-meta {
	margin-bottom: 10px;
}



#comment-area input.submit{
	text-align:center;
	background-color: #455b5b;
	border:1px solid #455b5b;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
#comment-area input.submit:hover {
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #EFEFEF;
	color: #000;
}
#comment-area input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
#comment-area input.non-submit:hover {
	border-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}


#comment-area #respond p img{
	width: 160px;
}




}




/* Alignment */
.alignleft,
img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright,
img.alignright {
	float: right;
	margin: 0 0 10px 20px
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 11px;
	margin: 0 0 0 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}

/*----------------------------------------
　エラー
-------------------------------------------*/
#error{
	margin:50px 0 80px 70px;
}
#error h3{
	font-size:1.4em;
	font-weight: normal;
	color:#666666;
	margin-bottom:20px;
}
#error p{
	font-size:1.0em;
	line-height: 180%;
}
