@charset "UTF-8";

/*
Theme Name: R-15 マンガでわかる！肌の仕組みと最適スキンケア徹底解説！
Version: 1.0
*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
input, textarea {
	margin: 0;
	padding: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote, q {
	quotes: none;
}

/* クリアフィクス */
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf {
	*zoom: 1;
}

/*------------------------------------------------------------
	共通設定
------------------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, メイリオ, Meiryo,'ＭＳ Ｐゴシック', Avenir Next, 'Helvetica neue', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
a:link, a:visited {
	color: #0066FF;
}
a:hover {
	text-decoration: none;
}

html,body{
	min-width: 1080px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.header-box {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header-box a {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
	box-sizing: border-box;
}
h1.logo, div.logo {
	float: left;
	width: 450px;
	height: 192px;
	margin: 30px 0 0;
	background: url(images_manga/logo.png) no-repeat;
	background-size: 450px 192px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header-box img {
	display: inline-block;
	vertical-align: bottom;
}
/*------------------------------------------------------------
	枠組み設定
------------------------------------------------------------*/
#wrapper {
	overflow: hidden;
	border-top: 10px solid #FFB638;
}
/* グレー：#E1E1E1 */

#content {
	clear: both;
	width: 1000px;
	margin: 10px auto 0;
	box-sizing: border-box;
}
#content p {
	margin: 0 0 25px;
}

/*------------------------------------------------------------
	トップ・マンガ一覧
------------------------------------------------------------*/
.top-list {
	font-size: 0;
	margin: 0 0 15px;
	padding: 40px 30px 20px;
	background: #F2F2F2;
	border-radius: 8px;
}
.top-list h2 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 25px !important;
	padding: 0;
	line-height: 1.6;
}
.top-list h2 span {
	display: block;
}
.top-list .article {
	display: inline-block;
	width: 300px;
	margin: 0 6px 25px;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.top-list .article:nth-child(4n) {
	margin-right: 0;
}
.top-list .article a {
	display: block;
	color: #2A1600;
	text-decoration: none;
}
.top-list .article .title {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 0 !important;
	padding: 10px 15px 5px;
	text-align: left;
	line-height: 1.4;
	background: #000;
}
.top-list .article .title span {
	display: block;
	font-size: 16px;
}
.top-list .article .image {
	width: 300px;
	height: 216px;
	margin: 0 !important;
	overflow: hidden;
	border: 5px solid #000;
  box-sizing: border-box;
}
.top-list .article .image img {
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
.top-list .article .image img:hover{
	transform: scale(1.1,1.1);
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
}
#page-top a {
  display: block;
  background: #F90 url(images_manga/icon_pagetop.png) no-repeat center 20px;
  background-size: 30px 14px;
  text-decoration: none;
	width: 60px;
	height: 60px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  transition: 0.5s ease;
}
/* グレー：#AAA299 */

#page-top a:hover {
  text-decoration: none;
  background: #F60 url(images_manga/icon_pagetop.png) no-repeat center 20px;
  background-size: 30px 14px;
}
/* グレー：#2A1600 */

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	background: #FFB638;
	margin: 120px 0 0;
	padding: 0;
}
/* グレー：#E1E1E1 */

footer .footer-box {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}
footer .footer-box .logo {
	margin: -90px 0 0;
	padding: 0;
}
footer .footer-box .logo a {
	display: block;
	width: 310px;
	height: 146px;
	margin: 0 auto;
}
footer .footer-box .logo img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	コピーライト
------------------------------------------------------------*/
#copyright {
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	background: #FFB638;
}
/* グレー：#E1E1E1 */

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.breadcrumb {
	font-size: 12px;
	margin: 15px 0 30px;
	padding: 0 0 15px;
	text-align: center;
	border-bottom: 1px dashed #666;
}
.breadcrumb div {
	display: inline;
}
.breadcrumb a:hover {
	color: #F60;
}

/*------------------------------------------------------------
	個別ページ
------------------------------------------------------------*/
.single-box {
	width: 1000px;
	margin: 0 auto;
	border-top: 1px dashed #666;
}
.single-box h1 {
	font-size: 26px;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
  box-sizing: border-box;
}
.single-box h1 span {
	display: block;
}

/*------------------------------------------------------------
	個別ページ：マンガ表示設定
------------------------------------------------------------*/
.manga-box {
	text-align: center;
}
.manga-box .title {
	width: 400px;
	font-size: 24px;
	color: #FFF;
	margin: 10px auto 0 !important;
	padding: 10px 5px 0;
	background: #000;
  box-sizing: border-box;
}
.manga-box .manga {
	margin: 0px !important;
}
.manga-box .manga img {
	width: 400px;
	height: auto;
	vertical-align: top;
}

