<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Import Reset and Defaults */
@import url("inc/defaults.css");

body *{
	font-family: "Lucida Grande", "segoe UI", "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color:#333;
	line-height:150%;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container {
	width: 100% !important;
	min-width: 1116px;
	background: #000;
}
#container.sp {
	margin-top: 107px;
	min-width: 100%;
	background-color: #fff;
}
.sp #mainIn {
	width: 100%;
	padding-bottom: 20px !important;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* title */
.title-left-border {
	margin: 10px;
	padding: 0 10px;
	display: block;
	border-left: 5px solid #000;
	color: #000;
}


/* Links */

a {
	color: #639cc1;
	text-decoration: none;
}
a:visited {
	color:#639cc1;
}
a:hover, a:focus, a:active {
	color: #8fb9d4;
}
a img {outline:none;}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.sidebarwidget a {
	color: #fff;
	text-decoration: none;
}
.sidebarwidget a:visited {
	color:#fff;
}
.sidebarwidget a:hover, .sidebarwidget a:focus, .sidebarwidget a:active {
	color:#ccc;
}
.posttitle a {
	color: #31373b;
	text-decoration: none;
}
.posttitle a:visited {
	color:#31373b;
}
.posttitle a:hover, .posttitle a:focus, .posttitle a:active {
	color: #8fb9d4;
}

.postmeta a {
	color: #979A9B;
	text-decoration: none;

}
.postmeta a:visited {
	color:#979A9B;
}
.postmeta a:hover, .postmeta a:focus, .postmeta a:active {
	color: #8fb9d4;
}

.wrap-blogtitle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #000;
}

#blogtitle{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	margin:0;
	padding: 25px 15px !important;
	text-align: left !important;
}

#blogtitle a{
	color:#fff;
}

/* Theme Layout */
#content {
	padding-left: 40px;
	padding-right: 40px;
}
.sp #content {
	padding-left: 0;
	padding-right: 0;
}
#content h2 {
	font-size: 30px;
	line-height: 1.3em;
	border-bottom: 3px solid #333;
	padding-bottom: 8px;
}
#content h3 {
	font-size: 20px;
	line-height: 1.6em;
	background-color: #eee;
	padding: .25em .5em;
}
#content h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	border-left: 4px solid #333;
	padding-left: .5em;
}
#content p {
	margin-left: 0;
}
.newmark{
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    color: #f70000;
    background-color: #f5f5f5;
    word-break: break-all;
    border-radius: 50px;
}

.logo {
	max-width:225px;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.tagline {
	margin-left:15px;
	margin-right:15px;
	font-size: 12px;
	line-height:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #aaa;
	/*box-shadow: 0 1px 0 #4B6272;*/
	color:#fff;
}
.sidebarwidget {
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #aaa;
	/*box-shadow: 0 1px 0 #4B6272;*/
}
.sidebarwidget ul {
	margin:0px;
	list-style-type:none;
	margin-left:10px;
	margin-top:10px;
}
.sidebarwidget li {
	font-size:12px;
	margin-bottom:10px;
}
.sidetitle {
	color:#fff;
	font-size:18px;
	text-transform: uppercase;
	margin-bottom:15px;
	margin-left:0;
}



#popular-post {
    counter-reset: wpp-ranking;
}

#popular-post ul li:before {
    color:#FFF;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#3E454C;
    border-radius: 2px;
    -moz-border-radius: 2px;
}



