@charset "utf-8";

/**
 *
 *  モジュールCSS
 *
 */

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

	/---- メイン用モジュール  ----/
	・articleListModule … 各種記事一覧
	・bookListModule … Book一覧
	・curatorListModule … キュレーター一覧
	・pagerModule … ページャー用
	・historyModule … 閲覧履歴用
	・bookEditModule … Book登録・編集用
	・registerFormModule… 登録フォーム
	・activityNavModule … Bookボタン、シェアボタン枠

	/---- サイド用モジュール  ----/
	・subArticleListModule … サイド用記事一覧
	・subArticleRankModule … サイド用記事ランキング
	・subBookListModule … サイド用Book一覧
	・subCuratorListModule … サイド用キュレーター一覧

	/---- パーツ  ----/
	・btnLink … ボタンリンク
	・bookLink … Bookリンク
	・tabNavi … タブナビゲーション
	・formFooter … フォームボタン
	・customSelect … カスタムセレクト
	・error-info … エラーメッセージ

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


/* =========================================================
	.articleListModule … 各種記事一覧
========================================================= */
.articleListModule {
	border-bottom: 1px solid #eae4e0;
}
.articleListModule .article {
	border-top: 1px solid #eae4e0;
	padding: 15px 0;
	position: relative;
}
.articleListModule .article a {
	text-decoration: none;
}
/* thumb-box */
.articleListModule .thumb-box {
	float: left;
	padding: 0 30px 0 0;
	position: relative;
	text-align: center;
}
.articleListModule .thumb-box a{
	background: #F5EFE6;
	border-radius: 3px;
	display: block;
	height: 160px;
	overflow: hidden;
	width: 160px;
}
.articleListModule .thumb-box .new {
	border-radius: 3px 0 0 0;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.articleListModule .thumb-box .pic {
	max-width: 160px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.articleListModule .thumb-box a:hover .new,
.articleListModule .thumb-box a:hover .pic {
	filter: alpha(opacity=60);
	opacity: .6;
}

/* entry-box */
.articleListModule .entry-box {
	margin: 5px 0 0;
	min-height: 95px;
	padding: 0 0 5px;
	overflow: hidden;
}
.articleListModule .entry-box .hdg {
	color: #33302a;
	padding: 0 90px 5px 0;
}
.articleListModule .entry-box .hdg a{
	color: #33302a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.articleListModule .entry-box .txt {
	padding-right: 70px;
}
.articleListModule .entry-box .txt a {
	color: #33302a;
	font-size: 12px;
	line-height: 1.5;
}
.articleListModule .entry-box .hdg a:hover,
.articleListModule .entry-box .txt a:hover {
	color: #b99747;
}

/* .curator-box */
.articleListModule .curator-box {
	margin: 0 0 0 190px;
	overflow: hidden;
}
.articleListModule .curator-box a {
	color: #66635d;
	cursor: pointer;
	letter-spacing: -.4em;
}
.articleListModule .curator-box a:hover {
	color: #b99747;
}
.articleListModule .curator-box .pic,
.articleListModule .curator-box .inner {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: middle;
}
*:first-child+html .articleListModule .curator-box .pic,
*:first-child+html .articleListModule .curator-box .inner {
	display: inline;
	zoom: 1;
}
.articleListModule .curator-box .pic {
	padding: 0 10px 0 0;
}
.articleListModule .curator-box .pic img {
	border-radius: 55px;
}
.articleListModule .curator-box .job,
.articleListModule .curator-box .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.articleListModule .curator-box .job {
	font-size: 11px;
	width: 205px;
}
.articleListModule .curator-box .name {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 0;
	width: 220px;
}

/* .fav-box */
.articleListModule .fav-box .btn {
	display: block;
	width:60px;
	width:54px;
	height:50px;
	position: absolute;
	right: 0;
	top: 0;
}
.articleListModule .fav-box .loginLinkBlank{
	display: block;
	width:60px;
	width:54px;
	height:140px;
	position: absolute;
	right: 0;
	top: 0;
}
.articleListModule .fav-box .btn .num:hover {
	filter: alpha(opacity=40);
	opacity: .4;
	}
.articleListModule .fav-box.active .plusBtn:hover {
	filter: alpha(opacity=40);
	opacity: .4;
	}
/*	.articleListModule .fav-box.active .btn:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	}*/
.articleListModule .fav-box .btn .num{
	display: block;
	width:100%;
	height:65px;
	height:50px;
	position:relative;
	text-align:center;
	line-height:65px;
	line-height:55px;
	white-space:nowrap;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background:#deb961;
	background:#d7d7d7;
	cursor: pointer;
}
.articleListModule .fav-box .btn .num:after{
	position:absolute;
	top:100%;
	left:0;
	content:"";
	width:0; height:0;
	border-width: 0 27px 13px;
	border-style:solid;
	border-color: transparent #deb961;
	border-color: transparent #d7d7d7;
}
.articleListModule .fav-box .btn .plusBtn{
	position:absolute;
	top:0;
	top:50px;
	top:95px;
	left:50%;
	margin-left:-15px;
	margin-left:-15px;
	display:block;
	width:26px;
	height:26px;
	border:2px solid #deb961;
	border:2px solid #d7d7d7;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	font-size:16px;
	font-weight:bold;
	color:#deb961;
	color:#d7d7d7;
	text-align:center;
	line-height:26px;
	opacity:0;
	filter:alpha(opacity=0);
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	z-index:-1;
}
.articleListModule .fav-box.active .btn .plusBtn{
	top:95px;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:1;
}
.articleListModule .fav-box.active .btn .plusBtn:hover{
	filter: alpha(opacity=40);
	opacity: .4;
}
/*.articleListModule .fav-box a:hover .btn {
	background: url(../img/btn_book_hover.png) no-repeat;
}
.articleListModule .fav-box a:hover .num {
	display:none;
}*/
.articleListModule .fav-box.active .btn .num {
	background:#d7d7d7;
	background:#deb961;
}
.articleListModule .fav-box.active .btn .num:after {
	border-width: 0 27px 13px;
	border-style:solid;
	border-color: transparent #d7d7d7;
	border-color: transparent #deb961;
}
.articleListModule .fav-box.active .num {
	display:inline-block;
	color:#fff;
}
.articleListModule .fav-box a.active:hover .btn {
	/*background: url(../img/fav_btn-ac_on.png) no-repeat;*/
}

.article .snsBox{
	text-align:right;
}
.article .snsBox li{
	display:inline;
	padding:0 10px 0 27px;
	padding:0 10px 0 20px;
	background-size:18px auto !important;
}
.article .snsBox .twt{
	background:url(../img/icn_sns_twt.png) no-repeat left center;
	background:url(../img/icn_sns_twt_ie8.png) no-repeat left center\9;
}
.article .snsBox .fb{
	background:url(../img/icn_sns_fb.png) no-repeat left center;
	background:url(../img/icn_sns_fb_ie8.png) no-repeat left center\9;
}
.article .snsBox .hb{
	background:url(../img/icn_sns_hb.png) no-repeat left center;
	background:url(../img/icn_sns_hb_ie8.png) no-repeat left center\9;
}
.article .snsBox .count{
	/*background:#eee;*/
	border:1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	line-height:1.8;
	padding:1px 5px;
	position:relative;
}
.article .snsBox .count:after{
/*	content:"";
	position:absolute;
	top:50%; left:-12px;
	margin-top:-4px;
	display:block;
	width:0; height:0;
	border-style:solid;
	border-width:4px 6px;
	border-color:transparent #eee transparent transparent;*/
}
#MybookFix{
    bottom: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    position: fixed;
    right: 100px;
    z-index: 10;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

#MybookFix.active{
    filter: alpha(opacity=100);
    opacity: 1;
}
#MybookFix.active:hover{
    opacity: 0.7;
}
#MybookFix a{
    padding: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: url('../img/Mybook_bg.png') 0 0 repeat;
    border-radius:2px;
    box-sizing: border-box;
    height: 50px;
}
#MybookFix a span {
    font-size: 16px;
    padding-left: 20px;
    background: url('../img/Mybook_icon.png') 0 center no-repeat;
    background-size: 15px;
    font-weight: bold;
}
#MybookFix a img{
	display: none;
}




@media screen and (max-width: 740px) {
    #MybookFix{
        height: 40px;
        right: 0;
    }
    #MybookFix a{
        border-radius: 0;
        padding: 5px;
    }
    #MybookFix.active:hover{
    opacity: 1;
    }
		#MybookFix .MybookFixSpArrow{
			position: relative;
		}
		#MybookFix a img{
			display: inline;
			position: absolute;
			top: 0;
			left: -25px;
		}
