@charset "UTF-8";
/*------------------------------------------------------------
Theme Name: Social Trend News Ver.3
Theme URI: http://social-trend.jp/
Author: Trenders
Description: Social Trend News Ver 3.0
Version: 3.0
------------------------------------------------------------*/


/* Reset Style
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: bottom;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}



/* General Setting
------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	min-width: 1100px;
	background-color: #fff;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
::selection {
	color: #333;
	background-color: #fcff00;
}
::-moz-selection {
	color: #333;
	background-color: #fcff00;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: .6;
}
.contents {
	margin-top: 30px;
	background: url(./images/bg_line_01.gif) repeat-y 735px 0;
}
.main-contents {
	float: left;
	width: 720px;
}
.side-contents {
	float: right;
	width: 270px;
}
.left-area {
	float: left;
}
.right-area {
	float: right;
}
.page-title {
	margin-bottom: 40px;
	padding-left: 30px;
	border-left: 8px solid #f3f3f3;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.page-title span {
	font-weight: normal;
}
.list-title01 {
	position: relative;
	margin: 35px 0 15px;
}
.list-title01:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #eee;
}
.list-title01 span {
	position: relative;
	z-index: 2;
	padding-right: 10px;
	background-color: #fff;
	font-size: 17px;
}
.page-number {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
}
.label-series {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: auto !important;
}
.label-pr {
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 2;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
.pagetop img {
	transition: .15s;
}
a:hover .label-series {
	filter: alpha(opacity=100);
	opacity: 1;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], textarea {
	border-radius: 0;
	outline: none;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contents:after,
.article-list:after,
.category-header-detail:after,
.column-block:after,
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
.global-header-inner,
.nav-search-inner,
.breadcrumbs ul,
.contents,
.global-footer-inner {
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}



/* Global Header
------------------------------------------------------------*/
.global-header {
	height: 77px;
	background-color: #fcff00;
	border-bottom: 1px solid #e5e5e5;
}
.gh-logo {
	position: absolute;
	top: 16px;
	left: 2px;
}
.gh-nav {
	position: absolute;
	top: 26px;
	right: 0;
}
.gh-nav li {
	display: inline;
	margin-left: 20px;
}
.gh-nav li a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 15px;
	color: #000;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	transition: .15s;
}
.gh-nav li a:hover {
	background-color: #e1e400;
}



/* Global Nav - Header Search - Breadcrumbs
------------------------------------------------------------*/
.nav-search {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.nav {
	font-size: 0;
}
.nav li {
	display: inline-block;
}
.nav li a {
	display: block;
	padding: 17px 19px 13px;
	border-bottom: 3px solid transparent;
	color: #333;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: .15s;
	letter-spacing: 2px;
}
.nav li:last-child a {
	padding: 17px 19px 13px;
}
.nav li a:hover,
.nav li .is-current {
	color: #f74092;
	border-bottom-color: #f74092;
}
.nav-search #searchform {
	position: absolute;
	top: 6px;
	right: 6px;
}
.nav-search #searchform input[type="text"] {
	width: 220px;
	height: 35px;
	padding: 0 10px 0 45px;
	background: #eee url(./images/icn_search_01.png) no-repeat 14px 50%;
	border: none;
	border-radius: 20px;
}
.nav-search #searchform input[type="text"]::-webkit-input-placeholder {
	color: #000;
	font-weight: bold;
}
.nav-search #searchform input[type="text"]::-moz-placeholder {
	color: #000;
	font-weight: bold;
}
.nav-search #searchform input[type="text"]:-ms-input-placeholder {
	color: #000;
	font-weight: bold;
}
.breadcrumbs {
	padding: 12px 0;
	background-color: #f3f3f3;
}
.breadcrumbs ul {
	padding: 0 23px;
}
.breadcrumbs ul li {
	position: relative;
	display: inline;
	margin-left: 17px;
	padding-left: 25px;
	font-size: 13px;
}
.breadcrumbs ul li:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 9px;
	height: 13px;
	background: url(./images/icn_arrow-gray_01.png) no-repeat 0 0;
}
.breadcrumbs ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.breadcrumbs ul li:first-child:before {
	content: none;
}



/* Global Footer
------------------------------------------------------------*/
.global-footer {
	margin-top: 100px;
	padding: 50px 0;
	background-color: #f3f3f3;
}
.gf-left-area {
	width: 470px;
}
.gf-right-area {
	width: 510px;
}
.gf-tw {
	margin-top: 20px;
}
.gf-description {
	margin-top: 20px;
	font-size: 12px;
}
.gf-logo {
	margin-bottom: 30px;
	font-size: 0;
}
.gf-nav {
	font-size: 0;
}
.gf-nav li {
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 12px;
	background: url(./images/icn_arrow-black_01.png) no-repeat 0 1px;
	line-height: 1;
}
.gf-nav li:nth-of-type(2),
.gf-nav li:nth-of-type(3),
.gf-nav li:nth-of-type(4) {
	width: 125px;
}
.gf-nav li:nth-of-type(1) {
	width: 235px;
}

ul.gf-nav-cherry li:nth-of-type(1),
ul.gf-nav-cherry li:nth-of-type(4),
ul.gf-nav-cherry li:nth-of-type(6) {
	width: 125px;
}
ul.gf-nav-cherry li:nth-of-type(2),
ul.gf-nav-cherry li:nth-of-type(5) {
	width: 145px;
}
ul.gf-nav-cherry li:nth-of-type(3) {
	width: 235px;
}
.gf-nav li a {
	font-size: 13px;
}
.gf-copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #aeaeae;
	font-size: 12px;
}



/* Main
------------------------------------------------------------*/
/* 記事一覧 */
.article-list {
	clear: left;
	width: 736px;
	margin: -5px 0 0 -9px;
}
.article-list-item {
	float: left;
	width: 241px;
	height: 260px;
	margin: 0 0 10px 4px;
	padding: 5px;
	transition: .15s;
}
.article-list-item:hover {
	background-color: #f7f7f7;
}
.article-list-item .image {
	position: relative;
	width: 231px;
	height: 146px;
	overflow: hidden;
}
.article-list-item .image img {
	width: 100%;
}
.article-list-item .image .label-series,
.article-list-item .image .label-pr {
	width: auto;
}
.article-list-item .title {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	word-break: break-all;
}
.article-list-item .title a {
	color: #333;
}
.article-list-item .cat {
	margin-top: 10px;
	font-size: 14px;
}
.article-list-item .cat a {
	color: #8a8a8a;
}
.recent-article-list .article-list-item {
	width: 364px;
	height: 315px;
}
.recent-article-list .article-list-item .image {
	width: 354px;
	height: 224px;
	overflow: hidden;
}
.article-list-item .title {
	margin-bottom: -5px;
	line-height: 1.5;
}