.poste {
	background-color: white;
	text-align: center;
	width:225px;
	height: 255px;
	border-bottom:5px solid #ECEDED;
	/*margin:0 17px 10px 0;*/
	margin:0 20px 20px 0;
	position:relative;

	display: inline-block;
	vertical-align: top;

	/* ie8ç”¨ æ¨ªä¸¦ã³*/
	/*display: block\9;*/
	/*float: left\9;*/
	display: block;
	float: left;
}
.poste.poste-serialization{
	height: 240px;
}
.posttitle {
	color:#31373b;
	font-size:13px;
	margin:5px 0;
	padding:0 10px;
}
.postmeta {
	font-size:11px;
	padding-right:8px;
	padding-left:8px;
}
.postimg {
	width:225px;
	height:158px;
}
.portfoliooverlay span {
	font-size:40px;
	font-weight: bold;
	background-color: #384249;
	height: 45px;
	width: 75px;
	display:block;
	text-align: center;
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:80px;
	margin-top:45px;
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=20);
	padding-top:30px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	line-height: 15px;
}
.portfoliooverlay:hover span {
	-webkit-transition: opacity 1s ease-in-out;
	opacity: 0.8;
	-webkit-transition-duration: 0.4s;
	-moz-transition: opacity 1s ease-in-out;
	opacity: 0.8;
	-moz-transition-duration: 0.4s;
}
.portfoliooverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:225px;
	height:158px;
}
.portfoliooverlay:hover {
	-webkit-transition: border-bottom 1s ease-in-out;
	opacity: 1;
	-webkit-transition-duration: 0.4s;
	-moz-transition: border-bottom 1s ease-in-out;
	opacity: 1;
	-moz-transition-duration: 0.4s;
}
.portfoliooverlay a {
	color:white;
	display:block;
	width:225px;
	height:158px;
}
.portfoliooverlay a:hover {
	color:white;
	transition: all 0.5s ease-out;
}
.postimage {
	max-width:990px;
	width: 100%;
}



#meta {
	font-size: 12px;
	padding-left:5px;
	padding-right:30px;
	padding-top:10px;
	margin-left:-10px;
}

#meta li {
	display:inline;
	margin-right:40px;
}
#meta .datemeta {
	background-image: url(img/date-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
#meta .categorymeta {
	background-image: url(img/category-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
#meta .commentsmeta {
	background-image: url(img/comments-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}
#meta .authormeta {
	background-image: url(img/author-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:27px;
	padding-top:7px;
	padding-bottom:7px;
}


/* social */
.wp_social_bookmarking_light .wsbl_twitter {
	width: 76px;
}


/* Titles */
.page-title {
	font-size:14px;
	margin:5px 0px 30px 0px;

}
.page-title span{
	font-size:24px;
}
.page-title-top {
	width:220px;
	margin-bottom:10px;
	padding:5px;
	display:block;
}

#reply-title {
	font-size:25px;
	margin-left:10px;
	margin-bottom:30px;
	margin-top:70px;
}
.comments-title {
	font-size:25px;
	margin-left:10px;
	margin-bottom:30px;
	margin-top:70px;
}


/* Comments */

.comment-notes {
	font-size:12px;
}
.form-allowed-tags {
	display:none;
}
.comment-form-comment textarea {
	width:70%;
	clear:both;
	padding:8px;
}
.comment-form-comment label {
	display:none;
}
.commentinfo {
	font-size: 11px;
	margin-top:10px;
}
.cancelcomment {
	margin-bottom:10px;
}
.loggedinauthor {
}
.form-allowed-tags {
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
}
.comment-form-author label {
	margin-top:10px;
	font-size:11px;
	display:block;
}
.comment-form-author input {
	width:50%;
	padding:8px;
}
.comment-form-email label {
	font-size:11px;
	display:block;
}
.comment-form-email input {
	width:50%;
	padding:8px;
}
.comment-form-comment label {
	font-size:11px;
	display:block;
}
.comment-form-comment input {
	width:50%;
	padding:8px;
}
.comment-form-url label {
	font-size:11px;
	display:block;
}
.comment-form-url input {
	width:50%;
	margin-bottom:20px;
	padding:8px;
}
.edit-link {
	margin-left:10px;
	clear:both;
	display:block;
}
.comments {
	background-color: white;
	width:100%;
	margin-top:40px;
	position:relative;
	-webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
	box-shadow: 0px 0px 3px 0px #CCCBCB;
	moz-box-shadow: 0px 0px 3px 0px #CCCBCB;
	margin-left:40px;
	margin-bottom:40px;
	padding-bottom:20px;
	clear:both;
}
.comments ol {
}
#commentsform {
	padding-right:10px;
	position:relative;
	margin-bottom:0px;
}