/*
    #MybookFixInner.active a{
        padding: 5px;
        box-sizing: border-box;
    }
    #MybookFixInner.active a::before{
        content: '';
	   width: 20px;
	   height: 40px;
        background: url('../img/Mybook_bg_sp.png') 0 center no-repeat;
	   position: absolute;
	   top: 0;
	   left: 0;
	   z-index: 1;
    }
*/
}




/* .articleListModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	/* thumb-box */
	.articleListModule .thumb-box {
		display: table-cell;
		float: none;
		padding: 0 12px 0 0;
		vertical-align: middle;
		overflow: hidden;
	}
	.articleListModule .thumb-box a {
		border-radius: 3px;
		display: block;
		height: 70px;
		overflow: hidden;
		width: 70px;
	}
	.articleListModule .thumb-box .new {
		height: 25px;
		width: 25px;
	}
	.articleListModule .thumb-box .pic {
		max-width: 70px;
		height:auto;
	}

	/* entry-box */
	.articleListModule .entry-box {
		display: table-cell;
		margin: 0;
		min-height: auto;
		padding: 0;
		vertical-align: middle;
	}
	.articleListModule .entry-box .hdg {
		font-size: 14px;
		padding: 0 50px 0 0;
	}
	.articleListModule .entry-box .hdg a{
		font-size: 14px;
	}
	.articleListModule .entry-box a .txt,.articleListModule .entry-box .txt {
		display: none;
	}

	/* .curator-box */
	.articleListModule .curator-box {
		clear: both;
		display: block;
		margin: 0;
		padding: 15px 0 0;
	}
	.articleListModule .curator-box a {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.articleListModule .curator-box .pic,
	.articleListModule .curator-box .inner {
		display: table-cell;
	}
	.articleListModule .curator-box .inner {
		padding: 0 40px 0 0;
	}
	.articleListModule .curator-box .pic {
		padding: 0;
		width: 50px;
	}
	.articleListModule .curator-box .pic img {
		height: 40px;
		width: 40px;
	}
	.articleListModule .curator-box .job {
		font-size: 9px;
		width: 170px;
	}
	.articleListModule .curator-box .name {
		font-size: 12px;
		font-weight: normal;
		width: 170px;
	}

	/* .fav-box */
	.articleListModule .fav-box .btn {
		width: 36px;
		height: 60px;
	}
.articleListModule .fav-box .loginLinkBlank{
		width: 36px;
		height: 50px;
}
	.articleListModule .fav-box .btn .num {
		font-size:11px;
		width:36px;
		height: 35px;
		line-height:35px;
	}
	.articleListModule .fav-box .btn .num:after,
	.articleListModule .fav-box.active .btn .num:after {
		border-width: 0 18px 10px;
	}
	.articleListModule .fav-box .btn .plusBtn{
		width:20px;
		height:20px;
		font-size:15px;
		line-height:20px;
		margin-left:-12px;
	}
	.articleListModule .fav-box .btn .plusBtn{
		top:70px;
	}
	.articleListModule .fav-box.active .btn .plusBtn{
		top:70px;
	}
	.articleListModule .fav-box .btn .num:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}



	.article .snsBox{
		text-align:left;
	}
	.data01 .snsBox{
		padding:0 20px;
		margin-bottom:15px;
	}

}




/* =========================================================
	.bookListModule … 各種記事一覧
========================================================= */
.bookListModule {
}
.bookListModule .article {
	background: #f5efe6;
	border-bottom: 1px solid #dedede;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 20px 15px 15px;
	position: relative;
}
.bookListModule .article .frame {
	min-height: 162px;
	position: relative;
	width: 100%;
}
.bookListModule .article a {
	text-decoration: none;
}

/* thumb-box */
.bookListModule .thumb-box {
	float: left;
	padding: 0 25px 0 0;
	position: relative;
}
.bookListModule .thumb-box a{
	background: #F5EFE6;
	border-radius: 3px;
	display: block;
	height: 162px;
	overflow: hidden;
	text-align: center;
	width: 162px;
}
.bookListModule .thumb-box .pic {
	max-width: 162px;
	border-radius: 3px;
}
.bookListModule .thumb-box a:hover .pic {
	filter: alpha(opacity=60);
	opacity: .6;
}

/* entry-box */
.bookListModule .entry-box {
	margin: 0 0 0;
	min-height: 95px;
	overflow: hidden;
	padding: 0 70px 40px 0;
}
.bookListModule .entry-box .hdg {
	color: #33302a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 8px 0;
}
.bookListModule .entry-box a .txt {
	font-size: 12px;
	line-height: 1.5;
}
.bookListModule .entry-box a:hover .hdg,
.bookListModule .entry-box a:hover .txt {
	color: #b99747;
}

/* .user-box */
.bookListModule .user-box {
	bottom: 0;
	left: 187px;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
}
.bookListModule .user-box a {
	cursor: pointer;
	margin-right: 5px;
	text-decoration: underline;
}
.bookListModule .user-box a:hover {
	color: #b99747;
}
.bookListModule .user-box span {
	margin-right: 5px;
}

/* .fav-box */
.bookListModule .fav-box .btn {
	cursor: pointer;
	display: block;
	position: absolute;
	right: -10px;
	top: -15px;
}
.bookListModule .fav-box .btn  .num{
	display:block;
	background:#ded9cd;
	width: 54px;
	height: 50px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	 line-height: 55px;
	box-sizing:border-box;
}
.bookListModule .fav-box .btn  .num:after{
	position:absolute;
	top:100%;
	left:0;
	content:"";
	width:0; height:0;
	border-width: 0 27px 13px;
	border-style:solid;
	border-color: transparent #ded9cd;
}
.bookListModule .fav-box .btn:hover {
	filter: alpha(opacity=40);
	opacity: .4;
}

.bookListModule .fav-box .active .btn .num {
	background:#deb961;
}
.bookListModule .fav-box .active .btn  .num:after{
	border-color: transparent #deb961;
}

.bookListModule .fav-box .link {
	border-bottom: 1px solid #aea9a3;
	bottom: 0;
	color: #aea9a3;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 0;
}
.bookListModule .fav-box .link .num {
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.bookListModule .fav-box a:hover .link {
	border: 0;
	padding: 0 0 1px;
}
.bookListModule .fav-box .active .link {
	border-color: #b99747;
	color: #b99747;
}



/* .bookListModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	/* thumb-box */
	.bookListModule .article {
		border-bottom: 1px solid #bdb8ad;
		margin-bottom: 10px;
		padding: 0;
	}
	.bookListModule .article .frame {
		min-height: 0;
		padding: 15px;
		position: static;
		width: inherit;
	}
	.bookListModule .thumb-box {
		display: table-cell;
		float: none;
		padding: 0 12px 0 0;
		vertical-align: top;
	}
	.bookListModule  .thumb-box a {
		border-radius: 3px;
		display: block;
		height: 70px;
		overflow: hidden;
		width: 70px;
	}
	.bookListModule .thumb-box .pic {
		max-width: 70px;
	}

	/* entry-box */
	.bookListModule .entry-box {
		display: table-cell;
		margin: 0;
		min-height: auto;
		padding: 0;
		vertical-align: middle;
	}
	.bookListModule .entry-box .hdg {
		font-size: 12px;
		padding: 0 30px 0 0;
	}
	.bookListModule .entry-box a .txt {
		display: none;
	}

	/* .user-box */
	.bookListModule .user-box {
		clear: both;
		display: block;
		margin: 0;
		padding: 15px 0 0;
		position: static;
	}
	.bookListModule .user-box .name {
		font-size: 12px;
		font-weight: normal;
		padding: 0 70px 0 0;
	}

	/* .fav-box */
	.bookListModule .fav-box .btn {
		top: 0;
		right:5px;
	}
	.bookListModule .fav-box .btn  .num{
		font-size: 11px;
		width: 36px;
		height: 35px;
		line-height: 35px;
	}
	.bookListModule .fav-box .btn  .num:after{
		border-width:0 18px 10px;
	}
	.bookListModule .fav-box .link {
		border-bottom: 0;
		bottom: 15px;
		font-size: 9px;
		right: 10px;
		text-align: center;
		text-decoration: underline;
	}
	.bookListModule .fav-box .link .num {
		font-size: 12px;
		padding: 0;
	}
	.bookListModule .fav-box a:hover .link {
		padding: 0;
		text-decoration: none;
	}
}