/* ページネーション */
.wp-pagenavi {
	margin-top: 70px;
	font-size: 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0 5px;
	padding-top: 15px;
	background-color: #fcff00;
	border: 1px solid #fcff00;
	color: #000;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	transition: .15s;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background-color: #fff;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .nextpostslink:after {
	position: absolute;
	top: -1px;
	content: '';
	width: 23px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: .15s;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
	opacity: 0;
}
.wp-pagenavi .previouspostslink {
	width: 93px;
	padding-left: 8px;
	border-left: none;
	text-align: left;
}
.wp-pagenavi .previouspostslink:before {
	left: -23px;
	background-image: url(./images/bg_prev_01.png);
}
.wp-pagenavi .previouspostslink:after {
	left: -23px;
	background-image: url(./images/bg_prev_02.png);
}
.wp-pagenavi .nextpostslink {
	width: 93px;
	padding-right: 8px;
	border-right: none;
	text-align: right;
}
.wp-pagenavi .nextpostslink:before {
	right: -23px;
	background-image: url(./images/bg_next_01.png);
}
.wp-pagenavi .nextpostslink:after {
	right: -23px;
	background-image: url(./images/bg_next_02.png);
}
.wp-pagenavi .previouspostslink:hover:after,
.wp-pagenavi .nextpostslink:hover:after {
	opacity: 0;
}
.wp-pagenavi .previouspostslink:hover:after,
.wp-pagenavi .nextpostslink:hover:after {
	opacity: 1;
}
.wp-pagenavi .is-disable,
.wp-pagenavi .is-disable:hover {
	background-color: #fcff00;
	opacity: .5;
	cursor: default;
}
.wp-pagenavi .previouspostslink.is-disable:hover:after,
.wp-pagenavi .nextpostslink.is-disable:hover:after {
	content: none;
}
.wp-pagenavi .pages {
	display: none;
}
/* 詳細記事 */
.single-article-title {
	font-size: 30px;
	line-height: 1.3;
}
.single-article-meta {
	position: relative;
	padding: 5px 0 15px;
	color: #9d9d9d;
	font-size: 13px;
	overflow: hidden;
}
.single-article-tender {
	width: 70%;
	float: left;
}
.single-article-date {
	width: 30%;
	float: right;
	text-align: right;
}
.single-article-thumb {
	width: 640px;
	margin: 0 auto 40px;
}
.single-article-thumb img {
	width: 100%;
}



