@charset "utf-8";

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

/* 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;
}

/*----------------------------------*/
/*          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;
}


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

.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: 560px;
	min-height: 600px;
	float: left;
	padding: 0 20px;
	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: 50px;
	padding-top: 25px;
	text-align: center;
}

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

/*-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-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center;
	background-size: 15px auto;
	cursor: pointer;
}

/* 右メニュ　閉じる */
#right-menu-close {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	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: #FF6035;
	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;
}

.new_post .new_post_title .sub {
}

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

#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(0,0,0,0.4);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	padding: 10px 10px 30px 10px;
	color: #FFF;
}

#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 #FF6035;
	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;
}

.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: #333;
	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 #FF6035;
	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 #FF6035;
	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 #FF6035;
	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 #FF6035;
	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;
}

.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: #FF6035;
	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: #FF6035;
	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: #ff6035;
	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 #ffa087;
}

.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 {
	min-width: 98%;
	max-width: 98%;
	margin: 0 15px 15px 0;
}

.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-top: 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: #ff6035;
	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: #ff6035;
	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: #FF6035;
	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: #FF6035;
}

#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;
	padding: 5px 3px;
	border: 1px solid #EEE;
}

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

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

#rss_article .article_infobox .img {
	float: left;
	margin-bottom: 10px;
}

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

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

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

#rss_article .article_toolbox {
	min-height: 30px;
	position: relative;
}

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

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

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

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

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

#rss_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;
}

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

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

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

#rss_article .note {
	padding: 5px;
	margin-bottom: 10px;
}

#rss_article .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: 15px auto 10px;
}

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

/* RSS取り込み記事（一覧）
--------------------------------------*/
.article_list .category {
	margin-bottom: 10px;
	overflow: auto;
}

.article_list .category .ca_class {
	margin: 10px 0px 5px;
}

.article_list .category .column {
	margin: 0px;
	float: left;
}

.article_list .category .column p {
	padding: 5px 10px;
	border: solid #eee 1px;
}
.article_list .category .column p.active {
	background-color: #EFEFEF;
}


/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

#build-menu,
#mobile-bar	{ display: none; }

@media only screen and (max-width:960px)	{

	#header_inline	{
		width: 100%;
	}
	
	#pickup	{
		display: none;
	}

	#contents .ui_ex_controller form,
	.message,
	#super_user,
	#cont_special_list,
	#cont_keyword_list,
	#curator_list,
	#login_wrapper,
	#inducement,
	#cont_login .invitation,
	#signup .signup_form,
	#cont_form dl dd,
	#cont_form dl dt,
	#cont_form,
	#breadcrumbs ul,
	.c1 .contents_m,
	.c2 .contents_s,
	.c2 .contents_m,
	#contents	{
		width: 100%;
		float: none;
	}
	
	.c2 .contents_m,
	.c3 #main	{
		border: 0 none;
		float: none;
		min-height: 0;
	}
	
	#contents	{
		margin-top: 0px;
	}
	
	.c3 #main {
		float: left;
		width: 100%;
		margin-left: -150px;
		margin-bottom: 0;
		padding-left: 170px;
	}

	.c3 .contents_s,
	.c3 .contents_m	{
		width: 100%;
		float: none;
	}

	.c1 .contents_m > h2	{
		font-size: 20px;
		padding: 10px 0;
	}

	#top_items {
		width: 100%;
	}

	.special_banner {
		width: 100%;
		margin-right: 0;
	}

	#news {
		/* ニュース */
		border: 0 none;
		padding: 0 0 25px;
		margin-right: 0;
		margin-bottom: 20px;

	}

	#news .more {
		bottom: 0;
		right: 10px;
	}

	#corporate	{
		/* 運営会社 */
		margin-top: 0;
	}

	#corporate dt,
	#corporate dd	{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	#corporate dt	{
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	#guideline	{
		/* プライバシ、利用規約 */
		margin: 0 auto;
	}
	
	#cont_keyword_list .otherlist	{
		/* キーワード一覧 */
		margin: 0;
		padding: 0 10px;
	}
	
	#article	{
		width: 100%;
		float: none;
	}
	
	#cont_login .invitation,
	.signup_form	{
		margin-bottom: 30px;
	}
	
	#cont_login .invitation_inline,
	#inducement	{
		/* ログイン、会員登録ページ中 */
		min-height: 0;
		padding: 20px;
	}
	
	#cont_login .invitation_inline > p,
	#cont_login .invitation_inline > h4,
	#inducement h4	{
		margin-bottom: 10px;
	}
	
	#inducement .btn_member	{
		margin-bottom: 20px;
	}
	
	.category_info,
	.c3 .contents_m .summary	{
		/* カテゴリページ上部 */
		padding: 10px 0 0 0;
	}

	.contents_s .side_postlist img	{
		/* アクセスランキング箇所の画像 */
		margin-right: 10px;
	}
	
	.contents_s .side_postlist h3	{
		/* アクセスランキング箇所のまとめタイトル */
		margin: 5px 0 0 70px;
	}
	
	.contents_s .side_postlist .info	{
		/* アクセスランキング箇所のまとめ抜粋 */
		margin-left: 70px;
	}

	.contents_s > .prf	{
		/* まとめページのプロフ */
		width: 100%;
	}

	.post_pickupcont,
	.post_pickupinline,
	#post_pickup	{
		/* アイテム詳細ページ */
		width: 100%;
	}
		
	.post_pickupcont .item_picture img	{
		float: none;
		margin: 0 auto 10px auto;
		width: 100%;
	}

	.top_items_part:last-child {
		border-right: 0 none !important;
	}

	#foot_inline,
	#foot .top	{
		width: 100%;
		float: none;
	}
	
	#foot_inline .logo	{
		width: 100%;
	}
	
	#foot_inline .foot_menu	{
		width: 33%;
	}
	
	#foot_inline .foot_menu ul	{
		width: 100%;
	}

	#foot_inline .foot_menu ul li	{
		float: none;
	}

	#foot_inline .foot_menu,
	#foot_inline .logo,
	.c2 .contents_m	{
		padding: 10px;
	}

	#special_items {
		/* 特集ページ */
		padding-top: 10px;
	}
	
	#rss_article	{
		width: 100%;
		float: none;
	}	
}