/* =========================================================
	.activityNavModule　… Bookボタン、シェアボタン枠
========================================================= */
/* .func-box */
.activityNavModule .func-box {
	float: left;
	margin: 5px 0 0;
}
.activityNavModule .func-box li {
	float: left;
	width:250px;
	margin: 0 ;
	position:relative;
}
.activityNavModule .func-box li .plusBtn{
	position:absolute;
	top:10px;
	right:90%;
	right:20%;
	right:10px;
	display:block;
	width:26px;
	height:26px;
	border:2px solid #deb961;
	border:2px solid #d7d7d7;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	font-size:18px;
	font-weight:bold;
	color:#deb961;
	color:#d7d7d7;
	text-align:center;
	line-height:26px;
	opacity:0;
	filter:alpha(opacity=0);
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	cursor:pointer;
	z-index:-1;
	text-decoration:none;
}
.activityNavModule .func-box li .active+.plusBtn{
	right:0;
	right:10px;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:1;
}
.activityNavModule .func-box li .active+.plusBtn:hover{
	filter: alpha(opacity=40);
	opacity: .4;
}
.activityNavModule .func-box li .loginLinkBlank{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:53px;
}

/* .social-box */
.activityNavModule .social-box {
	letter-spacing: -.4em;
	text-align: right;
}
.activityNavModule .social-box li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 0 0 9px;
	vertical-align: top;
}
*:first-child+html .activityNavModule .social-box li {
	display: inline;
	zoom: 1;
}
.activityNavModule .social-box li:first-child {
	margin: 0;
}
.activityNavModule .social-box .more {
	display: none;
}
*:first-child+html .activityNavModule .social-box .more {
	display: none;
}
.activityNavModule .social-box .more a {
	display: block;
}
.activityNavModule .social-box .more img {
	height: 61px;
	width: 51px;
}

/* .activityNavModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	/* .func-box */
	.activityNavModule .func-box {
		float: none;
		padding: 0;
	}
	.activityNavModule .func-box li {
		float: none;
		width:100%;
	}
	.activityNavModule .func-box li+li {
		margin: 15px 0 0;
	}
	.activityNavModule .func-box li .plusBtn{
		right:0;
	}
	.activityNavModule .func-box li .plusBtn{
		top:-40px;
	}
	.activityNavModule .func-box li .active+.plusBtn{
		top:-40px;
	}

	/* .social-box */
	.activityNavModule .social-box {
		margin: 15px 0 0;
		text-align: center;
	}
	.activityNavModule .social-box li {
		margin: 0 0 0 3px;
		vertical-align: top;
	}
	.activityNavModule .social-box .more {
		display: inline-block;
		margin: 0 0 0 4px;
	}
	.activityNavModule .social-box .sp-none {
		display: none;
	}

}




/* =========================================================
	.func-box-new, sns-button-box-new　… ソーシャルモジュール ブックマークボタン
========================================================= */
/*
* ソーシャルモジュール ブックマークボタン
*/
.func-box-new{
    float: left;
    margin: 0;
    width: 73px;
}
.func-box-new > li{
    margin: 0;
    position: relative;
    width: 62px;
    border-right: 1px solid #ded9cd;
}
.func-box-new .bookLink{
    border: 1px solid #ded9cd;
    border-radius: 3px;
    box-shadow: 0 1px 0 #eae4e0;
    color: #66635d;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 50px;
    background: #ffffff;
    line-height: 38px;
}
.func-box-new .label{
    display: inline-block;
    background: url(../img/ico_ttl01.png) 0 50% no-repeat;
    background: url(../img/ico_ribon.png) 0 50% no-repeat;
    font-size: 10px;
    line-height: 28px;
    padding: 5px 0 5px 20px;
    overflow: visible;
}
.func-box-new .plus-button--new{
    display: none;
}
.func-box-new .active+.plus-button--new{
    display: block;
    margin: 8px 0 0 15px;
    width: 18px;
    height: 18px;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #d7d7d7;
    line-height: 19px;
}
.func-box-new .active+.plus-button--new:link,
.func-box-new .active+.plus-button--new:hover{
    text-decoration: none;
}
/*
* タブレット向けSP表現用に横幅514px以上を定義
*/
@media (min-width:514px) and (max-width:740px){
    .func-box-new{
        width: 266px;
    }
    .func-box-new > li{
        width: 255px;
    }
    .func-box-new .bookLink{
        float: left;
        width: 200px;
    }
    .func-box-new .active+.plus-button--new{
        display: inline-block;
        margin: 5px 0 0 10px;
        width: 26px;
        height: 26px;
        font-size: 20px;
        line-height: 29px;
    }
}
/*
* 横幅741px以上を定義
*/
@media (min-width:741px){
    .func-box-new{
        float: left;
        width: 255px;
    }
    .func-box-new > li{
        width: 255px;
    }
    .func-box-new .bookLink{
        float: left;
        width: 200px;
        line-height: 50px;
    }
    .func-box-new .label{
        font-size: 15px;
        font-weight: bold;
        line-height: 50px;
    }
    .func-box-new .active+.plus-button--new{
        display: inline-block;
        margin: 16px 0 0 10px;
        width: 26px;
        height: 26px;
        font-size: 20px;
        line-height: 29px;
    }
}
/*
* 横幅352px以下を定義
*/
@media (max-width:352px){
    .func-box-new{
        float: none;
        margin: 0 0 16px;
        width: 100%;
    }
    .func-box-new > li{
        margin: 0;
        position: relative;
        width: 100%;
        border-right: 0;
    }
    .func-box-new .bookLink{
        width: 100%;
        line-height: 50px;
    }
    .func-box-new .label{
        font-size: 15px;
        font-weight: bold;
        line-height: 50px;
    }
    .func-box-new .active+.plus-button--new{
        float: right;
        margin: 10px 0 0 0;
    }
}

.sns-button-box-new{
    float: none;
    margin-top: 15px;
    text-align: center;
}
.sns-button-box-new .sns-button-box1{
    white-space: nowrap;
}
.sns-button-box-new .sns-button-box2{
    display: none;
    margin-top: 15px;
}
.sns-button-box-new .sns-button-item-new{
    display: inline-block;
    vertical-align: top;
}
.sns-button-box-new .sns-button-item-new .sns-button-icon a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
.sns-button-box-new .sns-button-item-new .sns-button-count{
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}
.sns-button-box-new .sns-button-item-new .sns-button-openclose{
    width: 40px;
    height: 40px;
    border: 1px solid #ded9cd;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 8px;
}
.sns-button-box-new .sns-button-openclose.open{
	background:url(../img/sns/sns_open_button.png) no-repeat center center;
	background-size:auto 30px;
}
.sns-button-box-new .sns-button-openclose.close{
	background:url(../img/sns/sns_close_button.png) no-repeat center center;
	background-size:auto 30px;
}
.sns-button-box-new .sns-button-item-new. :first-child{
    margin-left: 0;
}
.sns-button-box-new .sns-button-item-new.twitter .sns-button-icon a{
    background: #55acee;
}
.sns-button-box-new .sns-button-item-new.twitter .sns-button-icon img{
    width: 24px;
}
.sns-button-box-new .sns-button-item-new.hatenabookmark .sns-button-icon a{
    background: #3aa1e2;
}
.sns-button-box-new .sns-button-item-new.hatenabookmark .sns-button-icon img{
    width: 19px;
}
.sns-button-box-new .sns-button-item-new.facebook-share .sns-button-icon a{
    background: #3b5998;
}
.sns-button-box-new .sns-button-item-new.facebook-share .sns-button-icon img{
    width: 9px;
}
.sns-button-box-new.sp-none{
    display: none;
}
/*
* 横幅741px以上を定義
*/
@media (min-width:741px){
    .sns-button-box-new{
        float: none;
        margin-top: 15px;
        margin-left: 9px;
        text-align: right;
    }
    .sns-button-box-new.sp-none{
        display: block;
    }
    .sns-button-box-new.pc-none{
        display: none;
    }
}
/*
* 横幅352px以下を定義
*/
@media (max-width:352px){
    .sns-button-box-new{
        text-align: center;
    }
}




/* =========================================================
	・curatorListModule … キュレーター一覧
========================================================= */
.curatorListModule {
	letter-spacing: -.4em;
	margin: 0 0 0 -1px;
}
.curatorListModule article {
	display: inline-block;
	vertical-align: top;
	width: 227px;
}
.curatorListModule .article {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 0 1px 1px;
	padding: 16px 0;
	vertical-align: top;
	width: 226px;
}
*:first-child+html .curatorListModule .article {
	display: inline;
	zoom: 1;
}
.curatorListModule .article a {
	display: block;
	text-decoration: none;
}
.curatorListModule .article a:hover img {
	filter: alpha(opacity=60);
	opacity: .6;
}

/* .thumb-box */
.curatorListModule .thumb-box {
	text-align: center;
}
.curatorListModule .thumb-box img {
	border-radius: 80px;
	height: 160px;
	width: 160px;
}