/* 詳細記事スタイル */
.single-article-contents .alignleft {
	text-align: left;
}
.single-article-contents .aligncenter {
	text-align: center;
}
.single-article-contents img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-article-contents .alignright {
	text-align: right;
}
.single-article-contents .alignnone {
	text-align: none;
}
.single-article-contents p {
	margin-top: 35px;
	font-size: 16px;
	line-height: 1.8;
}
.single-article-contents h3+p {
	margin-top: 15px;
}
.single-article-contents h4+p {
	margin-top: 25px;
}
.single-article-contents .large {
	margin: 30px 0 -5px;
	font-size: 40px;
	line-height: 1.3;
}
.single-article-contents .medium {
	margin: 30px 0 -5px;
	font-size: 30px;
	line-height: 1.3;
}
.single-article-contents .large strong,
.single-article-contents .medium strong {
	font-weight: normal;
}
.single-article-contents .small {
	font-size: 15px;
}
.single-article-contents .x-small {
	margin-top: 15px;
	font-size: 14px;
}
.single-article-contents h2 {
	margin-top: 35px;
	padding: 20px 23px 18px;
	background-color: #f3f3f3;
	border-radius: 10px;
	font-size: 27px;
	line-height: 1.3;
}
.single-article-contents h3 {
	margin-top: 35px;
	padding: 0 7px 10px;
	border-bottom: 2px solid #f3f3f3;
	font-size: 24px;
	line-height: 1.3;
}
.single-article-contents h4 {
	margin-top: 35px;
	padding-left: 15px;
	border-left: 1px solid #000;
	font-size: 22px;
	line-height: 1.3;
}
.single-article-contents .thum_box {
	overflow: hidden;
}
.single-article-contents .thum_box01 {
	margin-top: 35px;
}
.single-article-contents .thum_box02 {
	margin-top: 30px;
}
.single-article-contents .thum_box .pic {
	float: left;
}
.single-article-contents .thum_box .pic img {
	margin: 0;
}
.single-article-contents .thum_box01 .pic {
	margin: 0 25px 5px 0;
}
.single-article-contents .thum_box02 .pic {
	margin: 0 15px 5px 0;
}
.single-article-contents .thum_box .pic p {
	margin: 0;
}
.single-article-contents .thum_box .pic+p {
	margin-top: 0;
}
.single-article-contents .thum_box02 p {
	overflow: hidden;
}
.single-article-contents .red   { color: #c21a4d;}
.single-article-contents .green { color: #007d5b;}
.single-article-contents .blue  { color: #006c99;}

.single-article-contents .quote_box {
	margin-top: 35px;
	padding: 15px 18px;
	border: 2px solid #f3f3f3;
	font-size: 16px;
	line-height: 1.8;
}
.single-article-contents .quote_box p {
	margin-top: 0;
}
.single-article-contents .image_box {
	margin: 20px 0;
}
.single-article-contents .info_box {
	margin-top: 35px;
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #dadada;
}
.single-article-contents .info_box p {
	font-size: 14px;
}
.single-article-contents .info_box p:first-child {
	margin-top: 0;
}
.single-article-contents a {
	color: #0066cb;
}



.single-article-share {
	position: relative;
	margin-top: 40px;
	padding-left: 184px;
}
.single-article-share-title {
	position: absolute;
	top: 13px;
	left: 0;
	display: inline-block;
	width: 150px;
	padding: 14px 0 12px;
	background-color: #f3f3f3;
	color: #333;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}
.single-article-share-title:after {
	position: absolute;
	top: 50%;
	right: -30px;
	content: '';
	margin-top: -7px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid #f3f3f3;
}
.single-article-share ul {
	margin: 0 0 0 -10px;
	overflow: hidden;
}
.single-article-share li {
	float: left;
	margin-left: 10px;
}
.single-article-share li a {
	display: block;
	width: 263px;
	height: 66px;
	padding: 27px 0 0 66px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	transition: .15s;
}
.single-article-share .share-fb a {
	background: #4577bb url(./images/icn_facebook_01.gif) no-repeat 0 0;
}
.single-article-share .share-tw a {
	background: #50a7e9 url(./images/icn_twitter_01.gif) no-repeat 0 0;
}
.single-article-share li a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
.single-article-keyword {
	position: relative;
	margin-top: 32px;
	padding-left: 184px;
}
.single-article-keyword-title {
	position: absolute;
	top: -4px;
	left: 0;
	display: inline-block;
	width: 150px;
	padding: 14px 0 12px;
	background-color: #f3f3f3;
	color: #333;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}
.single-article-keyword-title:after {
	position: absolute;
	top: 50%;
	right: -30px;
	content: '';
	margin-top: -7px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid #f3f3f3;
}
.single-article-keyword ul {
	margin-left: -10px;
	font-size: 0;
}
.single-article-keyword ul li {
	display: inline-block;
	margin: 0 0 10px 10px;
}
.single-article-keyword ul li a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #333;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .15s;
}
.single-article-keyword ul li a.cat {
	background-color: #505050;
	border: 1px solid #505050;
	color: #fff;
}
.single-article-keyword ul li a:hover {
	border: 1px solid #c1c1c1;
}
.single-article-related-title {
	margin-top: 40px;
	padding: 12px 20px 9px;
	background-color: #f3f3f3;
	font-size: 15px;
	font-weight: bold;
}
.single-article-related-list {
	border: 1px solid #eee;
	border-top: none;
}
.single-article-related-item {
	position: relative;
	padding: 20px 40px 20px 20px;
	border-top: 1px solid #eee;
	overflow: hidden;
	transition: .15s;
}
.single-article-related-item:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 10px;
	height: 17px;
	margin-top: -8px;
	background: url(./images/icn_arrow-blue_02.png) no-repeat 0 0;
}
.single-article-related-item:hover {
	background-color: #f7f7f7;
}
.single-article-related-item .image {
	float: left;
	width: 129px;
	margin-right: 20px;
}
.single-article-related-item .image img {
	width: 129px;
}
.single-article-related-item .text {
	padding-top: 10px;
	overflow: hidden;
}
.single-article-related-item .title {
	font-size: 17px;
	font-weight: bold;
}
.single-article-related-item .title a {
	color: #0066cb;
}
.single-article-related-item .cat a {
	color: #8a8a8a;
}
.single-article-fb {
	display: table;
	width: 100%;
	margin-top: 40px;
}
.single-article-fb-thumb,
.single-article-fb-btn {
	display: table-cell;
	background-color: #ecf3fd;
	vertical-align: middle;
	text-align: center;
}
.single-article-fb-thumb {
	width: 307px;
}
.single-article-fb-thumb img {
	width: 100%;
}
.single-article-fb-btn p {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .1em;
}
.single-article-fb-btn .fb-like {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.single-article-tw {
	padding: 10px 0 3px;
	border: 1px solid #eee;
	border-top: none;
	font-size: 15px;
	text-align: center;
}
.single-article-tw span {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.single-article-author-title {
	position: relative;
	margin: 40px 0 15px;
	padding: 0 0 10px 36px;
	border-bottom: 1px solid #e6e4dd;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.single-article-author-title:before {
	position: absolute;
	top: -2px;
	left: 0;
	content: '';
	width: 23px;
	height: 22px;
	background: url(./images/icn_creator_02.png) no-repeat 0 0;
}
.single-article-author .author-list-item {
	padding: 0 0 10px;
	border-bottom: none;
}
.single-article-ad {
	text-align: center;
}
.single-article-ad-rect {
	margin: 30px 15px 0;
	display: inline-block;
	text-align: center;
}
._popIn_recommend_container {
	padding: 50px 0 0 !important;
}
._popIn_recommend_header {
	margin-bottom: 15px !important;
	padding: 0 8px 10px !important;
	border-bottom: 1px solid #e6e4dd !important;
	color: #333 !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}
._popIn_recommend_article {
	margin-left: 1.75% !important;
	margin-right: 0 !important;
}
._popIn_recommend_article:nth-of-type(3n+1) {
	margin-left: 0 !important;
}

/* カテゴリー */
.category-header {
	margin-bottom: 30px;
}
.category-header-detail .image {
	float: left;
	margin-right: 30px;
	width: 170px;
}
.category-header-detail .text {
	overflow: hidden;
}
.category-title {
	font-size: 30px;
	line-height: 1.2;
}
.category-description {
	margin-top: 15px;
	font-size: 15px;
}
.category-child {
	margin-top: 40px;
	padding: 20px;
	background-color: #f3f3f3;
}
.category-child-list {
	margin-top: -10px;
	font-size: 0;
}
.category-child-list li {
	display: inline-block;
	margin: 10px 10px 0 0;
}
.category-child-list li a {
	display: inline-block;
	padding: 9px 14px;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .15s;
}
.category-child-list li a:hover {
	border: 1px solid #c1c1c1;
}

/* 過去の記事 */
.date-header {
	position: relative;
}
.date-archive-list {
	margin: -10px 0 20px;
	padding: 15px 20px;
	background-color: #f3f3f3;
}
.date-archive-list ul {
	font-size: 0;
}
.date-archive-list ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.yearly-archive-list li {
	margin-left: 5px;
}
.yearly-archive-list li:first-child {
	margin-left: 0;
}
.yearly-archive-list li a {
	display: block;
	padding: 12px 22px;
	background-color: #fff;
}
.monthly-archive-list {
	margin-top: 14px;
}
.monthly-archive-list li {
	border-right: 1px solid #cfcfcf;
}
.monthly-archive-list li:first-child {
	border-left: 1px solid #cfcfcf;
}
.monthly-archive-list li a {
	display: block;
	padding: 0 12px 0 13px;
}

/* キーワード一覧 */
.keyword-list .wp-tag-cloud {
	margin-left: -15px;
	font-size: 0;
}
.keyword-list .wp-tag-cloud li {
	display: inline-block;
	margin: 0 0 15px 15px;
}
.keyword-list .wp-tag-cloud li a {
	display: inline-block;
	padding: 14px 15px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .15s;
}
.keyword-list .wp-tag-cloud li a:hover {
	border: 1px solid #c1c1c1;
}

/* クリエイター一覧・詳細 */
.author-list {
	margin-top: -40px;
}
.author-list-item {
	padding: 20px 0 25px;
	border-bottom: 1px solid #e6e4dd;
}
.author-list-item .author-image-text {
	overflow: hidden;
}
.author-list-item .author-image-text .image {
	float: left;
	width: 90px;
	margin-right: 20px;
}
.author-list-item .author-image-text .image img {
	width: 90px;
	border-radius: 50%;
}
.author-list-item .author-image-text .text {
	position: relative;
	padding-top: 5px;
	overflow: hidden;
}
.author-list-item .author-name {
	width: 380px;
	font-size: 21px;
	font-weight: bold;
}
.author-list-item .author-detail-link,
.author-list-item .author-articles-link {
	position: absolute;
	top: 10px;
	right: 0;
}
.author-list-item .author-detail-link a,
.author-list-item .author-articles-link a {
	padding-right: 16px;
	background: url(./images/icn_arrow-blue_01.png) no-repeat 100% 3px;
	color: #0082bb;
	font-weight: bold;
}
.author-list-item .author-excerpt {
	margin-top: 15px;
}
.author-series {
	position: relative;
	margin-top: 15px;
	margin-bottom: -10px;
	padding: 15px 20px;
	background-color: #f3f3f3;
}
.author-series:before {
	position: absolute;
	top: -16px;
	left: 50%;
	content: '';
	margin-left: -4px;
	border: 8px solid transparent;
	border-bottom-color: #f3f3f3;
}
.author-series li {
	overflow: hidden;
}
.author-series li+li {
	margin-top: 15px;
}
.author-series .image {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.author-series .image a {
	position: relative;
	display: block;
}
.author-series .image span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}
.author-series .image a:hover span {
	filter: alpha(opacity=60);
	opacity: .6;
}
.author-series .image img {
	width: 100%;
}
.author-series .text {
	overflow: hidden;
}
.author-series-title a {
	color: #0082bb;
	font-size: 16px;
	font-weight: bold;
}
.author-series-excerpt {
	margin-top: 10px;
	line-height: 1.4;
}
.author-detail-image-text {
	margin: -20px 0 -5px;
	overflow: hidden;
}
.author-detail-image-text .image {
	float: left;
	width: 134px;
	margin-right: 20px;
}
.author-detail-image-text .image img {
	width: 134px;
	border-radius: 50%;
}
.author-detail-image-text .text {
	overflow: hidden;
}
.author-detail-image-text .text p {
	line-height: 1.7;
}
.author-detail-image-text .text p+p {
	margin-top: 15px;
}
.author-detail-image-text .text p a {
	color: #0082bb;
}

/* 運営会社 */
.page-company .prologue {
	font-size: 14px;
	line-height: 1.5;
}
.page-company .company-detail .company-detail-label {
	margin: 25px 0 3px;
	font-weight: bold;
}
.page-company .company-detail .company-detail-text a {
	color: #0082bb;
}

/* ご利用規定 */
.page-rules {
	padding-right: 30px;
}
.page-rules a {
	color: #0082bb;
}
.page-rules .prologue {
	font-size: 16px;
	line-height: 1.7;
}
.page-rules dl dt {
	margin: 20px 0 15px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.page-rules dl dd {
	line-height: 1.8;
}
.page-rules .example-list li:before {
	content: '・';
}
.page-rules .site-list {
	padding-top: 15px;
}
.page-rules .site-list li {
	margin-top: 20px;
}
.page-rules .site-list li span {
	display: block;
	font-weight: bold;
}

/* お問い合わせ */
.page-contact a {
	color: #0082bb;
}
.page-contact .prologue {
	margin-top: -15px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 1.7;
}
.page-contact .prologue span {
	display: block;
	font-size: 14px;
}
.page-contact .required {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 15px;
	padding: 2px 5px;
	background-color: #f51378;
	color: #fff;
	font-size: 11px;
}
.page-contact .form-label {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}
.page-contact .form-input {
	margin-top: 5px;
}
.page-contact .captcha {
	display: block;
	margin: -5px 0 10px;
}
.page-contact .captcha img {
	margin: 0;
}
.page-contact .text-field01,
.page-contact .text-field02 {
	width: 505px;
	padding: 8px;
	border: 1px solid #ddd;
}
.page-contact .text-field02 {
	height: 140px;
	resize: vertical;
}
.page-contact .form-btn input {
	display: inline-block;
	margin-top: 25px;
	padding: 12px 40px;
	background: #333;
	border: none;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: .15s;
}
.page-contact .form-btn input:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

/* ソーシャルトレンドニュースについて */
.page-about .alignleft {
	text-align: left;
}
.page-about .aligncenter {
	text-align: center;
}
.page-about .alignright {
	text-align: right;
}
.page-about .alignnone {
	text-align: none;
}
.page-about {
	padding-top: 348px;
	background: url(./images/img_about-visual.jpg) no-repeat 50% 0;
}
.page-about p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2;
}
.page-about .about-stn-txt01 {
	margin: 15px 0 -20px;
	font-size: 23px;
}
.page-about .about-btn {
	margin: 45px 20px 0;
	padding-bottom: 25px;
	overflow: hidden;
}
.page-about .about-btn div {
	width: 324px;
	height: 324px;
	padding-top: 100px;
	background-color: #f2f2f2;
	border-radius: 50%;
	text-align: center;
}
.page-about .about-btn p {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.7;
}
.page-about .about-btn .btn {
	position: relative;
	display: inline-block;
	width: 207px;
	margin-top: 20px;
	padding: 15px 0;
	background-color: #fff;
	border-radius: 4px;
	color: #0066cb;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.page-about .about-btn .btn:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '';
	width: 10px;
	height: 14px;
	margin-top: -7px;
	background: url(./images/icn_arrow-blue_05.png) no-repeat 0 0;
}
.page-about .note01 {
	margin-right: 15px;
	font-size: 11px;
	text-align: right;
}
.page-about .note02 {
	margin: 20px 20px 0 0;
	color: #aeaeae;
	font-size: 9px;
	line-height: 1.4;
	text-align: right;
}



/* Side
------------------------------------------------------------*/
.side-widget {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e6e4dd;
}
.side-widget:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.side-widget-title {
	position: relative;
	margin-bottom: 15px;
	padding-left: 32px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .075em;
}
.side-widget-title:before {
	position: absolute;
	top: -2px;
	left: 4px;
	content: '';
}
.side-widget .more-link {
	position: absolute;
	top: 15px;
	right: 0;
	display: inline-block;
	padding-right: 17px;
	background: url(./images/icn_arrow-blue_01.png) no-repeat 100% -1px;
	color: #0082bb;
	font-weight: bold;
	line-height: 1;
}
.side-widget .more-link-btn {
	position: relative;
	display: block;
	margin-top: 15px;
	padding: 11px 0 10px;
	border: 1px solid #eeefef;
	border-bottom: 1px solid #dfe0e0;
	border-radius: 3px;
	color: #0066cb;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .15s;
}
.side-widget .more-link-btn:hover {
	border: 1px solid #d6d7d7;
}
.side-widget .more-link-btn:after {
	position: absolute;
	top: 50%;
	right: 14px;
	content: '';
	width: 8px;
	height: 13px;
	margin-top: -6px;
	background: url(./images/icn_arrow-blue_01.png) no-repeat 0 0;
}
.widget-popular-rank .side-widget-title:before {
	width: 23px;
	height: 17px;
	background: url(./images/icn_ranking_01.png) no-repeat 0 0;
}
.widget-popular-rank-item {
	position: relative;
	left: -5px;
	width: 280px;
	padding: 5px;
	transition: .15s;
}
.widget-popular-rank-item:after {
	display: block;
	clear: both;
	content: '';
}
.widget-popular-rank-item:hover {
	background-color: #f7f7f7;
}
.widget-popular-rank-item .image {
	float: left;
	width: 80px;
	height: 51px;
	margin-right: 10px;
}
.widget-popular-rank-item .image img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: top;
}
.widget-popular-rank-item .image a {
	position: relative;
	display: block;
}
.widget-popular-rank-item .image a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.widget-popular-rank-item:nth-of-type(1) .image a:before {
	background-image: url(./images/label_rank_01.png);
}
.widget-popular-rank-item:nth-of-type(2) .image a:before {
	background-image: url(./images/label_rank_02.png);
}
.widget-popular-rank-item:nth-of-type(3) .image a:before {
	background-image: url(./images/label_rank_03.png);
}
.widget-popular-rank-item:nth-of-type(4) .image a:before {
	background-image: url(./images/label_rank_04.png);
}
.widget-popular-rank-item:nth-of-type(5) .image a:before {
	background-image: url(./images/label_rank_05.png);
}
.widget-popular-rank-item .image a span {
	display: block;
	width: 80px;
	height: 51px;
	overflow: hidden;
}
.widget-popular-rank-item .text {
	overflow: hidden;
}
.widget-popular-rank-item .text p {
	font-weight: bold;
	line-height: 1.3;
}
.widget-popular-rank-item .title {
	font-size: 12px;
}
.widget-popular-rank-item .title a {
	color: #333;
}
.widget-popular-rank-item .cat a {
	color: #8a8a8a;
	font-size: 10px;
}
.widget-popular-rank-item .author-name {
	display: none;
}
.widget-popular-rank-item .author-name a {
	color: #8a8a8a;
	font-size: 11px;
}
.widget-hof .side-widget-title {
	padding-top: 5px;
}
.widget-hof .side-widget-title:before {
	width: 16px;
	height: 24px;
	background: url(./images/icn_hof_01.png) no-repeat 0 0;
}
.widget-hof-item {
	position: relative;
	left: -5px;
	width: 280px;
	padding: 5px;
	transition: .15s;
}
.widget-hof-item:after {
	display: block;
	clear: both;
	content: '';
}
.widget-hof-item:hover {
	background-color: #f7f7f7;
}
.widget-hof-item .image {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.widget-hof-item .image img {
	width: 100%;
}
.widget-hof-item .image a {
	position: relative;
	display: block;
}
.widget-hof-item .text {
	overflow: hidden;
}
.widget-hof-item .text p {
	font-weight: bold;
	line-height: 1.3;
}
.widget-hof-item .title {
	font-size: 12px;
}
.widget-hof-item .title a {
	color: #333;
}
.widget-hof-item .cat a {
	color: #8a8a8a;
	font-size: 10px;
}
.widget-keyword .side-widget-title:before {
	width: 18px;
	height: 17px;
	background: url(./images/icn_keyword_01.png) no-repeat 0 0;
}
.widget-keyword .wp-tag-cloud {
	margin-top: -5px;
	padding: 0 5px 5px;
	font-size: 0;
}
.widget-keyword .wp-tag-cloud li {
	display: inline-block;
	margin: 11px 10px 0 0;
}
.widget-keyword .wp-tag-cloud li a {
	display: inline-block;
	padding: 8px 10px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .15s;
}
.widget-keyword .wp-tag-cloud li a:hover {
	border: 1px solid #c1c1c1;
}
.widget-series .side-widget-title:before {
	width: 19px;
	height: 16px;
	background: url(./images/icn_series_01.png) no-repeat 0 0;
}
.widget-series-item {
	position: relative;
	left: -5px;
	width: 280px;
	margin-top: 5px;
	padding: 5px;
	transition: .15s;
}
.widget-series-item:hover {
	background-color: #f7f7f7;
}
.widget-series-item img {
	width: 100%;
}
.widget-series-item .title {
	margin-top: 10px;
	font-weight: bold;
}
.widget-series-item .title,
.widget-series-item .author {
	color: #0082bb;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget-series-item .title a,
.widget-series-item .author a {
	color: #0082bb;
}
.widget-series-item .excerpt {
	margin-top: 2px;
	color: #333;
	font-size: 12px;
}
.widget-creator .side-widget-title:before {
	top: -3px;
	width: 18px;
	height: 18px;
	background: url(./images/icn_creator_01.png) no-repeat 0 0;
}
.widget-creator-list {
	width: 280px;
	margin-left: -5px;
}
.widget-creator-list:after {
	display: block;
	clear: both;
	content: '';
}
.widget-creator-item {
	float: left;
	width: 93px;
	padding: 5px;
	text-align: center;
	transition: .15s;
}
.widget-creator-item:hover {
	background-color: #f7f7f7;
}
.widget-creator-item:nth-of-type(3n+1) {
	clear: left;
}
.widget-creator-item .image img {
	width: 83px;
	border-radius: 50%;
}
.widget-creator-item .name {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
}
.widget-creator-item .name a {
	color: #0066cb;
}
.widget-banner {
	margin-top: 20px;
	padding-top: 0;
	border-top: none;
}
.widget-banner-list {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.widget-banner-list ul li {
	margin-top: 30px;
}



/* Cherry ==================================================*/
#cherry {
	background: url(./images/cherry/bg_02.gif);
}
#cherry .message-bar {
	padding: 11px 0;
	background: url(./images/cherry/bg_01.gif);
	font-size: 0;
	text-align: center;
}
.cherry-global-header,
.cherry-nav-search,
#cherry .breadcrumbs,
#cherry .contents-wrapper,
.cherry-fnav,
#cherry .global-footer-inner {
	position: relative;
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}
#cherry .contents-wrapper {
	padding: 25px 0 100px;
	background-color: #fff;
}
#cherry .contents {
	margin-top: 0;
	background: url(./images/bg_line_01.gif) repeat-y 735px 0;
}



/* Global Header
------------------------------------------------------------*/
.cherry-global-header {
	padding: 16px 0 7px;
}
.cgh-logo {
	margin-left: 160px;
}
.cgh-about {
	position: absolute;
	top: 11px;
	right: 236px;
}
.cgh-about a:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 151px;
	height: 108px;
	background: url(./images/cherry/btn_about_on.png) no-repeat 0 0;
	opacity: 0;
}
.cgh-about a:hover img {
	opacity: 0;
}
.cgh-about a:hover:after {
	opacity: 1;
}



/* Global Nav - Header Search - Breadcrumbs
------------------------------------------------------------*/
.cherry-nav-search {
	background-color: #f83797;
}
.cherry-nav-search:after {
	position: absolute;
	top: -93px;
	right: 53px;
	z-index: 2;
	content: '';
	width: 56px;
	height: 126px;
	background: url(./images/cherry/img_01.png) no-repeat 0 0;
}
.cherry-nav {
	padding-left: 133px;
	overflow: hidden;
}
.cherry-nav li {
	float: left;
	margin-left: 40px;
}
.cherry-nav-search #searchform {
	position: absolute;
	top: 4px;
	right: 173px;
}
.cherry-nav-search #searchform input[type="text"] {
	width: 276px;
	height: 37px;
	padding: 0 50px 0 10px;
	background: #db0c73 url(./images/cherry/txt_search-placeholder.png) no-repeat 10px 50%;
	border: none;
	color: #fff;
	font-weight: bold;
}
.cherry-nav-search #searchform input[type="text"]:focus,
.cherry-nav-search #searchform input[type="text"].sv-true {
	background-image: none;
}
.cherry-nav-search #searchform:after {
	position: absolute;
	top: 9px;
	right: 9px;
	content: '';
	width: 25px;
	height: 20px;
	background: url(./images/cherry/icn_search_01.png) no-repeat 0 0;
	transition: .15s;
}
#cherry .breadcrumbs ul {
	padding: 0;
}