.commentstop {
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
}
.yours {
	float:right;
	margin-top:20px;
}
.comment {
	padding-bottom:20px;
}
.avatar {
	float:left;
	margin-right:10px;
	padding: 2px;
	border: 1px solid #C8C8C8;
}
.comment-author {
	font-size: 12px;
	color:#010101;
	clear:both;
}
.comment-author a {
	border-bottom:0px;
	color:#000000;
}
.bypostauthor {
}
.comment-meta {
	font-size: 11px;
}
.comment-meta a {
	border-bottom:0px;
}
.comment-meta a:visited {
	border-bottom:0px;
}
.comment-body {
	margin-left:20px;
}
.comment-body p {
	margin-top:10px;
	line-height:20px;
	margin-left:47px;
}
.comment li {
	margin-top:20px;
}
.comment {
	list-style-type:none;
}
.children ul {
}
.depth-1 {
	margin-top:20px;
}
.depth-2 {
	margin-top:20px;
	margin-left:10%;
}
.depth-3 {
	margin-top:20px;
	margin-left:10%;
}

.reply {
	float: right;
	position:relative;
	border-bottom:1px solid #ECECEC;
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
	clear:both;
}
.comment-reply-link {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
a.comment-reply-link {
	float:right
}
a.comment-reply-link:visited {
	color: rgba(0, 0, 0, .8);
}
a.comment-reply-link:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.commentinput {
	width:50%;
	margin-bottom:20px;
}
.commentbox {
	width:70%;
	height:150px;
}
.commentinfo {
	font-size: 11px;
	margin-top:20px;
}
.commentsubmit {
	margin-top:20px;
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:5px 15px;
}
.commentsubmit:hover {
	background-color: #5E5E5E;
	cursor: pointer;
}
.cancelcomment {
	margin-bottom:10px;
}
#sidebar {
	background: #000 !important;
	border-left:0 !important;
	border-right:0 !important;
	padding-left: 5px !important;
	padding-right: 5px !important;

	padding-bottom: 0 !important;
	margin-bottom: 0 !important;

}
#sidebar-pub {
	text-align:left;
	color:#fff;
	border:1px solid #4b6272;
	padding:10px;
	margin:15px;
	word-wrap: break-word;
}
#sidebar-pub img {
	margin-bottom:5px;
}
#sidebar-pub a{
	color:#83aac4;
}
#sidebar-pub h2 {
	color:#83aac4;
	font-size:14px;
	margin-bottom:5px;
}
.sidebar-contact {
	border:1px solid #ccc;
	padding:15px 10px;
	color:#fff;
	margin:0 10px;
	font-size:12px;
}

/* Footer */
#footer {
	font-size:12px;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
.nav-previous, .nav-next {
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}

#sp-header {
	position:relative;
	text-align:center;
}

#btn-slide {
	position:absolute;
	top:45px;
	right: 5px;
	margin: 0 15px;
}
#slide_menu{
	z-index: 9999;
	position: absolute;
	/*top: 107px;*/
	top: -9999px; /* ã‚¹ã‚¿ãƒ¼ãƒˆæ™‚è¡¨ç¤ºå›žé¿ */
	left: 0;
	width: 100%;
	height: 100%;
	background:#444;
	text-align:left;
	font-size:14px;
}
.inner-slide_menu {
	width: 100%;
	background-color: #444;
	padding-bottom: 128px;
}
.sp .inner-slide_menu img {
	max-width: 320px;
}
#slide_menu li {
	border-bottom:1px solid #999;

}
#slide_menu li a{
	color:#fff;
	padding:15px;
	display:block;
	text-align: center;
}
.screen-reader-text {
	width:40%;
}