/* iPad縦(portrait) */
@media only screen and (max-width:768px)	{

	#head ul,
	#head .searchform	{
		display: none;
	}

	.c3 .contents_s,
	.c3 .contents_m	{
		width: 100%;
		float: none;
	}

}

/* smartphone横(landscape) */
@media only screen and (max-width:640px)	{

	#head	{
		height: 50px;
		background-color: #FFF;
	}

	#head h1 {
		padding-top: 25px;
	}

	#head .logo img	{
		height: 25px;
	}

	#head.fixed {
		top: 0;
		width: 100%;
		z-index: 1001;
		position: fixed;
	}

	#head.fixed {
		text-align: center;
	}

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

	.c3 .contents_s,
	.c3 .contents_m	{
		width: 100%;
		float: none;
	}

	.message {
		padding: 15px;
		margin: 0 auto;
	}
	
	.c3 #main	{
		border: 0 none;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	.c1 .contents_m,
	.c3 #nav,
	.c3 #main	{
		padding: 0;
	}

	.c2 #curator,
	.c2 .contents_m .relate_words,
	.c2 .contents_m .relate {
		margin-left: -10px;
		margin-right: -10px;
	}

	.postlist {
		border-top: 1px solid #EEE;
	}

	.postlist .column {
		padding: 0;
		border-bottom: 1px solid #EEE;
	}

	.postlist .column img {
		width: 80px;
		height: 80px;
		margin-right: 5px;
	}

	.postlist .column h3 {
		font-size: 14px;
		margin-top: 5px;
		padding-left: 85px;
	}

	.postlist .column p {
		display: none;
	}

	.postlist .column .info {
		display: block;
		padding-left: 85px;
	}

	.postlist .taglist {
		margin-left: 160px;
	}

	.contents_s .side_postlist img {
		margin-right: 5px;
	}

	#matome_list .column {
		padding-top: 0;
	}

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

	#matome_list .info img {
		width: 15px;
		height: 15px;
	}

	#matome_list .postlist .column p {
		margin-left: 85px;
	}

	#matome_list .postlist .column .info {
		margin-left: 85px;
		margin-top: 3px;
	}

	.postlist .taglist {
		display: none;
	}

	.category_info {
		/* カテゴリページ上部 */
		padding: 10px 10px 0 10px;
	}

	.category_info img {
		width: 120px;
		height: 120px;
	}

	.category_info > h2 {
		margin: 0 0 5px 85px;
		font-size: 16px;
		line-height: 1.3;
	}

	.category_info > p {
		margin-left: 85px;
	}
	
	.contents_m .summary	{
		/* キュレータ詳細上部 */
		margin-bottom: 5px;
		width: 100%;
	}
	
	.contents_m .summary > img	{
		width: 75px;
		height: 75px;
	}

	#article .article_toolbox .view {
		right: 0;
	}

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

	#article .article_toolbox .favorite {
		clear: both;
	}

	#article .post .item_list.itempicture img	{
		/* アイテム画像 */
		width: 100%;
	}
	
	.contents_m .summary > h2	{
		margin: 0 0 5px 85px;
		font-size: 16px;
		line-height: 1.3;
	}
	
	.contents_m .summary > p	{
		margin-left: 85px;
	}

	.contents_m .summary > .home {
		margin-left: 85px;
	}
	
	.contents_m .summary > .status	{
		margin: 5px 0 0 80px;
		overflow: hidden;
	}
	
	.contents_m .summary > .status li	{
		font-size: 12px;
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.contents_m .summary .favorite	{
		clear: left;
	}
	
	.item_goods img	{
		/* 商品アイテム画像 */
		float: none;
	}
	
	.item_goods .title	{
		clear: left;
	}

	#special_items .special_items_part {
		/* 特集ページ */
		width: 48%;
	}

	#foot .top	{
		display: none;
	}

	#foot_inline .foot_menu,
	#foot_inline .logo	{
		display: block;
	}
	
	#foot_inline .foot_menu	{
		width: 100%;
	}
	
	#foot_inline .foot_menu ul	{
		width: 100%;
	}
	
	div#nav	{ display: none; }
	

	#mobile-right-menu {
		display: block;
	}

	/*
		ドロワーメニュー
		http://case-mobile-design.com/smartphone_drawer/
	 */
	
	#mobile-bar	{
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
	}

	#mobile-bar a {
		width: 30px;
		height: 30px;
		color: #FFF;
		line-height: 1;
		display: block;
	}

	#mobile-bar a:before {
		content: '\e605';
		font-family: 'icomoon';
		font-size: 20px;
	}
	
	#mobile-bar.fixed {
		z-index: 1001;
		position: fixed;
	}
	
		#build-menu-page {
		  left: 0;
		  position: relative;
		  background-color: #fff;
		}

		#build-menu {
			visibility: visible;
			z-index: 0;
			opacity: 1;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
			transform: none;
			display: none;
			width: 260px;
			padding: 0;
			position: static;
			z-index: 0;
			top: 0;
			height: 100%;
			overflow-y: auto;
			left: 0;
		}

		.build-menu-animating #build-menu-page {
			position: fixed;
			overflow-y: scroll;
			width: 100%;
			top: 0;
			bottom: 0;
		}

		.build-menu-animating.build-menu-close #build-menu-page,
		.build-menu-animating.build-menu-open #build-menu-page {
			-webkit-transition: -webkit-transform 250ms;
			-moz-transition: -moz-transform 250ms;
			-o-transition: -o-transform 250ms;
			-ms-transition: -ms-transform 250ms;
			transition: transform 250ms;
		}

		.build-menu-animating.build-menu-open #build-menu-page {
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		.build-menu-animating #build-menu { display: block }

		.build-menu-open #build-menu {
			display: block;
			-webkit-transition-delay: 0ms, 0ms, 0ms;
			-moz-transition-delay: 0ms, 0ms, 0ms;
			-o-transition-delay: 0ms, 0ms, 0ms;
			-ms-transition-delay: 0ms, 0ms, 0ms;
			transition-delay: 0ms, 0ms, 0ms;
		}

		.build-menu-open #build-menu,
		.build-menu-close #build-menu {
			-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
			-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
			-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
			-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
			transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
		}

		#build-menu-button{
			display: block;
			width: 40px;
			text-align: center;
			background:#000000;
			padding:6px;
			color: #FFF;
		}
		#build-menu{
			top: 0;
			z-index: 0;
			position: fixed;
			background: #FFF;
		}
		#build-menu ul{
			padding:0px;margin:0px;
		}
		#build-menu li{
			padding:0px;margin:0px;
			list-style: none;
			padding:10px;
			border-bottom:1px solid #DDD;
		}
		#build-menu li a{
			color: #333;
			text-decoration: none;
			display: block;
		}

		#rss_article .article_toolbox .view {
			right: 0;
		}

		#rss_article .article_toolbox .view .view__count {
			margin-left: 0;
		}

		#rss_article .article_toolbox .favorite {
			clear: both;
		}

		#rss_article .post .item_list.itempicture img	{
			/* アイテム画像 */
			width: 100%;
		}
}

