@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script|Alegreya+Sans+SC);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);



/* ================装飾用============================================ */


span.strong{
font-weight:bold;
}
span.strong-yellow{
font-weight:bold;
background-color:#FFFF00;
color:#ff0000;
}
span.strong-red{
font-weight:bold;
color:#ff0000;
}
.purple a{
font-size:20px;
color:rgba(142,54,231,1.00);
text-decoration:underline;
}

span.under{
text-decoration:underline;
}

span.torikeshi{
text-decoration:line-through;
}

.item_html{
font-size:16px;
color:#000;
}

.item_html p{
line-height:1.5;
padding-bottom:10px;
}

/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*---------------------------------
twi-btn
--------------------------------*/
.sns-btn{
width:100%;
padding:10px;
margin-top:-20px;
}

.twi-btn {
width:50%;
float:right;
    padding: 0px 5px 20px;
}

.twi-btn a{
    background-color: #00aced;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    height: 40px;
    margin: 0 auto;
    padding: 12px 0 0px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

.twi-btn a:hover {
    box-shadow: 0 1px 0 #02658B;
    margin-bottom: -2px;
    margin-top: 2px;
    text-decoration: none;
}

/*---------------------------------
fb-btn
--------------------------------*/

.fb-like{
padding:30px;
}

.fb-btn {
    padding: 0px 5px 20px;
width:50%;
float:left;
}

.fb-btn a{
    background-color: #305097;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    height: 40px;
    margin: 0 auto;
    padding: 12px 0 0px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

.fb-btn a:hover {
    box-shadow: 0 1px 0 #1D315C;
    margin-bottom: -2px;
    margin-top: 2px;
    text-decoration: none;
}



/*----------------------------------*/
/*         box_item             */
/*----------------------------------*/

.box_item{
margin-top:10px;
bottom:8px;
width:100%;
position:absolute;
}
.box_right{
width:50%;
	float:right;
text-align:right;
	
}
.box_left{
width:50%;
	float:left;
	padding-left: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.bt {
	width: auto;
	font-size: 0.8em;
	/* font-weight: bold; */
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
	padding: 2px 10px 2px 10px;
	color: #fff !important;
background: rgba(201,188,156,1) !important;
	border-radius: 2px;
}


/*----------------------------------*/
/*          clearfix                */
/*----------------------------------*/

.clearfix:after	{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.clearfix	{ zoom: 1; }




/* ================================================================================ */
/*                                                                                  */
/*      基本スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 160%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: 0;
}

input,
textarea,
select{
	font-size: 12px;
	color: #666;
}

.right {
	float: right;
}

.left {
	float: left;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.style_input {
	padding: 8px;
	border: 1px solid #DDD;
	border-radius: 3px;
}

.style_input:focus {
	box-shadow: inset 0 1px 5px -1px #CCC;
}

textarea.style_textarea {
	padding: 8px;
	border: 1px solid #DDD;
	border-radius: 3px;
}

.style_textarea:focus {
	box-shadow: inset 0 1px 5px -1px #CCC;
}

/*--------------------------------------------------------------【汎用指定】*/

.contents_m h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.c1 .contents_m h2 {
	font-size: 24px;
	line-height: 1.1;
	font-weight: normal;
}

.c1 .contents_m h2 a {
	color: #666;
}

.c1 .contents_m > p {
	margin-bottom: 20px;
}

.contents_m p {
padding-right:50px;
}
/*--------------------------------------------------------------【汎用：メッセージ】*/

.message {
	width: 710px;
	padding: 30px;
	margin: 10% auto;
	border: solid 2px #EEE;
	overflow: hidden;
}

.message a {
	width:200px;
	text-align: center;
	padding: 8px;
	display: block;
	margin: 30px auto 0;
	border: 1px solid #EEE;
}

.message a:hover {
	background: #EEE;
	text-decoration: none;
}

.c2 .message{
	max-width: 690px;
	margin: 5% auto;
}

/*--------------------------------------------------------------【汎用：メッセージ】*/

.btn_w	{
	background: #FFF;
	border: 1px solid #CCC;
	cursor: pointer;
}

.btn_w:hover {
	background: #FAFAFA;
}

/* 汎用完了ページ、パスワード再発行など
--------------------------------------*/
#customize {
	width: 400px;
	padding: 30px;
	margin: 10% auto;
	border: solid 2px #EEE;
	overflow: hidden;
}

#customize > p {
	margin-bottom: 30px;
}

#customize span {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}

#customize .btn_customize {
	/* パスワード再発行画面などのボタン */
	width: 50%;
	padding: 10px;
	background: #FFF;
	color: #333;
	font-weight: bold;
	border: 1px solid #CCC;
	cursor: pointer;
}

#customize .btn_customize:hover {
	background: #FAFAFA;
}

#customize .style_input{
	width: 100%;
	margin: 5px 0 20px;
}

/* 退会確認ページ
--------------------------------------*/
#delete {
	max-width: 400px;
	padding: 30px;
	margin: 10% auto;
	overflow: hidden;
	background: #F8F6F6;
}

#delete p {
	margin-bottom: 20px;
}

#delete span {
	display: block;
	text-align: center;
}

#delete span .btn_customize {
	width: 50%;
	padding: 10px;
	background: #FFF;
	color: #333;
	font-weight: bold;
	border: 1px solid #CCC;
	cursor: pointer;
}

#delete span .btn_customize:hover {
	background: #FAFAFA;
}

/* ================================================================================ */
/*                                                                                  */
/*      レイアウト、コンテンツ(共通)                                                */
/*                                                                                  */
/* ================================================================================ */

#wrapper {
	width: 100%;
	height: 100%;
}

#contents {
	width: 1010px;
	margin: 20px auto 40px;
	overflow: hidden;
}

#contents:after {
	content: "";
	display: block;
}

.c1 .contents_m {
	width: 1010px;
	margin-bottom: 10px;
}

.c2 .contents_m {
	/* まとめ詳細、キュレータ詳細、マイページ */
	width: 710px;
	min-height: 600px;
	padding: 0 20px 0 0;
	border-right: 1px solid #EEE;
	float: left;
	overflow: hidden;
}

.c3 .contents_m {
	width: 710px;
	height: 100%;
	float: left;
	overflow: hidden;
}

.c3 #main {
	/* トップとカテゴリページのmain */
	width: 540px;
	min-height: 600px;
	float: left;
	padding: 0 10px;
	overflow: hidden;
	border-left: 1px solid #EEE;
}

.c2 .contents_s,
.c3 .contents_s {
	/* トップサイド、まとめ詳細サイド、マイページ */
	width: 300px;
	float: right;
	margin-bottom: 20px;
	position: relative;
}

/*--------------------------------------------------------------【共通：スーパーユーザー】*/

#super_user{
	width:1010px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 0 0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}

/*--------------------------------------------------------------【共通：ヘッダー】*/

#head {
	border-bottom: 1px solid #eee;
}

#header_inline {
	width: 1010px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}

.headerLogo,
#head h1 {
	height: 40px;
	padding-top: 25px;
	text-align: center;
}

.headerLogo img,
#head .logo img {
	height: 40px;
	margin-top: 0px;
}

/*-search-*/
#head .searchform {
	position: absolute;
	width: 250px;
	height: 40px;
	top: 25px;
	left: 0;
}

#head .keywords {
	width: 205px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	padding: 4px 20px 4px 4px;
	border-radius: 2px;
}

#head .searchBtn {
	width: 45px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 3px 5px;
/*
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-color: #E0E0E0;
*/
	border: none;
	background-position: center;
	border-radius: 2px;
	background-size: 15px auto;
}

*:first-child + html .searchBtn {
	top: 1px;
}