/* SP: CATEGORYã‚¹ãƒ©ã‚¤ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
.slide_menu_category {
	position: relative;
	color: #fff;
	padding: 15px;
	display: block;
	text-align: center;
}
.slide_menu_category::before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 10px;
	margin: -4px 1em 0 0;
	background-image: url('./img/icons/nav-arrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.slide_menu_category.slide_menu_category-active:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.slide_menu_children {
	display: none;
}
.slide_menu_children li a {
	background-color: #333;
}

/* sns */
.sns {
	overflow: hidden;
}
.sns_col2 {
	width: 50%;
	float: left;
}
.sns_col2 a {
	display: block;
	height: 32px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sns_col2 a img {
	width: 32px;
	height: 32px;
}
.sns_facebook a {
	margin: 0 4px 0 15px;
	background-color: #3b5999;
}
.sns_twitter a {
	margin: 0 15px 0 4px;
	background-color: #55acee;
}

/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚¢ã‚¤ã‚³ãƒ³ */
#ico-menu {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 20px;
    height: 0;
    padding-top:18px;
    background: #fff;
}

#ico-menu::before,
#ico-menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 0;
    border-top: 3px solid #000;
}

#ico-menu::before {
    top: 4px;
}

#ico-menu::after {
    bottom: 4px;
}

/*ã‚µã‚¤ãƒ‰ãƒãƒ¼*/
.sidebarwidget .children {
	margin-left:0;
}

.sidebarwidget li a {font-size:15px;}
.sidebarwidget li .children li a {
	font-size:12px;
	color:#ddd;
}
.sidebarwidget li .children li a:hover {
	color:#aaa;
}
.sidebarwidget li .children{
	display:block;
	padding-bottom:5px;
}
#popular-post li a{font-size:12px;}

#sidebar-SNS {
	background:url(img/social_icon.png) no-repeat;
	width:100px;height: 29px;
}
#sidebar-SNS ul {
	margin: 0;padding:0 ;
}
#sidebar-SNS li {
	display: inline-block;
	vertical-align: top;
	margin: 0;padding: 0;
}
#sidebar-SNS li a{
	display: block;
	width: 30px;height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* side category list*/
.side-categorylist {
	margin: 0 15px 30px;
}
.side-categorylist .categories h2 {

}
.iCatItem {
	padding-right: 0.5em;
}
.side-categorylist .categories ul {
	margin-left: 0;
}
.side-categorylist .categories .cat-item {
	margin-bottom: 32px;
}
.side-categorylist .categories .cat-item a {
	border-top: 1px solid #888;
	display: block;
	padding-top: .25em;
	padding-bottom: .25em;
	font-size: 15px;
	letter-spacing: .05em;
	color: #ddd;
	text-align: left;
	font-weight: bold;
}
.side-categorylist .categories .cat-item a:hover {
	color: #aaa;
}
.side-categorylist .cat-item-445 a:hover {
	color: #ee534f !important;
}
.side-categorylist .cat-item-6 a:hover {
	color: #ffa727 !important;
}
.side-categorylist .cat-item-16 a:hover {
	color: #5c6bc0 !important;
}
.side-categorylist .cat-item-2 a:hover {
	color: #9CCC65 !important;
}
.side-categorylist .cat-item-1 a:hover {
	color: #8c6e63 !important;
}
.side-categorylist .cat-item-110 a:hover {
	color: #5c6bc0 !important;
}
.side-categorylist .categories .cat-item .children {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 0.25em;
	border-top: 1px dotted #888;
}
.side-categorylist .categories .cat-item .children .cat-item {
	margin-bottom: 0;
}
.side-categorylist .categories .cat-item .children .cat-item a{
	border-top: none;
	border-bottom: none;
	padding-left: 1em;
	padding-bottom: 0.5em;
	font-size: 12px;
	letter-spacing: .05em;
	text-align: justify;
	line-height: 1.5em;
	font-weight: normal;
}

/* mobile*/
#new-entry {
	text-align:left;
	background:#fff;
	padding-top:5px;
}
.new-entryL{
	width:100px;
	float:left;
}
.new-entryR{
	overflow:hidden;
	/zoom:1;
}

