@charset "utf-8";
/* CSS Document */

/*========================================================*/

/* 共通（メルマガサイト内のメインタイトル ＋ ページナビ）*/

/*======================================================= */
h1 {
	background-image: -webkit-gradient(  linear,  right top,  left top,  color-stop(0, #D2D2D3),  color-stop(1, #F6F7F7));
	background-image: -o-linear-gradient(left, #D2D2D3 0%, #F6F7F7 100%);
	background-image: -moz-linear-gradient(left, #D2D2D3 0%, #F6F7F7 100%);
	background-image: -webkit-linear-gradient(right, #D2D2D3 0%, #F6F7F7 100%);
	background-image: -ms-linear-gradient(left, #D2D2D3 0%, #F6F7F7 100%);
	background-image: linear-gradient(to left, #D2D2D3 0%, #F6F7F7 100%);
	line-height: 1;
	padding: 9px 0 6px 12px;
	text-align: left;
}
#mmgnav{
	margin: 20px 10px 40px;
}
#mmgnav.footer {
	position: relative;
	top: -1px;
	margin: 0 10px 30px !important;
	padding-top: 30px;
	border-top: solid 1px #ccc;
}
#mmgnav .indexBtnSec01 {
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
#mmgnav .indexBtnSec01 td {
	width: 50%;
	text-align: left;
	vertical-align:middle;
	border: solid 2px #ffffff;
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(238, 238, 238)), color-stop(0.55, rgb(255, 255, 255)));
	background:  -o-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:  -moz-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:  -webkit-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:  -ms-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:  linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background-repeat: no-repeat;
	background-position: right center, center center;
}
#mmgnav .indexBtnSec01 td a {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	height: 34px;
	padding: 8px 5px 6px 5px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #ADADAD;
	letter-spacing: -0.03em;
}
#mmgnav .indexBtnSec01 td a span {
	font-size: 10px;
	
}
#mmgnav .indexBtnSec01 td.one_line_s {
	border-top: solid 10px #ffffff;
}


/*========================================================*/

/* backnumber.php*/

/*======================================================= */

/* ループ内処理関連 */
#backnumbercolumn li {
	margin: 1.5%;
	list-style: none;
	margin: 0 3% 4%;
	padding-bottom: 4%;
	border-bottom: dotted 1px #CCC;
}
#backnumbercolumn li:last-child{
	margin-bottom: 0;
}
#backnumbercolumn li div.photo a img {
	float: left;
	margin: 0 1% 1% 0;
}
#backnumbercolumn li div.column span {
	margin-right: 2%;
}
#backnumbercolumn .photo {
	position: absolute;
}
#backnumbercolumn .photo a img {
	width: 40px;
	height: auto;
}
#backnumber_timetitle .time {
    margin: 15px 0 5px 0;
    color: #666;
}
#backnumber_timetitle .text {
	line-height: 130%;
}
#backnumbercolumn .column {
	padding-left: 50px;
}


/*========================================================*/

/* ページナビ*/

/*======================================================= */
.topPageNavi {
	text-align: center;
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	margin: -20px 0 20px;
}
.PageNavi {
	clear: both;
	display: inline-block;
	margin: 20px auto;
	font-family: 'Federo', sans-serif;
	font-size: 16px;
}
.PageNavi a.around {
	font-size: 30px;
	line-height: 12px;
}
.PageNavi a,
.PageNavi span.pages,
.PageNavi span.current {
	float: left;
	padding: 4px 4px 1px 4px;
	margin: 5px;
	min-width: 23px;
	height: 22px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	line-height: 20px;
}
.PageNavi span.current {
	background: #ccc;
	color: #fff;
	font-weight: bold;
}
div.alignC {
	text-align: center;
}


/*========================================================*/
/* index.php*/
/*======================================================= */