/* Footer Nav - Global Footer
------------------------------------------------------------*/
.cherry-fnav {
	margin: 40px auto;
	padding: 23px 0;
	background-color: rgba(255,255,255,.5);
}
.cherry-fnav div {
	position: absolute;
	top: 16px;
	left: 47px;
}
.cherry-fnav ul {
	padding-left: 255px;
	line-height: 1;
}
.cherry-fnav ul li {
	display: inline;
	margin-left: 30px;
}
.cherry-fnav ul li a {
	position: relative;
	padding-left: 15px;
	color: #000;
	font-size: 13px;
}
.cherry-fnav ul li a:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 6px;
	height: 10px;
	background: url(./images/icn_arrow-pink_01.png) no-repeat 0 0;
}
#cherry .global-footer {
	margin-top: 0;
	background-color: rgba(93,188,146,.25);
}
#cherry .gf-left-area {
	width: 530px;
	padding: 102px 0 0 45px;
}
#cherry .gf-right-area {
	width: 520px;
}
#cherry .gf-social {
	position: relative;
	width: 490px;
	padding: 10px;
	margin-bottom: 40px;
	background-color: rgba(192,211,0,.59);
	border-radius: 10px;
}
#cherry .gf-social-title {
	position: absolute;
	top: -102px;
	left: -40px;
}
#cherry .gf-tw {
	height: 28px;
	margin-top: 10px;
	text-align: center;
}
#cherry .gf-description,
#cherry .gf-copyright {
	color: #fff;
	font-size: 13px;
}