#new-entry-title {
	margin:10px;
	padding:0 10px;
	display:block;
	border-left:5px solid #000;
	color:#000;
}
#new-entry ul {
	padding:0;
	margin:0 0 10px 0;
	border-top:1px dotted #ccc;
}
#new-entry li {
	display: block;
	position: relative;
	text-decoration: none;
	min-height:109px;
	padding:12px 12px 12px 15px;
	border-bottom:1px dotted #ccc;
}
a.black {color:#000;}

#new-entry li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category a{
	font-size:12px;
	color:#999;
}
.box-cover {
	border:1px solid #333;
	padding:10px 15px;
	height:100%;
	clear:both
}
.box-cover-img{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	display:block;
}
.box-cover-img img{
	width:200px;
}
.box-cover-img-txt{
	float:right;
	overflow: auto;
}
 .footer_pc li{
	display:inline-block;
	padding:0 30px 10px 0;
 }
  .footer_pc li img{
	width:auto;
	max-height:30px;
}


/* etc */
.mb5 {margin-bottom:5px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mtb40 {padding:40px 0;}
.mr20 {margin-right:20px;}

.p12{font-size:12px;}
.p18{font-size:18px;}
.gray1 {color:#999;}

.center {text-align:center;}
.txtR {text-align:right;}
.txtL {text-align:left;}
.bold{font-weight:bold;}

.flL{float:left;}
.flR{float:right;}

em {font-style:italic}
.caption {color:#fff;}

/* è¨˜äº‹ä¸€è¦§èª¿æ•´ */
.article-category-list {
	overflow: hidden;
	display: block;
	height: 1.5em;
	margin:0;
	padding: 0 10px;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-category-list.gray1 a {
	color: #999;
}
.article-day {
	display: block;
	margin:0;
	padding: 0 10px;
	text-align: left;
	font-size: 11px;
}

/* ä»Šæ—¥ã®ã²ã¨ã“ã¨ */
.sidebarwidget-dayMsg .dayMsg {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 8px;
	margin-bottom: 32px;
	border-bottom: 1px solid #888;
}
.dayMsg .dayMsg-title{
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1em;
	line-height: 1rem;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border-bottom: 1px dotted #aaa;
}
.dayMsg-icon img {
	width: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0;
	margin-top: 2px;
}
.dayMsg-icon-sum {

}
.dayMsg-icon-moon {
	margin-left: -3px;// ä½ç½®å¾®èª¿æ•´
}

.dayMsg-content {
	font-size: 11px;
	line-height: 1.5em;
	line-height: 1.5rem;
	color: #fff;
}
.dayMsg-content p {
	margin:0;
	font-size: 11px;
	line-height: 1.5em;
	line-height: 1.5rem;
	color: #fff;
}
.sp-dayMsg {
	background-color: #fff;
}
.sp-dayMsg .dayMsg .dayMsg-title {
	color: #000;
	border-bottom: 1px dotted #ccc;
	max-width: 192px;
}

.sp-dayMsg .dayMsg-content {
	color: #31373b;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.sp-dayMsg .dayMsg-content p {
	color: #31373b;
}


/* tag category */
.label-category {
	display:block;
	margin-bottom: 5px;
	overflow:hidden;
}

.label-category a {
	text-align: left;
	padding-top: 2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 2px;
	color: #fff !important;
	background-color: #ee534f;
	float:left;
	font-size: 12px;
	/*å˜èªžåŒºåˆ‡ã‚Šæ”¹è¡Œè§£é™¤*/
	word-break: break-all;
}

	/* ã‚«ãƒ†ã‚´ãƒªã”ã¨ã®ãƒ©ãƒ™ãƒ«å¤‰æ›´ */
	.label-category-news a{
		background-color: #ee534f;
	}
	.label-category-life-style a {
		background-color: #9CCC65;
	}
	.label-category-culture a {
		background-color: #ffa727;
	}
	.label-category-editors-view a {
		background-color: #5c6bc0;
	}
	.label-category-shoseki-blog a {
		background-color: #5c6bc0;
	}
	.label-category-act a {
		background-color: #8c6e63;
	}
#main {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #f9f9f9;
	float: left;
}
.error404 #main {
	height: 1500px;
}
.error404 .sp #main {
	height: 400px;
}

#mainIn {
	background-color: #fff;
	padding: 42px 20px 40px;
}
.sp #mainIn {
	padding-top: 20px;
}
.single #mainIn,
.page #mainIn,
.error404 #mainIn {
	width: 800px;
	margin: 0 auto;
}
.page #mainIn.main-in-maxwidth {
	width: 100% !important;
}
.single .sp #mainIn,
.page .sp #mainIn,
.error404 .sp #mainIn {
	width: 100%;
	margin: 0;
	box-sizing:border-box;
}
.member_wrap {
	padding: 0;
}
.member_list_wrap {
	overflow: hidden;
	margin-bttom: 40px;
}
.member_list {
	overflow: hidden;
	/*float: left;*/
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	padding: 2%;
	border: 1px solid #000;
	box-sizing: content-box;
	position:relative;
	width:92%;
}
.sp .member_list {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.member_list li{
	font-size:15px;
	font-weight:bold;
	line-height:2.0em;
}

.member_thm_wrap {
	overflow: hidden;
	width: 18%;
	margin-right: 2%;
	float: left;
	font-size: 0;
}
.member_thm_wrap img {
	display: block;
	margin: 0 auto;
	border-bottom: 5px solid #ECEDED;
}
.sp .member_thm_wrap {
	width: 23%
}
.member_thm img {
	width: 100%;
	height: auto;
}
.member_content {
	float:left;
	width: 80%;
}
.member_content ul li a {
	color: #639cc1;
}
.member_content.member_content_fit {
	width: 100%;
}
.member_category_description {
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
}
.sp .member_content {
	width: 70%;
}
.member_name {
	padding: 8px 0 14px 5px;
	margin-bottom:18px;
	font-weight: bold;
	text-align: left;
	font-size: 22px;
	border-bottom: 1px solid #000;
}
.member_article {
	margin:20px 0;
}

.member_link {
	margin: 30px auto 20px;
	padding: 0;
	/*border-top: 1px solid #000;*/
}

.member_link a {
	color:#000;
	display:block;
	background: #ffda0d;
	border-radius:4px;
	padding:0;
	font-size:14px;
	line-height: 60px;
	text-align:center;
	width:300px;
	margin:0 auto;
}

.sp.member_link a {
	padding:0;
	text-align:center;
	width:auto;
	margin:0;
}


.member_content ul {
	list-style-type: disc;
	margin-left: 20px;
}
.member_content li {
	line-height: 1.5em;
	padding-bottom: 5px;
	font-size: 12px;
}
.member_date {
	text-align: right;
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
	position:absolute;
	top:0;
	right:0;
	padding: 4px 8px;
	background:#000;
}

#main .post .label-category {
	position: absolute;
	top: 0;
	left: 0;
}
.post .pc-pagenation .prev a {
	margin-left: 0;
}
.post .pc-pagenation .next a {
	margin-right: 0;
}
.main_title {
	border-left: 5px solid #000;
	padding-left: 14px;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 32px;
	letter-spacing: 0.15em;
}
.main_title_small {
	font-size: 12px;
}
.main_title .main_title_small {
	padding-left: 1em;
}