#index{
	margin: 20px 10px;
}
#index .indexinfo{
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: dotted 1px #ccc;
}
#index p{
	line-height: 1.4;
}
#index h2.title {
	margin: 0 0 15px;
	padding-left: 10px;
	border-left: solid 6px #5976ba;
}
#index h2.title .free{
	padding: 5px 12px;
	margin: 0 10px 0 0;
	color: #fff;
	font-size: 16px;
	background: #F93;
	display: inline-block;
	float: left;
}
#index h2.title .tit01{
	margin-top: 5px;
	color: #5976ba;
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: inline-block;
}
#index h2.title .tit02{
	clear: both;
	padding-top: 8px;
	color: #808183;
	font-size: 20px;
	line-height: 1.2;
	display: block;
}
#index .indexnewtitle{
	padding: 15px;
	border: solid 1px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#index .indexnewtitle h4{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.3;
}
#index .indexnewtitle .leftbox{
	float: left;
	margin: 0 15px 15px 0;
}
#index .indexnewtitle .rightbox{
	overflow: hidden;
}
#index .indexnewtitle .name{
	margin: 0 0 5px;
	font-size: 14px;
	display: block;
}
#index .indexnewtitle .affili{
	margin: 0 0 15px;
	font-size: 12px;
	line-height:1.2;
	display: block;
}
#index .indexnewtitle .theme{
	margin: 0 0 10px;
	padding: 5px 20px 5px 5px;
	color:#5976ba;
	border: solid 1px #5976ba;
	border-left: solid 6px #5976ba;
	background: #f1f1f8;
}
#index .indexnewtitle .themetxt{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.3;
	display: block;
}
#index .indexnewtitle .themelink{
	margin: 0 0 10px;
	display: block;
	font-size: 12px;
}
#index .indexnewtitle .profile{
	clear: both;
	margin: 10px 0 5px;
	padding: 0 0 5px;
	border-bottom: dotted 1px #ccc;
	font-size: 12px;
}
#index .indexnewtitle .profile span{
	margin: 0 7px 0 0;
	padding-left: 5px;
	border-left: solid 6px #5976ba;
	color: #5976ba;
	font-size: 16px;
}
#index #newcolum{
	position: relative;
	margin: 0 0 50px;
}
#index #newcolum a.backnumber01 {
	position: absolute;
	right:0;
	top: 5px;
	text-decoration: none;
}
#index h3.title01,
#index #newcolum h3,
#index #intro h3{
	padding: 4px 0 4px 6px;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1;
	border-bottom: solid 1px #5976ba;
	border-left: solid 6px #5976ba;
}
#index #newcolum #indexnewcolumn li{
	margin: 0 0 20px;
	padding:0 0 20px 0;
	border-bottom: dotted 1px #ccc;
}
#index #newcolum #indexnewcolumn li a{
	text-decoration: none;
	color: #444;
	display: block;
	background: url(../img/index_bg_arrow01.png) no-repeat;
	background-size: 8px auto;
	background-position: right center;
	padding-right: 40px;
	margin-right: 10px;
	overflow: hidden;
}
#index #newcolum #indexnewcolumn li .photo{
	float: left;
	margin: 0 15px 0 0;
}
#index #newcolum #indexnewcolumn li .photo img{
	width: 80px;
	height: auto;
}
#index #newcolum #indexnewcolumn li .column{
	overflow:hidden
}
#index #newcolum #indexnewcolumn li .name{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#index #newcolum #indexnewcolumn li .category{
	font-size: 11px;
	display: block;
	margin: 0 0 5px;
}
#index #newcolum #indexnewcolumn li .time{
	color: #666;
	display: block;
	margin: 0 0 5px;
}
#index #newcolum #indexnewcolumn li .newcolumn_timetitle{
	margin: 20px 0 0;
}
#index #newcolum #indexnewcolumn li .newcolumn_timetitle .name{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#index #newcolum #indexnewcolumn li .newcolumn_timetitle .text{
	line-height: 1.3;
	color: #0869A9;
}
#loading{
	margin: 30px 0 60px;
}
#loadingend{
	display: none;
}
#loading_witer{
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 0;
}
#intro .indexwriter{
	overflow: hidden;
	margin-bottom: -50px;
}
#intro .indexwriter li{
	float: left;
	width: 46%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