/* Main
------------------------------------------------------------*/
/* 記事一覧 */
#cherry .article-list-item {
	height: 282px;
}
#cherry .article-list-item .title {
	margin-bottom: 5px;
}
#cherry .article-list-item .title a {
	color: #0082bb;
}
#cherry .article-list-item .series-name,
#cherry .article-list-item .author-name {
	font-size: 14px;
}
#cherry .article-list-item .date {
	font-size: 13px;
}
#cherry .article-list-item .series-name a,
#cherry .article-list-item .author-name a,
#cherry .article-list-item .date {
	color: #8a8a8a;
}
#cherry .recent-article-list .article-list-item {
	height: 335px;
}

/* 連載一覧 */
.series-article-list-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e4dd;
}
.series-article-list-item:first-child {
	margin-top: -10px;
	padding-top: 0;
	border-top: none;
}
.series-article-list-item-inner {
	position: relative;
	left: -5px;
	width: 730px;
	padding: 5px;
	transition: .15s;
}
.series-article-list-item-inner:hover {
	background-color: #f7f7f7;
}
.series-article-list-item-inner:after {
	display: block;
	clear: both;
	content: '';
}
.series-article-list-item .image {
	float: left;
	width: 140px;
	margin-right: 20px;
}
.series-article-list-item .image img {
	width: 100%;
}
.series-article-list-item .text {
	position: relative;
	padding-right: 10px;
	overflow: hidden;
}
.series-article-list-item .title {
	padding-right: 85px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
}
.series-article-list-item .title a {
	color: #333;
}
.series-article-list-item .more-link {
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	padding-right: 17px;
	background: url(./images/icn_arrow-blue_01.png) no-repeat 100% -1px;
	color: #0082bb;
	font-weight: bold;
	line-height: 1;
}
.series-article-list-item .author-name {
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.series-article-list-item .author-name a {
	color: #0082bb;
}
.series-article-list-item .series-desc {
	margin-top: 5px;
}

/* 連載一覧詳細 */
.series-header {
	margin-bottom: -20px;
	overflow: hidden;
}
.series-header .image {
	float: left;
	width: 168px;
	margin-right: 20px;
}
.series-header .image img {
	width: 100%;
}
.series-header .text {
	padding-right: 10px;
	overflow: hidden;
}
.series-header .title {
	color: #333;
	font-size: 26px;
	line-height: 1.3;
}
.series-header .author-name {
	margin-top: 5px;
	font-size: 17px;
	font-weight: bold;
}
.series-header .author-name a {
	color: #0082bb;
}
.series-header .series-desc {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.7;
}
#cherry .article-series-item {
	height: 255px;
}