/*horoscopesæ˜Ÿå&nbsp;ã„*/
.horoscopes_title{
	text-align:center;
	max-width:850px;
	width:92%;
	margin:auto;
}
.horoscopes_title img{
	width:100%;
}

.horoscopes_title_Month{
	text-align:center;
	color:#000;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    margin:32px auto 50px;
    padding: 14px;
}
.horoscopes_list_wrap {
	overflow: hidden;
	max-width:850px;
	margin:auto;
}

.horoscopes_list{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin-bottom:50px;
}
.horoscopes_list li{
	width:calc(100% / 3);
	margin-right:0;
	margin-bottom:80px;
	text-align:center;
	box-sizing: border-box;
}
.horoscopes_list li:last-child{
	margin-right:0;
}

.horoscopes_list li a{
	width:100%;
	height:100%;
	margin:auto;
	vertical-align:middle;
	position:relative;
	z-index:1;
}

.horoscopes_list li a div{
	width:100%;
	padding:10px;
	background:rgba( 255, 255, 255, 0.5 );
	position:absolute;
	top:-60px;
	z-index:2;
	text-align:center;
}

.horoscopes_list li a div strong{
	display:block;
	font-size:1.5em;
	text-align:center;
}

.horoscopes_list li a div strong span{
	display:block;
	padding:0;
	font-size:0.6em;
	font-weight:normal;
	text-align:center;
}
.horoscopes_list li a div &gt; span{
	font-size:0.8em;
}