/*------------------------------------------------------------
	その他の4コマまんが
------------------------------------------------------------*/
.etc-list {
	margin: 50px 0 0;
	padding: 25px 15px;
	text-align: center;
	background: #F2F2F2;
  box-sizing: border-box;
}
.etc-list .title-main {
	font-size: 32px;
	margin: 0 0 15px !important;
	text-align: center;
}
.etc-list .article {
	display: inline-block;
	width: 280px;
	margin: 0 30px 25px 0;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.etc-list .article:nth-child(4n) {
	margin-right: 0;
}
.etc-list .article a {
	display: block;
	text-decoration: none;
}
.etc-list .article .title {
	font-size: 16px;
	color: #FFF;
	margin: 0 !important;
	padding: 8px 12px 3px;
	text-align: left;
	line-height: 1.6;
	background: #000;
}
.etc-list .article .title span {
	display: block;
	font-size: 16px;
}
.etc-list .article .image {
	width: 280px;
	height: 204px;
	margin: 0 !important;
	overflow: hidden;
	border: 5px solid #000;
  box-sizing: border-box;
}
.etc-list .article .image img {
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
.etc-list .article .image img:hover{
	transform: scale(1.1,1.1);
}

/*------------------------------------------------------------
  ランキングボタン(マンガ最後設定分)
------------------------------------------------------------*/
.bt-ranking {
	position: relative;
	width: 460px;
	margin: -20px auto 40px;
}
.bt-ranking a {
	display: block;
	font-size: 20px;
	color: #FFF;
	padding: 14px 15px 12px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s ease;

	background: #FFB638 url(images_manga/icon_arrow_w.png) no-repeat 98% center;
	background-size: 10px 20px;
}
.bt-ranking a:hover {
	background: #F90 url(images_manga/icon_arrow_w.png) no-repeat 98% center;
	background-size: 10px 20px;
}
.bt-ranking .chara {
	position: absolute;
	top: -18px;
	left: 2px;
	display: inline-block;
	width: 120px;
	height: 100px;
}
.bt-ranking .chara img {
	max-width: 100%;
	height: auto;
}
.bt-ranking p {
	font-weight: bold;
	margin: 0 !important;
	padding-left: 140px;
	line-height: 1.4;
	text-align: left;
}
.bt-ranking p span {
	display: block;
}

/*------------------------------------------------------------
  基礎化粧品サイトに戻るボタン
------------------------------------------------------------*/
.bt-return {
	width: 50%;
  margin: 50px auto 0;
}
.bt-return a {
	display: block;
	font-size: 18px;
	color: #FFF;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s ease;

	background: url(images_manga/icon_bt_return.png) no-repeat 3% bottom,
						  url(images_manga/icon_arrow_w.png) no-repeat 97% center, #30D66F;
	background-size: 48px 52px, 10px 20px;
}
.bt-return a:hover {
	background: url(images_manga/icon_bt_return.png) no-repeat 3% bottom,
						  url(images_manga/icon_arrow_w.png) no-repeat 97% center, #76E49F;
	background-size: 48px 52px, 10px 20px;
}

/*------------------------------------------------------------
  SNSボタン
------------------------------------------------------------*/
/* 下部用 */
#snsFoot {
  clear: both;
  font-size: 0;
  text-align: center;
  margin: 40px 0 0;
  padding: 0;
  box-sizing: border-box;
}
#snsFoot .snsBtTwitter,
#snsFoot .snsBtFacebook,
#snsFoot .snsBtHatena {
  width: 180px;
  display: inline-block;
  margin: 0 5px;
}
#snsFoot .snsBtLine {
  display: none;
}
#snsFoot .snsBtTwitter a,
#snsFoot .snsBtFacebook a,
#snsFoot .snsBtHatena a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
#snsFoot .snsBtTwitter a {
  background: #55ACEE;
}
#snsFoot .snsBtTwitter a:hover {
  background: #2D99EA;
}
#snsFoot .snsBtFacebook a {
  background: #3B5999;
}
#snsFoot .snsBtFacebook a:hover {
  background: #6181CB;
}
#snsFoot .snsBtHatena a {
  background: #008FDE;
}
#snsFoot .snsBtHatena a:hover {
  background: #24B3FF;
}
#snsFoot .snsBtTwitter .inner,
#snsFoot .snsBtFacebook .inner,
#snsFoot .snsBtHatena .inner {
  font-size: 0;
  margin: 0;
  padding: 0;
}
#snsFoot .snsBtTwitter .icon {
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 0 12px 0 0;
  padding: 0;
}
#snsFoot .snsBtTwitter .icon img {
  width: 18px;
  height: 15px;
  margin: -3px 0;
  padding: 0;
}
#snsFoot .snsBtFacebook .icon {
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 0 12px 0 0;
  padding: 0;
}
#snsFoot .snsBtFacebook .icon img {
  width: 8px;
  height: 16px;
  margin: -3px 0;
  padding: 0;
}
#snsFoot .snsBtHatena .icon {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 0 12px 0 0;
  padding: 0;
}
#snsFoot .snsBtHatena .icon img {
  width: 17px;
  height: 15px;
  margin: -3px 0;
  padding: 0;
}
#snsFoot .snsBtTwitter .name,
#snsFoot .snsBtFacebook .name,
#snsFoot .snsBtHatena .name {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