/* 詳細記事 */
.series-info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.series-info .image {
	float: left;
	width: 64px;
	margin-right: 15px;
}
.series-info .image img {
	width: 100%;
}
.series-info .text {
	padding-top: 3px;
	overflow: hidden;
}
.series-info .series-title {
	color: #333;
	font-size: 19px;
	font-weight: bold;
}
.series-info .series-author {
	margin-top: 3px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.post-nav01 {
	margin-bottom: 15px;
	overflow: hidden;
}
.post-nav01 a {
	position: relative;
	display: inline-block;
	color: #0082bb;
	font-weight: bold;
}
.post-nav01 a:after {
	position: absolute;
	top: 0;
	content: '';
	width: 11px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.post-nav01 .prev {
	float: left;
	padding-left: 28px;
}
.post-nav01 .prev:after {
	left: 0;
	background-image: url(./images/icn_arrow-blue_03.png);
}
.post-nav01 .next {
	float: right;
	padding-right: 28px;
}
.post-nav01 .next:after {
	right: 0;
	background-image: url(./images/icn_arrow-blue_04.png);
}
.single-article-other {
	margin-top: 50px;
}
.post-nav02 {
	display: table;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.post-nav02 .prev,
.post-nav02 .next {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 30px 18px;
	vertical-align: top;
	text-align: left;
	transition: .15s;
}
.post-nav02 .prev:hover,
.post-nav02 .next:hover {
	background-color: #f7f7f7;
}
.post-nav02 .prev {
	border-right: 1px solid #eee;
}
.post-nav02 .prev:before,
.post-nav02 .next:before {
	position: absolute;
	top: -16px;
	z-index: 2;
	display: inline-block;
	padding: 5px 10px 4px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.post-nav02 .prev:before {
	left: 0;
	content: '前の記事';
}
.post-nav02 .next:before {
	right: 0;
	content: '次の記事';
}
.post-nav02 .image {
	width: 95px;
}
.post-nav02 .image img {
	width: 100%;
}
.post-nav02 .prev .image {
	float: left;
	margin-right: 18px;
}
.post-nav02 .next .image {
	float: right;
	margin-left: 18px;
}
.post-nav02 .text {
	overflow: hidden;
}
.post-nav02 .title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
}
.post-nav02 .title a {
	color: #0066cb;
}
.post-nav02 .date {
	margin-top: 5px;
	color: #8a8a8a;
}
.single-article-other .for-series-list {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.single-article-other .for-series-list a {
	color: #0066cb;
	font-size: 17px;
	font-weight: bold;
}
#cherry .single-article-keyword {
	margin-top: 50px;
}
#cherry .single-article-keyword ul li a {
	background-color: #e5eef8;
	border: 1px solid #d5e7f9;
	border-radius: 0;
	color: #0082bb;
}
#cherry .single-article-keyword ul li a.cat {
	background-color: #0082bb;
	border: 1px solid #0082bb;
	color: #fff;
}
#cherry .single-article-keyword ul li a:hover {
	border: 1px solid #579bde;
}
#cherry .single-article-share {
	margin-top: 30px;
}