.horoscopes_lead{
	text-align:center;
	color:#000080;
	margin:30px auto 50px;
	padding:1em 0;
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
	width:30%;
	font-size:1.2em;
	line-height:1.8em;
}

@media (max-width: 768px) {
	.horoscopes_lead{
		width:50%;
		font-size:1em;
	}
}
@media (max-width: 500px) {

	.horoscopes_title_Month{
		letter-spacing:0px;
	}
	.horoscopes_list li a div{
		top:-20px;
	}
	.horoscopes_lead{
		width:80%;
		font-size:1em;
	}
}

/* banner */
.banner {
	clear: both;
	margin-bottom: 30px;
}
.banner-in {
	text-align: center;
}
.banner-in a img {
	width: 300px;
	max-width: 300px;
	height: auto;
}
.sp .banner-in a img {
	width: 100%;
}


/* ã‚ªãƒªã‚¸ãƒŠãƒ«ã‚°ãƒªãƒƒãƒ‰ */
.glid-row {
	width: 100%;
	overflow: hidden;
}
.glid-col2 {
	float: left;
	margin:0;
	margin-right: 20px;
	padding: 0;
}
.pc-glid-col2 {
	width: 50%;
	float: left;
	margin:0;
	padding: 0;
}
.sp-glid-col2:first-child {
	margin-bottom: 20px;
}
.tablet-glid-col2 {
	max-width: 210px;
	margin: 10px;
	float:left;
}

/* home about */
.home-about {
	clear: both;
}
.home-about a {
	text-decoration: underline;
}
.home-about-msg {
	margin: 10px 20px 10px 10px !important;
	max-width: 700px;
    margin-right: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.8em;
	border: 1px solid #000;
}
.home-about h4 {
	padding-top:10px;
	padding-bottom: 10px;
	font-family: Meiryo, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	line-height: 1.5rem;
}
.home-about dl,
.home-about dt,
.home-about dd  {
	box-sizing: border-box;
	overflow: hidden;
}
.home-about dt,
.home-about dd {
	font-family: Meiryo, Arial, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
}

.home-about dt {
	width: 15%;
	padding-right: 10px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	line-height: line-height: 1.5em;
	line-height: line-height: 1.5rem;
	text-align: right;
}

.home-about dd {
	width: 85%;
	float: left;
	padding-left: 10px;
	margin-left: 0;
	margin-right: 0;
	border-left: 1px solid #31373b;
}


/* pagenation */
.pagenation {
	clear: both;
	margin:0;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow:hidden;
}

.next a,
.prev a {
	position: relative;
	display: block;
	margin:0 15px;
	padding: 10px;
	text-align: center;
	border: 1px solid #221815;
	font-size: 14px;
	line-height: 1.5em;
	color: #31373b;
}

.pc-pagenation .next,
.pc-pagenation .prev {
	width: 346px;
}
.post .sp-pagenation .next,
.post .sp-pagenation .prev,
.paged .sp-pagenation .next,
.paged .sp-pagenation .prev {
	width: 50%;
}

.pc-pagenation .next {
	float: right;
}
.pc-pagenation .prev {
	float: left;
}
.post .sp-pagenation .next,
.paged .sp-pagenation .next {
	float: right;
}
.post .sp-pagenation .prev,
.paged .sp-pagenation .prev {
	float: left;
}

.pagenation .next a:before,
.pagenation .prev a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
}
.pagenation .next a:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
}
.pagenation .prev a:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 10px;
}