/* マンガ個別用 */
#sns-single {
  clear: both;
	width: 400px;
  font-size: 0;
  text-align: center;
  margin: 0 auto 60px;
  padding: 15px 0;
	border-bottom: 1px dashed #000;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
  box-sizing: border-box;
}
#sns-single .twitter,
#sns-single .facebook,
#sns-single .hatena {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 5px;
}
#sns-single .snsBtLine {
  display: none;
}
#sns-single .twitter a,
#sns-single .facebook a,
#sns-single .hatena a {
  display: block;
  color: #FFF;
  width: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
#sns-single .twitter a {
	background: #55ACEE url(images_manga/icon_sns_twitter.png) no-repeat center center;
	background-size: 30px 24px;
}
#sns-single .twitter a:hover {
	background: #2D99EA url(images_manga/icon_sns_twitter.png) no-repeat center center;
	background-size: 30px 24px;
}
#sns-single .facebook a {
	background: #3B5999 url(images_manga/icon_sns_facebook.png) no-repeat center center;
	background-size: 15px 30px;
}
#sns-single .facebook a:hover {
	background: #6181CB url(images_manga/icon_sns_facebook.png) no-repeat center center;
	background-size: 15px 30px;
}
#sns-single .hatena a {
	background: #008FDE url(images_manga/icon_sns_hatena.png) no-repeat center center;
	background-size: 30px 25px;
}
#sns-single .hatena a:hover {
	background: #24B3FF url(images_manga/icon_sns_hatena.png) no-repeat center center;
	background-size: 30px 25px;
}
#sns-single .line {
  display: none;
}

/*------------------------------------------------------------
	画像設定
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 35px auto;
}
.alignleft {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 20px 20px 0;
}
.alignleft_ {
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	width: 50%;
	height: auto;
	margin: 0 20px 20px 0;
}
.alignright_ {
	float: right;
	width: 300px;
	height: 200px;
	margin: 0 0 10px 20px;
}
.alignnone {
	display: inline-block;
	width: 48%;
	height: auto;
	margin: 0 6px 18px;
	box-sizing: border-box;
}
.alignnone_ {
	display: inline-block;
	width: 300px;
	height: 200px;
	margin: 0 5px 18px 10px;
}

/*------------------------------------------------------------
	記事遷移リンク設定
------------------------------------------------------------*/
.prevnext {
	width: 75%;
	display: table;
	margin: 20px auto 0;
	padding: 10px 0 0;
	font-size: 14px;
}
.prevnext .prev, .prevnext .next {
	width: 48%;
	display:table-cell;
	vertical-align: middle;
	margin: 0 !important;
	box-sizing: border-box;
	line-height: 1.4;
}
.prevnext .prev {
	float: left;
}
.prevnext .next {
	float: right;
}
.prevnext .prev a {
	display: block;
	color: #54361A;
	text-decoration: none;
	padding: 0 10px 0 20px;
	background: url(images_manga/icon_arrow_dl_bla.png) no-repeat 0 center;
	background-size: 10px 10px;
}
.prevnext .next a {
	display: block;
	text-decoration: none;
	color: #54361A;
	padding: 0 18px 0 10px;
	background: url(images_manga/icon_arrow_dr_bla.png) no-repeat right center;
	background-size: 10px 10px;
	text-align: right;
}
.prevnext .prev a:hover {
	color: #F60;
	background: url(images_manga/icon_arrow_dl_o.png) no-repeat 0 center;
	background-size: 10px 10px;
}
.prevnext .next a:hover {
	color: #F60;
	background: url(images_manga/icon_arrow_dr_o.png) no-repeat right center;
	background-size: 10px 10px;
}