/* .info-box */
.curatorListModule .info-box {
	padding: 0 14px;
	text-align: center;
}
.curatorListModule .info-box .job {
	color: #b99747;
	font-size: 11px;
	margin: 12px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 198px;
}
.curatorListModule .info-box .name {
	font-size: 24px;
	margin: 12px 0 0;
}
.curatorListModule .info-box .txt {
	font-size: 12px;
	line-height: 1.6;
	margin: 12px 0 0;
	text-align: left;
}


/* .curatorListModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.curatorListModule {
		border-bottom: 1px solid #e2dcd3;
	}
	.curatorListModule article {
		display: block;
		width: 100%;
	}
	.curatorListModule .article {
		border-top: 1px solid #e2dcd3;
		display: block;
		width: 100%;
	}
	.curatorListModule .article a {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	/* .thumb-box */
	.curatorListModule .thumb-box {
		display: table-cell;
		vertical-align: top;
	}
	.curatorListModule .thumb-box {
		width: 80px;
	}
	.curatorListModule .thumb-box img {
		height: 80px;
		width: 80px;
	}

	/* .info-box */
	.curatorListModule .info-box {
		display: table-cell;
		padding: 0 0 0 13px;
		text-align: left;
		vertical-align: top;
	}
	.curatorListModule .info-box .job {
		font-size: 10px;
		margin-top: 6px;
		width: 185px;
	}
	.curatorListModule .info-box .name {
		font-size: 15px;
		font-weight: bold;
		margin-top: 6px;
	}
	.curatorListModule .info-box .txt {
		font-size: 12px;
		margin-top: 6px;
	}

}



/* =========================================================
	.pagerModule
========================================================= */
.sec-footer {
	margin-top: 40px;
}
.pagerModule {
	letter-spacing: -.4em;
	text-align: center;
}
.pagerModule li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 3px;
	vertical-align: middle;
}
*:first-child+html .pagerModule li {
	display: inline;
	zoom: 1;
}
.pagerModule li a,
.pagerModule li strong {
	border-radius: 3px;
	box-shadow: 0 1px 0 #eae4e0;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 40px;
	min-width: 40px;
	text-decoration: none;
}
.pagerModule li a {
	background-color: #8b8276;
	display: block;
}
.pagerModule li strong {
	background-color: #bf9d4d;
}
.pagerModule li a:hover {
	box-shadow: none;
	filter: alpha(opacity=40);
	opacity: .4;
}
.pagerModule .next,
.pagerModule .prev,
.pagerModule .oldest,
.pagerModule .latest {
	width: 70px;
}
.pagerModule .prev a,
.pagerModule .prev strong {
	background: url(../img/ico_link04.png) 50% 50% no-repeat;
	text-indent: -9999px;
}
.pagerModule .next a,
.pagerModule .next strong {
	background: url(../img/ico_link03.png) 50% 50% no-repeat;
	text-indent: -9999px;
}
.pagerModule .oldest a,
.pagerModule .oldest strong {
	background: url(../img/ico_link09.png) 50% 50% no-repeat;
	text-indent: -9999px;
}
.pagerModule .latest a,
.pagerModule .latest strong {
	background: url(../img/ico_link08.png) 50% 50% no-repeat;
	text-indent: -9999px;
}

.pagerModule .next a,
.pagerModule .prev a,
.pagerModule .oldest a,
.pagerModule .latest a {
	background-color: #8b8276;
}
.pagerModule .prev strong,
.pagerModule .next strong,
.pagerModule .oldest strong,
.pagerModule .latest strong {
	background-color: #e0dedc;
	box-shadow: none;
}