/* footer */
.footer {
	background-color: #000;
	margin-top: 30px;
	margin-left: -25px;
	margin-right: -25px;
	padding-top: 30px !important;
	padding-bottom: 60px !important;
	text-align:center;
	color: #fff;
}
.footer p {
	text-align:center;
	color: #fff;
}

.pc-glid-col2 p.logo-wanibookout {
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
}

.pc-glid-col2 p.logo-wanibooks {
	text-align: left;
	padding-left: 10px;
}

.logo-wanibookout img {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height: 30px;
}
.logo-wanibooks img {
	width: 100%;
	height: auto;
	max-width: 37px;
	max-height: 55px;
}
.copy {
	font-size: 12px;
}


/* search field */
.sp .searchform {
	padding: 20px 15px 5px;
}
.searchform {
	margin-left: 0 !important;
}
.wrap-form {
	width: 100%;
	overflow: hidden;
}
.wrap-serch {
	width: 60%;
	float: left;
}
.wrap-submit {
	width: 40%;
	float: left;
}
.inner-submit {
	padding-left: 10px;
}
.searchfield {
	box-sizing: border-box !important;
	margin-top: 0;
	width: 100%;
}
.submit {
	box-sizing: border-box !important;
	margin:0;
	width: 100%;
	height: 32px;
	text-align: center;
}
.sp .submit {
	height: 35px;
}




/* è¨˜äº‹ä¸­ãƒ¦ãƒ¼ã‚¶æƒ…å&nbsp;±è¡¨ç¤º */
.post-user {
	width: 100%;
}
.post-user-title {
	margin-bottom: 16px;
font-size: 18px;
font-weight: 700;
border-bottom: 1px solid #ccc;
}
.post-user-inner {
	overflow: hidden;
	padding: 20px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
}
.post-user-thm {
	width: 128px;
	float: left;
	margin-right: 10px;
}
.sp .post-user-thm {
	width: 100px;
}
.post-user-thm img {
	width: 100%;
	height: auto;
}
.post-user-meta {
}
.post-user-name {
	margin-left: 0;
	margin-bottom: 4px !important;
	font-size: 16px;
	font-weight: 700;
}
.post-user-desc {
	margin-left: 0;
	margin-bottom: 0 !important;
	font-size: 14px;
}
.sp .post-user-desc {
	font-size: 12px;
}
.post-user-more-wrap {
	margin-top: 12px;
}
#content .post-user-link {
	margin-bottom: 10px;
	text-align: right;
}
#content .post-user-more {
	margin-bottom: 10px;
	text-align: right;
}
.post-user-more a {
}

/* SPèª¿æ•´ */
.sp #main {
	padding-right: 0;
	padding-left: 0;
}
.sp .txtL {
}
.sp .poste {
	margin-right: 0;
}
.sp .archive-list,
.sp .serch-list {
	padding-top: 40px !important;
}
.sp .txtL #new-entry {
	margin-left: -15px;
	margin-right: -15px;
}


/* è¨˜äº‹è©³ç´°ãƒšãƒ¼ã‚¸ãƒ£ãƒ¼ */
.postpage {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.postpage span{
	display: inline-block;
	font-size: 14px;
	padding: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #221815;
	color: #fff;
	background-color: #221815;
	font-weight: 700;
}
.postpage a span{
	color: #31373b;
	border: 1px solid #221815;
	background-color: #fff;
}


.pc-width {
	width: auto !important;
}
.pc-width a{
	word-wrap:break-word
}

/* è¨˜äº‹ã€€ç”»åƒå¯„ã›æŒ‡å®šãªã—ã‚’ä¸­å¤®å¯„ã› */
/*.alignnone {
	display:block;
	margin: 0 auto;
}*/

ul.related_post li a.wp_rp_thumbnail {
	display: block;
	width: 60px;
	height: 60px;
}


/* é–²è¦§æœŸé™çµ‚äº†è¨­å®š */
.end_image {
    position: relative;
}
.transparent {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
}
p.expiration_deadline_text {
    text-align: center;
    font-size: 150%;
    background-color: #9d9b9b;
    color: #FFFFFF;
}</pre></body></html>