/*-headermenu-*/
#head ul {
	position: absolute;
	right: 0;
	top: 30px;
}

#head li {
	position: relative;
	float: left;
	padding: 0 15px;
	font-size: 12px;
}

#head .setting {
	position: absolute;
	top: 25px;
	right: -0px;
	border: solid 2px #EEE;
	background: #FFF;
	display: none;
	z-index: 15;
}

#head .setting li {
	padding: 0;
}

#head .setting a {
	width: 120px;
	padding: 10px;
	display: block;
}

#head .setting a:hover {
	color: #333;
}

#head .setting-child:hover > a {
	display: block;
	height: 50px;
	position: relative;
}

#head .setting-child > a:after {
	font-family: 'icomoon';
	content: '\e63e';
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 2px;
	right: 0;
}

#head .setting-child:hover > a:after {
	top: 2px;
	right: -15px;
}

#head .setting-child:hover ul {
	display: block;
}

#head li.setting-child li a:hover {
	background: #F8F6F6;
	text-decoration: none;
}


/*--------------------------------------------------------------【共通：フッター】*/

#foot {
	clear: both;
	border-top: 1px solid #EEE;
	padding: 20px 0;
}

#foot_inline {
	width: 1010px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#foot_inline .logo {
	float: left;
	width: 20%;
}

#foot_inline .logo img {
	max-width: 140px;
	max-height: 30px;
	margin-right: 40px;
}

#foot_inline h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin-bottom: 15px;
}

#foot_inline .foot_menu {
	float: left;
}

#foot_inline .foot_menu--category {
	width: 30%;
}

#foot_inline .foot_menu--contents {
	width: 40%;
}

#foot_inline .foot_menu--other {
	width: 10%;
}

#foot_inline .foot_menu ul {
	overflow: hidden;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

#foot_inline li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	font-size: 12px;
	list-style: disc outside;
}

#foot_inline .foot_menu--other ul {
	margin: 0;
	padding: 0;
}

#foot_inline .foot_menu--other li {
	float: none;
	width: auto;
	list-style: none;
}

#foot_inline .foot_menu--other li a {
	line-height: 16px;
}

.exfa {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-radius: 3px;
}

.exfa-rss-white {
	background: #ff8c00 url(../img/fa-rss_white.png) no-repeat;
	background-size: 20px 20px;
}

.exfa-sitemap-gray {
	background: url(../img/fa-sitemap_gray.png) no-repeat;
	background-size: 20px 20px;
}


#foot small {
	display: block;
	border-top: 1px solid #EEE;
	font-size: 10px;
	color: #999;
	text-align: center;
	padding-top: 20px;
}

/* ページの先頭へ(フッター) */
#foot .top {
	width: 1010px;
	clear: both;
	margin: auto;
	position: relative;
}

#foot .top a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 110px;
	height: 25px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	padding: 3px 5px 5px 14px;
	position: absolute;
	top: -46px;
	right: 0px;
}

#foot .top a:after {
	font-family: 'icomoon';
	content: '\e63f';
	font-size: 18px;
	color: #999;
	position: absolute;
	top: 3px;
	right: 3px;
}

#foot .top a:hover {
	background: #F8F6F6;
}


/*--------------------------------------------------------------【共通：左メニュー】*/

/*--------------------------------------------------------------【共通：右メニュー】*/

/* 右メニュー表示アイコン */
#mobile-right-menu {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;

	background-position: center;
	background-size: 15px auto;
color:#5b3f31;
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 20px;
}

/* 右メニュ　閉じる */
#right-menu-close {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;

	padding-left: 4px;
	cursor: pointer;
}

#right-menu-close:before {
	content: '\e645';
	font-family: 'icomoon';
	display: block;
	font-size: 20px;
	color: #F5F5F5;
	position: absolute;
}

/* 右メニュー検索領域 */
.mobile_right_wrap {
	z-index: 0;
}

.mobile_right_wrap .mobile_right_body h2.mobile_right_body_title {
	height: 50px;
	line-height: 50px;
	color: #5b3f31;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.mobile_right_wrap .mobile_right_body .mobile_right_part {
	padding: 20px 10px;
}

.mobile_right_part .searchform {
	position: relative;
	width: 250px;
	height: 40px;
	margin-bottom: 10px;
}

.mobile_right_part .searchform .keywords {
	width: 205px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	padding: 4px 20px 4px 4px;
	border-radius: 2px;
}

.mobile_right_part .searchform .searchBtn {
	width: 45px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 3px 5px;
/*
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-color: #E0E0E0;
*/
	border: none;
	background-position: center;
	border-radius: 2px;
	background-size: 15px auto;
}


/*--------------------------------------------------------------【共通：ぱんくずリスト】*/

#breadcrumbs {
	padding: 6px 0;
	background: #FAFAFA;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	position: relative;
}

#breadcrumbs ul {
	overflow: hidden;
	width: 1010px;
	margin: 0 auto;
}

#breadcrumbs li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

#breadcrumbs li:first-child {
	margin: 0 5px 0 0;
}

#breadcrumbs a {
	display: block;
	font-weight: normal;
	position: relative;
	padding-right: 25px;
}

#breadcrumbs a:after {
	font-family: 'icomoon';
	content: '\e648';
	font-size: 18px;
	color: #DDD;
	position: absolute;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------【共通：ページャー】*/

.pagenav {
	position: relative;
	left: 50%;
	float: left;
	margin: 20px 0;
}

.pagenav li {
	position: relative;
	left: -50%;
	float: left;
	text-align: center;
	padding: 0 10px 0 0;
}

.pagenav a {
	display: block;
	height: 30px;
	font-size: 14px;
	padding: 5px 8px 0;
	border: 1px solid #EEE;
}

.pagenav a:hover {
	background: #F8F6F6;
	text-decoration: none;
}

.pagenav .active {
	background: #EEE;
	font-weight: bold;
}

.count {
	float: right;
	margin-top: 25px;
}

/* ================================================================================ */
/*                                                                                  */
/*      コンテンツ(モジュール)                                                      */
/*                                                                                  */
/* ================================================================================ */

/*--------------------------------------------------------------【トップ：最新のまとめ】*/



.new_post {
	/* 最新のまとめを包含 */
}

.new_post .new_post_title {
	overflow: hidden;
	text-align: right;
}

.new_post .new_post_title h2 {
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
font-family: 'Alegreya Sans SC', sans-serif;
}

.new_post .new_post_title .sub {
margin-right:-40px;
}

/*--------------------------------------------------------------【トップ：ピックアップまとめ】*/

#top_items {
	width: 97%;
	margin-bottom: 20px;
}

#top_items .top_items_body {
	overflow: hidden;
	border-radius: 2px;
}

#top_items .top_items_part {
	width: 50%;
	float: left;
}

#top_items .items_bg {
	background-repeat: none;
	background-position: center;
	background-size: cover;
	height: 250px;
	position: relative;
	transition: 0.5s;
}

#top_items .items_bg:hover {
	opacity: 0.7;
}

#top_items .items_bg h3 {
	background: rgba(91,63,49,0.4);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	padding: 10px 10px 30px 10px;
	color: #FFF;
height:30%;
}

#top_items .items_bg span {
	display: block;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	color: #FFF;
}

#top_items .items_bg span img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

#top_items .items_bg a.more {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}


/*--------------------------------------------------------------【トップ：特集バナー】*/

.special_banner {
	/* 全ての特集バナーを包含 */
	margin: -20px 20px 20px 0;
	overflow: hidden;
	display: table;
	width: 97%;
	border-collapse: collapse;
}

.special_banner:after {
	display: none; /* 擬似要素も1つのセルと認識されるため、clearfixを無効化 */
}