/* iPhone横(landscape) */
@media only screen and (min-width:480px)	{

	.contents_m .summary.media_sp {
		display: none;
	}

	.contents_m .media_sp.introduction {
		display: none;
	}

}

/* iPhone横(landscape) */
@media only screen and (max-width:480px)	{

	#top_items .top_items_part {
		/* トップページのピックアップ */
		width: 100%;
	}

	.special_banner {
		display: block;
		width: 100%;
	}

	.special_banner .special_banner_part {
		/* トップページの特集バナー */
		display: block;
		width: 100%;
	}

	.category_info > img,
	.contents_m .summary > img	{
		width: 50px;
		height: 50px;
	}
	
	.category_info > h2,
	.contents_m .summary > h2	{
		margin: 0 0 5px 55px;
		font-size: 16px;
		line-height: 1.3;
	}
	
	.category_info > p,
	.contents_m .summary > p	{
		margin-left: 55px;
	}
	
	.contents_m .summary > .status	{
		overflow: hidden;
		clear: both;
		margin: 15px 0 0 0;
	}

	.contents_m .summary > .status li	{
	}

	#cont_form {
		/* フォーム */
		padding: 15px;
		margin: 0 auto;
	}

	#cont_form h3 {
		margin-bottom: 10px;
	}

	#contact dl {
		margin: 0;
		width: 100%;
	}

	#signup_form dl dt {
		margin-bottom: 5px;
	}

	#cont_login .invitation_inline {
		padding: 15px;
	}

	.invitation .invitation_inline .btn_link	{
		width: auto;
	}

	#cont_login .invitation {
		/* ログインページ中の登録案内 */
		display: none;
	}

	#customize {
		margin: 0 auto;
		width: 100%;
		padding: 15px;
	}

	#article header	{
		/* まとめページ */
		padding-bottom: 20px;
	}

	#article header > h2	{
		font-size: 20px;
		line-height: 1.3;
	}
	
	#article .article_toolbox .view .view__count	{
		font-size: 12px;
	}

	#article .article_toolbox .favorite	{
		margin-top: 10px;
	}
	
	#article .post .item_list.item_picture img	{
		width: 100%;
	}

	#article .post .item_list.images_title	{
		/* 画像タイトル */
		clear: left;
	}

	.item_picture img	{
		float: none;
	}

	.item_goods .goods_link	{
		/* 商品サイトのリンクを包含 */
		float: none;
	}
	
	.item_goods .goods_link a	{
		/* 商品サイトリンク */
		margin: 10px auto 0 auto;
	}
	
	.item_blockquote	{
		padding: 0 0 0 20px;
	}
	
	.item_blockquote:before	{
		/* 引用マークのアイコンサイズ */
		font-size: 14px;
	}
	
	.item_blockquote blockquote	{
		font-size: 14px;
		line-height: 1.3;
	}
	
	.item_blockquote .quote_comment p	{
		font-size: 14px;
		font-weight: normal;
	}
	
	.item_movie .drawMovie iframe	{
		/* 動画アイテム */
		width: 100%;
	}
	
	#cont_keyword_list .otherlist li	{
		/* キーワード一覧のキーワード */
		width: 50%;
		margin: 0 0 15px;
	}

	#curator_list .column	{
		/* キュレーター一覧のループ */
		width: 100%;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}

	#special_items .cont_special_list_part .special_part_head .head_cell {
		/* 特集ページ */
		clear: both;
	}

	#special_items .cont_special_list_part .special_part_head h2 {
		font-size: 18px;
	}

	#special_items .special_items_part {
		width: 100%;
		float: none;
		border-left: 0;
		padding: 0 10px;
	}

	.contents_m .summary.media_pc {
		/* キュレータ詳細の上部プロフ */
		display: none;
	}

	.contents_m .summary.media_sp {
		/* キュレータ詳細の上部プロフ(カバー付き) */
		position: relative;
		min-height: 120px;
	}

	.contents_m .summary.media_sp .summary_cover {
		/* プロフのカバー画像を包含 */
		max-height: 250px;
		overflow: hidden;
	}

	.contents_m .summary.media_sp .summary_cover img {
		width: 100%;
	}

	.contents_m .summary.media_sp .summary_cover span {
		/* noimage テキスト */
		display: none;
	}

	.contents_m .summary.media_sp .summary_content {
		/* プロフ画像、キュレータ名、まとめ作成数などを包含 */
		background: rgba(0,0,0,0.3);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-bottom: 10px;
		border-radius: 2px;
	}

	.contents_m .summary.media_sp .summary_content > img {
		width: 60px;
		height: 60px;
		border: 2px solid #fff;
		position: absolute;
		top: -30px;
		left: 10px;
	}

	.contents_m .summary.media_sp .summary_content > h2 {
		position: absolute;
		top: 5px;
		left: 80px;
		color: #FFF;
		font-size: 14px;
	}

	.contents_m .summary.media_sp .summary_content > .status {
		margin-top: 35px;
		margin-left: 15px;
	}

	.contents_m .summary.media_sp .summary_content > .status li {
		float: left;
		margin-right: 10px;
		padding: 3px 5px 0 20px;
		position: relative;
		color: #FFF;
	}

	.contents_m .summary.media_sp .summary_content > .status li:before {
		font-family: 'icomoon';
		font-size: 14px;
		position: absolute;
		top: 3px;
		left: 3px;
		color: #FFF;
	}

	.contents_m .summary.media_sp .summary_content > .status .make:before {
		content: '\e61d';
	}

	.contents_m .summary.media_sp .summary_content > .status .reader:before {
		content: '\e629';
	}

	.contents_m .summary.media_sp .summary_content > .status .favorite:before {
		content: '\e635';
		color: #ffcc7d;
	}

	.contents_m .media_sp.introduction {
		/* プロフィール下部の外部リンク、自己紹介を包含 */
		padding: 0 10px 20px;
	}

	.contents_m .media_sp.introduction a.home {
		display: block;
		text-align: right;
		font-size: 11px;
	}


}