#intro .indexwriter li.end{
	padding: 0 0 20px 8%;
}
#intro .indexwriter li .img{
	margin: 0 0 20px;
	display:block;
}
#intro .indexwriter li .img .photo{
	width: 130px;
	height: 156px;
}
#intro .indexwriter li .category{
	font-size: 11px;
	display: inline-block;
	margin: 0 0 5px;
}
#intro .indexwriter li .name{
	font-size: 14px;
	margin: 0 0 20px;
	display: block;
}
#intro .indexwriter li .bustitle{
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 20px;
	display: block
}
#intro .indexwriter li .text{
	text-align: left;
}
#intro .indexwriter li a.btn01{
	display: block;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(238, 238, 238)), color-stop(0.55, rgb(255, 255, 255)));
	background:-o-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:-moz-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:-webkit-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:-ms-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background:linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 55%);
	background-repeat: no-repeat;
	background-position: right center, center center;
	border: solid 1px #ADADAD;
}
#intro .indexwriter li a.btn01 span{
	color: #5976ba;
	font-size: 11px;
	padding-left: 12px;
	font-weight: bold;
	background:url(../img/btn_bg_arrow01.png) no-repeat left center;
	background-size: 5px auto;
}


/*========================================================*/
/* single-writter.php（筆者詳細ページ）*/
/*======================================================= */

#mmcontents #writerdetail01,
#mmcontents #writerdetail02,
#mmcontents #writerdetail03{
	margin: 0 0 50px;
}
#mmcontents #writerdetail01 img{
	width: 100px;
	height: auto;
	float: left;
	margin: 0 15px 0 0;
}
#mmcontents #writerdetail01 .businesstitle h2{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
#mmcontents #writerdetail01 .businesstitle .bustitle{
	line-height: 1.3;
	display: block;
}
#mmcontents #writerdetail01 .theme{
	clear: both;
	padding: 30px 0 0;
}
#mmcontents #writerdetail01 .title01,
#mmcontents #writerdetail02 .title01,
#mmcontents #writerdetail03 .title01{
	padding: 4px 0 4px 6px;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1;
	border-bottom: solid 1px #5976ba;
	border-left: solid 6px #5976ba;
}
#mmcontents #writerdetail01 .theme .category{
	font-size: 16px;
	line-height: 1;
	padding-left: 18px;
	margin: 0 0 10px;
	background:url(../img/icon_category01.gif) no-repeat left center;
	background-size: 12px auto;
}
#mmcontents #writerdetail03 .column li{
	line-height: 1.5;
}
#mmcontents #writerdetail03 .column li a{
	padding: 10px 35px 8px 0;
	border-bottom: dotted 1px #ccc;
	display: block;
	text-decoration: none;
	background: url(../img/index_bg_arrow01.png) no-repeat;
	background-size: 5px auto;
	background-position: 97% center;
}
#mmcontents #writerdetail03 .column li.first a{
	padding-top: 0;
}
#mmcontents #writerdetail03 .column li a span{
	display: block;
}
#mmcontents #writerdetail03 .column li a .time{
	color: #666;
	margin: 0 0 5px;
}


/*========================================================*/

/* single.php（単記事ページ）*/

/*======================================================= */

#mmcontents{
	margin: 0 10px 60px;
}
#mmcontents .backnumbertitle{
	padding: 0 0 5px;
	margin: 0 0 5px;
	font-size:16px;
	font-weight: bold;
	line-height: 1.3;
	background:url(../img/single_title_bg.gif) no-repeat center bottom;
	background-size: auto 2px;
}
#mmcontents .backnumberday {
	font-size: 11px;
	text-align:right;
	margin: 0 0 20px;
}
#mmcontents p {
	margin-bottom: 15px;
	line-height: 1.5;
}
#mmcontents #columnbody {
	margin: 0 0 30px;
}
#mmcontents #columnbody a.fancybox{
    pointer-events: none;
}
#mmcontents #columnbody p img{
	max-width: 100%;
	height: auto;
}
.related,
.wherego_related,
.wp-browsing-history,
.ranking {
	margin: 0 0 60px!important;
}
.related h3,
.wherego_related h3,
.wp-browsing-history h3,
.ranking h3{	
	font-size: 16px;	
	font-weight: normal;
	line-height: 1.4;	
	padding: 0 0 0 19px;	
	margin: 0 0 7px!important;	
	background:url(../img/icon_category01.gif) 2px 4px no-repeat;	
	background-size: 12px auto;
	border-bottom: solid 1px #999;	
	color: #666;	
	position: relative;	
}	
.related ul li,
.wherego_related ul li,
.wp-browsing-history .history-list .history-record,
.ranking ul li {	
	line-height: 1.5;
}	
.wp-browsing-history .history-list {
	margin: 0!important;
	padding: 0!important;
}

.wp-browsing-history .history-list .history-record{
	padding: 0!important;	
	border: none!important;
}