.special_banner .special_banner_part {
	display: table-cell;
	width: 33.3%;
}

.special_banner .special_banner_part .banner_part_body {
}

.special_banner .special_banner_part .banner_part_body .banner_bg {
	background-repeat: none;
	background-position: center;
	background-size: cover;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	opacity: 0.6;
}

.special_banner .special_banner_part .banner_part_body a {
	display: block;
	transition: 0.5s;
	position: relative;
	height: 160px;
	background: #000;
}

.special_banner .special_banner_part .banner_part_body a:hover {
	opacity: 0.7;
}

.special_banner .special_banner_part .banner_part_body h3 {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15px;
	color: #FFF;
}

/*--------------------------------------------------------------【サイド：アクセスランキング】*/

.access_rank_post {
	/* アクセスランキングを包含 */
	margin-bottom: 20px;
}

.access_rank_post_title {
	border-left: 3px solid #5b3f31;
	padding: 5px 0 5px 10px;
}

.access_rank_post_title h2 {
	font-weight: bold;
	font-size: 16px;
}

.access_rank_post_title .sub {
	font-size: 12px;
	color: #999;
	padding: 2px 0 5px;
}

.access_rank_post ul.swithAccessRank{
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 15px;
font-family: 'Cinzel', serif;
}

.access_rank_post ul.swithAccessRank li{
	display: table-cell;
	border: 1px solid #DDD;
}

.access_rank_post ul.swithAccessRank li a{
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding: 5px 0;
}

.access_rank_post ul.swithAccessRank li a:hover{
	text-decoration: none;
}

.access_rank_post ul.swithAccessRank li a.rankActive {
	background: #c9bc9c;
	color: #FFF;
	text-decoration: none;
	position: relative;
}

.access_rank_post ul.swithAccessRank li a.rankActive:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
}


/*--------------------------------------------------------------【サイド：あなたにオススメ】*/

.userInterest {
	/* あなたにオススメを包含 */
	margin-bottom: 20px;
}

.userInterest__title {
	border-left: 3px solid #5b3f31;
	padding: 5px 0 5px 10px;
}

.userInterest__title h2 {
	font-weight: bold;
	font-size: 16px;
}

.userInterest__title .sub {
	font-size: 12px;
	color: #999;
	padding: 2px 0 5px;
}

/*--------------------------------------------------------------【サイド：特集】*/

.special_post {
	/* 特集ピックアップを包含 */
	margin-bottom: 20px;
}

.special_post_title {
	border-left: 3px solid #5b3f31;
	padding: 5px 0 5px 10px;
}

.special_post_title h2 {
	font-weight: bold;
	font-size: 14px;
}

.special_post_title .sub {
	font-size: 12px;
	color: #999;
}

/*--------------------------------------------------------------【サイド：ページ管理リンク】*/

.side_page {
	/* ページへのリンクを包含 */
	margin-bottom: 20px;
}

.side_page_title {
	border-left: 3px solid #5b3f31;
	padding: 5px 0 5px 10px;
}

.side_page_title h2 {
	font-weight: bold;
	font-size: 14px;
}


.side_page ul {
	margin-bottom: 10px;
	border-top: 2px solid #EEE;
}

.side_page ul li {
	padding: 5px 10px;
	border-bottom: 2px solid #EEE;
}


/*--------------------------------------------------------------【サイド：人気のキワード】*/
/*--------------------------------------------------------------【まとめ詳細：関連キーワード】*/

.relate_words {
	margin-bottom: 20px;
}

.relate_words_title {
	border-left: 3px solid #5b3f31;
	padding: 5px 0 5px 10px;
}

	.contents_m .relate_words_title {
		border: 0 none;
		padding: 0;
	}

.relate_words_title h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

	.contents_m .relate_words_title h2 {
		font-size: 16px;
	}

.relate_words_title .sub {
	font-size: 12px;
	color: #999;
}

.keyword_list_body {
	padding: 10px 10px 5px;
	border-top: 1px solid #EEE;
}

.keyword_list {
	overflow: hidden;
}

.keyword_list li {
	border: 1px solid #EEE;
	float: left;
	margin: 3px;
	position: relative;
	border-radius: 3px;
}

.keyword_list li a {
	display: block;
	padding: 3px 3px 3px 18px;
	font-size: 12px;
}

.keyword_list li a:before {
	content: '\e61e';
	font-family: 'icomoon';
	display: block;
	width: 40px;
	height: 30px;
	font-size: 12px;
	color: #FCCDCC;
	position: absolute;
	top: 3px;
	left: 3px;
}

.keyword_list li a:hover {
	text-decoration: none;
	background: #F8F6F6;
}


/*--------------------------------------------------------------【トップ：新着ニュース】*/

#news {
	clear: both;
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	margin-right: 20px;
	position: relative;
}

#news h2 {
	float: none;
	height: 38px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px 0 6px;
	border-bottom: 1px solid #EEE;
}

#news dl {
	margin-bottom: 10px;
	clear: both;
}

#news dt {
	font-size: 11px;
	color: #999;
	float: left;
}

#news dd {
	margin-left: 70px;
	font-size: 14px;
}

#news dd a {
	text-decoration: underline;
}

#news dd a:hover {
	text-decoration: none;
}

#news .more {
	font-size: 12px;
	padding-left: 15px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#news .more:before {
	font-family: 'icomoon';
	content: '\e644';
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 1px;
	left: 0;
}

/*--------------------------------------------------------------【トップ：カテゴリ】*/
/*--------------------------------------------------------------【まとめ一覧：カテゴリ】*/

#nav {
	width: 150px;
	float: left;
}

#nav ul {}

#nav li {
	position: relative;
}

#nav li a {
	display: block;
	padding: 12px 0px 12px ;
	font-size: 13px;
}

#nav li a:hover{
	text-decoration: none;
	background-color: #F8F6F6;
}

#nav li.active a {
	background-color: #F8F6F6;
}

#nav li a img{
	width: 20px;
	float: left;
}

#nav li a span {
	padding: 0 5px;
}

/*--------------------------------------------------------------【まとめ一覧：ループ部】*/

.postlist {
	clear: both;
}

.postlist .column {
	color: #999;
	padding: 0;
	clear: both;
	overflow: hidden;
	position: relative;
}

.postlist .column img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.postlist .column h3 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 3px;
	padding-left: 130px;
}

.postlist .column p {
	padding-left: 130px;
}

.postlist .taglist {
	margin: 5px 0;
	overflow: hidden;
	margin-left: 160px;
}

.postlist .column .taglist li {
	float: left;
	margin-right: 5px;
}

.postlist .column .taglist a {
	color: #999;
	font-size: 10px;
	display: block;
	border: 1px solid #EEE;
	padding: 0 5px;
	line-height: 14px;
}

.postlist .column .taglist a:hover {
	background: #F8F6F6;
	text-decoration: none;
}

.postlist .column .info {
	font-size: 11px;
	line-height: 1;
	padding-left: 130px;
	margin-top: 5px;
	color: #999;
}

.postlist .column .info a {
	color: #999;
}

.postlist .column .info img {
	width: 15px;
	height: 15px;
	margin: -10px 3px 0 0;
}

.postlist .rank {
	/* アクセスランキングの番号 */
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 18px;
	height: 18px;
	display: block;
	background: #5b3f31;
	border: 1px solid #FFF;
	border-radius: 20px;
	position: absolute;
	top: 5px;
	line-height: 16px;
	text-align: center;
	z-index: 1;
}

.postlist .column .info span {}
.postlist .column .info span:before {}


/*--------------------------------------------------------------【サイドのまとめ一覧：ループ部】*/