/* チェリーについて */
#cherry .page-about {
	padding-top: 0;
	padding-bottom: 80px;
	background: #000 url(./images/cherry/bg_about_02.jpg) no-repeat 0 100%;
}
#cherry .page-about-inner {
	padding: 400px 25px 0 40px;
	background: url(./images/cherry/bg_about_01.jpg) no-repeat 0 0;
}
#cherry .page-about p {
	color: #fff;
}
#cherry .page-about .about-cherry-txt01 {
	font-size: 18px;
	font-weight: bold;
}
#cherry .page-about .about-cherry-txt02 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}
#cherry .page-about .about-cherry-txt03 {
	color: #c3c3c3;
	font-size: 13px;
}
#cherry .page-about .about-btn {
	margin: 45px -5px 0 -15px;
}
#cherry .page-about .about-btn div {
	background-color: transparent;
	border: 1px solid #fff;
}
#cherry .page-about .about-btn .btn {
	background-color: #5dbc92;
	color: #fff;
}
#cherry .page-about .about-btn .btn:after {
	background: url(./images/icn_arrow-white_01.png) no-repeat 0 0;
}
#cherry .page-about .note02 {
	margin: 10px 10px 0 0;
}



/* Side
------------------------------------------------------------*/
#cherry .side-widget {
	margin-top: 15px;
	padding-top: 0;
	border-top: none;
}
#cherry .side-widget:first-child {
	margin-top: 0;
	border-top: none;
}
#cherry .side-widget-title {
	margin-bottom: 10px;
	padding-left: 0;
}
#cherry .side-widget-title:before {
	content: none;
}
#cherry .side-widget .more-link {
	top: 12px;
	right: 12px;
}
#cherry .side-widget .more-link-btn {
	border: 1px solid #a2c1e0;
	border-bottom: 1px solid #3b87d3;
}
#cherry .side-widget .more-link-btn:hover {
	border: 1px solid #0066cb;
}
#cherry .widget-popular-rank-item .image a:before {
	top: -15px;
	left: -15px;
	width: 40px;
	height: 40px;
}
#cherry .widget-popular-rank-item:nth-of-type(1) .image a:before {
	background-image: url(./images/cherry/label_rank_01.png);
}
#cherry .widget-popular-rank-item:nth-of-type(2) .image a:before {
	background-image: url(./images/cherry/label_rank_02.png);
}
#cherry .widget-popular-rank-item:nth-of-type(3) .image a:before {
	background-image: url(./images/cherry/label_rank_03.png);
}
#cherry .widget-popular-rank-item:nth-of-type(4) .image a:before {
	background-image: url(./images/cherry/label_rank_04.png);
}
#cherry .widget-popular-rank-item:nth-of-type(5) .image a:before {
	background-image: url(./images/cherry/label_rank_05.png);
}
#cherry .widget-popular-rank-item .title a {
	color: #0082bb;
}
#cherry .widget-popular-rank-item .cat {
	display: none;
}
#cherry .widget-popular-rank-item .author-name {
	display: block;
}
#cherry .widget-keyword .wp-tag-cloud li a {
	background-color: #e5eef8;
	border: 1px solid #d5e7f9;
	border-radius: 0;
	color: #0082bb;
}
#cherry .widget-keyword .wp-tag-cloud li a:hover {
	border: 1px solid #579bde;
}

/* okuu ==================================================*/

body#okuu {
	background: url(./images/okuu/bg_01.jpg) ;
	background-position: center !important;
}
#okuu .contents{
	background-color: rgb(255,255,255);
}
#okuu-bc .okuu-breadcrumbs {
	padding: 12px 0;
	background-color: #FFD5EC;
}
#okuu-bc .okuu-breadcrumbs ul {
	padding: 0 23px;
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#okuu-bc .okuu-breadcrumbs ul li {
	position: relative;
	display: inline;
	margin-left: 17px;
	padding-left: 25px;
	font-size: 13px;
}
#okuu-bc .okuu-breadcrumbs ul li:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 9px;
	height: 13px;
	background: url(./images/icn_arrow-gray_01.png) no-repeat 0 0;
}
#okuu-bc .okuu-breadcrumbs ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#okuu-bc .okuu-breadcrumbs ul li:first-child:before {
	content: none;
}