/* .pagerModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.sec-footer {
		margin-top: 25px;
	}
	.pagerModule li a,
	.pagerModule li strong {
		box-shadow: none;
		height: 25px;
		line-height: 25px;
		min-width: 25px;
	}
	.pagerModule li a {
		background-color: transparent;
		color: #393631;
		display: block;
		text-decoration: underline;
	}
	.pagerModule .next,
	.pagerModule .prev,
	.pagerModule .oldest,
	.pagerModule .latest {
		width: 26px;
	}
	.pagerModule .oldest{
		margin-left: 0;
	}
	.pagerModule .latest{
		margin-right: 0;
	}
	.pagerModule .prev a,
	.pagerModule .next a,
	.pagerModule .oldest a,
	.pagerModule .latest a,
	.pagerModule .prev strong,
	.pagerModule .next strong,
	.pagerModule .oldest strong,
	.pagerModule .latest strong {
		line-height: 32px;
		height: 32px;
	}
	.pagerModule .prev a,
	.pagerModule .next a,
	.pagerModule .oldest a,
	.pagerModule .latest a {
		background-color: #8b8276;
		box-shadow: 0 1px 0 #eae4e0;
	}

}



/* =========================================================
	.historyModule … 閲覧履歴用
========================================================= */
.historyModule {
	letter-spacing: -.4em;
	margin-top: -15px;
}
.historyModule article {
	display: inline-block;
	width: 226px;
}
.historyModule .article {
	display: inline-block;
	letter-spacing: 0;
	margin: 15px 10px 0 0;
	width: 216px;
}
*:first-child+html .historyModule .article {
	display: block;
	float: left;
}
.historyModule .article a {
	color: #33302a;
	display: table;
	text-decoration: none;
	width: 100%;
}
*:first-child+html .historyModule .article a {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.historyModule .article a:hover {
	color: #b99747;
}
.historyModule .pic,
.historyModule .hdg {
	display: table-cell;
	vertical-align: middle;
}
*:first-child+html .historyModule .pic,
*:first-child+html .historyModule .hdg {
	display: block;
	float: left;
}
.historyModule .pic {
	width: 70px;
}
.historyModule .pic span{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.historyModule .pic img {
	max-width: 60px;
}
.historyModule a:hover .pic img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.historyModule .hdg {
	font-size: 11px;
	line-height: 1.3;
}


/* .historyModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.historyModule article {
		display: block;
		margin: 0;
		width: 100%;
	}
	.historyModule .article {
		display: block;
		margin: 0;
		width: auto;
	}
	.historyModule .article a {
		border-bottom: 1px solid #eae4e0;
		padding: 15px 0;
	}
	.historyModule .hdg {
		font-size: 13px;
		font-weight: bold;
	}

}

/* =========================================================
	.clipModule … お気に入り（クリップ）用
========================================================= */
.clipModule {
	letter-spacing: -.4em;
	margin: -15px 0 15px 0;
}
.clipModule article {
	display: inline-block;
	width: 226px;
}
.clipModule .article {
	display: inline-block;
	letter-spacing: 0;
	margin: 15px 10px 0 0;
	width: 216px;
}
*:first-child+html .clipModule .article {
	display: block;
	float: left;
}
.clipModule .article a {
	color: #33302a;
	display: table;
	text-decoration: none;
	width: 100%;
}
*:first-child+html .clipModule .article a {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.clipModule .article a:hover {
	color: #b99747;
}
.clipModule .pic,
.clipModule .hdg {
	display: table-cell;
	vertical-align: middle;
}
*:first-child+html .clipModule .pic,
*:first-child+html .clipModule .hdg {
	display: block;
	float: left;
}
.clipModule .pic {
	width: 70px;
}
.clipModule .pic span{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.clipModule .pic img {
	max-width: 60px;
}
.clipModule a:hover .pic img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.clipModule .hdg {
	font-size: 11px;
	line-height: 1.3;
}
.clipModule + .nav {
    margin: auto;
    width: 145px;
}

/* .clipModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.clipModule article {
		display: block;
		margin: 0;
		width: 100%;
	}
	.clipModule .article {
		display: block;
		margin: 0;
		width: auto;
	}
	.clipModule .article a {
		border-bottom: 1px solid #eae4e0;
		padding: 15px 0;
	}
	.clipModule .hdg {
		font-size: 13px;
		font-weight: bold;
	}

}



/* =========================================================
	.bookEditModule … Book登録・編集用
========================================================= */
.bookEditModule .form-table dl {
	border-top: 1px solid #eae4e0;
	display: table;
	padding: 25px 0 30px 0;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
*:first-child+html .bookEditModule .form-table dl {
	overflow: hidden;
}
.bookEditModule .form-table dt {
	color: #33302a;
	padding: 8px 0 0;
}
*:first-child+html .bookEditModule .form-table dt {
	float: left;
}
.bookEditModule .form-table dt span {
	font-weight: bold;
}
/* error */
.bookEditModule .form-table .error dt span {
	background: url(../img/ico_error.png) no-repeat 100% 45%;
	padding-right: 20px;
}

.bookEditModule .form-table dd {
	width: auto;
}
.bookEditModule .form-table .bookListWrap {
	height:277px;
	overflow:auto;
}
.bookEditModule .form-table dd ul{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #ded9cd;
	border:2px solid #ded9cd;
	overflow:hidden;
}
.bookEditModule .form-table dd .bookListWrap li{
		border-top:1px solid #ded9cd;
		position:relative;
}
.bookEditModule .form-table dd .bookListWrap li:first-child{
		border-top:0 none;
}
.bookEditModule .form-table dd .bookListWrap li:nth-child(2){
		border-top:2px solid #ded9cd;
}
.bookEditModule .form-table dd .favList{
    display: block;
    padding: 15px 0 15px 60px;
/*    cursor: pointer;*/
    position: relative;
	font-size:15px;
}
.bookEditModule .form-table dd li label{
	display:block;
	padding:15px 0 15px 40px;
	padding:15px 0 15px 60px;
	cursor:pointer;
	position:relative;
}
.bookEditModule .form-table dd .bookListWrap li .num{
	float:right;
	padding-right:15px;
	font-size:15px;
}
.bookEditModule .form-table dd .bookListWrap li .icnLock{
	display:block;
	width:20px;
	height:20px;
	background:url(../img/icn_lock.png) no-repeat left center;
	background-size: auto 20px;
	background:url(../img/icn_lock_ie8.png) no-repeat left center\9;
	position:absolute;
	left:33px; top:50%;
	margin-top:-10px;
}
.bookEditModule .form-table dd .bookListWrap li input[type=checkbox]{
	display:none;
	display:block\9;
	position:absolute\9;
	top:13px\9;
	left:9px\9;
}
.bookEditModule .form-table dd li input[type=checkbox]:checked + label{
	background:#f1ece7 url(../img/book_check.png) no-repeat 5px center;
	background-size:17px auto;
}
.bookEditModule .form-table dd li input[type=checkbox]:checked + label .num{
	display:none;
}
*:first-child+html .bookEditModule .form-table dd {
	float: left;
	width: 550px;
}
.bookEditModule .form-table input[type="text"],
.bookEditModule .form-table textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #eae4e0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	resize: none;
	width: 100%;
}
.bookEditModule .form-table input[type="text"] {
	padding: 5px 13px;
}
.bookEditModule .form-table input::-ms-clear {
	visibility:hidden
}
.bookEditModule .form-table textarea {
	height: 94px;
	padding: 8px 13px;
}

/* error-msg */
.bookEditModule .form-table .error-msg{
	display: block;
	position: absolute;
	bottom: 8px;
	left: 155px;
	min-width: 300px;
	color: #ec765f;
	font-size: 11px;
}

/* count */
.bookEditModule .form-table .count {
	bottom: 8px;
	font-size: 11px;
	position: absolute;
	right: 0px;
}
.bookEditModule .form-table .count .observer {
	padding: 0 5px 0 0;
}
.bookEditModule .form-table .count .max {
	padding: 0 0 0 5px;
}
.bookEditModule .form-table .count .error {
	color: #ec765f;
}

/* radio */
.bookEditModule .form-table .radio dt {
	padding: 0;
}
.bookEditModule .form-table .radio li {
	float: left;
	padding: 0 28px 0 0;
}
.bookEditModule .form-table .radio input {
	margin: 0 5px 0 0;
	vertical-align: top;
}
.bookEditModule .form-table .radio .publish {
	color: #ec765f;
}

/* select*/
.bookEditModule .form-table .select dt {
	font-weight:bold;
	padding: 13px 0 20px;
	position:relative;
}
.bookEditModule .form-table .select dt .new-regist{
	position:absolute;
	top:13px; right:0;
}
.bookEditModule .form-table .customSelect {
	display: block;
}


/* .bookEditModule … BOOK登録・編集用 > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.bookEditModule .form-table dl {
		display: block;
		padding: 20px 0 30px 0;
		position: relative;
	}
	/* error */
	.bookEditModule .form-table .error dt span {
		background: url(../img/ico_error_sp.png) no-repeat 100% 45%;
		background-size: 14px 15px;
		padding: 2px 20px 2px 0;
	}
	.bookEditModule .form-table dt,
	.bookEditModule .form-table dd {
		display: block;
	}
	.bookEditModule .form-table dt {
		padding: 0 0 8px;
		width: auto;
	}
	.bookEditModule .form-table dd {
		width: auto;
	}

	.bookEditModule .form-table input[type="text"],
	.bookEditModule .form-table textarea {
		border-radius: 3px;
	}
	.bookEditModule .form-table input[type="text"] {
		padding: 13px;
	}
	.bookEditModule .form-table textarea {
		height: 150px;
		padding: 13px;
	}

	/* error-msg */
	.bookEditModule .form-table .error-msg {
		position: static;
		margin: 5px 0 2px;
	}
	/* count */
	.bookEditModule .form-table .count {
		position: static;
		text-align: right;
	}

	/* radio */
	.bookEditModule .form-table .radio dt {
		padding: 0 0 8px;
	}
	/* select*/
	.bookEditModule .form-table .select dt {
		padding: 60px 0 0;
		margin-bottom:10px;
	}
	.bookEditModule .form-table .bookListWrap {
		height:241px;
	}
	.bookEditModule .form-table dd li label{
		display:block;
		padding:13px 15px 13px 45px;
		line-height:1;
	}
	.bookEditModule .form-table dd .favList{
		display:block;
		padding:13px 15px 13px 45px;
		line-height:1;
	}
	.bookEditModule .form-table dd li input[type=checkbox]:checked + label{
		background-size:12px auto;
		background-position:87% center;
		background-position:5px center;
	}
	.bookEditModule .form-table dd li label .num{
		padding-right:0px;
	}
	.bookEditModule .form-table dd li .icnLock{
		width:15px;
		height:15px;
		background-size: auto 15px;
		margin-top:-7px;
		left:24px;
}

	/* error-msg */
	.bookEditModule .form-table .error-msg {
		left: 0;
	}

	.bookEditModule .form-table dd .bookListWrap li .icnLock{
		display:block;
		width:20px;
		height:20px;
		background:url(../img/icn_lock.png) no-repeat left center;
		background-size: auto 20px;
		background:url(../img/icn_lock_ie8.png) no-repeat left center\9;
		position:absolute;
		left:18px; top:50%;
		margin-top:-10px;
	}

}




/* =========================================================
	.registerFormModule … 登録フォーム
========================================================= */

/* form-table */
.registerFormModule .form-table {
	border-bottom: 1px solid #eae4e0;
}
.registerFormModule .form-table dl {
	border-top: 1px solid #eae4e0;
	display: table;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.registerFormModule .form-table .must dt {
	background: url(../img/ico_must.png) no-repeat 100% 21px;
}
.registerFormModule .form-table .disable dt {
	background: none;
}
.registerFormModule .form-table .disable dt span,
.registerFormModule .form-table .disable dd {
	color: #ccc8bf;
}
.registerFormModule .form-table .disable dd input {
	background-color: #fafafa;
	color: #ccc;
}
.registerFormModule .form-table dt,
.registerFormModule .form-table dd {
	font-size: 14px;
	display: table-cell;
}
*:first-child+html .registerFormModule .form-table dt,
*:first-child+html .registerFormModule .form-table dd {
	float: left;
}
.registerFormModule .form-table dt {
	padding: 23px 0;
	vertical-align: top;
	width: 251px;
}
.registerFormModule .form-table dt span {
	color: #33302a;
	font-weight: bold;
	padding-left: 10px;
}
.registerFormModule .form-table dd {
	padding: 15px 0 15px 27px;
	vertical-align: middle;
	width: auto;
}
.registerFormModule .form-table dd small {
	display: block;
	font-size: 12px;
	padding: 8px 0;
}
.registerFormModule .form-table .sub-txt {
	color: #9a938c;
	font-size: 11px;
}
.registerFormModule .form-table .sub-link {
	margin: 0 0 0 10px;
}
.registerFormModule .form-table .sub-link a {
	color: #b99747;
	font-size: 12px;
}
.registerFormModule .form-table .sub-link a:hover {
	color: #66635d;
}

.registerFormModule .form-table input[type="text"],
.registerFormModule .form-table input[type="password"],
.registerFormModule .form-table textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #eae4e0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	resize: none;
}
.registerFormModule .form-table input::-ms-clear {
	visibility:hidden
}
.registerFormModule .form-table textarea {
	height: 153px;
	padding: 5px 15px;
	width: 100%;
}
*:first-child+html .registerFormModule .form-table textarea {
	width: 650px;
}
.registerFormModule .form-table input[type="checkbox"] {
	margin-right: 10px;
	vertical-align: bottom;
}
.registerFormModule .form-table input[type="radio"] {
	margin: 0 9px 0 0;
	vertical-align: top;
}
.registerFormModule .form-table select {
	padding: 4px 0 4px 11px;
	width: 152px;
}
.registerFormModule .form-table input[type="text"],
.registerFormModule .form-table input[type="password"] {
	padding: 5px 15px;
	width: 378px;
}
.registerFormModule .form-table input[type="text"].size-l {
	width: 476px;
}
.registerFormModule .form-table input[type="text"].size-s {
	margin-right: 10px;
	padding: 3px 0;
	text-align: center;
	width: 50px;
}

/* count */
.registerFormModule .form-table .count {
	font-size: 11px;
	margin: 15px 0 0;
	text-align: right;
}
.registerFormModule .form-table .count .error {
	color: #ec765f;
}

/* list-line */
.registerFormModule .form-table .list-line {
	padding-top: 5px;
}
.registerFormModule .form-table .list-line li {
	float: left;
	padding-right: 29px;
}

/* date-box */
.registerFormModule .form-table .date-box li {
	float: left;
	padding-right: 29px;
}
.registerFormModule .form-table .date-box input {
	margin-right: 10px;
	padding: 5px 0;
	text-align: center;
	width: 50px;
}
.registerFormModule .form-table .date-box .year input {
	width: 80px;
}

/* category-box */
.registerFormModule .form-table .category-box {
	margin: -12px 0 0 -4px;
	width: 655px;
}
.registerFormModule .form-table .category-box li {
	float: left;
	padding: 18px 0 6px;
	width: 320px;
}

/* error */
.registerFormModule .form-table .error dt span {
	background: url(../img/ico_error.png) no-repeat 100% 45%;
	padding-right: 20px;
}
.registerFormModule .form-table .disable dt span {
	background: none;
}

/* .registerFormModule … 会員情報登録・編集用 > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	/* form-table */
	.registerFormModule .form-table dl {
		display: block;
		padding: 18px 0 0 0;
	}
	.registerFormModule .form-table .must dt {
		background: url(../img/ico_must_sp.png) no-repeat 100% 0;
		background-size: 34px 17px;
	}
	.registerFormModule .form-table .disable dt {
		background: none;
	}
	.registerFormModule .form-table dt,
	.registerFormModule .form-table dd {
		display: block;
	}
	*:first-child+html .registerFormModule .form-table dt,
	*:first-child+html .registerFormModule .form-table dd {
		float: none;
	}
	.registerFormModule .form-table dt {
		display: inline;
		font-size: 15px;
		padding: 0 47px 0 0;
		width: auto;
	}
	.registerFormModule .form-table dt span {
		font-size: 13px;
		padding-left: 0;
	}
	.registerFormModule .form-table dd {
		font-size: 12px;
		padding: 12px 0;
		width: auto;
	}
	.registerFormModule .form-table dd small {
		font-size: 11px;
		padding: 0 0 8px;
	}
	.registerFormModule .form-table .sub-txt {
		display: block;
		padding-top: 10px;
	}
	.registerFormModule .form-table select {
		width: 203px;
	}
	.registerFormModule .form-table input[type="text"],
	.registerFormModule .form-table input[type="password"],
	.registerFormModule .form-table textarea {
		padding: 10px 0 10px 10px;
	}
	.registerFormModule .form-table input[type="text"],
	.registerFormModule .form-table input[type="text"].size-l,
	.registerFormModule .form-table textarea {
		border-radius: 3px;
		width: 100%;
	}
	.registerFormModule .form-table input[type="text"].size-s {
		margin-right: 7px;
		width: 52px;
	}
	.registerFormModule .form-table input[type="checkbox"],
	.registerFormModule .form-table input[type="radio"] {
		vertical-align: middle;
	}

	/* count */
	.registerFormModule .form-table .count {
		margin: 10px 0 0;
		text-align: left;
	}

	/* list-line */
	.registerFormModule .form-table .list-line {
		padding: 0;
	}
	.registerFormModule .form-table .list-line li {
		padding-bottom: 5px;
	}

	/* date-box */
	.registerFormModule .form-table .date-box li {
		float: left;
		padding-right: 12px
	}
	.registerFormModule .form-table .date-box input {
		margin-right: 10px;
		padding: 5px 0;
		text-align: center;
		width: 52px;
	}
	.registerFormModule .form-table .date-box .year input {
		width: 72px;
	}

	/* category-box */
	.registerFormModule .form-table .category-box {
		margin: -13px 0 0 0;
		width: auto;
	}
	.registerFormModule .form-table .category-box li {
		float: left;
		padding: 12px 0 0 0;
		width: 100%;
	}

	/* error */
	.registerFormModule .form-table .error dt span {
		background: url(../img/ico_error_sp.png) no-repeat 100% 45%;
		background-size: 14px 15px;
		padding: 2px 20px 2px 0;
	}
	.registerFormModule .form-table .disable dt span {
		background: none;
		padding: 0;
	}

}



/* =========================================================
	.subArticleListModule … サイド用記事一覧
========================================================= */
.subArticleListModule .article {
	margin: 0 0 15px 0;
}
.subArticleListModule .article a {
	color: #33302a;
	display: table;
	text-decoration: none;
	width: 100%;
}
*:first-child+html .subArticleListModule .article a {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.subArticleListModule .article a:hover {
	color: #b99747;
}
.subArticleListModule .pic,
.subArticleListModule .hdg {
	display: table-cell;
	vertical-align: middle;
}
*:first-child+html .subArticleListModule .pic,
*:first-child+html .subArticleListModule .hdg {
	display: block;
	float: left;
}
.subArticleListModule .pic{
	width: 70px;
}
.subArticleListModule .pic span {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.subArticleListModule .pic img {
	max-width: 60px;
}
.subArticleListModule a:hover .pic img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.subArticleListModule .hdg {
	font-size: 11px;
	line-height: 1.3;
}


/* .subArticleListModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.subArticleListModule article:first-child {
		margin-top: -15px;
	}
	.subArticleListModule .article {
		margin: 0;
	}
	.subArticleListModule .article a {
		border-bottom: 1px solid #eae4e0;
		padding: 15px 0;
	}
	.subArticleListModule .hdg {
		font-size: 13px;
		font-weight: bold;
	}

}




/* =========================================================
	.subArticleRankModule … サイド用記事ランキング
========================================================= */
.subArticleRankModule .article {
	margin: 0 0 15px 0;
}
.subArticleRankModule .article a {
	color: #33302a;
	display: block;
	overflow: visible;
	position: relative;
	text-decoration: none;
}
.subArticleRankModule .article .frame {
	display: table;
	width: 100%;
}
*:first-child+html .subArticleRankModule .article .frame {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.subArticleRankModule .article a:hover {
	color: #b99747;
}
.subArticleRankModule .article .ico {
	border: 2px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: -8px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: -8px;
	width: 20px;
	z-index: 1;
}
*:first-child+html .subArticleRankModule .article .ico {
	left: 0;
	top: 0;
}

.subArticleRankModule .article .rank1 {
	background-color: #bf9d4d;
}
.subArticleRankModule .article .rank2 {
	background-color: #848f99;
}
.subArticleRankModule .article .rank3 {
	background-color: #9a7250;
}
.subArticleRankModule .article .rank4 {
	background-color: #9a938c;
}
.subArticleRankModule .article .rank5 {
	background-color: #9a938c;
}

.subArticleRankModule .pic,
.subArticleRankModule .note {
	display: table-cell;
	vertical-align: middle;
}
*:first-child+html .subArticleRankModule .pic,
*:first-child+html .subArticleRankModule .note {
	display: block;
	float: left;
}
.subArticleRankModule .pic {
	width: 70px;
}
.subArticleRankModule .pic span{
	border-radius: 3px;
	display: block;
	height: 60px;
	overflow: hidden;
	width: 60px;
}
.subArticleRankModule .pic img {
	max-width: 60px;
}
.subArticleRankModule a:hover .pic img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.subArticleRankModule .hdg {
	font-size: 11px;
	line-height: 1.3;
}
.subArticleRankModule .point {
	background: url(../img/ico_point01.png) no-repeat 0 50%;
	color: #9a938c;
	font-size: 12px;
	margin: 6px 0 0;
	padding: 0 0 0 20px;
}


/* .subArticleRankModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	#sub .subArticleRankModule .inner {
		height: 295px;
		width: 100%;
	}
	#sub .subArticleRankModule .list {
		height: 295px;
	}
	.subArticleRankModule article {
		float: left;
		width: 190px;
	}
	.subArticleRankModule .article {
		margin: 0;
	}
	.subArticleRankModule .article a {
		display: block;
		width: auto;
		padding: 10px 10px 0 10px;
	}
	.subArticleRankModule .article .ico {
		border: 0;
		height: 30px;
		left: 0;
		line-height: 32px;
		top: 0;
		width: 30px;
	}
	.subArticleRankModule .pic,
	.subArticleRankModule .note {
		display: block;
	}
	.subArticleRankModule .pic {
		width: auto;
	}
	.subArticleRankModule .pic span{
		border-radius: 3px 3px 0 0;
		height: 170px;
		width: 170px;
		text-align: center;
		background: #F5EFE6;
	}
	.subArticleRankModule .pic img {
		max-width: 170px;
	}
	.subArticleRankModule .note {
		background: #f5efe6;
		border-bottom: 1px solid #eae4e0;
		border-radius: 0 0 3px 3px;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 70px;
		padding: 10px 10px 0;
	}
	.subArticleRankModule .hdg {
		height: 50px;
		line-height: 1.5;
		overflow: hidden;
	}
	.subArticleRankModule .point {
		font-size: 10px;
		margin: 8px 0 0 0;
	}

}




/* =========================================================
	.subBookListModule … サイド用Book一覧
========================================================= */
.subBookListModule .article {
	margin: 0 0 11px 0;
	word-break: break-all;
}
.subBookListModule .article a {
	background-color: #f5efe6;
	border-radius: 3px;
	border-bottom: 1px solid #ebe6e2;
	color: #33302a;
	display: table;
	position: relative;
	text-decoration: none;
	width: 100%;
}
*:first-child+html .subBookListModule .article a {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.subBookListModule .article a:hover {
	background-color: #f9f5f0;
	border-color: #f9f5f0;
	color: #b99747;
}
.subBookListModule .article .ico {
	border: 2px solid #fff;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	left: 4px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 20px;
	z-index: 1;
}
*:first-child+html .subBookListModule .article .ico {
	left: 0;
	top: 0;
}

.subBookListModule .article .rank1 {
	background-color: #bf9d4d;
}
.subBookListModule .article .rank2 {
	background-color: #848f99;
}
.subBookListModule .article .rank3 {
	background-color: #9a7250;
}
.subBookListModule .article .rank4 {
	background-color: #9a938c;
}
.subBookListModule .article .rank5 {
	background-color: #9a938c;
}
.subBookListModule .pic,
.subBookListModule .hdg {
	display: table-cell;
	vertical-align: middle;
}
*:first-child+html .subBookListModule .pic,
*:first-child+html .subBookListModule .hdg {
	display: block;
	float: left;
}
.subBookListModule .pic {
	padding: 13px 8px 9px 13px;
	width: 64px;
}
.subBookListModule .pic .bg {
	background: url(../img/sub_bg_thumb.png) no-repeat;
	display: block;
	height: 64px;
	width: 64px;
}
.subBookListModule .pic .wrap-img{
	border-radius: 3px;
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.subBookListModule .pic img {
	max-width: 60px;
}
.subBookListModule a:hover .pic img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.subBookListModule .hdg {
	font-size: 11px;
	line-height: 1.3;
	padding: 13px 13px 13px 0;
}


/* .subBookListModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.subBookListModule .article .ico {
		border: 0;
		height: 30px;
		left: 6px;
		line-height: 32px;
		top: 6px;
		width: 30px;
	}
	.subBookListModule .hdg {
		font-size: 13px;
		font-weight: bold;
	}

}




/* =========================================================
	.subCuratorListModule … サイド用キュレーター一覧
========================================================= */
#sub .subCuratorListModule {
	margin: 0;
}
.subCuratorListModule .list {
	letter-spacing: -.4em;
}
.subCuratorListModule article {
	display: inline-block;
	vertical-align: top;
}
.subCuratorListModule .article {
	color: #33302a;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 0 15px 0;
	vertical-align: top;
	width: 110px;
}
*:first-child+html .subCuratorListModule .article {
	display: inline;
	zoom: 1;
}
.subCuratorListModule .article a {
	display: block;
	text-align:center;
	text-decoration: none;
}
.subCuratorListModule .article a:hover {
	color: #b99747;
}
.subCuratorListModule .pic img {
	border-radius: 100px;
}
.subCuratorListModule a:hover .pic img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.subCuratorListModule .hdg {
	font-size: 11px;
	line-height: 1.3;
	padding: 10px 10px 0;
}


/* .subCuratorListModule > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	#sub .subCuratorListModule .inner {
		height: 145px;
		margin: 25px 0 0 0;
		width: 100%;
	}
	#sub .subCuratorListModule .list {
		height: 145px;
	}
	.subCuratorListModule .article {
		margin: 0;
		width: 100px;
	}
	.subCuratorListModule .pic img {
		height: 80px;
		width: 80px;
	}
	.subCuratorListModule .hdg {
		font-weight: bold;
		padding-top: 15px;
	}

}




/* =========================================================
	.btnLink … ボタンリンク
	<a href="#" class="btnLink (オプションクラス)"><span>hoge</span></a>
========================================================= */
.btnLink {
	background-color: #8b8276;
	border: 1px solid #8b8276;
	border-radius: 3px;
	box-shadow: 0 1px 0 #eae4e0;
	color: #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 11px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.btnLink:hover {
	background-color: #b9b4ad;
	border: 1px solid #b9b4ad;
	box-shadow: none;
	color: #fff;
}
.btnLink span {
	background: url(../img/ico_link03.png) no-repeat 100% 45%;
	padding: 0 16px 0 0;
}
.btnLink input {
	left: -9999px;
	position: absolute;
	top: 0;
}

/*[オプションクラス] .size02 */
.btnLink.size02 {
	font-size: 15px;
	padding: 14px 0 13px;
}

/*[オプションクラス] .size03 */
.btnLink.size03 {
	font-size: 12px;
	padding: 7px 0 5px;
}

/*[オプションクラス] .style02 */
.btnLink.style02 {
	background-color: #fff;
	border: 1px solid #ded9cd;
	color: #66635d;
}
.btnLink.style02:hover {
	box-shadow: none;
	color: #b99747;
}

/*[オプションクラス] .backStyle */
.btnLink.backStyle span {
	background: url(../img/ico_back01.png) no-repeat 0 40%;
	padding: 0 0 0 18px;
}
.btnLink.backStyle:hover span {
	background: url(../img/ico_back01_on.png) no-repeat 0 40%;
}


/* .btnLink > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	/*[オプションクラス] .backStyle */
	.btnLink.backStyle {
		border: 0;
		box-shadow: none;
		text-align: left;
	}
	.btnLink.backStyle span,
	.btnLink.backStyle:hover span {
		background: url(../img/ico_link06.png) no-repeat 5px 50%;
		background-size: 10px 17px;
		display: block;
		font-size: 13px;
		padding: 13px 0 13px 28px;
	}

}




/* =========================================================
	.bookLink … Bookリンク
	<a href="#" class="bookLink"><span>hoge</span></a>
========================================================= */
.bookLink {
	border: 1px solid #ded9cd;
	border-radius: 3px;
	box-shadow: 0 1px 0 #eae4e0;
	color: #66635d;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
	background:#ffffff;
	line-height: 50px;
}
.bookLink span {
	background: url(../img/ico_ttl01.png) 0 50% no-repeat;
	background: url(../img/ico_ribon.png) 0 50% no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 35px;
	padding-left: 20px;
}
.bookLink:hover {
	box-shadow: none;
	color: #b99747;
}

/* active */
.bookLink.active {
	background-color: #b99747;
	color: #fff;
}
.bookLink.active span {
	background: url(../img/ico_ttl01_on.png) 0 50% no-repeat;
}
.bookLink.active:hover {
	color: #fff;
	filter: alpha(opacity=40);
	opacity: .4;
}

/* .disabled */
.bookLink.disabled {
	background-color: #b99747;
	color: #fff;
	cursor: default;
}
.bookLink.disabled span {
	background: url(../img/ico_ttl01_on.png) 0 50% no-repeat;
}


/* .bookLink > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.bookLink {
		width: auto;
	}
	.bookLink span {
		background: url(../img/ico_ttl01_sp.png) 0 50% no-repeat;
	background: url(../img/ico_ribon.png) 0 50% no-repeat;
		background-size: auto 20px;
		display: inline-block;
	}
	.bookLink.active span {
		background: url(../img/ico_ttl01_on_sp.png) 0 50% no-repeat;
		background-size: 15px 22px;
	}

	/* .disabled */
	.bookLink.disabled span {
		background: url(../img/ico_ttl01_on_sp.png) 0 50% no-repeat;
		background-size: 15px 22px;
	}
.activityNavModule .func-box li .loginLinkBlank{
	width:100%;
}

}




/* =========================================================
	.tabNavi … タブナビゲーション
	<ul class="tabNavi cx">
		<li><a class="active（任意）">タブ名<span>(記事数)</span></a></li>
		<li><a class="active（任意）">タブ名<span>(記事数)</span></a></li>
	</ul>
========================================================= */
.tabNavi {
	border-bottom: 1px solid #ded9cd;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.tabNavi li {
	float: left;
	margin-left: 4px;
	overflow: hidden;
	text-align: center;
}
.tabNavi li:first-child {
	margin-left: 0;
}
.tabNavi a {
	border: 1px solid #ded9cd;
	border-radius: 3px 3px 0 0;
	border-width: 1px 1px 0;
	display: block;
	font-size: 13px;
	overflow: hidden;
	padding: 17px 0;
	text-align: center;
	text-decoration: none;
}
.tabNavi a:hover {
	color: #b99747;
}
.tabNavi a.active {
	background: #b99747;
	color: #ffffff;
}


/* .tabNavi > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.tabNavi {
		border: 1px solid #ded9cd;
		border-radius: 3px;
		margin-top: -1px;
	}
	.tabNavi li {
		margin-left: 0;
		width: 50%;
	}
	.tabNavi a {
		border-radius: 0;
		border-width: 0 0 1px;
		font-size: 10px;
	}
	.tabNavi li:nth-child(odd) a {
		border-right: 1px solid #ded9cd;
	}
	.tabNavi a span {
		display: none;
	}

}




/* =========================================================
	.formFooter … フォームボタン
	<div class="formFooter">
		//↓ボタン1つのとき
		<p><a href="#" class="btnLink">変更内容を確認</a></p>
		//↓ボタン2つのとき
		<ul>
			<li><a href="#" class="btnLink">この内容で送信</a></li>
			<li><a href="#" class="btnLink style02">内容を修正</a></li>
		</ul>
	<!-- formfooter --></div>
========================================================= */
.formFooter {
	padding: 30px 0 0;
}
.formFooter p {
	margin: 0 auto;
	width: 220px;
}
.formFooter ul {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	width: 380px;
}
.formFooter ul li {
	float: left;
	letter-spacing: 0;
	width: 180px;
}
.formFooter ul li:first-child {
	margin-right: 10px;
}


/* .formFooter > MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.formFooter {
		padding: 25px 0 0;
	}
	.formFooter p {
		width: 195px;
	}
	.formFooter ul {
		margin: 0 auto;
		width: 240px;
	}
	.formFooter ul li {
		float: none;
		width: auto;
	}
	.formFooter ul li:first-child {
		margin: 0 0 15px;
	}
}




/* =========================================================
	.customSelect … カスタムセレクト
	<label class="customSelect (オプションクラス)">
		<select name="hoge">
			<option value="">ラベル</option>
		</select>
	</label>

========================================================= */
.customSelect {
	background :#ffffff;
	border: 1px solid #ded9cd;
	border-radius: 3px;
	box-shadow:  0 1px 0 0 #eae4e0;
	display: inline-block;
    min-width: 140px;
	overflow: hidden;
	position: relative;
}
.customSelect:after {
	background: #fff url(../img/ico_select.png) no-repeat 50% 50%;
	border-left : 1px solid #ded9cd;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 39px;
	z-index: 1;
}
.customSelect:hover:after {
	background-image: url(../img/ico_select_on.png);
}
.customSelect select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	color : #66635d;
	display: block;
	font-size: 13px;
	outline: none;
	overflow: hidden;
	padding: 8px 52px 8px 13px;
	position: relative;
	text-overflow: ellipsis;
	width: 100%;
    height: 36px;
	white-space: nowrap;
	z-index: 2;


}
.customSelect:hover select {
	color: #b99747;
}
.customSelect select::-ms-expand {
	display: none;
}
.customSelect option {
	color : #66635d;
}


/* IE9 >= */
*:first-child+html .customSelect {
	border: none;
	display: inline;
	min-width: auto;
	width: auto;
	zoom: 1;
}
.customSelect select {
	padding: 8px\9;
}
*:first-child+html .customSelect select {
	width: auto;
}
.customSelect:after {
	background: transparent\9;
	border-left : 0\9;
}
.customSelect:hover:after {
	background: transparent\9;
}
@media all and (-ms-high-contrast:none) {
	.customSelect select {
		padding: 8px 52px 8px 13px;
	}
	.customSelect:after {
		background: #fff url(../img/ico_select.png) no-repeat 50% 50%;
		border-left : 1px solid #ded9cd;
	}
}


/* customSelect> MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.customSelect {
		width: 100%;
	}
	.customSelect:after {
		width: 48px;
	}
	.customSelect select {
		padding-bottom: 13px;
		padding-top: 13px;
        height: 31px;
		z-index: 0;
	}

	.customSelect.size02 {
		min-width: 125px;
		width: auto;
	}
	.customSelect.size02:after {
		width: 30px;
	}
	.customSelect.size02 select {
		padding: 5px 32px 5px 10px;
	}

}


/* =========================================================
	.error-info … エラーメッセージ
	<div class="error-info">
		<ul>
			<li>・メールアドレスが未記入です。</li>
			<li>・興味のあるカテゴリーが未チェックです。</li>
		</ul>
	<!-- error-info --></div>

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

.error-info ul {
	background: #fdf1ef;
	color: #ec765f;
	margin-bottom: 30px;
	padding: 0 30px 22px;
}
.error-info li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
.error-info li:first-child {
	padding-top: 22px;
}
.error-info li a {
	color: #9A938C;
}
.error-info li a:hover {
	text-decoration: none;
}


/* customSelect> MEDIA-QUERY-SETTING
-------------------------------------------- */
@media screen and (max-width: 740px) {

	.error-info ul {
		margin-bottom: 15px;
		padding: 13px 14px;
	}
	.error-info li {
		font-size: 11px;
	}
	.error-info li:first-child {
		padding-top: 0;
	}

}

/* footer-breadcrumb
-------------------------------------------- */
.footer-breadcrumb{
	display: none;
    margin: -15px 20px 5px;
    padding-bottom: 10px;
}
.footer-breadcrumb > li{
    display: inline-block;
    line-height: 1.8;
    margin-right: 5px;
    color: #9a938c;
}
.footer-breadcrumb > li > a{
    margin-right: 5px;
    text-decoration: underline !important;
    color: #9a938c;
}
@media screen and (max-width: 740px) {
	.footer-breadcrumb{
		display: block;
	}
}

/* footer
-------------------------------------------- */
#footer .sns li.tw .twitter-list{
	display:inline-block;
	vertical-align:top;
	margin-top: 3px;
	font-size: 11px;
}

/*instagram-frame*/
.instagram-frame{
    width: 100%;
    height: 334px;
    box-sizing:border-box;
    border:1px solid #e9eaed;
    background:#fafafa;
}
.instagram-frame-user-link{
    display:block;
}
.instagram-frame-user{
    height: 30px;
    padding:10px
}
.instagram-frame-user-left{
    width: 30px;
    display:table-cell;
}
.instagram-frame-user-right{
    display:table-cell;
    vertical-align:middle;
    padding-left:5px;
}
.instagram-frame-user-img img{
    width: 100%;
    border-radius:50%;
    border: 1px solid #cccfd0;
    box-sizing:border-box;
}
.instagram-frame-user-name{
    font-size: 14px;
    color:#333;
}
.instagram-frame-list{
    height: 238px;
    overflow-y:scroll;
    padding:0 5px;
}
.instagram-frame-list ul{
    margin-top:-10px;
}
.instagram-frame-list li{
    float:left;
    width: 50%;
    padding:10px 5px 0;
    box-sizing:border-box;
}
.instagram-frame-list li img{
    width: 100%;
}
.instagram-frame-button{
    margin-top: 10px;
    text-align:center;
}

/*gam-frame*/
.contents-frame {
	position: relative;
}

.gam-frame {
	margin: 15px 0;
}

.sub-section .gam-frame:first-child {
	margin-top: 0;
}

.gam-frame .gam-device.is_pc {
	display: block;
}

.gam-frame .gam-device.is_sp {
	display: none;
}

.gam-frame-unit {
	display: flex;
}

.gam-frame-unit .gam-device:last-child{
	margin-left: auto;
}

.articleListModule .gam-device {
	border-top: 1px solid #eae4e0;
	padding-top: 15px;
}

@media screen and (max-width: 740px) {
	.gam-frame .gam-device.is_pc{
			display: none;
	}
	.gam-frame .gam-device.is_sp{
			display: block;
	}
}

.js-gam-fixed {
	position: relative;
}

.is-ad-fixed {
	position: fixed;
	top: 56px;
	left: auto;
	z-index: 100;
	margin: 0;
	width: 220px;
}

.is-ad-fixed-bottom {
	position: absolute;
	bottom: 0;
	right: 30px;
	margin: 0;
}