.contents_s .side_postlist {
	/* ループ全体を包含 */
	border-top: 1px solid #EEE;
}

.contents_s .side_postlist .column {
	/* 各まとめパート */
	padding: 0;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	position: relative;
}

.contents_s .side_postlist h3 {
	/* まとめタイトル */
	font-size: 14px;
	line-height: 16px;
	margin: 5px 0 3px 85px;
}

.contents_s .side_postlist img {
	/* まとめ画像 */
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 5px;
	z-index: 0;
}

.contents_s .side_postlist .info {
	/* まとめ投稿者 */
	font-size: 11px;
	color: #999;
	margin-left: 85px;
}

.contents_s .side_postlist .rank {
	/* アクセスランキングの番号 */
	display: block;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background: #5b3f31;
	border: 1px solid #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 4px;
	z-index: 1;
}

.contents_s .side_postlist .more a {
	/* 特集一覧リンク */
	display: block;
	font-size: 13px;
	padding: 10px;
	text-align: right;
	background: #FAFAFA;
}

.contents_s .side_postlist .more a:hover {
	background: #EEE;
}


/* ================================================================================ */
/*                                                                                  */
/*      コンテンツ(まとめ詳細)                                                      */
/*                                                                                  */
/* ================================================================================ */

#article {
	width: 690px;
	overflow: hidden;
	margin-bottom: 20px;
}

#article header {
	/* まとめ上部 */
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
	padding-bottom: 10px;
	overflow: hidden;
}

#article header time {
	/* アップデート時間 */
	float: left;
	color: #999;
	font-size: 10px;
}

#article header .tags {
	float: right;
}

#article header .tags li {
	display: inline-block;
}

#article header .tags li a {
	display: inline-block;
	color: #999;
	font-size: 10px;
	line-height: 1.1;
	padding: 5px 3px;
	border: 1px solid #EEE;
}

#article header .tags li a:hover {
	background: #F8F6F6;
	text-decoration: none;
}

#article .article_notebox {
	margin-bottom: 10px;
}

#article .article_infobox .img {
	float: left;
}

#article .article_info  {
	margin-left: 110px;
}

#article .article_info > h1 {
	/*まとめタイトル*/
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 10px;
	margin: 0;
	color: #333;
}

#article header p {
	/*まとめ概要*/
	font-size: 13px;
	margin-bottom: 15px;
}

#article .article_toolbox {
	position: relative;
}

#article .article_toolbox .snsbtn {
	float: left;
	height: 30px;
}

#article .article_toolbox .snsbtn img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

#article .article_toolbox .view {
	/*ビュー数*/
	position: absolute;
	right: 50%;
	font-size: 14px;
	line-height: 30px;
}

#article .article_toolbox .view .view__count {
	margin-left: 70%;
}

#article .article_toolbox .view .view__count span {
	font-size: 12px;
	color: #999;
	margin-left: 3px;
}

#article .article_toolbox .favorite {
	float: right;
	width: 150px;
	height: 30px;
	padding: 5px 0 0 36px;
	border: 1px solid #DDD;
	background: url(../img/favorite_bg.png) repeat-x;
	position: relative;
	font-weight: bold;
	color: #666;
}

#article .article_toolbox .favorite:hover {
	text-decoration: none;
	color: #888;
}

#article .article_toolbox .favorite:before {
	content: '\e635';
	font-family: 'icomoon';
	font-size: 20px;
	color: #FFB33B;
	position: absolute;
	top: 4px;
	left: 10px
}

#article .article_toolbox .favorite:hover:before {
	color: #FFD600;
}

/* まとめ詳細内(モジュール)：関連するまとめ
----------------------------------------------- */

.contents_m .relate {
	margin-bottom: 20px;
}


/* まとめ詳細内(モジュール)：プロフィール
----------------------------------------------- */

.contents_s > .prf {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}

.contents_s > .prf img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
}

.contents_s > .prf span {
	font-size: 14px;
}

.contents_s > .prf p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin-left: 70px;
}

/* まとめ詳細内(モジュール)：このまとめを編集する
----------------------------------------------- */

.contents_s > .make_article {
	margin-bottom: 20px;
}

.contents_s > .make_article a {
	font-size: 14px;
	font-weight: bold;
	width: 95%;
	background: #5b3f31;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0 8px 25px;
	border-radius: 6px;
	box-shadow: 2px 2px 3px 1px #DDD;
	position: relative;
}

.contents_s > .make_article a:hover {
	background-color: #FF4919;
	box-shadow: none;
}

.contents_s > .make_article a:before {
	font-weight: bold;
	font-family: 'icomoon';
	content: '\e61d';
	font-size: 16px;
	color: #FFF;
	position: absolute;
	top: 8px;
	left: 65px;
}


/* まとめ詳細内(モジュール)：アイテム(ループ)
----------------------------------------------- */

#article .post {
	clear: both;
}

#article .post .item_list {
	clear: both;
	margin-bottom: 30px;
}

/* [アイテム]見出し */

.item_headline {}

.item_headline h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 10px;
	color: #333;
	border-bottom: 2px solid #a48b78;
}

.item_headline h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding: 6px 9px;
	margin: 0 1em 0 0;
	color: #333;
	border-bottom: 3px solid #DDD;
}

/* [アイテム]テキスト */

.item_text p {
	font-size: 16px;
	color: #000;
	margin: 0 0 0 1em;
}

.item_text a {
	text-decoration:underline;
}

/* [アイテム]リンク */

.item_link .tb img {
	max-width: 300px;
}

.item_link .title p {
	font-size: 16px;
	margin-bottom: 10px;
}

.item_link .title a {
	color: #000;
	font-size: 14px;
	position: relative;
	text-decoration: underline;
}

.item_link .title a:hover {
	text-decoration: none;
}

.item_link .title a:after {
	content: ' \e653';
	font-family: 'icomoon';
	font-size: 14px;
	color: #000;
}

.item_link .description {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;

}

.item_link .source {
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
}

.item_link .source a {
	color: #999;
}

.item_link .source a:hover {
	text-decoration: underline;
}