/*------------------------------------------------------------
	ページネーション設定
------------------------------------------------------------*/
.pagination-area {
	clear: both;
	font-size: 0;
	margin: 0 0 0;
	padding: 0 0 0;
	text-align: center;
	line-height: 13px;
}
.pagination-area nav {
	background: none;
}
.pagination-area span,
.pagination-area a {
	display: inline-block;
	font-size: 14px;
	color: #2A1600;
	width: auto;
	margin: 2px 8px 2px 0;
	padding: 14px 12px;
	text-decoration: none;
	border: 1px solid #CAC5BF;
	border-radius: 3px;
	box-sizing: border-box;
	transition: 0.5s ease;
}
.pagination-area a:hover{
	background: #CAC5BF;
	border: 1px solid #CAC5BF;
}
.pagination-area .current{
	color: #FFF;
	padding: 14px 12px;
	background: #9F968C;
	border: 1px solid #9F968C;
	box-sizing: border-box;
}
.pagination-area span.dots {
	margin: 0 5px 0 0;
	padding: 0;
	border: none !important;
}
.pagination-area h2 {
	display: none;
}

.pagination-area-sp {
	display: none;
}

/*------------------------------------------------------------
	目次設定
------------------------------------------------------------*/
#toc_container {
	display: block !important;
	width: 100% !important;
	font-size: 95%;
	background: #f9f9f9;
	border: 1px solid #aaa;
	margin: 0 auto　40px !important;
	padding: 10px;
	box-sizing: border-box;
}
#toc_container .toc_title {
	text-align: center;
	margin: 0 0 0 !important;
	padding: 8px 0 6px;
	background: #DDD;
	letter-spacing: 5px;
}
#toc_container .toc_title span {
	letter-spacing: 1px !important;
}
#toc_container ul.toc_list {
	list-style: decimal;
	margin: 10px 0 0 30px !important;
}
#toc_container ul.toc_list a {
	text-decoration: none;
}
#toc_container ul.toc_list > li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
#toc_container ul.toc_list ul {
	margin: 0 !important;
}
#toc_container ul.toc_list ul li {
  background: url(images_manga/mokuji_icon.png) no-repeat 0 center;
  background-size: 6px 12px;
	margin: 2px 0 0 !important;
	padding: 0 0 0 15px !important;
}

/*------------------------------------------------------------
	テキスト装飾
------------------------------------------------------------*/
/* 文字サイズ */
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }

/* 文字を太くする */
.b { font-weight: bold; }

/* 文字色*/
.aka { color: #db0000; }
.orange { color: #FF6600; }
.ao { color: #0080C0; }
.midori { color: #008000; }
.tya { color: #996600; }

/* 下線 */
.u { text-decoration: underline; }

/* 背景色 */
.bg { background: #FFFF7D; }

/*　記事内の囲い枠　*/
.waku {
	border: 1px solid #999;
	margin: 0 0 25px;
	padding: 10px !important;
}

/*　引用文・マークあり　*/
.bqMark blockquote {
	width: 95%;
	background: #FFF;
	margin: 30px auto 0 !important;
	padding: 50px 15px !important;
	position: relative;
	 border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
.bqMark blockquote p,
blockquote.bqWaku p {
	margin: 0 0 15px 0 !important;
}
.bqMark blockquote p:last-child,
blockquote.bqWaku p:last-child {
	margin-bottom: 0 !important;
}
.bqMark blockquote:before{
	content: "“";
	font-size: 600%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #CCC;
	position: absolute;
	left: 8px;
	top: 8px;
}
.bqMark blockquote:after{
	content: "”";
	font-size: 600%;
	line-height: 0em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #CCC;
	position: absolute;
	right: 5px;
	bottom: 0;
}
.bqMark .bqName {
	display: block;
	text-align: right;
	font-size: 12px;
	margin: 7px 15px 30px 0 !important;
	word-break: break-all;
}

/*　引用文・背景のみ　*/
blockquote.bqWaku {
	width: 95%;
	background: #FFF;
	margin: 30px auto !important;
	padding: 15px !important;
	position: relative;
	border: none !important;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
blockquote.bqWaku span.bqName {
	display: block;
	text-align: right;
	font-size: 12px;
	margin: 5px auto 0 !important;
	word-break: break-all;
}