#okuu .category-child {
	margin-top: 40px;
	padding: 20px;
	background-color: rgba(0,0,0,0);
}
#okuu .category-child-list {
	margin-top: -10px;
	font-size: 0;
}
#okuu .category-child-list li {
	display: inline-block;
	margin: 15px 10px 0 0;
}
#okuu .category-child-list li a {
	display: inline-block;
	padding: 9px 14px;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .15s;
	background-color: #FFD5EC;
}
#okuu .category-child-list li.current-cat a {
	display: inline-block;
	padding: 9px 14px;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .15s;
	background-color: #FF367F;
	color: #FFFFFF;
}
#okuu .okuu-cat-top {
	position: relative;
	z-index: 0;
	width: 739px;
	height: 460px;
}
#okuu .okuu-cat-top .okuu-cat-top-about{
	content:"";
	position: absolute;
	z-index: 1;
	background-position: right top;
	background-repeat: no-repeat;
	right: 50px;
	top: 10px;
}
#okuu .category-child-list li a:hover {
	border: 1px solid #c1c1c1;
}
#okuu .okuu-post-top{
	padding: 0 0 30px 0 ;
}
#okuu h1.single-article-title{
	color: #FF367F;
}
#okuu .article-list-item h1.title a{
	color: #FF367F;
}
#okuu .single-article-contents h2 {
	margin: 30px 0;
	padding: 20px 23px 18px;
	background-color: #FFD5EC;
	border-radius: 10px;
	font-size: 27px;
	line-height: 1.3;
	color: #fd5ca3;

}
#okuu .single-article-contents h3 {
	margin: 30px 0;
	padding: 0 7px 10px;
	border-bottom: 2px solid #FFD5EC;
	font-size: 24px;
	line-height: 1.3;
	color: #fd5ca3;
}
#okuu .single-article-contents h4 {
	position: relative;
	color: #fd5ca3 ;
	margin: 38px 0;
	padding-left: 20px;
	border-left: none;
	font-size: 20px;
	z-index: 0;
	width:720px;
	height: 22px
}
#okuu .single-article-contents h4:before {
	content: '';
	position: absolute;
	padding: 20px 20px ;
	background-image: url(./images/okuu/h4_pc_sp.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: -2px;
	bottom: -23px;
	font-size: 20px;
	z-index: 1;
	color: #fd5ca3;
}
#okuu .single-article-contents .info-box {
	margin: 30px 0;
	padding: 20px 23px 18px;
	background-color: #FFD5EC;
	border-radius: 10px;
	line-height: 1.3;
}
#okuu .single-article-contents .intro-box {
	margin: 30px 0;
	padding: 20px 23px 18px;
	line-height: 1.3;
	font-size: 16px;
	box-shadow: 0 0 0 1px #CCCC00, 0 0 0 2px #FFF, 0 0 0 4px #CCCC00;
	position: relative;
	z-index:0;
}
#okuu .single-article-contents .intro-box:after {
	content: "";
	margin: 30px 0;
	padding: 50px 65px 18px;
	background: url(./images/okuu/okuu_archive_pc_hane.png) bottom right no-repeat;
	position: absolute;
	bottom: -48px;
	right: -5px;
	z-index:1;
	font-size: 16px;
}
#okuu .child-cat-title{
	padding: 20px 0 20px 0;
	margin-left: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #FF367F;
	position: relative;
	z-index: 0;
}
#okuu .child-cat-title:before{
	content: "";
	padding: 20px 20px 20px 0px;
	background: url(./images/okuu/okuu_category_pc_08.jpg) top left no-repeat;
	position: absolute;
	left: -20px;
	top: 28%;
	z-index: 1;
}
#okuu .okuu-cat-list-box{
	text-decoration: none;
	border-bottom: 1px dotted #CCCC00;
	padding: 20px 0;
}
#okuu .okuu-cat-list-box div img{
	width: 100%;
}
/* オクウ図鑑ページネーション */
#okuu .wp-pagenavi a,
#okuu .wp-pagenavi span {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 45px;
	margin: 0;
	padding-top: 15px;
	border: 1px solid  rgb(250,94,162);
	background-color: rgb(250,94,162);
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	transition: .15s;
}
#okuu .wp-pagenavi .pages {
	display: none;
}
#okuu .wp-pagenavi a:hover,
#okuu .wp-pagenavi .current {
	background-color: rgb(250,94,162);
	background-image: url(./images/okuu/okuu_bg_navi.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: rgb(250,94,162);
	margin-bottom: -20px;
}
#okuu .wp-pagenavi a.previouspostslink:hover,
#okuu .wp-pagenavi a.nextpostslink:hover{
	background-color: #fff;
//	background-color: #ffd5ec;
//	border: 1px solid #ffd5ec;
//	border: 1px solid #FF69A3;
	background-image: none;
	color: rgb(250,94,162);
	margin-bottom: -20px;
//	opacity: 0.1;
}
#okuu .wp-pagenavi .previouspostslink:before,
#okuu .wp-pagenavi .previouspostslink:after,
#okuu .wp-pagenavi .nextpostslink:before,
#okuu .wp-pagenavi .nextpostslink:after {
	position: absolute;
	top: -1px;
	content: '';
	width: 23px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: .15s;
}
#okuu .wp-pagenavi .previouspostslink:after,
#okuu .wp-pagenavi .nextpostslink:after {
	opacity: 0;
}
#okuu .wp-pagenavi .previouspostslink {
	width: 93px;
	padding-left: 8px;
	border-left: none;
	text-align: left;
}
#okuu .wp-pagenavi .previouspostslink:before,
#okuu .wp-pagenavi .previouspostslink:after {
	left: -19px;
	background-image: url(./images/okuu/okuu_bg_prev_01.png);
}
#okuu .wp-pagenavi a.previouspostslink:hover:before,
#okuu .wp-pagenavi a.previouspostslink:hover:after {
	left: -19px;
	background-image: url(./images/okuu/okuu_bg_prev_02.png);
}
#okuu .wp-pagenavi .nextpostslink {
	width: 93px;
	padding-right: 8px;
	border-right: none;
	text-align: right;
}
#okuu .wp-pagenavi .nextpostslink:before,
#okuu .wp-pagenavi .nextpostslink:after {
	right: -23px;
	background-image: url(./images/okuu/okuu_bg_next_01.png);
}
#okuu .wp-pagenavi a.nextpostslink:hover:before,
#okuu .wp-pagenavi a.nextpostslink:hover:after {
	right: -23px;
	background-image: url(./images/okuu/okuu_bg_next_02.png);
}
#okuu .wp-pagenavi .previouspostslink:hover:after,
#okuu .wp-pagenavi .nextpostslink:hover:after {
	opacity: 0;
}
#okuu .wp-pagenavi .previouspostslink:hover:after,
#okuu .wp-pagenavi .nextpostslink:hover:after {
	opacity: 1;
}
#okuu .wp-pagenavi .is-disable,
#okuu .wp-pagenavi .is-disable:hover {
//	background-color: #FF69A3;
	background-color: rgb(250,94,162);
	opacity: 1.0;
	cursor: default;
}
#okuu .single-article-related-item .title a{
	color: #ff367f;
	font-size: 17px;
	font-weight: bold;
}
#okuu .single-article-related-item:after {
	position: absolute;
	top: 50%;
	right: 0px;
	content: '';
	width: 50px;
	height: 85px;
	margin-top: -32px;
	background: url(./images/okuu/icn_arrow-pink_01.png) no-repeat 0 0;
}
#okuu .okuu-cat-list-box {
    border-bottom: 1px dotted #cccc00;
    padding: 20px 0;
    text-decoration: none;
}
#okuu div.okuu-bosyuu{
	width: 720px;
	padding-top: 40px;
}
#okuu div.okuu-bosyuu img{
	padding-bottom: 30px;
}
#okuu div.okuu-bosyuu p{
	font-size: 16px;
	line-height: 1.8;
}
#okuu div.okuu-bosyuu p a{
	color: #fd5ca3;
}

a.button-pink-a {
    color: #fff;
}

a.button-pink-a:hover {
    text-decoration: none;
}

div.button-pink {
    background-color: #fb4b78;
    color: #fff;
    width: 394px;
    height: 63px;
    border: solid 1px #fb4b78;
    border-radius: 7px;
    margin: 0 auto;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.button-pink:hover {
    opacity: 0.8;
}