.item_link .comment {
	border-left: 3px solid #DDD;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

/* [アイテム]動画 */

.item_movie .title p {
	font-size: 14px;
	margin-bottom: 10px;
}

.item_movie .source {
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
}

.item_movie .comment {
	border-left: 3px solid #DDD;
	padding: 10px;
}

.item_movie .comment p {
	font-size: 16px;
	font-weight: bold;
}

/* [アイテム]Twitter */

.item_twitter {
	padding: 0 10px 0 0;
	margin-bottom: -10px;
	overflow: hidden;
	position: relative;
}

.item_twitter iframe {
	position: relative !important;
	top: -10px;
	left: -10px;
}

.item_twitter .twitter-tweet {
	width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

/* [アイテム]引用 */

.item_blockquote {
	padding: 0 0 0 30px;
	position: relative;
}

.item_blockquote:before {
	content: '\e625';
	font-family: 'icomoon';
	font-size: 24px;
	color: #CCC;
	position: absolute;
	top: -8px;
	left: 0;
}

.item_blockquote blockquote {
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 6px;
}

.item_blockquote .source {
	margin-bottom: 6px;
	font-size: 12px;
	color: #AAA;
}

.item_blockquote .source a {
	color: #AAA;
	text-decoration: none;
}

.item_blockquote .quote_comment {
	background: #FAFAFA;
	border-top: 1px solid #eee;
	color: #666;
	padding: 2px 5px;
}

.item_blockquote .quote_comment p {
	font-size: 14px;
}

/* [アイテム]画像 */

.item_picture {
	overflow: hidden;
}

.item_picture img {
	max-width: 95%;
	margin: 0 15px 15px 0;
	float: left;
}

.item_picture .title p {
	line-height: 1.3;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.item_picture .comment p {
	font-size: 14px;
}

.item_picture .source {
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
	color: #999;
	line-height: 1;
}

.item_picture .source a {
	color: #999;
}

/* [アイテム]商品 */

.item_goods {
	overflow: hidden;
}

.item_goods img {
	max-width: 300px;
	margin: 0 15px 15px 0;
	float: left;
}

.item_goods .title p {
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}

.item_goods .title a {
	color: #333;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.item_goods .title a:hover {
	border-bottom: 1px solid transparent;
	color: #999;
}

.item_goods .title a:after {
	content: '　\e653';
	font-family: 'icomoon';
	font-size: 14px;
	color: #CCC;
}

.item_goods .comment {
	margin-bottom: 10px;
	font-size: 14px;
}

.item_goods .goods_price {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.item_goods .goods_link {
	display: inline-block;
}

.item_goods .goods_link a {
	display: block;
	color: #666;
	background: #F5F5F5;
	margin-top: 5px;
	padding: 6px 8px 6px 30px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 2px;
	position: relative;
	font-size: 14px;
}

.item_goods .goods_link a:before {
	content: '\e61f';
	font-family: 'icomoon';
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 6px;
	left: 8px;
}

.item_goods .goods_link a:hover {
	background: #FFF;
}

/* まとめアイテムの詳細
--------------------------------------*/

#post_pickup {
	/* アイテム詳細を包含 */
	margin-bottom: 20px;
}

#post_pickup > h2 {
	padding: 10px 0;
}

#post_pickup > h2 a {
	text-decoration: underline;
	color: #666;
}

#post_pickup .post_pickupinline {
	border: 1px solid #DDD;
	border-radius: 2px;
	margin: 0 0 20px;
	padding: 20px;
}

#post_pickup .post_pickupinline .post_pickupcont {
}

#post_pickup .snsbtn {
	padding: 10px;
	margin-bottom: 20px;
	background: #FAFAFA;
	border-top: 1px solid #EEE;
}

#post_pickup .snsbtn img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

#post_pickup .post_imglist {}

#post_pickup .post_imglist h2 {
	margin-bottom: 20px;
	font-size: 14px;
}

#post_pickup .post_imglist ul li {
	float: left;
	margin: 0 0 10px 10px;
}

#post_pickup .post_imglist ul li a img {
	width: 150px;
	height: 150px;
}


/* ================================================================================ */
/*                                                                                  */
/*      ページ、ページ内モジュール                                                  */
/*                                                                                  */
/* ================================================================================ */

/*--------------------------------------------------------------【ページ：汎用フォーム】*/

#cont_form {
	width: 1005px;
	padding: 30px;
	overflow: hidden;
	margin: 20px auto 0;
	border: 2px solid #EEE;
}

#cont_form p.button {
	text-align: center;
	padding: 20px 0 15px;
}

#cont_form a:hover {
	text-decoration: none;
}

/*** Input error */
.part_err,
.error {
	color: #5b3f31;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

.validate .error {
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
}

.validate .style_textarea,
.validate .style_input {
	border: 1px solid #ffa38a;
}

/* 汎用フォーム内(モジュール)：問合せ、キュレータ申請
--------------------------------------*/
#contact dl {
	width: 80%;
	margin: 20px auto 0 auto;
}

#contact dl dt {
	float: left;
	width: 25%;
	margin: 5px 0 15px;
	padding-top: 10px;
}

#contact dl dt span {
	color: #5b3f31;
	font-size: 11px;
	margin-left: 10px;
}

#contact dl dd {
	float: left;
	width: 75%;
	margin: 5px 0 15px;
}

#contact .style_input {
	width: 100%;
}

#contact .style_textarea {
	width: 100%;
	height: 100px;
}

#contact .check {
	text-align: right;
}

#contact .check input {
	margin-right: 5px;
}

#contact .hint {
	margin-top: 10px;
	text-align: center;
	display: block;
}

#contact .btn_send {
	display: inline-block;
	padding: 10px 15px;
	margin: 10px auto 10px 15px;
	text-align: center;
	color: #FFF;
	background: #424242;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	border: 0 none;
	cursor: pointer;
}

#contact .btn_send:hover {
	background: #757575;	
}


/* 汎用フォーム内(モジュール)：確認ページ
--------------------------------------*/

#contact dl.contact_check dt{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	font-weight: bold;
}

#contact dl.contact_check dd{
	float: none;
	width: 100%;
	padding: 5px 10px 5px;
	margin: 0 0 20px;
	border-bottom: 2px solid #eee;
}

/*--------------------------------------------------------------【ページ：会員登録】*/

#signup h3 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

#signup .signup_form {
	width: 620px;
	float: left;
}

.signup_form dl {
	width: 100%;
	margin: auto;
}

.signup_form dl dt {
	float: left;
	width: 20%;
	margin: 5px 0 15px;
	padding-top: 10px;
}

.signup_form dl dd {
	float: left;
	width: 80%;
	margin: 5px 0 15px;
}

.signup_form .style_input {
	width: 100%;
}

.signup_form .check {
	text-align: center;
	padding: 10px 0 0;
}

.signup_form .check input {
	margin-right: 5px;
	vertical-align: top;
}

.signup_form .check a {
	text-decoration: underline;
}

.signup_form .btn_signup {
	/* 会員登録ページ、登録するボタン */
	display: block;
	width: 250px;
	height: 40px;
	margin: 10px auto;
	text-align: center;
	color: #FFF;
	background: #424242;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	border: 0 none;
	cursor: pointer;
}

.signup_form .btn_signup:hover {
	background: #757575;
}

/* 会員登録ページ内(モジュール)：まずは会員登録
--------------------------------------*/

#inducement {
	float: right;
	overflow: hidden;
	position: relative;
	width: 300px;
	min-height: 336px;
	padding: 30px;
	background: #F5F5F5;
}

#inducement h4 {
	font-size: 16px;
	margin-bottom: 30px;
}

#inducement .btn_member {
	/* 会員の方はこちら */
	display: block;
	width: 200px;
	background: #FFF;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 20px auto;
	border: 1px solid #CCC;
}

#inducement .btn_member:hover {
	background: #FAFAFA;
}


/*--------------------------------------------------------------【ページ：ログイン】*/

#login_wrapper {
	width: 300px;
	float: right;
	overflow: hidden;
	padding: 0px 10px;
}

#login_wrapper h3 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

#login_wrapper .hint {
	text-align: center;
	display: block;
}

#login_wrapper .hint a {
	text-decoration: underline;
}

#login_wrapper .check {
	clear: both;
	text-align: center;
}

#login_wrapper .check input {
	margin-right: 5px;
}

#login_wrapper .style_input {
	width: 100%;
	margin: 5px 0 20px;
}

#login_form .button .btn_login {
	/* ログインボタン */
	width: 90%;
	padding: 10px;
	background: #FFF;
	color: #333;
	font-weight: bold;
	border: 1px solid #CCC;
	cursor: pointer;
}

#login_form .button .btn_login:hover {
	background: #FAFAFA;
}

/* ログインページ内(モジュール)：会員登録がまだの方
--------------------------------------*/
.invitation {
	width: 620px;
	float: left;
}

.invitation h3 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.invitation_inline {
	padding: 30px;
	background: #F5F5F5;
	min-height: 255px;
	position: relative;
}

.invitation_inline > h4 {
	font-size: 16px;
	margin-bottom: 30px;
}

.invitation_inline > p {
	margin-bottom: 70px;
}