.related ul li a,
.wherego_related ul li a,
.wp-browsing-history .history-list .history-record a,
.ranking ul li a {
	padding: 10px 35px 8px 0!important;
	border-bottom: dotted 1px #ccc!important;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	background: url(../img/index_bg_arrow01.png) no-repeat;
	background-size: 5px auto;
	background-position: 97% center;
}
.ranking ul li {
	position: relative;
}
.ranking ul li a {
	padding: 10px 35px 8px 2.5em!important;
}
/* 1位 */
ul.wpp-list > *:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: bold;
} 
ul.wpp-list > *:first-child:before {
    content: "1位 ";
}
/* 2位 */
ul.wpp-list > *:first-child + *:before {
    content: "2位 ";
}
/* 3位 */
ul.wpp-list > *:first-child + * + *:before {
    content: "3位 ";
}
/* 4位 */
ul.wpp-list > *:first-child + * + * + *:before {
    content: "4位 ";
}
/* 5位 */
ul.wpp-list > *:first-child + * + * + * + *:before {
    content: "5位 ";
}


#mmcontents #columnfooterlink{
	margin: 0 0 30px;	padding: 30px 0;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}
#mmcontents #columnfooterlink li.nav-p{
	float: left;
}
#mmcontents #columnfooterlink li.nav-p .prevtxt{
	padding: 0 0 0 10px;
	background:url(../img/btn_bg_left_arrow01.png) no-repeat left center;
	background-size: 5px auto;
}
#mmcontents #columnfooterlink li.nav-n{
	float: right;
	text-align: right;
}
#mmcontents #columnfooterlink li.nav-n .nexttxt{
	padding: 0 10px 0 0;
	background:url(../img/btn_bg_right_arrow01.png) no-repeat right center;
	background-size: 5px auto;
}
#mmcontents #columnfooterlink li{
	line-height: 1.5;
}
#mmcontents #columnfooterlink li a{
	text-decoration: none;
	display: block;
	padding: 8px 20px;
	border: solid 1px #ccc;
}
#mmcontents #columnfooterlink li a span.linktxt{
	display: none;
}

#mmcontents .archiveLink {
	margin: 30px 0 50px;
	text-align: center;
}
#mmcontents .btn-link {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #718ac5;
	padding: 15px 20px 15px 0;
	margin-top: 10px;
	box-sizing: border-box;
	line-height: 1.3;
}
#mmcontents .btn-link:first-child {
	margin-top: 0;
}
#mmcontents .btn-link--gray {
	background-color: #595757;
}
#mmcontents .btn-link:after {
	content: " ";
	position: absolute;
	width: 17px;
	height: 17px;
	background: url("../../img/common/icon_arrow01.gif") 0 0 no-repeat;
	background-size: 15px 15px;
	top: 50%;
	right: 12px;
	margin-top: -8px;
}
#mmcontents .btn-link--gray:after {
	background: url("../../img/common/icon_arrow02.gif") 0 0 no-repeat;
	background-size: 15px 15px;
}



#mmcontents #writerdetail_slider{
	position: relative;
}
#mmcontents #slider01 li{
	width: 110px;
	display: none;
}
#mmcontents #slider01 li a {
	display: block;
	/*width: 110px;*/
	text-decoration: none;
}
#mmcontents #slider01 li a img{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
#mmcontents #slider01 li .category{
	font-size: 11px;
	display: block;
	margin: 0 0 5px;
}
#mmcontents #slider01 li a h4{
	font-size: 11px;
}
#mmcontents .bx-wrapper .bx-controls .bx-prev {
	position: absolute;
	top: 0;
	left: -5px;
	z-index:990;
	width: 20px;
	height: 172px;
	margin:0;
	background: url(../img/bxslider_prev.png) no-repeat;
	background-position: center;
	background-size: 15px auto;
	font-size: smaller;
	text-indent: -9999px;
	cursor: pointer;
}
#mmcontents .bx-wrapper .bx-controls .bx-next {
	position: absolute;
	top: 0;
	right: -5px;
	z-index:990;
	width: 20px;
	height: 172px;
	margin:0;
	background: url(../img/bxslider_next.png) no-repeat;
	background-position: center;
	background-size: 15px auto;
	text-indent: -9999px;
	cursor: pointer;
}
#mmcontents .bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}