@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, table, td, th, form, fieldset, legend, label, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summar {
	display: block;
}
input, select, textarea {
	margin: 0px;
	font-weight: normal;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
	vertical-align: bottom;
}
a:focus {
	outline: none;
}
sup {
	vertical-align: top;
}
sub {
	font-size: 75%;
	vertical-align: baseline;
	padding-right: 3px;
	padding-left: 1px;
}
html {
	font-size: 62.5%;
}
.ie6, .ie7, .ie8 {
	font-size: 100%;
}
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 {
	font-size: 120%;
}
body {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
	line-height: 1.9;
	color: #000000;
}
input, select {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	color: #000000;
	padding: 0px 2px;
}
textarea {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	color: #000000;
	padding: 2px;
}
a {
	color: #003b8c;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: #003b8c;
}
a:hover {
	color: #003b8c;
	text-decoration: underline;
}
a img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.header {
	min-width: 1200px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.logo {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.logo > * {
	height: 100%;
}
.logo img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}
.mediaNav {
	bottom: 50%;
	left: 0;
	line-height: 0;
	margin-bottom: -13px;
	position: absolute;
}
.mediaNav-item {
	float: left;
	margin-left: 20px;
}
.mediaNav-item > a {
	border-bottom: 4px solid transparent;
	display: inline-block;
	padding: 6px 0 2px;
	-webkit-transition: border-bottom-color 0.1s linear;
	transition: border-bottom-color 0.1s linear;
}
.mediaNav-item > a:hover, .mediaNav-item > a:active {
	border-bottom-color: #fff;
	-webkit-transition: border-bottom-color 0.2s linear;
	transition: border-bottom-color 0.2s linear;
}
.mediaNav-item--current > a {
	border-bottom-color: #fff;
}
.categoryNav {
	background-color: #fff;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 1.7rem;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	background-image: url(../img/menu-line.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.categoryNav-list {
	display: table;
	margin: 0 auto;
}
.categoryNav-item {
	display: table-cell;
	padding: 0;
}
.categoryNav-item > a {
	color: #000;
	display: block;
	line-height: 1;
	padding: 10px 25px 14px 25px;
	text-decoration: none;
}
.aboutNav {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 1.7rem;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 100%;
}
.aboutNav-item {
	padding: 0;
}
.aboutNav-item > a {
	color: #000;
	display: block;
	line-height: 1;
	padding: 12px 25px;
	text-decoration: none;
}
.loginNav {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 1.7rem;
	line-height: 1;
	position: absolute;
	right: 12px;
	bottom: 0;
}
.loginNav-item {
	padding: 0;
}
.loginNav-item a.dropdown-trigger {
	color: #000;
	display: block;
	line-height: 1;
	padding: 0 20px 0 50px;
	margin: 40px 0;
	text-decoration: none;
	background-image: url(../img/icon_login.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 42px;
	line-height: 39px;
	padding-left: 50px;
	margin-top: 28px;
	margin-bottom: 28px;
}
.loginNav-item a.dropdown-trigger--min {
	background-size: auto 100%;
}
.loginNav--mypage a.dropdown-trigger {
	background-image: url(../img/icon_mypage.png);
}
.dropdown.video .dropdown-trigger:before {
	background: transparent url("../img/dropdown-closed.png") no-repeat scroll right center;
}
.dropdown.video .dropdown-trigger:hover:before, .dropdown.video .dropdown-trigger:active:before {
	background-image: url("../img/dropdown-opened.png");
}
.dropdown-trigger {
	position: relative;
}
.dropdown-trigger:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
	width: 17px;
}
.dropdown-trigger:hover:after, .dropdown-trigger:active:after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
.dropdown-trigger--simple:before {
	display: none;
}
.dropdown-content {
	display: none;
}
.dropdown--opened .dropdown-trigger:before {
	background-image: url("../img/dropdown-opened.png");
}
.dropdown--opened .dropdown-trigger:after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
.dropdown--opened .dropdown-content {
	background-color: #e5e5e5;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	height: 169px;
	left: 0;
	min-width: 1200px;
	position: fixed;
	width: 100%;
	z-index: 1001;
}
.dropdown--opened .dropdown-content--about {
	background-color: #fff;
}
.dropdown--opened .dropdown-content--login {
	background-color: #fff;
	min-width: 220px;
	width: 220px;
	right: 12px;
	left: auto;
}
.innerNav {
	display: table;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	margin: 0 auto;
}
.innerNav-item {
	display: table-cell;
	vertical-align: top;
}
.innerNav-item > a {
	color: #000;
	display: inline-table;
	height: 100%;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
}
.innerNav-item > a:hover {
	color: #003b8c;
}
.innerNav-item > a:hover img {
	opacity: 0.9;
}
.innerNav-image {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	display: block;
	height: 169px;
	width: 253px;
	overflow: hidden;
	background-color: #000;
}
.innerNav-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	opacity: 0.6;
}
.innerNav-text {
	box-sizing: border-box;
	display: table-cell;
	padding: 0 50px;
	vertical-align: middle;
	width: 100%;
}
.dropdown--opened .dropdown-content--video {
	height: auto;
	padding: 4px 0;
}
.innerNav--post .innerNav-item {
	height: 169px;
	width: 253px;
}
.innerNav--post.innerNav--video .innerNav-item {
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
	vertical-align: middle;
	text-align: center;
	width: 219px;
	height: 135px;
	box-sizing: border-box;
}
.innerNav--post.innerNav--video .innerNav-item a {
	width: 219px;
	display: block;
	background-color: #253037;
	opacity: 0.9;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	line-height: 135px;
	color: #000000;
}
.innerNav--post.innerNav--video .innerNav-item a:hover {
	opacity: 0.6;
	color: #000000;
}
.innerNav--post.innerNav--video .innerNav-item--beauty a {
	background-color: #c084d4;
}
.innerNav--post.innerNav--video .innerNav-item--fashion a {
	background-color: #acb0b6;
}
.innerNav--post.innerNav--video .innerNav-item--tech a {
	background-color: #88d1d1;
}
.innerNav--post.innerNav--video .innerNav-item--news a {
	background-color: #a0bf86;
}
.innerNav--post.innerNav--video .innerNav-item--food a {
	background-color: #c4a759;
}
.innerNav--post.innerNav--video .innerNav-item--wellness a {
	background-color: #ea947a;
}
.innerNav--post.innerNav--video .innerNav-item--more a {
	background-color: #a0bf86;
}
.innerNav--post .innerNav-text {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
}
.innerNav--ranking .innerNav-rank {
	font-family: "Montserrat", sans-serif;
	left: 0;
	line-height: 1;
	padding: 0.5rem 0 0 0.5rem;
	position: absolute;
	top: 0;
}
.innerNav--ranking .innerNav-rank:before {
	border: 2rem solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.innerNav--search .innerNav-item {
	height: 169px;
	vertical-align: middle;
}
.innerNav--search .innerNav-input {
	border: none;
	float: left;
	font-size: 1.6rem;
	height: 1.6rem;
	padding: 1rem;
	vertical-align: top;
	width: 40rem;
}
.innerNav--search .innerNav-submit {
	background-color: #000;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	height: 3.6rem;
	line-height: 1;
	padding: 1rem 1.5rem;
	vertical-align: top;
}
.innerNav--info {
	border-left: 1px solid #dadada;
	font-size: 1.4rem;
}
.innerNav--info .innerNav-item {
	border-right: 1px solid #dadada;
	height: 134px;
	width: 218px;
}
.innerNav--info .innerNav-text {
	padding: 0 30px;
	text-align: center;
}
.innerNav--link {
	border-top: 1px solid #dadada;
	display: block;
	text-align: center;
}
.innerNav--link .innerNav-item {
	display: inline-block;
	padding: 7px;
}
.innerNav--link .innerNav-item a img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.innerNav--link .innerNav-item a:hover img {
	-webkit-filter: none;
	filter: none;
}
.iegroup .innerNav--link .innerNav-item a img {
	-webkit-filter: gray;
	filter: gray;
}
.iegroup .innerNav--link .innerNav-item a:hover img {
	-webkit-filter: none;
	filter: none;
}
.innerNav--login {
	display: block;
	width: 200px;
	height: auto;
	padding: 20px 10px;
}
.innerNav--login .innerNav-item {
	display: block;
	text-align: center;
}
.innerNav--login .innerNav-item a, .innerNav--login .innerNav-item button {
	font-size: 1.4rem;
	line-height: 1;
	padding: 10px 0;
	background: none;
	color: #000;
	margin: 0;
}
.innerNav--login .innerNav-item a:hover, .innerNav--login .innerNav-item button:hover {
	color: #003b8c;
}
.mobalwrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 10000;
}
.mobalwrap.mobalopened {
	display: block;
}
.mobalwrap .modalmessage--modal {
	display: none;
	margin: 120px auto 20px;
	position: relative;
}
.mobalwrap .modalmessage--modal.mobalopened {
	display: block;
	-webkit-animation: modalbg .2s linear 0s;
	animation: modalbg .2s linear 0s;
}
.mobalwrap .closebtn {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.loginNav .mobalwrap {
	line-height: 1.9;
}
@-webkit-keyframes modalbg {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes modalbg {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.footer {
	min-width: 1200px;
	background-color: #cdd6d4;
	padding: 40px 40px 60px;
	box-sizing: border-box;
	font-size: 1.2rem;
	text-align: center;
}
.footer .footer-nav li {
	display: inline-block;
	padding: 0 15px;
	margin: 0 auto 35px;
	position: relative;
}
.footer .footer-nav li:after {
	content: "";
	background-color: #9da2a1;
	width: 1px;
	height: 7px;
	position: absolute;
	top: 5px;
	right: 0;
}
.footer .footer-nav li:last-child:after {
	display: none;
}
.footer .footer-nav li a {
	color: #000;
}
.footer .footer-media li {
	display: inline-block;
	padding: 0;
	margin: 0 auto 35px;
}
.footer .footer-media li img {
	max-height: 20px;
	width: auto;
	height: auto;
	margin: 0 10px;
}
.footer .footer-copyright {
	display: inline-block;
}
.footer .footer-copyright small {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	color: #6d7a77;
}
.footer .footer-corporate {
	display: inline-block;
	margin-left: 15px;
}
.footer .footer-corporate li {
	display: inline-block;
}
.footer .footer-corporate a img {
	margin: 0 15px;
	width: auto;
	height: auto;
}
.main {
	padding-top: 140px;
	min-width: 1200px;
	overflow: hidden;
}
.postBlock {
	width: 1200px;
	margin: 70px auto;
}
.postBlock:after {
	content: "";
	clear: both;
	display: table;
}
.instagram {
	display: none;
	background-color: #cfdbe4;
	text-align: center;
	margin: 100px 0 0;
	position: relative;
	min-width: 1200px;
}
.postBlock.postBlock--full {
	width: auto;
	margin: 0 auto;
}
.postBlock-bread {
	text-align: center;
	background-color: #f0f7f5;
}
.postBlock-bread .bread-list {
	font-size: 0;
	line-height: 1;
	text-align: left;
	display: inline-block;
	width: 800px;
	margin: 12px  auto 14px;
}
.postBlock-bread .bread-list .bread-item {
	display: inline-block;
	font-size: 1.2rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
}
.postBlock-bread .bread-list .bread-item a {
	color: #003b8c;
	text-decoration: underline;
}
.postBlock-bread .bread-list .bread-item a:hover {
	text-decoration: none;
}
.postBlock-bread .bread-list .bread-item:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 8px;
	margin: 0 16px;
	background: url(../img/allow_bread.png) no-repeat left 50%;
	background-size: auto 8px;
}
.postBlock-bread .bread-list .bread-item:first-child:before {
	content: none;
}
.post--article {
	margin: 30px auto;
}
.post-content {
	width: 530px;
	margin: 40px auto;
}
.ec {
	background-color: #f2f2f2;
	text-align: center;
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
}
.bannerBlock {
	text-align: center;
	width: 100%;
}
.bannerBlock:before, .bannerBlock:after {
	content: "";
	display: table;
}
.bannerBlock > :first-child {
	display: inline-block;
	margin: 20px 0 0;
}
.bannerBlock--fixmargin + * {
	margin-top: 20px;
}
.bannerBlock--fixmargin + .recentArticle > .postBlock {
	margin-top: 0;
}
.apvadContainer {
	width: 800px;
	margin: 0 auto;
}
.staticArticle-head {
	background-color: #f0f7f5;
	padding: 50px 0;
}
.staticArticle-head a {
	text-decoration: underline;
}
.staticArticle-head a:hover {
	text-decoration: none;
}
.staticArticle-head--about {
	padding: 150px 0;
}
.title {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
.pageContent {
	font-size: 1.5rem;
	margin: 70px auto;
	width: 800px;
}
.pageContent-text {
	margin: 15px 0;
}
.pageContent-text + .linkButton {
	margin: 40px auto 0;
}
.postBlock--picks {
	background-color: #e6eae9;
	text-align: center;
	margin: 110px 0 70px;
	width: auto;
}
.postBlock--picks .picks-listWrapper {
	position: relative;
	overflow-x: auto;
}
.postBlock--picks .picks-listWrapper .picks-list {
	font-size: 0px;
	text-align: left;
	width: 2112px;
	-webkit-overflow-scrolling: touch;
}
.postBlock--picks .picks-listWrapper .picks-list > * {
	-webkit-transform: translateZ(0px);
}
.postBlock--special {
	width: 1200px;
	margin: 70px auto 85px;
}
.postBlock--series {
	background-color: #e6eae9;
	text-align: center;
	margin: 110px 0 70px;
	width: auto;
}
.postBlock-item {
	overflow: hidden;
}
.post-thmb {
	background-color: #d3f7f1;
	background-image: url(../img/thmb_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.post-thmb img {
	max-height: 100%;
	width: auto;
	height: auto;
}
.post-thmb a:hover img {
	opacity: 0.3;
}
.ie8 .post-thmb a {
	display: block !important;
}
.ie8 .postBlock--3column .post-thmb a {
	width: 400px;
	height: 300px;
}
.post.sponsored .post-thmb:before {
	content: "sponsored";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	font-family: Lato, Sans-Serif;
	font-style: italic;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 22.245px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	z-index: 5;
}
.post.buy .post-thmb:before {
	background-color: #fff;
	color: #000;
	content: "BUY";
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.7rem;
	left: -60px;
	letter-spacing: 0.05em;
	line-height: 22.245px;
	padding: 65px 50px 2px;
	position: absolute;
	text-align: center;
	top: -30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 100;
}
.ie8 .post.buy .post-thmb:before {
	left: 0;
	padding: 5px;
	top: 0;
}
.post-categoly {
	display: inline-block;
}
.post-categoly .categoryName:after {
	content: "";
	width: 1px;
	height: 7px;
	display: inline-block;
	margin: 0 2px 1px 8px;
	background-color: #ccc;
}
.categoryName {
	font-family: Montserrat, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-weight: 400;
	line-height: 22.245px;
}
.picks-list .post-categoly .categoryName {
	font-size: 1.4rem;
}
.picks-list .post-categoly .categoryName:after {
	margin-right: 8px;
}
.categoryName.categoryName--health {
	color: #7cb0ca;
}
.categoryName.categoryName--life {
	color: #ac8bb8;
}
.categoryName.categoryName--food {
	color: #d4a756;
}
.categoryName.categoryName--family {
	color: #757b4d;
}
.categoryName.categoryName--luxe,
.categoryName.categoryName--beauty,
.categoryName.categoryName--fame {
	font-family: 'Old Standard TT', Sans-Serif;
	letter-spacing: 0.12rem;
	font-weight: bold;
	color: #c00;
}
.categoryName.categoryName--makeup {
	font-family: 'Fjalla One', Sans-Serif;
	color: #fff;
	padding: 0.1rem 20px;
	letter-spacing: 0.15rem;
	background-color: #f44c4c;
}
.categoryName.categoryName--makeup:after {
	content: none;
}
.categoryName.categoryName--trend {
	font-family: 'Fjalla One', Sans-Serif;
	color: #fff;
	padding: 0.1rem 20px;
	letter-spacing: 0.15rem;
	background-color: #322fa0;
}
.categoryName.categoryName--trend:after {
	content: none;
}
.categoryName--present,
.categoryName--news,
.categoryName--information,
.categoryName--other {
	font-size: 1.1rem;
}
.post-date {
	display: inline-block;
}
.post-date time {
	font-family: Montserrat, Sans-Serif;
	color: #989898;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.7;
}
.post-title {
	margin-top: 5px;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-weight: bold;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.25;
}
.post-title a {
	color: #000;
}
.post-title a:hover {
	color: #003b8c;
	text-decoration: none;
}
.post-tag a {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	color: #003366;
	font-size: 1.4rem;
	line-height: 2;
	text-decoration: none;
}
.post-tag a:hover {
	color: #fff;
	background-color: #003366;
}
.post-tag.hide {
	display: none;
}
.postBlock-title,
.ranking-title {
	font-family: "Playfair Display", serif;
	font-size: 3.2rem;
	padding: 15px;
	line-height: 1;
	text-align: center;
}
.postBlock--left .postBlock-item {
	width: 506px;
	min-height: 169px;
	float: right;
}
.postBlock--left .postBlock-item .post-thmb {
	width: 253px;
	height: 169px;
	overflow: hidden;
}
.postBlock--left .postBlock-item .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 253px;
	height: 169px;
}
.postBlock--left .postBlock-item .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--left .postBlock-item .post-meta {
	width: 238px;
	height: 169px;
	display: table-cell;
	vertical-align: middle;
}
.postBlock--left .postBlock-item:first-child {
	width: 650px;
	height: 700px;
	float: left;
}
.postBlock--left .postBlock-item:first-child .post-thmb {
	width: 650px;
	height: 488px;
}
.postBlock--left .postBlock-item:first-child .post-thmb a {
	width: 650px;
	height: 488px;
}
.postBlock--left .postBlock-item:first-child .post-thmb img {
	max-width: 650px;
	max-height: 488px;
}
.postBlock--left .postBlock-item:first-child .post-meta {
	width: 650px;
	height: auto;
	padding-top: 25px;
	display: block;
}
.postBlock--left .postBlock-item:first-child .post-meta .post-title a {
	font-size: 2.6rem;
}
.postBlock--left .postBlock-item .post--ltr .post-thmb {
	float: left;
}
.postBlock--left .postBlock-item .post--ltr .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--left .postBlock-item .post--ltr .post-meta {
	margin: 0 0 0 253px;
	padding-left: 15px;
}
.postBlock--left .postBlock-item .post--rtl .post-thmb {
	float: right;
}
.postBlock--left .postBlock-item .post--rtl .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--left .postBlock-item .post--rtl .post-meta {
	padding-right: 15px;
}
.postBlock--left .postBlock-item .topTags {
	margin-top: 45px;
	width: 504px;
}
.postBlock--right .postBlock-item {
	width: 506px;
	min-height: 169px;
	float: left;
}
.postBlock--right .postBlock-item .post-thmb {
	width: 253px;
	height: 169px;
	overflow: hidden;
}
.postBlock--right .postBlock-item .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 253px;
	height: 169px;
}
.postBlock--right .postBlock-item .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--right .postBlock-item .post-meta {
	width: 238px;
	height: 169px;
	display: table-cell;
	vertical-align: middle;
}
.postBlock--right .postBlock-item:first-child {
	width: 650px;
	height: 700px;
	float: right;
}
.postBlock--right .postBlock-item:first-child .post-thmb {
	width: 650px;
	height: 488px;
}
.postBlock--right .postBlock-item:first-child .post-thmb a {
	width: 650px;
	height: 488px;
}
.postBlock--right .postBlock-item:first-child .post-thmb img {
	max-width: 650px;
	max-height: 488px;
}
.postBlock--right .postBlock-item:first-child .post-meta {
	width: 650px;
	height: auto;
	padding-top: 25px;
	display: block;
}
.postBlock--right .postBlock-item:first-child .post-meta .post-title a {
	font-size: 2.6rem;
}
.postBlock--right .postBlock-item .post--ltr .post-thmb {
	float: left;
}
.postBlock--right .postBlock-item .post--ltr .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--right .postBlock-item .post--ltr .post-meta {
	margin: 0 0 0 253px;
	padding-left: 15px;
}
.postBlock--right .postBlock-item .post--rtl .post-thmb {
	float: right;
}
.postBlock--right .postBlock-item .post--rtl .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--right .postBlock-item .post--rtl .post-meta {
	padding-right: 15px;
}
.postBlock--3column .postBlock-item {
	width: 400px;
	float: left;
}
.postBlock--3column .postBlock-item .post .post-thmb {
	display: table-cell;
	vertical-align: middle;
	width: 400px;
	height: 300px;
}
.postBlock--3column .postBlock-item .post .post-thmb img {
	max-height: 300px;
}
.postBlock--3column .postBlock-item .post .post-meta {
	padding-top: 15px;
	padding-right: 40px;
}
.postBlock--3column .postBlock-item .post .post-meta .post-title {
	font-size: 2rem;
}
.postBlock--3column .postBlock-item .post .post-meta .post-cxense {
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	color: #989898;
	margin-bottom: 10px;
}
.postBlock--3column .postBlock-item .post .post-meta .post-owner {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #989898;
	margin-top: 10px;
	text-align: right;
}
.postBlock--4column {
	margin: 40px auto;
}
.postBlock--4column .postBlock-item {
	width: 300px;
	float: left;
}
.postBlock--4column .postBlock-item .post .post-thmb {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.postBlock--4column .postBlock-item .post .post-thmb a {
	display: block;
	position: relative;
	max-height: 200px;
}
.postBlock--4column .postBlock-item .post .post-thmb a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.postBlock--4column .postBlock-item .post .post-thmb img {
	width: 300px;
	height: auto;
	max-width: 300px;
}
.postBlock--4column .postBlock-item .post .post-meta {
	padding: 15px 10px 0;
}
.postBlock--4column .postBlock-item .post .post-meta .post-title {
	font-size: 1.6rem;
}
.postBlock--4column .postBlock-item .post .post-meta .post-cxense {
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	color: #989898;
	margin-bottom: 10px;
}
.postBlock--4column .postBlock-item .post .post-meta .post-owner {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #989898;
	margin-top: 10px;
	text-align: right;
}
.postBlock--5column .postBlock-item {
	width: 240px;
	float: left;
}
.postBlock--5column .postBlock-item .post .post-thmb {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	height: 359px;
}
.postBlock--5column .postBlock-item .post .post-thmb img {
	max-width: 240px;
}
.postBlock--5column .postBlock-item .post .post-meta {
	padding-top: 14px;
	padding-right: 18px;
}
.postBlock--5column .postBlock-item .post .post-meta .post-date time {
	color: #000;
}
.postBlock--5column .postBlock-item .post .post-meta .post-title {
	font-size: 1.6rem;
}
.previousArticle .postBlock--ranking {
	position: relative;
	overflow: visible;
	background-color: #f8f8f8;
	text-align: center;
	position: relative;
	min-width: 1200px;
	margin: 70px auto;
	padding: 45px 0;
	border: none;
}
.previousArticle .postBlock--ranking .ranking {
	width: auto;
	height: auto;
	border: none;
	margin-bottom: 0;
	position: static;
	overflow: visible;
}
.previousArticle .postBlock--ranking .ranking .ranking-title {
	padding: 15px;
	line-height: 1;
	position: absolute;
	text-align: center;
	width: 400px;
	top: -30px;
	left: 50%;
	margin-left: -200px;
	box-sizing: border-box;
}
.previousArticle .postBlock--ranking .ranking .ranking-content {
	width: 1184px;
	margin: 0 auto;
}
.previousArticle .postBlock--ranking .ranking .ranking-content:after {
	display: block;
	clear: both;
	content: "";
}
.previousArticle .postBlock--ranking .ranking .ranking-content li {
	width: 195px;
	float: left;
	margin-right: 50px;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li:last-child {
	margin-right: 0;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li:nth-child(4), .previousArticle .postBlock--ranking .ranking .ranking-content li:nth-child(5) {
	display: block;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li::before {
	font-size: 36px;
	top: -20px;
	left: 35px;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li .post {
	height: auto;
	margin: 0;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li .post .post-thmb {
	position: relative;
	margin: 0 auto;
	width: 114px;
	height: 114px;
	border-radius: 57px;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li .post .post-thmb a {
	width: 114px;
	height: 114px;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li .post .post-meta {
	margin: 0;
	height: auto;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li .post .post-meta .post-title {
	text-align: left;
	height: auto;
	padding-top: 20px;
}
.previousArticle .postBlock--ranking .ranking .ranking-content li .post .post-meta .post-owner {
	text-align: left;
}
.previousArticle .postBlock-item .postBlock--present {
	width: 460px;
	background-color: #e6ddd8;
	padding: 20px 70px 50px;
	margin: 0;
	float: left;
	border: none;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-title {
	font-size: 32px;
	color: #000;
	padding: 0 0 13px;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-item .post {
	width: 467px;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-item .post:after {
	clear: both;
	content: "";
	display: block;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-item .post .post-thmb {
	width: 50%;
	float: left;
	height: auto;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-item .post .post-thmb img {
	width: 100%;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-item .post .post-meta {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 35px 30px 35px 10px;
}
.previousArticle .postBlock-item .postBlock--present .postBlock-item .post .post-meta .post-title {
	font-size: 1.8rem;
}
.previousArticle .postBlock-item .postBlock--topTags {
	border: none;
	width: 600px;
	float: left;
}
.previousArticle .postBlock-item .postBlock--topTags .topTags-content {
	margin: 20px 75px;
}
.previousArticle .postBlock--horoscope {
	margin-top: 80px;
	border-bottom: none;
}
.previousArticle .postBlock--horoscope ul {
	margin-bottom: 0;
}
.postBlock--horoscope {
	position: relative;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 96px;
}
.postBlock--horoscope .postBlock-title {
	height: 116px;
	background: url(../img/title_horoscope.png) no-repeat center top;
	margin-top: -66px;
	margin-bottom: 46px;
	padding: 0;
	line-height: 1;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.postBlock--horoscope .post-tag {
	width: 100%;
	position: absolute;
	top: 18px;
}
.postBlock--horoscope ul {
	font-size: 0;
	width: 1200px;
	height: auto;
	margin: 0 auto 50px;
	text-align: center;
}
.postBlock--horoscope ul .post {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 193px;
	height: auto;
	margin: 0 23px;
}
.postBlock--horoscope ul .post .post-thmb {
	border-radius: 97px;
	overflow: visible;
}
.postBlock--horoscope ul .post .post-thmb a {
	display: inline-block;
	font-size: 1px;
	line-height: 1;
	vertical-align: top;
	position: relative;
}
.postBlock--horoscope ul .post .post-thmb a img {
	width: 193px;
	height: 193px;
	border-radius: 97px;
	font-size: 1px;
	line-height: 1;
	vertical-align: top;
}
.postBlock--horoscope ul .post .post-meta .post-title {
	letter-spacing: -1px;
	margin-top: 15px;
}
.postBlock--horoscope ul .post .post-meta .post-date {
	color: #999;
	line-height: 1.1;
	vertical-align: top;
	margin-top: 8px;
}
.postBlock--horoscope ul .post--new .post-thmb a:after {
	content: "New!";
	font-style: italic;
	font-family: 'Playfair Display';
	display: block;
	color: #fff;
	width: 69px;
	height: 69px;
	font-size: 2.0rem;
	line-height: 69px;
	font-weight: 600;
	text-align: center;
	background-image: inherit;
	background-color: #444445;
	background-size: 69px 69px;
	border-radius: 69px;
	vertical-align: top;
	overflow: hidden;
	position: absolute;
	top: -15px;
	left: -6px;
}
.postBlock--picks {
	position: relative;
}
.postBlock--picks .postBlock-title {
	width: 200px;
	height: 44px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	font-family: "Playfair Display", serif;
	font-size: 4.4rem;
	line-height: 1;
}
.postBlock--picks .post {
	display: inline-block;
	width: 506px;
	min-height: 169px;
	background-color: #FFF;
	margin: 45px 11px;
}
.postBlock--picks .post .post-thmb {
	width: 253px;
	height: 169px;
	overflow: hidden;
	float: left;
}
.postBlock--picks .post .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock--picks .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 253px;
	height: 169px;
}
.postBlock--picks .post .post-meta {
	width: 223px;
	height: 169px;
	margin: 0 0 0 253px;
	text-align: left;
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
}
.postBlock--special {
	position: relative;
}
.postBlock--special .post .post-thmb {
	width: 789px;
	height: 526px;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 0;
}
.postBlock--special .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 789px;
	height: 526px;
}
.postBlock--special .post .post-thmb img {
	max-width: 789px;
	max-height: inherit;
}
.postBlock--special .post .post-meta {
	width: 380px;
	padding: 50px 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 3px #FFF;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 10;
}
.postBlock--special .post .post-meta .post-title {
	margin: 27px 0;
	font-size: 2.6rem;
}
.postBlock--series {
	position: relative;
	letter-spacing: -0.5rem;
}
.postBlock--series .postBlock-title {
	text-align: center;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: normal;
	height: 44px;
	position: absolute;
	top: -34px;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	box-sizing: border-box;
}
.postBlock--series .postBlock-item {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	letter-spacing: normal;
}
.postBlock--series .post {
	display: inline-block;
	width: 300px;
	min-height: 300px;
	background-color: #96aba7;
	margin: 46px 0;
}
.postBlock--series .post .post-thmb {
	width: 300px;
	height: 199px;
	overflow: hidden;
	float: none;
}
.postBlock--series .post .post-thmb img {
	max-width: 300px;
	max-height: inherit;
}
.postBlock--series .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 199px;
}
.postBlock--series .post .post-meta {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 300px;
	height: 101px;
	margin: 0 0 0 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.postBlock--series .post .post-meta .post-category {
	font-size: 1.6rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	line-height: 1.25;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
}
.postBlock--series .post .post-meta .post-category a {
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 16px 20px 28px;
	margin: 0;
}
.postBlock--series .post .post-meta .post-category a:hover {
	text-decoration: none;
}
.postBlock--series .post .post-date time {
	color: #fff;
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 0;
}
.postBlock--series .postBlock-item:nth-child(odd) .post {
	background-color: #8da09c;
}
.postBlock--package .postBlock {
	margin: 0 auto 45px;
}
.postBlock-item--1st {
	width: 800px;
	float: left;
}
.postBlock-item--1st .postBlock--2column {
	margin: 0 auto 45px;
}
.postBlock-item--1st .postBlock--2column .postBlock-item {
	float: left;
}
.postBlock-item--1st .post {
	width: 400px;
	float: left;
}
.postBlock-item--1st .post .post-thmb {
	width: 400px;
	height: 267px;
	overflow: hidden;
}
.postBlock-item--1st .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 400px;
	height: 267px;
}
.postBlock-item--1st .post .post-thmb img {
	max-width: 400px;
	max-height: inherit;
}
.postBlock-item--1st .post .post-meta {
	padding-top: 15px;
	padding-right: 20px;
}
.postBlock-item--1st .post .post-meta .post-title {
	font-size: 2rem;
}
.postBlock-item--2nd {
	width: 500px;
	float: left;
	margin-top: 0;
}
.postBlock-item--2nd .post {
	width: 500px;
}
.postBlock-item--2nd .post .post-thmb {
	width: 500px;
	height: 333px;
	overflow: hidden;
}
.postBlock-item--2nd .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 500px;
	height: 333px;
}
.postBlock-item--2nd .post .post-thmb img {
	max-width: 500px;
	max-height: inherit;
}
.postBlock-item--2nd .post .post-meta {
	padding: 25px 30px 0;
	text-align: center;
}
.postBlock-item--2nd .post .post-meta .post-title {
	margin: 20px 0;
	font-size: 2.6rem;
}
.postBlock--present {
	width: 355px;
	background-color: #ede7e4;
	margin-bottom: 45px;
	padding: 0 74px 70px;
}
.postBlock--present .postBlock-title {
	font-size: 4.4rem;
	padding: 13px;
}
.postBlock--present .post {
	width: 355px;
	margin: 0 auto;
	background-color: #FFF;
}
.postBlock--present .post .post-thmb {
	width: 355px;
	height: auto;
}
.postBlock--present .post .post-thmb a {
	width: 355px;
	height: auto;
}
.postBlock--present .post .post-thmb img {
	max-height: inherit;
	max-width: 355px;
}
.postBlock--present .post .post-meta {
	padding: 15px;
	margin: 0;
}
.postBlock--present .post .post-meta .post-title {
	margin: 10px 0;
	font-size: 2rem;
}
.postBlock-item--3rd {
	width: 253px;
	float: left;
	margin: 0 45px;
}
.postBlock-item--3rd .post {
	width: 253px;
}
.postBlock-item--3rd .post .post-thmb {
	width: 253px;
	height: 169px;
	overflow: hidden;
}
.postBlock-item--3rd .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 253px;
	height: 169px;
}
.postBlock-item--3rd .post .post-thmb img {
	max-width: 253px;
	max-height: inherit;
}
.postBlock-item--3rd .post .post-meta {
	padding: 10px 0 0 0;
}
.postBlock-item--4th {
	width: 355px;
	margin: 0 0 0 845px;
}
.postBlock-item--4th .postBlock:after {
	display: none;
}
.postBlock-item--4th .post {
	width: 355px;
}
.postBlock-item--4th .post .post-thmb {
	width: 355px;
	height: 239px;
	overflow: hidden;
}
.postBlock-item--4th .post .post-thmb a {
	display: table-cell;
	vertical-align: middle;
	width: 355px;
	height: 239px;
}
.postBlock-item--4th .post .post-thmb img {
	max-width: 355px;
	max-height: inherit;
}
.postBlock-item--4th .post .post-meta {
	padding: 10px 0 0 0;
}
.postBlock-item--4th .post .post-meta .post-title {
	font-size: 1.8rem;
}
.ranking {
	margin-bottom: 45px;
}
.ranking .ranking-title {
	padding: 20px 0 0;
}
.ranking .ranking-content {
	counter-reset: rank 0;
}
.ranking .ranking-item:before {
	font-family: "Playfair Display", serif;
	font-size: 2.3rem;
	line-height: 1;
	counter-increment: rank;
	content: counter(rank);
	list-style-type: none;
	position: absolute;
	top: -10px;
	left: 10px;
}
.ranking .ranking-item {
	position: relative;
}
.ranking .ranking-item .post {
	width: auto;
	height: 80px;
	margin: 20px;
}
.ranking .ranking-item .post .post-thmb {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
}
.ranking .ranking-item .post .post-thmb img {
	max-height: 100%;
	max-width: inherit;
	-webkit-transition: none;
	transition: none;
}
.ranking .ranking-item .post .post-thmb a {
	display: block;
	height: 80px;
	width: 80px;
}
.ranking .ranking-item .post .post-thmb a:hover img {
	opacity: 1;
}
.ranking .ranking-item .post .post-meta {
	height: 80px;
	vertical-align: middle;
	margin: 0 0 0 90px;
	padding: 0;
}
.ranking .ranking-item .post .post-meta .post-title {
	font-size: 1.4rem;
	height: 80px;
	vertical-align: middle;
	display: table-cell;
}
.ranking .ranking-item .post .post-meta .post-categoly:after {
	display: none;
}
.ranking .ranking-item .post .post-meta .post-sponsored {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	color: #989898;
}
.topTags {
	width: 353px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
.topTags .topTags-title {
	font-family: "Playfair Display", serif;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	padding: 20px 0 0;
}
.topTags ul {
	margin: 20px 30px;
}
.topTags ul li {
	display: inline-block;
	margin: 0 4px 18px 0;
}
.topTags ul li a {
	color: #003366;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	position: relative;
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	border: 1px solid #003366;
	border-radius: 12px;
}
.topTags ul li a:after {
	content: "";
	display: inline-block;
	line-height: 12px;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin: 2px 0 3px 8px;
	border: 4px solid transparent;
	border-left: 4px solid #003366;
}
.topTags ul li a:hover:after {
	border-left: 4px solid #ffffff;
}
.topTags ul li a:hover {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
.instagram .instagram-header {
	width: 372px;
	height: 140px;
	text-align: center;
	position: absolute;
	top: -85px;
	left: 50%;
	margin-left: -185px;
}
.instagram .instagram-header p.instagram-account a {
	font-family: Montserrat, Sans-Serif;
	color: #000;
}
.instagram .instagram-header .instagram-title {
	width: 372px;
	height: 112px;
	background-image: url(../img/instagram.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.instagram .instagram-content img {
	border: 5px solid #FFF;
	position: relative;
	z-index: 10;
}
.instagram .instagram-content li {
	display: inline-block;
	position: relative;
	margin: 60px 2px;
}
.membership {
	width: 974px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 70px auto;
	padding: 13px 0;
}
.membership .membership-content {
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.membership .membership-content li {
	display: table-cell;
	width: 33%;
	height: 90px;
	vertical-align: middle;
	border-left: 1px solid #ccc;
}
.membership .membership-content li:first-child {
	border-left: none;
}
.membership .membership-content li.membership-logo img {
	margin-top: 2px;
	margin-bottom: -2px;
	width: 150px;
	height: auto;
}
.membership .membership-content li.membership-txt {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-weight: bold;
	font-size: 1.4rem;
}
.membership .membership-content li .button {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-weight: bold;
	display: block;
	margin: 0 auto;
	border: 1px solid #163764;
	background-color: #3a3a3c;
	width: 177px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	font-size: 1.3rem;
}
.membership .membership-content li .button:hover {
	opacity: 0.8;
	text-decoration: none;
}
.recentArticle .post-tag a,
.previousArticle .post-tag a {
	font-size: 1.1rem;
	position: relative;
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 10px;
	border: 1px solid #003366;
	border-radius: 12px;
}
.recentArticle .post-tag a:first-child,
.previousArticle .post-tag a:first-child {
	margin: 10px 0 10px 0;
}
.recentArticle .post-tag a:after,
.previousArticle .post-tag a:after {
	content: "";
	display: inline-block;
	line-height: 12px;
	width: 0;
	height: 0;
	margin: 0 0 0 8px;
	border: 4px solid transparent;
	border-left: 4px solid #003366;
}
.recentArticle .post-tag a:hover:after,
.previousArticle .post-tag a:hover:after {
	border-left: 4px solid #ffffff;
}
.post--article {
}
.post--article .post-meta {
	text-align: center;
	width: 620px;
	margin: 0 auto 25px;
	padding: 0 90px;
}
.post--article .post-meta .post-title {
	font-size: 2.8rem;
	margin: 10px 0;
}
.post--article .post-meta .postLogo {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100px;
	height: 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.post--article .post-meta .postLogo--mylohas {
	background-image: url(../img/media_logo_mylohas.png);
}
.post--article .post-meta .postLogo--gizmode {
	background-image: url(../img/media_logo_gizmode.png);
}
.post--article .post-meta .postLogo--glitty {
	background-image: url(../img/media_logo_glitty.png);
}
.post--article .post-meta .postLogo--cafeglobe {
	background-image: url(../img/media_logo_cafeglobe.png);
}
.post--article .post-meta .postLogo--lifehacker {
	background-image: url(../img/media_logo_lifehacker.png);
}
.post--article .post-meta .postLogo--businessinsider {
	width: 132px;
	height: 24px;
	background-image: url(../img/media_logo_businessinsider.png);
}
.post--article .post-meta .postLogo--kotaku {
	background-image: url(../img/media_logo_kotaku.png);
}
.post--article .post-meta .postLogo--roomie {
	background-image: url(../img/media_logo_roomie.png);
}
.post--article .post-meta .postLogo--brandtalk {
	background-image: url(../img/media_logo_brandtalk.png);
}
.post--article .post-meta .postLogo--fuminners {
	background-image: url(../img/media_logo_fuminners.png);
}
.post--article .post-meta .postLogo--foodie {
	background-image: url(../img/media_logo_foodie.png);
}
.post--article .post-meta .postLogo--machi-ya {
	background-image: url(../img/media_logo_machiya.png);
}
.post--article .post-meta .postLogo--beauty-co {
	background-image: url(../img/media_logo_beautyandco.png);
}
.post--article .post-thmb {
	display: block;
	width: auto;
	background: #f0f7f5;
	overflow: inherit;
}
.post--article .post-thmb figure {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	background-color: #d3f7f1;
	background-image: url(../img/thmb_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.post--article .post-thmb figure figcaption {
	position: absolute;
	top: 100%;
	right: 0;
}
.post--article .post-thmb figure img {
	max-height: 600px;
}
.post--article.sponsored .post-meta {
	position: relative;
	overflow: hidden;
}
.post--article.sponsored .post-meta:before {
	content: "sponsored";
	display: block;
	position: absolute;
	top: -30px;
	left: -60px;
	font-family: Lato, Sans-Serif;
	font-style: italic;
	color: #ffffff;
	font-size: 1.7rem;
	line-height: 22.245px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	background-color: #6e7674;
	padding: 65px 30px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
	letter-spacing: 0.05em;
	z-index: 100;
}
.post--article.sponsored .post-thmb:before {
	display: none;
}
.post--article.buy .post-meta:before,
.post--article.buy .post-thmb:before {
	display: none;
}
.post--article.buy .post-thmb figure {
	overflow: hidden;
}
.post--article.buy .post-thmb figure:before {
	background-color: #fff;
	color: #000;
	content: "BUY";
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.7rem;
	left: -55px;
	letter-spacing: 0.05em;
	line-height: 22.245px;
	padding: 65px 50px 2px;
	position: absolute;
	text-align: center;
	top: -30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 100;
}
.post--article figcaption {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.8;
	padding-top: 5px;
	color: #333333;
}
.post--article .post-social {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.post--article .post-social .socialBtn-wrap {
	position: absolute;
	top: 0;
	left: 0;
}
.post--article .post-social .socialBtn-wrap .socialBtn a {
	display: block;
	padding: 7px;
	color: #FFF;
}
.post--article .post-social .socialBtn-wrap .socialBtn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.post--article .post-social .socialBtn-wrap .socialBtn .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.post--article .post-social .socialBtn-wrap .socialBtn--facebook a {
	background-color: #3b5998;
}
.post--article .post-social .socialBtn-wrap .socialBtn--facebook .icon {
	background-image: url(../img/icon_facebook.png);
}
.post--article .post-social .socialBtn-wrap .socialBtn--twitter a {
	text-align: center;
	background-color: #55acee;
}
.post--article .post-social .socialBtn-wrap .socialBtn--twitter .icon {
	background-image: url(../img/icon_twitter.png);
	margin-right: 0;
}
.post--article .post-social .socialBtn-wrap .socialBtn--twitter .count {
	display: none;
}
.post--article .post-social .socialBtn-wrap .socialBtn--mail a {
	background-color: #000;
}
.post--article .post-social .socialBtn-wrap .socialBtn--mail .icon {
	background-image: url(../img/icon_main.png);
}
.post--article .post-social .socialBtn-wrap .socialBtn--fblike {
	margin-top: 10px;
}
.post--article .post-content {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 1.5rem;
	line-height: 1.9;
}
.post--article .post-content strong {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-weight: bold;
}
.post--article .post-content h1, .post--article .post-content h2, .post--article .post-content h3, .post--article .post-content h4, .post--article .post-content h5, .post--article .post-content h6 {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-weight: bold;
	margin: 2em 0;
}
.post--article .post-content h1 {
	font-size: 2.6rem;
}
.post--article .post-content h2 {
	font-size: 2.2rem;
}
.post--article .post-content h3 {
	font-size: 1.8rem;
	line-height: 1;
	padding: 0 0 0 8px;
	border-left: 3px solid #000;
	margin: 2em 0 10px;
}
.post--article .post-content h4 {
	font-size: 1.8rem;
}
.post--article .post-content a {
	text-decoration: underline;
}
.post--article .post-content a:hover {
	text-decoration: none;
}
.post--article .post-content a:hover img {
	opacity: 0.8;
}
.post--article .post-content a[target="_blank"]:after {
	content: url(../img/blank_ico.png);
	margin: 0 5px;
	vertical-align: middle;
}
.post--article .post-content a.blankIcon-right:after {
	position: absolute;
	top: 0;
}
.post--article .post-content p {
	margin: 1em 0;
}
.post--article .post-content .text-center {
	text-align: center;
}
.post--article .post-content .text-left {
	text-align: left;
}
.post--article .post-content .text-right {
	text-align: right;
}
.post--article .post-content .post-image {
	display: table;
	position: relative;
}
.post--article .post-content .post-image img {
	max-width: 660px;
}
.post--article .post-content .post-image figcaption {
	width: 530px;
}
.post--article .post-content .post-image .post-tag {
	width: 150px;
	position: absolute;
	top: 0;
	right: -170px;
	margin: 0;
	padding: 0 10px;
}
.post--article .post-content .post-image .post-tag a {
	display: block;
}
.post--article .post-content blockquote {
	color: #333;
	margin: 1em 0;
	padding: 2em 1em;
	background-image: url(../img/blockquote_l.png), url(../img/blockquote_r.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
}
.post--article .post-content .border-box {
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	margin: 4em 0;
}
.post--article .post-content .border-box > *:first-child {
	margin-top: 15px;
}
.post--article .post-content .border-box > *:last-child {
	margin-bottom: 15px;
}
.post--article .post-content .bgcolor-box {
	padding: 30px 40px;
	background-color: #f0f7f5;
	font-size: 1.4rem;
	margin: 4em 0;
}
.post--article .post-content .bgcolor-box > *:first-child {
	margin-top: 0;
}
.post--article .post-content .bgcolor-box > *:last-child {
	margin-bottom: 0;
}
.post--article .post-content .readtogether h3 {
	margin-bottom: 20px;
}
.post--article .post-content .readtogether .readtogetherlink {
	margin: 10px 0;
	font-size: 1.4rem;
	line-height: 1.6;
}
.post--article .post-content .frame-box {
	width: 490px;
	padding: 20px;
	font-size: 1.4rem;
	margin: 40px 0;
	border: 1px solid #676767;
	display: table;
}
.post--article .post-content .frame-box:after {
	content: "";
	clear: both;
	display: block;
}
.post--article .post-content .frame-box .frame-box__image {
	width: 220px;
	float: left;
}
.post--article .post-content .frame-box .frame-box__image img {
	width: 100%;
	height: auto;
}
.post--article .post-content .frame-box .frame-box__like {
	width: 240px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.post--article .post-content .frame-box .frame-box__like .fb-like {
	display: inline-block;
}
.post--article .post-content .frame-box .frame-box__like > *:first-child {
	margin-top: 0;
	margin-bottom: 14px;
}
.post--article .post-content .frame-box .frame-box__like > *:last-child {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 12px;
	margin-top: 16px;
}
.post--article .post-content .buy-box {
	border: 3px solid #163764;
	font-size: 1.3rem;
	margin: 4em 0;
	overflow: hidden;
	padding: 20px 40px;
	position: relative;
}
.post--article .post-content .buy-box:before {
	background-color: #163764;
	box-sizing: border-box;
	color: #fff;
	content: "BUY";
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
	height: 5em;
	left: -2.5em;
	letter-spacing: 0.05em;
	padding-top: 3em;
	position: absolute;
	text-align: center;
	top: -2.5em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5em;
}
.post--article .post-content .buy-box:after {
	clear: both;
	content: "";
	display: table;
}
.post--article .post-content .buy-box-image {
	float: left;
	text-align: center;
	max-width: 150px;
}
.post--article .post-content .buy-box-price {
	font-size: 1.7rem;
}
.post--article .post-content .buy-box-order {
	font-family: "Playfair Display", serif;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.post--article .post-content .buy-box-order a {
	background-color: #163764;
	border: 1px solid #163764;
	border-radius: 1.9em;
	font: inherit;
	display: inline-block;
	padding: 0 2em;
	text-decoration: none;
	color: #fff;
}
.post--article .post-content .buy-box-order a:hover {
	background-color: #fff;
	color: #163764;
}
.post--article .post-content .buy-box strong {
	color: #163764;
	font-size: 1.6rem;
	font-weight: bold;
}
.post--article .post-content .buy-box-image + .buy-box-detail {
	float: right;
	width: 60%;
}
.post--article .post-content .image-right {
	display: block;
	float: right;
	max-width: 320px;
	margin: 0 -135px 20px 20px;
}
.post--article .post-content .image-right > * {
	max-width: 100% !important;
	width: auto;
	height: auto;
}
.post--article .post-content iframe {
	max-width: 100%;
}
.ie8 .post--article.sponsored .post-meta:before,
.ie8 .post--article.buy .post-thmb figure:before {
	top: 0;
	left: 0;
	padding: 5px;
}
.post-footer-tag {
	width: 660px;
	margin: 35px auto;
}
.post-footer-tag h3 {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 2.4rem;
	padding: 15px 0;
	line-height: 1;
}
.post-footer-tag .post-tag:after {
	content: "の記事を見る";
	vertical-align: middle;
	line-height: 12px;
	margin-left: 0.5em;
}
.post-footer-tag a {
	position: relative;
	display: inline-block;
	line-height: 12px;
	vertical-align: middle;
	margin: 10px 0 10px 10px;
	padding: 5px 25px 5px 10px;
	border: 1px solid #003366;
	border-radius: 12px;
}
.post-footer-tag a:first-child {
	margin: 10px 0 10px 0;
}
.post-footer-tag a:after {
	content: "";
	position: absolute;
	display: inline-block;
	line-height: 13px;
	vertical-align: middle;
	width: 0;
	height: 0;
	top: 7px;
	right: 7px;
	margin: 0 0 0 8px;
	border: 4px solid transparent;
	border-left: 4px solid #003366;
}
.post-footer-tag a:hover:after {
	border-left: 4px solid #ffffff;
}
.post-footer-share {
	width: 660px;
	margin: 35px auto;
}
.post-footer-share:after {
	content: "";
	clear: both;
	display: table;
}
.post-footer-share .shareBtn a {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	padding: 10px  20px;
}
.post-footer-share .shareBtn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.post-footer-share .shareBtn .icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.post-footer-share .shareBtn--twitter {
	float: right;
	width: 315px;
}
.post-footer-share .shareBtn--twitter a {
	background-color: #55acee;
}
.post-footer-share .shareBtn--twitter a .icon {
	background-image: url(../img/icon_twitter.png);
}
.post-footer-share .shareBtn--facebook {
	float: left;
	width: 315px;
}
.post-footer-share .shareBtn--facebook a {
	background-color: #3b5998;
}
.post-footer-share .shareBtn--facebook .icon {
	background-image: url(../img/icon_facebook.png);
}
.post-footer .author {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	border-top: 1px solid #eaeaea;
	padding: 30px 0;
	margin: 50px auto;
}
.post-footer .author a {
	text-decoration: underline;
}
.post-footer .author a:hover {
	text-decoration: none;
}
.post-footer .author a:hover img {
	opacity: 0.7;
}
.post-footer .author a[target="_blank"]:after {
	content: url(../img/blank_ico.png);
	margin: 0 5px;
	vertical-align: middle;
}
.post-footer .author-inner {
	width: 800px;
	margin: 0 auto;
	display: table;
}
.post-footer .author-inner .author-photo, .post-footer .author-inner .author-name, .post-footer .author-inner .author-profile {
	display: table-cell;
	vertical-align: middle;
}
.post-footer .author-inner .author-name {
	white-space: nowrap;
	padding: 20px;
	width: 140px;
}
.post-footer .author-inner .author-photo img {
	width: 84px;
	height: 84px;
	border-radius: 42px;
}
.ec {
	position: relative;
	padding: 30px 0;
}
.ec .ec-title {
	font-family: "Playfair Display", serif;
	font-size: 3.2rem;
	padding: 15px;
	line-height: 1;
	position: absolute;
	text-align: center;
	width: 300px;
	top: -30px;
	left: 50%;
	margin-left: -150px;
	box-sizing: border-box;
}
.ec .ec-item {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.ec .ec-item a .ecTxt {
	display: none;
	width: 170px;
	height: 170px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 1.4rem;
	text-align: left;
	padding: 15px;
}
.ec .ec-item a:hover .ecTxt {
	display: table-cell;
	vertical-align: middle;
}
.ec .ecThmb {
	max-width: 200px;
	width: auto;
	height: auto;
}
.previousArticle .previousArticle {
	font-family: "Playfair Display", serif;
	font-size: 3.2rem;
	padding: 15px;
	line-height: 1;
	text-align: center;
	margin: 30px auto;
}
.previousArticle + .postBlock {
	margin-top: 0;
}
.previousArticle .postBlock-item .post {
	position: relative;
}
.previousArticle .postBlock-item .post .post-meta .post-cxense {
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
	line-height: 1.2;
	font-style: italic;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
.previousArticle .credit {
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	color: #989898;
	width: 1200px;
	text-align: right;
	margin: -30px auto 30px;
}
.previousArticle .credit img {
	vertical-align: top;
}
.rankingBlock {
	border-top: 1px solid #eaeaea;
	overflow: hidden;
}
.rankingBlock .ranking {
	border: none;
	position: relative;
	width: 1200px;
	height: 188px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.rankingBlock .ranking .ranking-title {
	line-height: 188px;
	vertical-align: middle;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.rankingBlock .ranking .ranking-content {
	letter-spacing: -0.5rem;
	width: 900px;
	margin: 0 0 0 300px;
}
.rankingBlock .ranking .ranking-content .ranking-item {
	display: inline-block;
	letter-spacing: normal;
	width: 300px;
	margin-top: 29px;
}
.rankingBlock .ranking .ranking-content .ranking-item:before {
	font-size: 3.2rem;
	top: -5px;
	left: 15px;
}
.rankingBlock .ranking .ranking-content .ranking-item:nth-child(4), .rankingBlock .ranking .ranking-content .ranking-item:nth-child(5) {
	display: none;
}
.followUs {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 60px 30px;
}
.followUs .followUs-content {
	display: table;
	table-layout: fixed;
	width: 1140px;
	margin: 0 auto;
}
.followUs .followUs-content .followBlock {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.followUs .followUs-content .followBlock .followBlock-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.followUs .followUs-content .followBlock .followBlock-title {
	display: block;
	background-image: url(../img/followus.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 64px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.followUs .followUs-content .followBlock .followBlock-btn {
	display: inline-block;
}
.followUs .followUs-content .followBlock.followBlock--logo {
	width: 250px;
}
.followUs .followUs-content .followBlock.followBlock--facebook .followBlock-icon {
	background-image: url(../img/follow_icon_facebook.png);
}
.followUs .followUs-content .followBlock.followBlock--instagram .followBlock-icon {
	background-image: url(../img/follow_icon_instagram.png);
}
.followUs .followUs-content .followBlock.followBlock--twitter .followBlock-icon {
	background-image: url(../img/follow_icon_twitter.png);
}
.followUs .followUs-content .followBlock.followBlock--pinterest .followBlock-icon {
	background-image: url(../img/follow_icon_pinterest.png);
}
.followUs .followUs-content .followBlock.followBlock--googleplus .followBlock-icon {
	background-image: url(../img/follow_icon_googleplus.png);
}
.followUs iframe {
	vertical-align: middle;
}
.contentHeader {
	font-family: "Playfair Display", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	text-align: center;
	font-size: 4.5rem;
	padding: 50px 0 55px;
}
.archive-title {
	font-family: "Playfair Display", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 5.1rem;
	line-height: 1.2;
	text-align: center;
	display: table;
	margin: 30px auto;
	padding: 10px 15px;
}
.archive-title.categoryName {
	font-family: Montserrat, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
}
.archive-title.categoryName--health {
	color: #7cb0ca;
}
.archive-title.categoryName--food {
	color: #d4a756;
}
.archive-title.categoryName--family {
	color: #757b4d;
}
.archive-title.categoryName--life {
	color: #ac8bb8;
}
.archive-title + .postBlock {
	margin-top: 30px;
}
.post--archive .post-categoly .categoryName--makeup,
.post--archive .post-categoly .categoryName--trend {
	color: #FFF;
}
.post--archive .post-categoly .categoryName--makeup:after,
.post--archive .post-categoly .categoryName--trend:after {
	display: none;
}
.post--archive .post-categoly .categoryName--makeup:visited, .post--archive .post-categoly .categoryName--makeup:hover,
.post--archive .post-categoly .categoryName--trend:visited,
.post--archive .post-categoly .categoryName--trend:hover {
	color: #fff;
}
.post-title strong {
	background-color: #f8ffa7;
}
.staticArticle--404 .staticArticle-head {
	background-color: #f0f7f5;
	padding: 30px 0 0;
}
.staticArticle--404 .staticArticle-body {
	background-color: #f0f7f5;
}
.staticArticle--404 .ranking {
	border: none;
}
.pageContent--404 {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.pageContent--404 .pageContent-inner {
	width: 800px;
	margin: 0px auto 40px;
}
.ranking--404 .dropdown-content {
	display: block;
}
.ranking--404 .title--404 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 38px auto 18px;
}
.ranking--404 .ranking-content {
	width: 0;
	height: 0;
	overflow: hidden;
}
.ranking--404 .ranking--404inner .innerNav--ranking .innerNav-rank:before,
.ranking--404 .ranking--404inner .innerNav--ranking a:hover .innerNav-rank:before {
	border-top-color: #000;
	border-left-color: #000;
	-webkit-transform: perspective(0);
}
.ranking--404 .ranking--404inner .innerNav-rank {
	color: #fff;
}
.ranking--404 .ranking--404inner a:hover .innerNav-rank {
	color: #fff;
}
.ranking--404 .sponsored .innerNav-image:before {
	content: "sponsored";
	position: absolute;
	top: 5px;
	right: 15px;
	font-family: Lato, sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	z-index: 100;
}
.pageContent--404 .linkButton {
	clear: both;
	margin: 50px auto 65px;
}
.contentHeader.contentHeader--authorList {
	background-color: #f0f7f5;
}
.contentHeader.contentHeader--authorList .contentHeader-subtitle {
	font-size: 4rem;
}
.authorSection {
	margin: 0 auto 80px;
}
.authorSection .archive-title {
	font-size: 2.6rem;
	width: 1200px;
	margin: 50px auto;
	position: relative;
}
.authorSection .archive-title:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 550px;
	height: 1px;
	background-color: #000;
	left: 0;
}
.authorSection .archive-title:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 550px;
	height: 1px;
	background-color: #000;
	right: 0;
}
.authorSection .archive-title.archive-title--writerList:before, .authorSection .archive-title.archive-title--writerList:after {
	width: 500px;
}
.authorSection .authorList {
	width: 1200px;
	margin: 40px auto;
}
.authorSection .authorList:after {
	content: "";
	clear: both;
	display: table;
}
.authorSection .authorList .author {
	float: left;
	width: 25%;
	padding: 0 30px;
	margin: 0 0 40px;
	box-sizing: border-box;
	text-align: center;
}
.authorSection .authorList .author .author-photo {
	width: 130px;
	height: 130px;
	margin: 0 auto 1em;
	border-radius: 65px;
	overflow: hidden;
	display: block;
}
.authorSection .authorList .author .author-photo img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 65px;
}
.authorSection .authorList .author .author-title {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	color: #000;
}
.authorSection .authorList .author .author-title span {
	display: block;
}
.authorSection .authorList .author a:hover .author-title {
	color: #003b8c;
}
.authorSection .authorList.authorList--writer .author {
	width: 20%;
	padding: 0 20px 0 0;
}
.authorSection .authorList.authorList--writer .author .author-photo {
	width: 84px;
	height: 84px;
	border-radius: 42px;
	margin: 0;
	float: left;
}
.authorSection .authorList.authorList--writer .author .author-title {
	display: table-cell;
	vertical-align: middle;
	height: 84px;
	padding: 0 0 0 10px;
}
.authorSection .authorList.authorList--writer .author .author-title span {
	line-height: 1.4;
	max-width: 125px;
	max-height: 60px;
}
.contentHeader--author {
	background-color: #f0f7f5;
	box-sizing: border-box;
	padding: 60px 0;
}
.contentHeader--author .contentHeader-inner {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.contentHeader--author .contentHeader-inner > * {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.contentHeader--author .contentHeader-inner .author-photo {
	width: 84px;
	height: 84px;
	border-radius: 42px;
	margin: 0;
	float: left;
}
.contentHeader--author .contentHeader-inner .author-photo img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 42px;
}
.contentHeader--author .contentHeader-inner .author-title {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 2rem;
	padding: 0 20px;
	width: 370px;
}
.contentHeader--author .contentHeader-inner .author-profile {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 1.4rem;
}
.author-link {
	width: 1200px;
	text-align: right;
	margin: 1em auto;
}
.author-link a:after {
	content: url(../img/icon_linkarrow.png);
	margin-left: 10px;
}
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	background-color: #FFF;
	border: none;
	border-radius: 0;
	outline: none;
}
select {
	margin: 0;
	padding: 5px 25px 5px 10px;
	background: none;
	background-color: #FFF;
	border: 1px solid #7d7d7d;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
select::-ms-expand {
	display: none;
}
.ie8 select, .ie9 select {
	background: none;
	padding: 0 0 0 10px;
	height: 34px;
	line-height: 34px;
}
input {
	border: 1px solid #7d7d7d;
	padding: 5px 10px;
	vertical-align: top;
	max-width: 450px;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
	color: #bbb;
}
input[type=checkbox] {
	width: 20px !important;
	height: 20px !important;
	padding: 0;
	border: none;
	margin: 5px;
	vertical-align: middle;
}
#zip1 {
	width: 6em;
}
#zip2 {
	width: 8em;
}
button {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	background-color: #3a3a3c;
	color: #FFF;
	font-size: 1.4rem;
	padding: 13px 20px;
	text-align: center;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}
button:hover {
	background-color: #003b8c;
	color: #FFF;
}
.linkButton {
	text-align: center;
}
.linkButton a {
	display: inline-block;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	min-width: 200px;
	background-color: #3a3a3c;
	color: #FFF;
	font-size: 1.4rem;
	padding: 13px 20px;
	text-align: center;
	border: 0;
	box-shadow: none;
	text-decoration: none;
}
.linkButton a.mobalclose {
	background-color: #e0e0e0;
	color: #3a3a3c;
}
.linkButton a:hover {
	background-color: #003b8c;
	color: #FFF;
}
.linkButton--double a {
	margin: 1em 10px 0;
}
button.linkButton--white,
.linkButton.linkButton--white a {
	background-color: #FFF;
	color: #000;
	border: 2px solid #000;
}
button.linkButton--white:hover,
.linkButton.linkButton--white a:hover {
	color: #003b8c;
	border-color: #003b8c;
}
.buttonArea {
	margin: 60px auto;
	text-align: center;
}
.message,
.modalmessage {
	background-color: #f3f3f3;
	padding: 40px;
	margin: 45px auto 20px;
	text-align: center;
	font-size: 1.5rem;
	width: 660px;
	box-sizing: border-box;
}
.message-title,
.modalmessage-title {
	font-family: "Playfair Display", serif;
	font-size: 2.8rem;
}
.message-title:before,
.modalmessage-title:before {
	margin-right: 10px;
	vertical-align: text-top;
}
.message--error .message-title,
.modalmessage--error .modalmessage-title {
	color: #e62600;
}
.message--error .message-title:before,
.modalmessage--error .modalmessage-title:before {
	content: url(../img/error_icon.png);
}
.message p, .message li,
.modalmessage p, .modalmessage li {
	margin: 5px 0 0 0;
}
.message--info .message-title,
.modalmessage--info .modalmessage-title {
	color: #77b259;
}
.message--info .message-title:before,
.modalmessage--info .modalmessage-title:before {
	content: url(../img/info_icon.png);
}
.message--attention,
.modalmessage--attention {
	background-color: #fffac4;
}
.message--attention .message-title,
.modalmessage--attention .modalmessage-title {
	color: #000;
}
.message--attention .message-title:before,
.modalmessage--attention .modalmessage-title:before {
	content: url(../img/attention_icon.png);
}
#have_cookie, #no_cookie {
	display: none;
}
.applied .post-thmb a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
}
.applied .post-thmb a:after {
	content: "応募済";
	color: #000;
	font-size: 1.8rem;
	display: block;
	background-image: url(../img/icon_applied.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 72px;
	height: 1em;
	line-height: 1em;
	padding: 80px 0 0 0;
}
.applied .post-thmb a:hover img {
	opacity: 1;
}
.post-innerRelated {
	padding-top: 40px;
	margin-bottom: 40px;
}
.post-innerRelated .post-innerRelated-post {
	clear: both;
	display: inline-block;
	margin: 0 0 12px 0;
}
.post-innerRelated .post-innerRelated-post a {
	display: block;
	overflow: hidden;
}
.post-innerRelated .post-innerRelated-post a:hover {
	opacity: 0.8;
}
.post-innerRelated .post-innerRelated-post.post-sponsored {
	position: relative;
}
.post-innerRelated .post-innerRelated-post.post-sponsored:after {
	content: "sponsored";
	font-family: Lato, Sans-Serif;
	font-size: 1.3rem;
	font-style: italic;
	color: #666;
	line-height: 1.1;
	letter-spacing: 0.03rem;
	vertical-align: top;
	position: absolute;
	top: 7px;
	left: 130px;
}
.post-innerRelated .post-innerRelated-post .post-image, .post-innerRelated .post-innerRelated-post .post-info {
	float: left;
}
.post-innerRelated .post-innerRelated-post .post-image {
	display: block;
	width: 109px;
	height: 73px;
	padding: 0 11px 0 10px;
}
.post-innerRelated .post-innerRelated-post .post-info {
	width: 400px;
}
.post-innerRelated .post-innerRelated-post .post-info .title-related {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	color: #000;
	line-height: 1.1;
	display: inline-block;
	margin-top: 25px;
}
.post-innerRelated .post-innerRelated-post .post-info .post-owner {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	text-align: right;
	color: #999;
	line-height: 1.1;
	display: inline-block;
	padding-right: 3px;
}
.post-innerRelated-noimage {
	border-top: 1px solid #cdcfcf;
	border-bottom: 1px solid #cdcfcf;
	position: relative;
	padding-top: 28px;
	padding-bottom: 10px;
	margin: 40px 0;
}
.post-innerRelated-noimage:after {
	content: "sponsored";
	font-family: Lato, Sans-Serif;
	font-size: 1.3rem;
	font-style: italic;
	color: #666;
	line-height: 1.1;
	letter-spacing: 0.03rem;
	vertical-align: top;
	background-color: #fff;
	display: block;
	width: auto;
	padding-left: 10px;
	padding-right: 0.5em;
	position: absolute;
	top: -0.6em;
	left: 0;
}
.post-innerRelated-noimage:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 10px;
	height: 2px;
	display: block;
	background-color: #fff;
}
.post-innerRelated-noimage .post-innerRelated-post {
	width: 100%;
	margin-bottom: 20px;
}
.post-innerRelated-noimage .post-innerRelated-post.post-sponsored:after {
	content: none;
}
.post-innerRelated-noimage .post-innerRelated-post .post-image, .post-innerRelated-noimage .post-innerRelated-post .post-info {
	float: none;
}
.post-innerRelated-noimage .post-innerRelated-post .post-image {
	display: none;
}
.post-innerRelated-noimage .post-innerRelated-post .post-info {
	width: 100%;
	line-height: 1.1;
	vertical-align: top;
}
.post-innerRelated-noimage .post-innerRelated-post .post-info .title-related {
	width: 380px;
	margin-top: 0;
	padding-left: 10px;
}
.post-innerRelated-noimage .post-innerRelated-post .post-info .post-owner {
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 140px;
	padding: 0;
}
.post--article .post-content .post-innerRelated-post a:after {
	content: none;
}
.post--article .post-content .post-innerRelated-post .post-image img {
	max-width: 109px;
}
.feature-headerWrapper {
	position: relative;
}
.feature-headerWrapper:before {
	content: "";
	position: absolute;
	display: block;
	top: 105px;
	width: 100%;
	height: 100%;
	background-color: #f0f7f5;
}
.feature-headerWrapper + .previousArticle {
	background-color: #f0f7f5;
}
.feature-headerWrapper + .previousArticle .postBlock {
	position: relative;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 16px 14px 70px 14px;
}
.feature-headerWrapper .feature-header {
	width: 1228px;
	min-height: 212px;
	margin: 16px auto 0;
	position: relative;
	box-sizing: border-box;
}
.feature-headerWrapper .feature-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	vertical-align: top;
	background: rgba(118, 114, 91, 0.85);
	z-index: 0;
}
.feature-headerWrapper .feature-headerInner {
	position: relative;
	z-index: 1;
}
.feature-headerWrapper .feature-header .feature-title {
	color: #fff;
	font-size: 3rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	line-height: 1.25;
	text-align: center;
	margin: 0 0 20px;
	padding-top: 60px;
	position: relative;
}
.feature-headerWrapper .feature-header .feature-title:before {
	content: "特集";
	color: #fff;
	text-align: center;
	line-height: 69px;
	letter-spacing: 2px;
	vertical-align: middle;
	font-size: 1.6rem;
	position: absolute;
	background: url(../img/feature_badge.png) no-repeat left top;
	background-size: 67px 69px;
	display: inline-block;
	width: 67px;
	height: 69px;
	margin-left: -78px;
	margin-top: -20px;
}
.feature-headerWrapper .feature-header .feature-outline {
	color: #fff;
	font-size: 1.5rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	line-height: 1.933;
	margin: 0 272px;
	padding-bottom: 16px;
}
.feature-postHeader {
	position: relative;
	min-height: 300px;
	width: 100%;
	margin-bottom: -170px;
	box-sizing: border-box;
}
.feature-postHeader:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	vertical-align: top;
	background: rgba(118, 114, 91, 0.85);
	z-index: 0;
}
.feature-postHeaderInner {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 214px;
}
.feature-postHeader .feature-mainColumn {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 690px;
	margin: 0 auto;
}
.feature-postHeader .feature-mainColumn .feature-postHeaderButton {
	display: block;
	text-align: left;
	padding-left: 78px;
}
.feature-postHeader .feature-mainColumn .feature-postHeaderButton a {
	color: #003366;
	display: inline-block;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 1.1rem;
	vertical-align: middle;
	line-height: 12px;
	background: #fff;
	border-radius: 12px;
	padding: 5px 25px 5px 10px;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.feature-postHeader .feature-mainColumn .feature-postHeaderButton a:after {
	content: "";
	position: absolute;
	display: inline-block;
	line-height: 13px;
	vertical-align: middle;
	width: 0;
	height: 0;
	top: 6px;
	right: 7px;
	margin: 0 0 0 8px;
	border: 4px solid transparent;
	border-left: 4px solid #003366;
}
.feature-postHeader .feature-mainColumn .feature-postHeaderButton a:hover {
	background-color: #003366;
	color: #fff;
}
.feature-postHeader .feature-mainColumn .feature-postHeaderButton a:hover:after {
	border-left: 4px solid #fff;
}
.feature-postHeader .feature-subColumn {
	float: right;
	position: relative;
}
.feature-postHeader .feature-subColumn a {
	color: #fff;
	display: inline-block;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	font-size: 1.1rem;
	vertical-align: middle;
	line-height: 12px;
	margin-top: 45px;
	margin-right: -50px;
	padding: 5px 25px 5px 10px;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.feature-postHeader .feature-subColumn a:after {
	content: "";
	position: absolute;
	display: inline-block;
	line-height: 13px;
	vertical-align: middle;
	width: 0;
	height: 0;
	top: 6px;
	right: 7px;
	margin: 0 0 0 8px;
	border: 4px solid transparent;
	border-left: 4px solid #ffffff;
}
.feature-postHeader .feature-subColumn a:hover {
	text-decoration: underline;
}
.feature-postHeader .feature-title {
	color: #fff;
	font-size: 2.2rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	line-height: 1.1;
	text-align: left;
	display: block;
	margin: 0 0 6px;
	padding-top: 30px;
	padding-left: 78px;
	position: relative;
	box-sizing: border-box;
}
.feature-postHeader .feature-title:before {
	content: "特集";
	color: #fff;
	text-align: center;
	line-height: 69px;
	letter-spacing: 2px;
	vertical-align: middle;
	font-size: 1.6rem;
	position: absolute;
	left: 0;
	background: url(../img/feature_badge.png) no-repeat left top;
	background-size: 67px 69px;
	display: inline-block;
	width: 67px;
	height: 69px;
	margin-top: -10px;
}
.feature-postHeader ~ .postBlock.postBlock--full {
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
.feature-postHeader ~ .postBlock.postBlock--full .post--article {
	margin-top: 0;
}
.feature-postHeader ~ .postBlock.postBlock--full .post--article .post-meta {
	position: relative;
	background: #fff;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 25px;
}
.postBlock--nav {
	font-size: 0px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
	box-sizing: border-box;
	position: relative;
}
.postBlock--nav .post {
	font-size: 0px;
	display: inline-block;
	width: 545px;
	min-height: 236px;
	position: relative;
}
.postBlock--nav .post.sponsored .post-thmb:before {
	top: 50px;
	font-size: 1.6rem;
}
.postBlock--nav .post-thmb {
	width: 174px;
	height: 236px;
	background-image: none;
	background-color: transparent;
	display: table-cell;
	vertical-align: middle;
}
.postBlock--nav .post-thmb .post-image {
	font-size: 0;
	line-height: 1;
	vertical-align: top;
	display: block;
	width: 174px;
	min-height: 115px;
	background-color: #cdd6d4;
}
.postBlock--nav .post-thmb img {
	width: 100%;
	max-height: none;
	height: auto;
}
.postBlock--nav .post-meta {
	display: table-cell;
	vertical-align: middle;
	width: 328px;
	height: 236px;
	padding-right: 20px;
	box-sizing: border-box;
}
.postBlock--nav .post-meta .post-title {
	text-align: left;
}
.postBlock--nav .post-meta .post-title a {
	color: #003366;
	font-size: 1.8rem;
	line-height: 1.3333;
}
.postBlock--nav .post-meta .post-title a:hover {
	color: #003b8c;
}
.postBlock--nav .post-arrow {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	color: #003366;
	font-size: 1.2rem;
	line-height: 1.1;
}
.postBlock--nav .post--previous {
	background-color: #fff;
}
.postBlock--nav .post--previous .post-meta .post-title {
	padding-left: 118px;
}
.postBlock--nav .post--previous .post-meta .post-arrow {
	left: 41px;
	top: 95px;
	display: block;
	overflow: hidden;
	width: 54px;
	height: 71px;
	text-align: center;
	padding-top: 58px;
	box-sizing: border-box;
}
.postBlock--nav .post--previous .post-meta .post-arrow:before {
	content: "";
	font-size: 0;
	line-height: 1;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 11px;
	width: 24px;
	height: 45px;
	background: url(../img/arrow_feature.png) no-repeat center top;
	background-size: 24px 45px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.postBlock--nav .post--next {
	background-color: #f5f7f6;
}
.postBlock--nav .post--next .post-meta {
	width: 250px;
}
.postBlock--nav .post--next .post-meta .post-title {
	padding-left: 40px;
}
.postBlock--nav .post--next .post-meta .post-arrow {
	left: 451px;
	top: 96px;
	display: block;
	overflow: hidden;
	width: 54px;
	height: 71px;
	text-align: center;
	padding-top: 58px;
	box-sizing: border-box;
	background: url(../img/arrow_feature.png) no-repeat center top;
	background-size: 24px 45px;
}
.postBlock--backNumber {
	margin-top: 0;
}
.postBlock--backNumber .postBlock-title {
	font-size: 3.4rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	padding-top: 0;
	padding-bottom: 24px;
}
.postBlock--backNumber .postBlock-archiveLink {
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto 0;
	box-sizing: border-box;
}
.postBlock--backNumber .postBlock-archiveLink a {
	font-size: 1.6rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	line-height: 48px;
	vertical-align: middle;
	color: #000;
	display: inline-block;
	padding-left: 48px;
	padding-right: 48px;
	margin-top: 20px;
	border: 1px solid #000;
	text-decoration: none;
}
.postBlock--backNumber .postBlock-archiveLink a:hover {
	color: #fff;
	background-color: #000;
}
.postBlock--backNumber ~ .postBlock--series {
	margin-top: 66px;
}
.p-pagination {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5rem;
	text-align: center;
}
.p-pagination-prev {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 1rem 0;
	width: 4.5rem;
}
.p-pagination-prev a {
	background-color: #fff;
	color: inherit;
	display: block;
	margin: -1rem 0;
	padding: 1rem 0;
	text-decoration: none;
}
.p-pagination-prev a:hover, .p-pagination-prev a:active, .p-pagination-prev a:focus {
	text-decoration: underline;
}
.p-pagination-page {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 1rem 0;
	width: 4.5rem;
}
.p-pagination-page a {
	background-color: #fff;
	color: inherit;
	display: block;
	margin: -1rem 0;
	padding: 1rem 0;
	text-decoration: none;
}
.p-pagination-page a:hover, .p-pagination-page a:active, .p-pagination-page a:focus {
	text-decoration: underline;
}
.p-pagination-page[aria-current="true"] a {
	background-color: #ccc;
}
.p-pagination-ellipsis {
	display: inline-block;
	padding: -webkit-calc(1rem + 1px) 1px;
	padding: calc(1rem + 1px) 1px;
	width: 2.5rem;
}
.p-pagination-next {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 1rem 0;
	width: 4.5rem;
}
.p-pagination-next a {
	background-color: #fff;
	color: inherit;
	display: block;
	margin: -1rem 0;
	padding: 1rem 0;
	text-decoration: none;
}
.p-pagination-next a:hover, .p-pagination-next a:active, .p-pagination-next a:focus {
	text-decoration: underline;
}