.invitation_inline > .btn_link {
	/* 今すぐ会員登録ボタン */
	display: block;
	width: 200px;
	text-align: center;
	color: #FFF;
	background: #424242;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 2px;
	margin: 0 auto;
}

.invitation_inline .btn_link:hover {
	background: #757575;	
}

/* ログイン、会員登録ページ内(モジュール)：SNS
--------------------------------------*/

#login_wrapper .tw,
.signup_form .tw,
#login_wrapper .fb,
.signup_form .fb {
	display: block;
}

#login_wrapper .tw a,
.signup_form .tw a,
#login_wrapper .fb a,
.signup_form .fb a {
	display: block;
	width: 90%;
	color: #FFF;
	padding: 5px 0 5px 40px;
	margin: 10px auto;
	text-decoration: none;
	border-radius: 6px;
}

#login_wrapper .tw a,
.signup_form .tw a {
	background: #018FE5 url(../img/tw.png) 10px 5px no-repeat;
	background-size: 20px;
	border: 1px solid #0074B7;
}

#login_wrapper .fb a,
.signup_form .fb a {
	background: #3B5B94 url(../img/fb.png) 10px 5px no-repeat;
	background-size: 20px;
	border: 1px solid #213C6B;
}

#login_wrapper .tw a:hover,
.signup_form .tw a:hover {
	background-color: #0074B7;
}

#login_wrapper .fb a:hover,
.signup_form .fb a:hover {
	background-color: #213C6B;
}

.signup_form .tw,
.signup_form .fb {
	width: 252px;
	margin: 0 auto;
}

.signup_form .tw a,
.signup_form .fb a{
	text-decoration: none;
}


/*--------------------------------------------------------------【ページ：まとめ一覧】*/

#matome_list {
}

#matome_list .column {
	padding-top: 12px;
	color: #999;
}

#matome_list .column h3 {
	padding: 0;
}

#matome_list .column p {
	padding: 0;
}

#matome_list .column img {
	width: 150px;
	height: 150px;
}

#matome_list .postlist .column .info {
	margin-left: 160px;
	margin-top: 13px;
}

#matome_list .info img {
	width: 15px;
	height: 15px;
	margin: -2px 5px 0 0;
}

/*--------------------------------------------------------------【ページ：カテゴリ指定検索】*/
/* カテゴリ指定検索ページ内(モジュール)：カテゴリ概要
--------------------------------------*/

.category_info {
	overflow: hidden;
	margin-bottom: 25px;
}

.category_info img {
	/* プロフィール画像 */
	width: 150px;
	height: 150px;
	float: left;
}

.category_info h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0;
	margin-left: 170px;
}

.category_info p {
	margin-left: 170px
}

/*--------------------------------------------------------------【ページ：キーワード一覧】*/

#cont_keyword_list .otherlist {
	margin-top: 20px;
	overflow: hidden;
}

#cont_keyword_list .otherlist li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
}

#cont_keyword_list .otherlist li a {
	float: left;
	position: relative;
	padding-left: 18px;
}

#cont_keyword_list .otherlist li a:before {
	font-family: 'icomoon';
	content: '\e640';
	font-size: 14px;
	color: #5b3f31;
	position: absolute;
	top: 1px;
	left: 0;
}

/*--------------------------------------------------------------【ページ：カテゴリ一覧】*/

#category_list {
	width: 1030px;
	margin: auto;
	overflow: hidden;
}

#category_list .column > h3 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#category_list .column p {
	color: #999;
}

#category_list .column {
	width: 323px;
	float: left;
	margin: 0 20px 20px 0;
	background: #F5F5F5;
	padding: 20px;
	cursor: pointer;
}

#category_list .column:hover {
	background-color: #F8F6F6;
}

/*--------------------------------------------------------------【ページ：特集一覧】*/
/*--------------------------------------------------------------【ページ：特集詳細】*/

#special_items {
	/* 全ての特集を包含 */
}

#special_items .cont_special_list_part {
	/* 1つの特集を包含 */
	background: #F5F5F5;
	border-top: 2px solid #666;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#special_items .cont_special_list_part .special_part_head {
	padding: 20px;
	overflow: hidden;
}

#special_items .cont_special_list_part .special_part_head img {
	/* 特集自体に設定された画像 */
	border-radius: 25%;
	width: 130px;
	height: 130px;
	margin-right: 20px;
	float: left;
}

#special_items .cont_special_list_part .special_part_head .head_cell {
	/* 各特殊の見出しや、タイトルなどを包含 */
	position: relative;
	padding-top: 15px;
}

#special_items .cont_special_list_part .special_part_head p.special_copy {
}

#special_items .cont_special_list_part .special_part_head p.special_desc {
	margin-bottom: 10px;
}

#special_items .cont_special_list_part .special_part_head h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#special_items .cont_special_list_part .special_part_head h2 a {
	text-decoration: underline;
}

#special_items .cont_special_list_part .special_part_head h2 a:hover {
	text-decoration: none;
}

#special_items .cont_special_list_part a.special_more {
	/* この特集の続きを表示リンク */
	clear: both;
	display: block;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 5px 10px 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	width: 260px;
}

#special_items .cont_special_list_part a.special_more:hover {
	background: #EEE;
	text-decoration: none;
}

#special_items .cont_special_list_part a.special_more span {
	display: inline-block;
	border-bottom: 1px dashed #666;
	padding: 3px 10px;
}

#special_items .special_items_part {
	width: 32.5%;
	float: left;
	border-left: 20px solid transparent;
	margin-bottom: 20px;
}

#special_items .special_items_part:nth-child(3n+1) {
}

#special_items .items_bg {
	background-repeat: none;
	background-position: center;
	background-size: cover;
	height: 250px;
	position: relative;
	transition: 0.5s;
}

#special_items .items_bg:hover {
	opacity: 0.7;
}

#special_items .items_bg h3 {
	background: rgba(0,0,0,0.4);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	padding: 10px 10px 30px 10px;
	color: #FFF;
}

#special_items .items_bg span {
	display: block;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	color: #FFF;
}

#special_items .items_bg span img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

#special_items .items_bg a.more {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}


/*--------------------------------------------------------------【ページ：キュレーター一覧】*/

#curator_list {
	width: 1040px;
	overflow: hidden;
}

#curator_list .column {
	width: 237px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 10px 0px;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
}

#curator_list .column a {
	display: block;
	overflow: hidden;
}

#curator_list .column a .prfimg {
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px 8px 5px 0;
	border-radius: 5px;
}

#curator_list .column a p {
	font-size: 10px;
	color: #999;
	line-height: 14px;
}

/*--------------------------------------------------------------【ページ：キュレーター詳細】*/

.contents_m .summary {
	overflow: hidden;
	margin-bottom: 25px;
}

.contents_m .summary > img {
	/* プロフィール画像 */
	width: 150px;
	height: 150px;
	float: left;
}

.contents_m .summary > h2 {
	/* ユーザー名 */
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 10px 170px;
}

.contents_m .summary > p {
	/* 自己紹介 */
	margin-left: 170px
}

.contents_m .summary > .home {
	display: block;
	color: #999;
	position: relative;
	margin: 5px 0 0 168px;
	padding-left: 20px;
}

.contents_m .summary > .home:before {
	content: '\e639';
	font-family: 'icomoon';
	font-size: 14px;
	color: #FCCDCC;
	position: absolute;
	top: 0;
	left: 0px;
}

.contents_m .summary > .status {
	margin: 5px 0 0 170px;
	overflow: hidden;
}

.contents_m .summary > .status li {
	float: left;
	margin-right: 10px;
	padding: 3px 5px 3px 20px;
	position: relative;
	border: 1px solid #EEE;
}

.contents_m .summary .status li:before {
	font-family: 'icomoon';
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: 3px;
}