/* smartphone縦(portrait) */
@media only screen and (max-width:360px)	{

	#foot_inline .foot_menu	{
		width: 100%;
	}
	
}

/* iPhone縦(portrait) */
@media only screen and (max-width:320px)	{}

/* viewportの仕様上、指定可能な最小幅 */
@media only screen and (max-width:200px)	{
}



/* ================================================================================ */
/*                                                                                  */
/*      まとめ作成画面                                                              */
/*                                                                                  */
/* ================================================================================ */

.ex_prev_user_contents {
	/* 管理者画面でのまとめ作成UIを全て包含 */
	overflow: hidden;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.ex_prev_user_contents * {
	box-sizing: border-box;
}

.ex_prev_user_contents .register_ui_ex .part_start .view_parts:before {
	/* 管理者画面では常に表示 */
	content: "No "counter(part_start);
	position: absolute;
	right: -5px;
	bottom: -10px;
	padding: 0 2px;
	background: #EEE;
	font-weight: bold;
	z-index: 777;
}


/* 汎用フォームパーツ
----------------------------------------------- */

input.ui_ex_input_full {
	padding: 6px;
	width: 100%;
	border: 1px solid #DDD;
}

input.ui_ex_input {
	font-size: 12px;
	padding: 6px;
	border: 1px solid #DDD;
	vertical-align: middle;
}

textarea.ui_ex_textarea {
	padding: 6px;
	border: 1px solid #DDD;
	border-radius: 2px;
	font-size: 12px;
}

textarea.ui_ex_textarea_full {
	padding: 6px;
	width: 100%;
	border: 1px solid #DDD;
	border-radius: 2px;
	font-size: 14px;
}

textarea.ui_ex_textarea:focus,
textarea.ui_ex_textarea_full:focus,
input.ui_ex_input_full:focus,
input.ui_ex_input:focus {
	border-color: #2196f3;
}

.register_ui_ex .btn_save,
.register_ui_ex .btn_added,
.register_ui_ex .btn_check,
.register_ui_ex .btn_publish {
	background: #666;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	border: 1px solid #333;
	border-radius: 2px;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 10px;
}

.register_ui_ex .btn_save:hover,
.register_ui_ex .btn_added:hover,
.register_ui_ex .btn_check:hover,
.register_ui_ex .btn_publish:hover {
	color: #FFF;
	background: #333;
	text-decoration: none;
}

.register_ui_ex .btn_publish {
	background: #009688;
	border: 1px solid #00897b;
}

.register_ui_ex .btn_publish:hover {
	background: #00796b;
}

.register_ui_ex .btn_save {
	background: #3f51b5;
	border: 1px solid #283593;
}

.register_ui_ex .btn_save:hover {
	background: #283593;
}

.btn_common {
	padding: 7px 10px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}

.btn_common:hover {
	border-color: #999;
	color: #666;
	text-decoration: none;
	box-shadow: 1px 1px 2px #eee;
}


/* アイテム作成画面のレイアウト
----------------------------------------------- */
.register_ui_ex {
	padding-left: 10px;
}

.ui_ex_controller {
	text-align: right;
}

.ui_ex_controller {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: rgba(0,0,0,0.3);
	width: 100%;
	padding: 15px 20px;
	border-top: 1px solid #999;
}

.ui_ex_controller form {
	width: 990px;
	margin: 0 auto;
}

.ui_ex_controller input {
	margin-left: 5px;
}

.ui_ex_head {
	margin-bottom: 15px;
	background: #fafafa;
}

.ui_ex_col2 {
	margin-bottom: 15px;
}

.ui_ex_left {
	width: 690px;
	float: left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

.ui_ex_right {
	width: 293px;
	float: right;
	background: #F5F5F5;
	padding: 10px 10px 32768px 10px;
	margin-bottom: -32768px;
	border-left: 3px solid #DDD;
}

/* まとめ詳細やその他の設定
----------------------------------------------- */

.ui_ex_title {
	/* まとめタイトルの入力欄 */
	border-bottom: 3px solid #DDD;
	padding: 0 10px 10px;
}

.ui_ex_title label {
	display: block;
	font-size: 10px;
	color: #CCC;
}

.ui_ex_title:hover label {
	color: #333;
}

.ui_ex_title .ui_ex_input {
	width: 980px;
	padding: 10px;
	font-size: 14px;
}

.ui_ex_setting {
	/* カテゴリやタグの各設定を包含(繰り返し) */
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom: 3px solid #DDD;
	margin-bottom: 10px;
}

.ui_ex_setting:hover {
	border-color: #CCC;
}

.ui_ex_setting dt {
	text-align: right;
	font-size: 10px;
	padding-right: 3px;
	color: #999;
	background: #EEE;
}

.ui_ex_setting:hover dt {
	color: #333;
}

.ui_ex_setting dd {
	padding: 10px;
}

.ui_ex_setting dd .items_state {
	text-align: center;
}

.ui_ex_setting dd .items_state .items_state_now {
	font-size: 18px;
	margin-bottom: 5px;
}

.ui_ex_setting dd .time_setting_select {
	/* 公開日時の設定選択箇所 */
	margin-bottom: 10px;
}

.ui_ex_setting dd .time_setting {
	/* 公開日時の年月日セレクトを包含 */
	padding: 10px 0 0 10px;
	border-top: 1px dashed #CCC;
}

.ui_ex_setting dd select {
	border: 1px solid #DDD;
	border-radius: 2px;
	font-size: 12px;
	padding: 3px 0;
	margin: 0 0 5px 0;
}

.ui_ex_setting.ui_ex_admin_comment {
	border: 1px solid #F00;
}

.ui_ex_setting.ui_ex_admin_comment dt {
	background: #FEE;
	color: red;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

.ui_ex_setting.ui_ex_admin_comment dd {
	color: #333;
	overflow: auto;
}

.ui_ex_setting.ui_ex_admin_comment dd .comment_unread {
	display: block;
	color: red;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ui_ex_setting.ui_ex_admin_comment dd textarea {
	width: 100%;
	height: 130px;
	font-size: 12px;
}

.usertag-new {
	/* タグを追加する部分を包含 */
	overflow: hidden;
}

.usertag-new input {
	float: left;
	width: 70%;
}

.usertag-new button {
	float: right;
	width: 28%;
}

.usertag-list {
	/* 追加されているタグのリストを包含 */
	padding: 10px 0 0;
}

.usertag-list ul {}

.usertag-list ul li.ui-usertag {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 0 0 4px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
}

.usertag-list ul li.ui-usertag img {
	height: 12px;
	width: 12px;
	margin-left: 2px;
	opacity: 0.5;
}

.usertag-list ul li.ui-usertag img:hover {
	opacity: 1;
	cursor: pointer;
}

.autokeyword_list {
	overflow: hidden;
}

.autokeyword_list span {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 3px;
	padding: 3px 3px 3px 18px;
	background: #FFF;
	font-size: 12px;
	float: left;
}

.autokeyword_list span:before {
	position: absolute;
	top: 5px;
	left: 3px;
	content: '\e61e';
	font-family: 'icomoon';
	display: block;
	width: 40px;
	font-size: 12px;
	color: #FCCDCC;
}

/* サムネイル設定
----------------------------------------------- */
.ui_ex_thumbs {}

.ui_ex_thumbs .thumb_prev {
	/* サムネイルプレビュー */
	margin-bottom: 12px;
}

.ui_ex_thumbs .thumb_prev img {
	box-shadow: 1px 1px 3px #EEE;
	border: 1px solid #DDD;
	border-radius: 2px;
}

.ui_ex_thumbs .thumb_input {
	/* サムネイルの設定領域を包含 */
	background: #FAFAFA;
}

.ui_ex_thumbs .thumb_input .thumb_input_local {
	/* ファイルを選択する箇所を包含 */
	margin-bottom: 5px;
}

	.ui_ex_thumbs .thumb_input .thumb_input_local > br,
	.ui_ex_thumbs .thumb_input .thumb_input_local > a {
		display: none;
	}

	.ui_ex_thumbs .thumb_input .thumb_input_local input[type='file'] {
		margin-bottom: 5px;
	}

	.ui_ex_thumbs .thumb_input .thumb_input_local label {
		display: block;
	}

.ui_ex_thumbs .thumb_input .thumb_input_url {
	/* URLからサムネイル画像を選択する箇所を包含 */
}

	.ui_ex_thumbs .thumb_input .thumb_input_url .thumb_input_tool {
		padding: 5px 0;
	}

	.ui_ex_thumbs .thumb_input .thumb_input_url .thumb_input_tool label {
		font-size: 10px;
	}

	.ui_ex_thumbs .thumb_input .thumb_input_url .thumb_input_tool .ui_ex_input_full {
		margin-bottom: 5px;
	}

	.ui_ex_thumbs .thumb_input #thumb_srh {
		display: inline-block;
		text-decoration: underline;
		cursor: pointer;
	}

.ui_ex_thumbs .thumb_input .thumb_input_sorce {
	/* サムネイルの出典元箇所を包含 */
	margin: 10px 0px;
}
	.ui_ex_thumbs .thumb_input .thumb_input_sorce .ui_ex_input_full {
		margin-bottom: 5px;
	}

/*--------------------------------------------------------------【アイテム追加フォーム】*/

#set_article {
	/* アイテム追加フォームを包含 */
	padding-bottom: 150px;
}

/* アイテムの追加(フォーム内モジュール)
----------------------------------------------- */

.edit_button_head {
	margin-bottom: 20px;
}

.edit_button {
	/* 各アイテムのボタンを包含 */
	width: 100%;
	position: relative;
}

	.add_part .edit_button {
		/* ループ途中のボタン郡 */
		margin: 10px 0 20px;
	}

	.edit_button .edit_button_close {
		position: absolute;
		right: 0;
		top: 0;
		border: 0 none;
		background: #333;
		color: #FFF;
		font-weight: bold;
		cursor: pointer;
	}


.edit_button .part_add {
	color: #999;
	font-size: 10px;
}

.edit_button:hover .part_add {
	color: #333;
}

.edit_button ul {
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #DDD;
}

.edit_button ul li {
	float: left;
	border-right: 1px solid #DDD;
	background: #FFF;
}

.edit_button ul li img {
	float: left;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.edit_button ul li img:hover {
	opacity: 0.7;
}

/* アイテムプレビュー付きフォーム内
----------------------------------------------- */

#parts_data {
	padding-bottom: 50px;
}

.register_ui_ex .part_start {
	position: relative;
	box-sizing: content-box;
	margin: 10px -5px;
	padding: 16px 5px;
}

.register_ui_ex .part_start {
	counter-increment: part_start;
}

.register_ui_ex .part_start .view_parts {
	position: relative;
	box-sizing: content-box;
	margin: -1px;
	border: 1px solid transparent;
	cursor: move;
}

.register_ui_ex .part_start:hover .view_parts {
	border-color: #CCC;
	opacity: 1;
}

.register_ui_ex .part_start .view_parts:hover:before {
	content: "No "counter(part_start);
	position: absolute;
	right: -5px;
	bottom: -10px;
	padding: 0 2px;
	background: #EEE;
	font-weight: bold;
	z-index: 777;
}

.register_ui_ex .part_start .part-tools {
	/* 各アイテムの修正、削除ボタンなど操作系を包含 */
	visibility: hidden;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	border-radius: 2px;
	z-index: 666;
	box-shadow: 1px 2px 3px #EEE;
}

.register_ui_ex .part_start:hover .part-tools {
	visibility: visible;
}

.register_ui_ex .part_start .part-tools span {
	color: #FFF;
	font-size: 10px;
}

.register_ui_ex .part_start .part-tools button {
	color: #FFF;
	padding: 0 2px;
	margin: 0;
	border: 0 none;
	background: transparent;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.register_ui_ex .part_start .part-tools span,
.register_ui_ex .part_start .part-tools button {
	float: left;
	height: 26px;
	padding: 0 10px;
	border-right: 1px solid #333;
}

.register_ui_ex .part_start .part-tools button:hover {
	text-decoration: none;
}

.register_ui_ex .part_start .part-tools button.edit_part {
	float: right;
}

.register_ui_ex .part_start .part-tools button.end_part,
.register_ui_ex .part_start .part-tools button.down_part,
.register_ui_ex .part_start .part-tools button.up_part,
.register_ui_ex .part_start .part-tools button.top_part {
	position: relative;
	padding-left: 22px;
}

.register_ui_ex .part_start .part-tools button.end_part:before,
.register_ui_ex .part_start .part-tools button.down_part:before,
.register_ui_ex .part_start .part-tools button.up_part:before,
.register_ui_ex .part_start .part-tools button.top_part:before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 3px;
	top: 5px;
	background: #222;
	border-radius: 2px;
}

.register_ui_ex .part_start .part-tools button.top_part:before {
	content: url('../img/system/angle-double-up_ffffff_16.png');
}

.register_ui_ex .part_start .part-tools button.up_part:before {
	content: url('../img/system/angle-up_ffffff_16.png');
}

.register_ui_ex .part_start .part-tools button.down_part:before {
	content: url('../img/system/angle-down_ffffff_16.png');
}

.register_ui_ex .part_start .part-tools button.end_part:before {
	content: url('../img/system/angle-double-down_ffffff_16.png');
}


.register_ui_ex .part_start .add_part {
	/* 各アイテムパートに包含されているアイテム追加フォーム */
	position: relative;
}

.register_ui_ex .part_start .add_part .add_icon {
	/* アイテムを追加のボタン */
	cursor: pointer;
	visibility: hidden;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding: 0 5px;
	box-shadow: 1px 2px 3px #EEE;
	position: absolute;
	left: 0px;
	top: -28px;
	z-index: 666;
}

.register_ui_ex .part_start .add_part .add_icon:before {
	content: '+';
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: -1px;
	left: -5px;
}

.register_ui_ex .part_start:hover .add_part .add_icon {
	visibility: visible;
}

.register_ui_ex .part_start .add_part .add_icon:hover {
	text-decoration: none;
}

.register_ui_ex .part_start .add_part .edit_button {
	display: none;
}

.register_ui_ex .ui-sortable-helper {
	background: rgba(0,0,0,0.3);
	opacity: 0.5;
}

.ui-sortable-helper * {
	background: transparent;
}

.sort_highlight {
	border: 3px dashed #666;
	background: #CCC;
	height: 100px;
}

.register_ui_ex .edit_form,
.register_ui_ex .add_part_body {
	/* アイテム追加フォームを包含 */
	padding: 15px;
	border: 1px solid #DDD;
	box-shadow: 1px 1px 2px #DDD;
	overflow: hidden;
	cursor: default;
	margin-top: 10px;
}

.register_ui_ex .edit_form h4,
.register_ui_ex .add_part_body h4 {
	padding: 2px 5px;
	margin: -14px -14px 10px;
	background: #EEE;
	font-size: 10px;
}

.register_ui_ex .edit_form p,
.register_ui_ex .add_part_body p {
}

.register_ui_ex .edit_form textarea,
.register_ui_ex .add_part_body textarea {
	width: 85%;
	font-size: 16px;
}

.register_ui_ex .edit_form input[type="text"],
.register_ui_ex .add_part_body input[type="text"] {
	width: 85%;
	font-size: 16px;
}

.register_ui_ex .edit_form .btn_check,
.register_ui_ex .add_part_body .btn_check {
	line-height: 1.33; /* font-size 16/12 = 1.33 */
}

.register_ui_ex .edit_form .view_image img,
.register_ui_ex .add_part_body .view_image img {
	margin-top: 10px;
}

.register_ui_ex .edit_form .drawMovie,
.register_ui_ex .add_part_body .drawMovie {
	margin-top: 10px;
}

.register_ui_ex .edit_form .yen,
.register_ui_ex .add_part_body .yen {
	margin-left: 5px;
}

.register_ui_ex .edit_form .search_img,
.register_ui_ex .add_part_body .search_img {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: underline;
}

.register_ui_ex .edit_form .search_img:hover,
.register_ui_ex .add_part_body .search_img:hover {
	text-decoration: none;
}

.register_ui_ex img.image_show {
	max-width: 300px;
}

.ui_btn_wrap {
	/* アイテム追加フォーム内(モジュール) */
	padding: 10px 10px 10px 15px;
	margin: 15px -15px -15px -14px;
	background: #F5F5F5;
	border-top: 1px solid #EEE;
	overflow: hidden;
}

.ui_btn_wrap .close_part_form {
	float: right;
}


/*--------------------------------------------------------------【ページ：まとめ作成編集】*/
/* アイテム検索ウィンドウ
----------------------------------------------- */
/****Search Window****/
.search_window {
	width: 960px;
}

.search_window input, 
.search_window select {
	color: #666;
	font-size: 12px;
	vertical-align: middle;
}

.search_window select {
	height:30px;
	margin-right: 2px;
	border: 1px solid #DDD;
	border-radius: 3px;
}

.search_window a {
	color: #333;
	text-decoration: none;
	font-weight : normal;
}

.search_window h3 {
	font-weight : normal;
}

.search_window .c2 .contents_m {
	width: 800px;
	float: right;
	padding: 0;
	border-right: none;
	border-left: 1px solid #EEE;
}

.search_window .c2 .contents_s {
	width: 160px;
	float: left;
}

.search_window .headarea {
	min-height: 60px;
	vertical-align: middle;
	background: #FFF;
	padding: 15px 10px;
	border-bottom: 1px solid #EEE;
	position: relative;
}

.search_window .headarea img {
	vertical-align: middle;
	margin-left: 10px;
}

.search_window .style_input {
	width: 250px;
	margin-left: 10px;
	margin-right: 2px;
	height: 30px;
}

.search_window input.ui_ex_input {
	width: 250px;
	margin-left: 10px;
	margin-right: 2px;
	height: 30px;
}

.search_window .btn_p {
	height: 30px;
	padding: 0 10px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	cursor: pointer;
}

.search_window .search_form_close {
	padding: 8px 5px 8px 28px;
	position: absolute;
	top: 15px;
	right: 10px;
	line-height: 1;
	border: 1px solid #EEE;
	border-radius: 2px;
	cursor: pointer;
}

.search_window .search_form_close:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.search_window .search_form_close:before {
	content: '\e603';
	font-family: 'icomoon';
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 8px;
}

.search_window .contents_s .title_imgsearch {
	font-size: 16px;
	line-height: 1;
}

.search_window .contents_s ul {
	margin-top: 10px;
}

.search_window .contents_s li {
	border-bottom: 1px solid #EEE;
}

.search_window .contents_s li.active {
	background: #F5F5F5;
}

.search_window .contents_s li a {
	display: block;
	padding: 10px 0 10px 10px;
	cursor: pointer;
	position: relative;
}

.search_window .contents_s li a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.search_window .contents_s li a:after {
	content: '\e648';
	font-family: 'icomoon';
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 11px;
	right: 6px;
}

.search_window .contents_s li a:hover:after {
	right: 1px;
}

.search_window .contents_s li:first-child {
	margin-top: -10px;
}

.search_window .img_to_items,
.search_window .thumb_sel,
.search_window .goods_to_items {
	color: #666;
	width: 132px;
	background: #EEE;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 0;
	margin-bottom: 8px;
	-webkit-box-shadow: 1px 1px 0 #DDD;
	-moz-box-shadow:  1px 1px 0 #DDD;
	box-shadow: 1px 1px 0 #DDD;
	cursor: pointer;
}

.search_window .img_to_items:hover,
.search_window .btn_p:hover,
.search_window .goods_to_items:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.search_window .more {
	width: 100px;
	clear: both;
	text-align: center;
	padding: 8px 0 8px 12px;
	margin: 20px auto;
	border: 1px solid #EEE;
	-webkit-transition: background-color 0.3s linear, color 1s linear, border-color 0.3s linear;
	-moz-transition: background-color 0.3s linear, color 1s linear, border-color 0.3s linear;
	-ms-transition: background-color 0.3s linear, color 1s linear, border-color 0.3s linear;
	-o-transition: background-color 0.3s linear, color 1s linear, border-color 0.3s linear;
	transition: background-color 0.3s linear, color 1s linear, border-color 0.3s linear;
	position: relative;
	cursor: pointer;
}

.search_window .more:hover {
	background: #EEE;
}

.search_window .more:before {
	content: '\e642';
	font-family: 'icomoon';
	color: #999;
	font-size: 14px;
	position: absolute;
	left: 6px;
	display: block;
}

.search_window .image_list {
	padding-top: 10px;
}

.search_window .google .image_data {
	width: 142px;
	height:215px;
	float: left;
	margin-left: 15px;
	padding: 5px;
	position: relative;
}

.search_window .instagram .image_data {
	width: 142px;
	height: 230px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
	padding: 5px;
	position: relative;
}

.search_window .image_data .img_quote a {
	color: #999;
	font-size: 10px;
	line-height:0;
}

.search_window .img_info img {
	max-width: 132px;
	display:block;
	margin:auto;
	z-index: 0;
}

.search_window .user_info {
	margin-bottom: 5px;
}

.search_window .user_info img {
	width: 25px;
	z-index: 0;
	margin-right: 3px;
}

.search_window .goods_data {
	padding: 10px 20px;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	position: relative;
}

.search_window .goods_data .goods_name {
	font-size: 14px;
	margin-left: 140px;
}

.search_window .goods_data .goods_price_mark {
	font-size: 14px;
	margin-top: 5px;
	margin-left: 140px;
}

.search_window .goods_data .goods_price_mark span {
	font-weight: bold;
}

.search_window .goods_data .goods_img {
	width: 130px;
	height: 130px;
	float: left;
}
.search_window .goods_data .goods_img img {
	width: 130px;
}

/* sub_style を移植 */
#make_article #parts_data_check {
	margin: -1px auto 20px;
	padding: 20px;
	background: #FFF;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
}

#make_article #parts_data_check > .post {
	width: 710px;
	padding-right:20px;
	margin-bottom:20px;
}