.contents_m .summary .make:before {
	content: '\e61d';
	color: #999;
}

.contents_m .summary .reader:before {
	content: '\e629';
	color: #999;
}

.contents_m .summary .favorite:before {
	content: '\e635';
	color: #FFCC7D;
}

.tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.tabs li {
	float: left;
	margin: 0 0 -1px 10px;
	background: #FFF;
}

.tabs .active {
	padding: 8px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	position: relative;
}

.tabs li a {
	padding: 8px;
	display: block;
	background: #EEE;
	text-decoration: none;
}

.tabs li a:hover {
	background: #DDD;
}

#curator .postlist {
	border: none;
}


/*--------------------------------------------------------------【ページ：ニュース一覧】*/

#news_list{
	padding: 20px 0;
}

#news_list dl {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #DDD;
}

#news_list dt {
	color: #999;
	font-size: 12px;
	float: left;
}

#news_list dd {
	margin-left: 70px;
	font-size: 12px;
}

#news_list a {
	text-decoration: underline;
}

#news_list a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------【ページ：ニュース詳細】*/

#news_cont {
	border: 1px solid #EEE;
	padding: 20px;
}

#news_cont p {
	margin-bottom: 15px;
	font-size: 14px;
}

.contents_m .return {
	color: #666;
	display: block;
	width: 110px;
	text-decoration: underline;
	margin: 10px 0 10px auto;
	padding-left: 20px;
	position: relative;
}

.contents_m .return:before {
	content: '\e621';
	font-family: 'icomoon';
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 2px;
	left: 0px;
}


/*--------------------------------------------------------------【ページ：運営会社】*/

#corporate {
	margin-top: 20px;
	padding: 0 20px;
}

#corporate dl {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dotted #DDD;
}

#corporate dt {
	float:left;
	width: 160px;
	padding-right: 20px;
}

#corporate dd {
	margin-left: 170px;
}

#corporate a {
	color: #999;
	text-decoration: underline;
}

#corporate a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------【ページ：規約＆ポリシー】*/

#guideline {
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #EEE;
}

#guideline h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

#guideline p,
#guideline ul {
	padding-bottom: 15px;
}

#guideline > ul li {
	padding: 0 0 3px 15px;
	position: relative;
}

#guideline  > ul li:before {
	content: '\e60b';
	font-family: 'icomoon';
	color: #666;
	font-size: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}

#guideline .revision {
	margin-top: 15px;
}


/*--------------------------------------------------------------【ページ：サイトマップ】*/

.siteMap {
	padding: 15px;
}

.siteMapList {
	margin: 15px;
}

.siteMapList__item {
	position: relative;
	display: inline-block;
	padding: 0.6em 1em;
	background: #FFF;
	z-index: 3;
}

.siteMapList__item a {
	text-decoration: underline;
}

.siteMapList__item a:hover {
	text-decoration: none;
}

.siteMapList__item--head {
	display: block;
	margin: 2em 0 1em;
	padding: 0;
	text-align: left;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}

.siteMapList__item--head:before {
	content: "";
	display: block;
	border-bottom: 1px dashed #CCC;
	width: 100%;
	margin-left: -50%;
	position: absolute;
	top: 0.6em;
	left: 50%;
	z-index: 1;
}

.siteMapList__item--head h3{
	display: inline-block;
	padding: 0 1em 0 0;
	position: relative;
	background: #FFF;
	z-index: 3;
}

/* ================================================================================ */
/*                                                                                  */
/*      マイページ                                                                  */
/*                                                                                  */
/* ================================================================================ */

/* Myページ左
----------------------------------------------- */

#mypage > .c2 .contents_s {
	width: 300px;
	float: left;
}

.nuser .btn_newpost {
	/* まとめを作成するボタン */
	display: block;
	background: #FFF;
	color: #000;
	margin-bottom: 20px;
	padding: 21px 0;
	border: 1px solid #DDD;
	border-radius: 2px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}

.nuser .btn_newpost span {
	font-weight: bold;
	border-bottom: 1px solid;
}

.nuser .btn_newpost:hover {
	opacity: 0.6;
}

.nuser .btn_newpost:hover span {
	border-bottom: 1px solid transparent;
}

#mypage .mynav {
	/* Myページ左ナビゲーション */
	clear: both;
	margin-bottom: 20px;
}

#mypage .mynav li {
	border-top: 1px solid #EEE;
}

#mypage .mynav li a {
	font-size: 14px;
	display: block;
	padding: 12px 0 12px 15px;
	line-height: 1;
	position: relative;
}

#mypage .mynav li a:hover,
#mypage .mynav li.active {
	background: #F8F6F6;
	text-decoration: none;
}

#mypage .mynav li a:before {
	color: #CCC;
	content: '\e648';
	font-family: 'icomoon';
	font-size: 14px;
	position: absolute;
	top: 12px;
	left: 0;
}

#mypage .mynav li.active,
#mypage .mynav li.active a:before {
	font-weight: bold;
	color: #666;
}

#mypage ul.account {
	/* 退会するボタン */
	margin-top: 10px;
}

#mypage .account a {
	color: #999;
	padding-left: 13px;
	position: relative;
	line-height: 28px;
	text-decoration: underline;
}

#mypage .account a:hover {
	text-decoration: none;
}

#mypage .account a:before {
	color: #999;
	content: '\e644';
	font-family: 'icomoon';
	font-size: 14px;
	position: absolute;
	top: -6px;
	left: 0;
}


/* Myページ左のプロフィール
----------------------------------------------- */

.nuser .myprofile {
	/* プロフィール部分を包含 */
	border-radius: 2px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}

	.nuser .curator_info {
		position: relative;
		min-height: 130px;
		margin-bottom: 10px;
	}

	.nuser .curator_info .c_cover {
		max-height: 250px;
		overflow: hidden;
	}

	.nuser .curator_info .c_cover img {
		width: 100%;
	}

	.nuser .curator_info .c_cover span {
		/* noimage テキスト */
		display: none;
	}

	.nuser .curator_info .c_content {
		background: rgba(0,0,0,0.3);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-bottom: 10px;
		border-radius: 2px;
	}

	.nuser .curator_info .c_content > img {
		width: 60px;
		height: 60px;
		border: 2px solid #fff;
		position: absolute;
		top: -30px;
		left: 10px;
	}

	.nuser .curator_info .c_content > h2 {
		position: absolute;
		top: 5px;
		left: 80px;
		color: #FFF;
		font-size: 14px;
		padding: 0;
		border: 0 none;
	}

	.nuser .curator_info .c_content > .c_status {
		margin-top: 35px;
		margin-left: 15px;
	}

	.nuser .curator_info .c_content > .c_status li {
		float: left;
		margin-right: 10px;
		padding: 3px 5px 0 20px;
		position: relative;
		color: #FFF;
	}

	.nuser .curator_info .c_content > .c_status li:before {
		font-family: 'icomoon';
		font-size: 14px;
		position: absolute;
		top: 3px;
		left: 3px;
		color: #FFF;
	}

	.nuser .curator_info .c_content > .c_status .make:before {
		content: '\e61d';
	}

	.nuser .curator_info .c_content > .c_status .reader:before {
		content: '\e629';
	}

	.nuser .curator_info .c_content > .c_status .favorite:before {
		content: '\e635';
		color: #ffcc7d;
	}

	.nuser .curator_introduction {
		padding: 0 10px 20px;
	}

	.nuser .curator_introduction a.c_home {
		display: block;
		text-align: right;
		font-size: 11px;
		text-decoration: underline;
	}

	.nuser .curator_introduction a.c_home:hover {
		text-decoration: none;
	}


/* Myページ右
----------------------------------------------- */