#make_article #btn_cancel{
	width  : auto;
}

/* ----------------------------------------------------- キーワードから探して追加 */

/* キーワード検索領域の設定 */
#search_image,
#search_keyword{
	height           : 60px;
	margin           : 0px auto;
	position         : fixed;
	top              : 10px;
	background-color : #FFF;
	z-index          : 1002;
}

#search_image_result,
#search_link_result{
	background-color : #FFF;
}

/* キーワード検索の背景 */
#sample01_overlay{
	background-color : #000;
	height           : 100%;
	left             : 0;
	opacity          : 0.5;
	position         : fixed;
	top              : 0;
	width            : 100%;
	z-index          : 1001;
}

/* キーワード検索結果（リンク） */
#search_link_result{
	overflow-y       : scroll;
	height           : 500px;
	background-color : #FFF;
}

div.add_items:hover{
	background-color : #ffefe3;
}

.add_items.check{
	background-color : #afeeee
}

.search_window .result_link {
	border-bottom : 1px solid #DDD;
	padding       : 0 10px;
}

/* 追加ボタンデザイン */
.search_window .link_to_items,
.search_window .twitter_to_items{
	color: #666;
	width: 132px;
	background: #EEE;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 0;
	margin-bottom: 8px;
	-webkit-box-shadow: 1px 1px 0 #DDD;
	-moz-box-shadow: 1px 1px 0 #DDD;
	box-shadow: 1px 1px 0 #DDD;
	cursor: pointer;
}

.search_form_close{
	margin : 0 5px 0 1px;
}

/* キーワード検索結果（Twitter） */
#search_twitter_result .twitter_data{
	padding : 5px ;
	border  : 1px solid #e7e7e7;
}

#search_twitter_result{
	overflow-y       : scroll;
	height           : 500px;
	background-color : #FFF;
}

#search_twitter_result twitter_list{
	height : 300px;
}

#search_twitter_result .twitter_list .tweet_pro_img{
	float  : left;
	margin : 5px;
}

#search_twitter_result .twitter_list .tweet_pro_img img{
	width : 40px;
	height: 40px;
}

#search_twitter_result .twitter_list p{
	margin : 3px 10px 3px 50px
}

#search_twitter_result .twitter_list p img {
	width : 200px;
}

#search_twitter_result .twitter_data:hover{
	background-color : #ffefe3;
}

#search_twitter_result .twitter_data.added{
	background-color : #afeeee;
	padding          : 5px ;
	border           : 1px solid #e7e7e7;
}

/* キーワード検索結果（画像）*/
#search_image {
	height : 737px;
}

#search_image #img_form_side{
	height           : 100%;
	float            : left;
	background-color : #FFF;
}

#img_form_side .img_search{
	cursor : pointer;
}
.image_list.instagram .image_data .user_info img{
	width  : 20px;
	height : 20px;
}
#img_form_main #search_link_result {
	margin-left : 5px auto 5px 10px;
	height      : 676px;
	overflow-y  : scroll;
}