#mypage > .c2 .contents_m {
	width: 690px;
	padding: 0px;
	overflow: hidden;
	border: none;
	float: right;
}

#mypage > .c2 .contents_m .title_bar {}

#mypage > .c2 .contents_m .title_bar > h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 1px solid #EEE;
}

/*--------------------------------------------------------------【ページ：まとめの管理】*/

#mypage > .c2 .postlist.mypost {
	/* 各まとめを全て包含 */
	border:0 none;
	padding: 0 2px 0 0;
}

.postlist.mypost .column {
	/* 各まとめを包含(ループ) */
	display: table;
	width: 100%;
	padding: 0;
	margin: 10px 0 0;
	border: 1px solid #EEE;
	box-shadow: 1px 1px 1px #EEE;
}

.postlist.mypost .column img {
	width: 80px;
	height: 80px;
}

.postlist.mypost .column h3 {
	margin-top: 0;
	padding-left: 85px;
}

.postlist.mypost .column p {
	padding-left: 85px;
}

.postlist.mypost .column:hover {
	box-shadow: 1px 1px 1px #BBB;
}

.postlist.mypost .state0 { background: #F5F5F5; /* 下書き */ }
.postlist.mypost .state0 { border: 1px dashed #999; }
.postlist.mypost .state1 { background: #FFF; /* 公開申請中 */ }
.postlist.mypost .state2 { background: #FFF; /* 公開 */  }
.postlist.mypost .state2 { border: 1px solid #CCC; }
.postlist.mypost .state3 { background: #FEE; /* 不許可 */ }
.postlist.mypost .state3 { border: 1px dashed #F00; }
.postlist.mypost .state4 { background: #FFF; /* 公開待 */ }

.postlist.mypost .column .mypost_left {
	display: table-cell;
	padding: 10px;
}

.postlist.mypost .column .mypost_right {
	display: table-cell;
	vertical-align: top;
	border-left: 1px dashed #DDD;
	background: #FFF;
	width: 155px;
	padding: 5px;
	opacity: 0.7;
}

.postlist.mypost .column:hover .mypost_right {
	opacity: 1;
}

.mypost .column .ex_post_state {
	/* 各まとめの状態やステータス部分を包含 */
}

.mypost .column .ex_post_state .ex_post_st {}

.mypost .column .ex_post_state .ex_post_st .ex_unread {
	color: red;
}

.mypost .column .ex_post_state .ex_post_st li {
	text-align: center;
}

.mypost .column .ex_post_state .ex_post_st li.post_date {
	font-size: 11px;
}

.mypost .column .ex_post_state .ex_post_st li.post_condi {
	font-weight: bold;
	color: #666;
	margin-bottom: 2px;
}

.mypost .column .ex_post_state .ex_post_st li.post_condi span {
	color: #999;
	font-size: 11px;
}

.mypost .column .ex_post_state .ex_post_st li.post_action {
	font-weight: bold;
	font-size: 13px;
	padding: 1px 0;
	margin-bottom: 2px;
	background: #FAFAFA;
	border-radius: 2px;
}

.mypost .column .ex_post_state .ex_post_st li.post_action a {
	text-decoration: none;
	border-bottom: 1px solid #666;
}

.mypost .column .ex_post_state .ex_post_st li.post_action a:hover {
	border-bottom: 1px solid #FFF;
}

.mypost .column .ex_post_state .ex_post_st li.post_com {
}


/* まとめの管理内(モジュール)：検索フォーム
----------------------------------------------- */

.search_mypost {
	margin: 0 0 20px 0;
}

.search_mypost table {
	width: 100%;
	border: 1px solid #DDD;
	border-collapse: separate;
	border-spacing: 5px;
}

.search_mypost table td,
.search_mypost table th {
	vertical-align: middle;
}

.search_mypost table th {
	font-size: 11px;
	font-weight: bold;
	background: #F5F5F5;
}

.search_mypost table td {
}

.search_mypost table td select,
.search_mypost table td input[type="text"] {
	border: 1px solid #DDD;
	padding: 3px;
}

.search_mypost table td.submit_cell {
	background: #F5F5F5;
	text-align: center;
}

.search_mypost .mypost_list_ctrl {
	/* フォーム下部の操作リンクを包含 */
	margin-top: 5px;
	text-align: right;
}

.search_mypost .mypost_list_ctrl a.sort_edit {
	display: inline-block;
	padding: 0 0 0 14px;
	margin-left: 3px;
	position: relative;
	opacity: 0.7;
}

.search_mypost .mypost_list_ctrl a.sort_edit:hover {
	opacity: 1;
}

.search_mypost .mypost_list_ctrl a.sort_edit:before {
	content: url(../img/system/sort_000000_12.png);
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
}

.search_mypost .mypost_list_ctrl a.sort_clear {
	display: inline-block;
	padding: 0 0 0 14px;
	margin-left: 3px;
	position: relative;
	opacity: 0.7;
}

.search_mypost .mypost_list_ctrl a.sort_clear:hover {
	opacity: 1;
}

.search_mypost .mypost_list_ctrl a.sort_clear:before {
	content: url(../img/system/times_000000_12.png);
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
}


/*--------------------------------------------------------------【ページ：ニュース一覧】*/

#mypage > .c2 .postlist {
	border: 0 none;
}

#mypage > .c2 .postlist .text p {
	padding-left: 0px;
}

#mypage > .c2 .postlist .text time {
	font-size: 10px;
}

#mypage .contents_m .postlist .column.text a {
	text-decoration: underline;
}

#mypage .contents_m .postlist .column.text a:hover {
	text-decoration: none;
}


/*--------------------------------------------------------------【ページ：プロフィール編集】*/

#mypage > .c2 .contents_m >  #main #edit {
	font-size: 14px;
	padding: 0 5px;
}

#mypage > .c2 .contents_m > #main #edit dl {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: table;
	table-layout: fixed;
	clear: both;
	border-bottom: 1px solid #EEE;
}

#mypage > .c2 .contents_m >  #main #edit dt {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

#mypage > .c2 .contents_m >  #main #edit dd {
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
}

#mypage > .c2 .contents_m >  #main #edit span {
	display: block;
	color: #5b3f31;
}

#mypage > .c2 .contents_m >  #main #edit span label {
	color: #666666;
}

#mypage > .c2 .contents_m >  #main #edit .hint {
	margin-top: 6px;
}

#mypage > .c2 .contents_m >  #main #edit .header_img img {
	display: block;
}

#mypage > .c2 .contents_m >  #main #edit .prf_img img {
	display: block;
}

#mypage > .c2 .contents_m >  #main #edit .actions {
	margin: 20px auto;
	text-align: center;
}

input#sp_header_img,
input#prf_img {
	font-size: 12px;
}

#mypage #main #edit .style_input,
#mypage #main #edit .style_textarea {
	width: 100%;
}

#mypage > .c2 .contents_m > #main #edit .btn_save {
	/* 戻る、変更するボタン */
	padding: 12px 50px;
	margin: 0 10px 0 auto;
	font-weight: bold;
}

/* RSS取り込み記事
--------------------------------------*/
#rss_article {
	width: 690px;
	overflow: hidden;
	margin-bottom: 20px;
}

#rss_article header {
	/* まとめ上部 */
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
	padding-bottom: 10px;
	overflow: hidden;
}

#rss_article header time {
	/* アップデート時間 */
	float: left;
	color: #999;
	font-size: 10px;
}

#rss_article header .tags {
	float: right;
}

#rss_article header .tags li {
	display: inline-block;
}

#rss_article header .tags li a {
	display: inline-block;
	color: #999;
	font-size: 10px;
	line-height: 1.1;