.image_list .image_data.added{
	background-color : #afeeee;
}

/* キーワード検索結果（商品）*/
.search_window .search_goods_form_close:before{
	content: '\e603';
	font-family : 'icomoon';
	color       : #999;
	font-size   : 14px;
	position    : absolute;
	top         : 6px;
	left        : 8px;
}
/* sub_style を移植 */

/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                              */
/*                                                                                  */
/* ================================================================================ */

#mobile-right .fixed {
	z-index: 1001;
	position: fixed;
}

#mobile-right-menu {
	/* 右メニュー表示アイコン */
	background-color: #000;
}

#right-menu-close {
	/* 右メニュー　閉じる */
	background: #000;
}

.mobile_right_wrap .mobile_right_body h1{
	/* 右メニュー展開後タイトル */
	color: #FF6035;
}

.pagenav a {
	/* ページ送りのボタン */
	border: 1px solid #EEE;
}

.pagenav a:hover {
	/* ページ送りのボタン、マウスホバー時 */
	background: #F8F6F6;
}

.pagenav .active {
	/* ページ送りのボタン、現在のページ */
	background: #EEE;
}

#top_items .items_bg h3 {
	/* トップ：ピックアップ部の各まとめ画像の上レイヤ */
	background: rgba(0,0,0,0.4);
	color: #FFF;
}

.special_banner .special_banner_part {
	/* トップ：各特集バナー */
}

.special_banner .special_banner_part .banner_part_body {
	/* トップ：各特集バナー */
}

.access_rank_post_title {
	/* サイド：アクセスランキングのタイトル */
	border-left: 3px solid #FF6035;
}

.postlist .rank,
.contents_s .side_postlist .rank {
	/* アクセスランキングの番号 */
	color: #FFF;
	background: #FF6035;
	border: 1px solid #FFF;
}

.special_post_title {
	/* サイド：特集のタイトル */
	border-left: 3px solid #FF6035;
}

.side_page_title {
	/* サイド：ページ管理リンクのタイトル */
	border-left: 3px solid #FF6035;
}

.relate_words_title {
	/* 人気のキーワード、関連キーワードのタイトル部分 */
	border-left: 3px solid #FF6035;
}

.keyword_list li a:before {
	/* キーワードリストのタグアイコンの色 */
	color: #FCCDCC;
}

#cont_keyword_list .otherlist li a:before {
	/* キーワード一覧の矢印の色 */
	color: #FF6035;
}

#special_items .items_bg h3 {
	/* 特集ページ：各まとめ画像の上レイヤ */
	background: rgba(0,0,0,0.4);
	color: #FFF;
}

#contact .btn_send {
	/* 汎用フォーム内(モジュール)：問合せ、キュレータ申請ページにあるボタン */
	color: #FFF;
	background: #424242;
}

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

#contact dl dt span {
	/* 汎用フォーム内(モジュール)：問合せ、キュレータ申請ページ中の「必須」テキスト */
	color: #ff6035;
}

.part_err,
.error {
	/* 入力エラーの文字色 */
	color: #ff6035;
}

.validate .style_textarea,
.validate .style_input {
	/* 入力エラー時のフォームパーツの枠線の色 */
	border: 1px solid #ffa38a;
}


.signup_form .btn_signup {
	/* 会員登録ページ、登録するボタン */
	color: #FFF;
	background: #424242;
}

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

#inducement .btn_member {
	/* 会員の方はこちら */
	background: #FFF;
	color: #999;
	border: 1px solid #CCC;
}

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

#login_form .button .btn_login {
	/* ログインボタン */
	background: #FFF;
	color: #333;
	border: 1px solid #CCC;
}

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

.invitation_inline > .btn_link {
	/* 今すぐ会員登録ボタン */
	color: #FFF;
	background: #424242;
}

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



.postlist .column {
	margin-bottom: 15px;
}

.contents_s .side_postlist .column {
	margin-top: 5px;
	padding-bottom: 5px;
}

.modGoodAct {
	margin: 0 0 20px;
	border: 1px solid #DDD;
	display: table;
	width: 100%;
}

.modGoodAct__img {
	display: table-cell;
	height: 200px;
	width: 50%;
	background-size: cover;
	background-position: center center;
}

.modGoodAct__text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.modGoodAct__text p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1em;
}

.modGoodAct__text p span {
	font-weight: bold;
}

.modGoodAct__text iframe {
	max-height: 50px;
}
