@charset "UTF-8";
/* CSS Document */

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 10000;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 10001;
}
body {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 -ms-transform: translateX(20px);
 transform: translateX(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 transform: translateX(-20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}
.top_magspecial .mag_inner .mag_title a {
	font-size: 130% !important;
	font-weight: bold !important;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mag a:link {
	color: #000000;
}
.mag a:visited {
	color: #000000;
}
.mag a:hover {
	color: #000000;
	text-decoration: underline;
}
.home_body {
	line-height: 200%;
}
.mag {
	font-size: 13px;
	font-family: "???C???I", "?l?r ?o?S?V?b?N", "Osaka", "?q???M?m?p?S Pro W3", sans-serif;
	line-height: 300%;
}
img {
	vertical-align: middle;
}
.mag_inner {
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.brand_inner {
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.mag_inner li a img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .2;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .2;
}
 100% {
 opacity: 1;
}
}
.list-mvUp {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}
.list-mvUp.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.list-mvLeft {
	opacity : 0;
	transform : translate(50px, 0);
	transition : all 1000ms;
}
.list-mvLeft.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.list-mvRight {
	opacity : 0;
	transform : translate(-50px, 0);
	transition : all 1000ms;
}
.list-mvRight.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* ?w?b?_?[
-----------------------------------------*/

.mag_header {
	background: url(//www.rasin.co.jp/magazine/img/header_line.gif);
	height: 37px;
	line-height: 37px;
}
.officiallink {
	margin-top: 7px;
}
.mag_header .mag_inner .mag_sns_box {
	position: absolute;
	top: 8px;
	right: 0;
}
.mag_header .mag_inner .mag_sns_box li {
	display: inline;
	margin-left: 5px;
}
.mag_logo {
	height: 52px;
	line-height: 72px;
	padding-top: 20px;
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
/* ?O???[?o???i?r
-----------------------------------------*/
.mag_gn {
	width: 1008px;
	height: 45px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.mag_gn li {
	float: left;
}
.mag_gn .mag_gn1 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/home.jpg) no-repeat;
}
.mag_gn .mag_gn1 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/home_on.jpg) no-repeat;
}
.mag_gn .mag_gn2 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/magazine.jpg) no-repeat;
}
.mag_gn .mag_gn2 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/magazine_on.jpg) no-repeat;
}
.mag_gn .mag_gn3 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/brands.jpg) no-repeat;
}
.mag_gn .mag_gn3 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/brands_on.jpg) no-repeat;
}
.mag_gn .mag_gn3_2 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/contents.jpg) no-repeat;
}
.mag_gn .mag_gn3_2 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/contents_on.jpg) no-repeat;
}
.mag_gn .mag_gn4 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/contents.jpg) no-repeat;
}
.mag_gn .mag_gn4 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/contents_on.jpg) no-repeat;
}
.mag_gn .mag_gn5 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/ranking.jpg) no-repeat;
}
.mag_gn .mag_gn5 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/ranking_on.jpg) no-repeat;
}
.mag_gn .mag_gn6 a {
	display: block;
	background: url(https://www.rasin.co.jp/magazine/img/gn/guide.jpg) no-repeat;
}
.mag_gn .mag_gn6 a:hover {
	background: url(https://www.rasin.co.jp/magazine/img/gn/guide_on.jpg) no-repeat;
}
/* ?g?b?v
-----------------------------------------*/

.mag_contents {
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.mag_main {
	width: 1012px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 40px;
}
.top_maintit {
	position: absolute;
	bottom: 0;
	background: url(//www.rasin.co.jp/magazine/img/main_title_back.png) no-repeat;
	height: 68px;
	line-height: 68px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	width: 962px;
	font-family: "Hiragino Kaku Gothic ProN", "??S?V?b?N", YuGothic, Meiryo, sans-serif;
}
.mag_main a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mag_main a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mag_main a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top_magspecial {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	margin-bottom: 40px;
	background: url(//www.rasin.co.jp/magazine/img/gray_back.gif);
}
.top_magspecial li {
	width: 314px;
	float: left;
	margin-bottom: 45px;
}
.special_inner li {
	width: 314px;
	float: left;
}
.top_magspecial li:nth-child(3n+1) {
	margin-right: 33px;
	clear: both;
}
.top_magspecial li:nth-child(3n+2) {
	margin-right: 33px;
}
.mag_h2back {
	background: url(//www.rasin.co.jp/magazine/img/top_h2_back.png);
	height: 40px;
	margin-bottom: 15px;
}
.mag_h2tit {
	background: url(//www.rasin.co.jp/magazine/img/top_h2.png);
	padding-top: 12px;
	height: 28px;
	width: 1012px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 100%;
}
.andmore {
	float: right;
	margin-top: 3px;
}
.blog_block {
	width: 475px;
	margin-bottom: 30px;
	float: left;
}
.blog_block2 {
	width: 385px;
	margin-right: 10px;
	margin-bottom: 30px;
	float: left;
}
.blog_block p {
	line-height: 200%;
}
.mag_blog .blog_block:nth-child(2n+1) {
	margin-right: 40px;
}
.mag_blog {
	overflow: hidden;
	margin-bottom: 10px;
}
.blog_img {
	width: 168px;
	float: left;
	margin-right: 12px;
	background: url(//www.rasin.co.jp/magazine/img/gray_back.gif);
	padding: 5px;
	border-radius: 10px;        /* CSS3???? */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome?p */
	-moz-border-radius: 10px;   /* Firefox?p */
}
.mag_left .wpp-thumbnail {
	width: 168px;
	float: left;
	margin-right: 12px;
	background: url(//www.rasin.co.jp/magazine/img/gray_back.gif);
	padding: 5px;
	border-radius: 10px;        /* CSS3???? */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome?p */
	-moz-border-radius: 10px;   /* Firefox?p */
}
.blog_date {
	text-align: right;
	color: #CCC;
}
.blog_title {
	font-size: 14px;
	font-weight: bold;
}
.blog_block p {
	font-size: 13px;
}
.blog_block2 .blog_title2 {
	font-size: 13px !important;
}
.top_snap {
	background: url(//www.rasin.co.jp/magazine/img/gray_back.gif);
	padding-top: 10px;
	padding-bottom: 34px;
	overflow: hidden;
	margin-bottom: 40px;
	overflow: hidden;
}
.top_snap li {
	width: 225px;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
	float: left;
	font-size: 11px;
}
.top_snap li:nth-child(4n+1) {
	margin-right: 10px;
}
.top_snap li:nth-child(4n+2) {
	margin-right: 10px;
}
.top_snap li:nth-child(4n+3) {
	margin-right: 10px;
}
.top_snap li img {
	width: 225px;
	margin-bottom: 10px;
}
.top_snap li .readmore {
	float: right;
	width: 157px;
	margin-top: 10px;
}
.black_line {
	background: url(//www.rasin.co.jp/magazine/img/black_line.gif) bottom repeat-x;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}
.back_next img {
	float: right;
	margin-top: -5px;
	margin-left: 10px;
}
.black_line_inner {
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.mag_brand_block {
	width: 310px;
	position: relative;
	float: left;
	margin-bottom: 25px;
}
.mag_brand_block img {
	width: 310px;
}
.mag_inner .mag__brand_block:nth-child(3n+1) {
	margin-right: 40px;
}
.mag_inner .mag__brand_block:nth-child(3n+2) {
	margin-right: 40px;
}
.mag_brand_block h3 {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 310px;
	background: url(//www.rasin.co.jp/magazine/img/mag_brand_tit.png) no-repeat;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "??S?V?b?N", YuGothic, Meiryo, sans-serif;
}
.mag_brand_block h3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mag_brand_block h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mag_brand_block h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mag_inner .mag_brand_block:nth-child(3n+1) {
	margin-right: 41px;
}
.mag_inner .mag_brand_block:nth-child(3n+2) {
	margin-right: 41px;
}
#guide_block {
	height: 110px;
	width: 305px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
	border: #B0B0B0 1px solid;
}
#guide_block img {
	margin-right: 10px;
	float: left;
}
#guide_block2 {
	width: 290px;
	float: left;
	margin-right: 47px;
	margin-bottom: 20px;
}
#guide_block2 img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#guide_block a {
	height: 90px;
	display: block;
	padding: 10px;
}
#guide_block a:hover {
	background-color: #E8E8E8;
	text-decoration: none;
}
#guide_block2 a:hover {
	color: #000;
}
.brand_top {
	margin-bottom: 40px;
}
.mag_left {
	width: 796px;
	float: left;
}
.mag_right {
	width: 200px;
	float: right;
}
.mag_left h1 {
	font-size: 24px;
	font-family: 'Judson';
	line-height: 140%;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.mag_left .mag_h2 {
	font-size: 18px;
	font-family: 'Judson';
	font-weight: bold;
}
.mag_h2 {
	font-size: 18px;
	font-family: 'Judson';
	font-weight: bold;
}
.mag_left .mag_h3 {
	font-size: 15px;
	font-family: 'Judson';
	font-weight: bold;
}
.mag_cat {
	font-size: 14px;
	font-family: 'Judson';
	line-height: 50%;
}
.mag_left p {
	margin-top: 15px;
	margin-right: 10px;
	line-height: 250%;
	font-size: 14px;
}
.bluelink a:link {
	color: #0080FF;
	text-decoration: none;
}
.bluelink a:visited {
	color: #0080FF;
}
.bluelink a:hover {
	color: #0080FF;
	text-decoration: underline;
}
.special_inner li {
	width: 314px;
	float: left;
	margin-bottom: 45px;
}
.special_inner li:nth-child(3n+1) {
	margin-right: 35px;
}
.special_inner li:nth-child(3n+2) {
	margin-right: 35px;
}
.special_inner .blog_date {
	margin-top: 5px;
	margin-bottom: 5px;
}
.special_inner a:link {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.special_inner a:visited {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.special_inner a:hover {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.special_inner2 {
	margin-top: 30px;
	overflow: hidden;
}
.special_inner2 li {
	width: 314px;
	float: left;
	margin-bottom: 60px;
}
.special_inner2 li {
}
.special_inner2 li:nth-child(2n+1) {
	margin-right: 80px;
	margin-left: 44px;
	clear: both;
}
.special_inner2 li:nth-child(2n) {
	margin-right: 44px;
}
.special_inner2 .blog_date {
	margin-top: 5px;
	margin-bottom: 5px;
}
.special_inner2 a:link {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.special_inner2 a:visited {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.special_inner2 a:hover {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.special_inner2 img {
	width: 314px;
	height: 158px;
	object-fit: cover;
}
.mag_linkbox a {
	margin-top: 15px;
	margin-bottom: 60px;
	font-size: 100%;
}
.mag_linkbox a:link {
	color: #000;
	text-align: center;
	background: #F4F4F4;
	width: 200px;
	padding: 5px 0px;
	display: block;
	border-radius: 5px;        /* CSS3???? */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome?p */
	-moz-border-radius: 5px;   /* Firefox?p */
}
.mag_linkbox a:visited {
	color: #000;
	text-align: center;
	background: #F4F4F4;
	padding: 5px 0px;
	display: block;
	border-radius: 5px;        /* CSS3???? */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome?p */
	-moz-border-radius: 5px;   /* Firefox?p */
}
.mag_linkbox a:hover {
	background: #000000;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	border-radius: 5px;        /* CSS3???? */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome?p */
	-moz-border-radius: 5px;   /* Firefox?p */
}
.mag_columntitle {
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;
	padding-bottom: 15px;
	padding-title: 15px;
	margin-bottom: 50px !important;
}
.mag_inner .guide_block {
	height: 220px !important;
	float: left;
	width: 300px;
}
.mag_inner .guide_block:nth-child(3n+1) {
	margin-right: 50px;
	clear: both;
}
.mag_inner .guide_block:nth-child(3n+2) {
	margin-right: 50px;
}
.mag_inner li {
	height: 210px;
}
.brand_inner {
	display: table;
}
.brand_inner li {
	display: table-cell;
}
.popular-posts h3 {
	color: #FFF;
	font-size: 12px;
	float: left;
	padding: 12px 10px;
	overflow: hidden;
	background: #000;
}
.magazinright_blacktitle {
	color: #FFF;
	font-size: 12px;
	float: left;
	padding: 12px 10px;
	overflow: hidden;
	background: #000;
}
.right_osusume img {
	width: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right_osusume a:link {
	color: #FFF;
}
.right_osusume a:visited {
	color: #FFF;
}
.right_osusume a:hover {
	color: #FFF;
}
.right_osusume {
	background: #444;
	padding: 0px 10px;
	clear: both;
}
.right_osusume li {
	padding: 12px 10px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.right_andmore {
	text-align: right;
	font-size: 10px;
	background: #444;
	margin-top: -2px;
	padding-bottom: 12px;
}
.right_andmore a:link {
	color: #FFF;
}
.right_andmore a:visited {
	color: #FFF;
}
.right_andmore a:hover {
	color: #FFF;
}
.right_blog li {
	background: #F0F0F0;
	padding: 10px;
	margin-bottom: 5px;
}
.right_blog img {
	width: 180px;
}
.magazinright_blogtitle {
	background: #F0F0F0;
	border-left: #FD405E 3px solid;
	font-weight: bold;
	line-height: 36px;
	padding-left: 15px;
	font-size: 14px;
}
.right_blog .blog_title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.rg-view a {
	display: none;
}
.brand_title {
	margin-bottom: 15px;
}
.widget_archive h3 {
	background: #292929;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0px;
}
.widget_archive {
	width: 176px;
	padding: 10px;
	background-color: #f2f2f2;
	margin-right: 20px;
	font-size: 12px;
}
.widget_archive li a {
	padding: 9px 10px 9px 10px;
	display: block;
	position: relative;
	background-image: url(//www.rasin.co.jp/common/img/bg_side_border.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
.widget_archive li a:hover {
	background: #888888;
	color: #fff;
}
.widget_archive li:first-child a {
	background-image: none;
}
.widget_categories h3 {
	background: #292929;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0px;
}
.widget_categories {
	width: 176px;
	padding: 10px;
	background-color: #f2f2f2;
	margin-right: 20px;
	font-size: 12px;
}
.widget_categories li a {
	padding: 9px 10px 9px 10px;
	display: block;
	position: relative;
	background-image: url(//www.rasin.co.jp/common/img/bg_side_border.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
.widget_categories li a:hover {
	background: #888888;
	color: #fff;
}
.widget_categories li:first-child a {
	background-image: none;
}
.side_bn_box li {
	margin: 0 0 10px;
}
.side_nav {
	margin: 0 0 10px;
}
.side_nav h2 {
	background: #292929;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
}
.side_nav > ul > li > a {
	padding: 6px 10px 5px 10px;
	display: block;
	position: relative;
	background-image: url(//www.rasin.co.jp/common/img/bg_side_border.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
.side_nav > ul > li:first-child > a {
	background-image: none;
}
.side_nav > ul > li > a:hover {
	background: #888888;
	color: #fff;
}
.side_nav > ul > li > a:after {
	content: "";
	background: url(//www.rasin.co.jp/common/img/ico_side_down.png) right center no-repeat;
	position: absolute;
	right: 10px;
	height: 7px;
	width: 15px;
 top: -webkit-calc(50% - (7px / 2));
 top: -moz-calc(50% - (7px / 2));
 top: calc(50% - (7px / 2));
}
.side_nav > ul > li > a:hover:after {
	background: url(//www.rasin.co.jp/common/img/ico_side_down_hover.png) right center no-repeat;
}
.side_nav > ul > li.open > a {
	background-image: none;
	background-color: #888888;
	color: #fff;
}
.side_nav > ul > li.open > a:after {
	background: url(//www.rasin.co.jp/common/img/ico_side_up.png) right center no-repeat;
}
.side_nav ul li ul li {
}
.side_nav ul li ul li a {
	padding: 8px 23px;
	line-height: 1;
	border: none;
	display: block;
	background: url(//www.rasin.co.jp/common/img/ico_side_gray.png) 10px center no-repeat #fff;
}
.side_nav ul li ul li.mens a {
	background: url(//www.rasin.co.jp/common/img/ico_side_white.png) 10px center no-repeat #93d2fa;
	color: #fff;
}
.side_nav ul li ul li.ladys a {
	background: url(//www.rasin.co.jp/common/img/ico_side_white.png) 10px center no-repeat #fb8999;
	color: #fff;
}
.side_nav ul li ul li.sidebrand a {
	background: url(//www.rasin.co.jp/common/img/ico_side_white.png) 10px center no-repeat #FFF;
	padding-left: 10px;
}
/* sidenav open???m?F?p */
.side_nav ul li ul {
	overflow: hidden;
	height: 0;
}
.side_nav ul li.open ul {
	height: auto;
}
.left_float {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.rank1 {
	width: 383px;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 12px;
}
.rank2 {
	width: 383px;
	float: left;
	margin-bottom: 30px;
	font-size: 12px;
}
.page_next {
	background: #F6F6F6;
	overflow: hidden;
	padding: 20px 83px;
}
.mag_next {
	float: left;
	position: relative;
}
.next_b {
	position: absolute;
	top: 130px;
	left: 170px;
}
.page_next a {
	display: block;
}
.next_text {
	position: absolute;
	color: #FFFFFF;
	top: 265px;
	left: 10px;
}
.jcl_has_child .jcl_link {
	display: none;
}
.jcl_has_child .jcl_category a {
	padding-left: 25px;
}
.widget_jcl_widget h3 {
	background: #292929;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0px;
}
.widget_jcl_widget {
	width: 176px;
	padding: 10px;
	background-color: #f2f2f2;
	margin-right: 20px;
	font-size: 12px;
}
.widget_jcl_widget li a {
	display: block;
	padding: 9px 10px 9px 10px;
	position: relative;
	background-image: url(//www.rasin.co.jp/common/img/bg_side_border.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	clear: both;
}
.widget_jcl_widget li a:hover {
	background: #888888;
	color: #fff;
}
.widget_jal_widget li a:hover {
	background: #888888;
	color: #fff;
}
.widget_jcl_widget li:first-child a {
	background-image: none;
}
.widget_jal_widget h3 {
	background: #292929;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0px;
}
.widget_jal_widget {
	width: 176px;
	padding: 10px;
	background-color: #f2f2f2;
	margin-right: 20px;
	font-size: 12px;
}
.widget_jal_widget li a {
	display: block;
	padding: 9px 10px 9px 10px;
	position: relative;
	background-image: url(//www.rasin.co.jp/common/img/bg_side_border.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	clear: both;
}
.widget_jal_widget li:first-child a {
	background-image: none;
}
.jaw_symbol {
	display: none;
}
.jcl_symbol {
	display: none;
}
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.rec_parts {
	height: 90px;
	width: 200px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 25px;
}
.rec_title .rec_title_text {
	width: 150px;
	float: right;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
}
.rec_title {
	height: 30px;
	width: 200px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#rec_contents {
	height: auto;
	width: 200px;
	clear: both;
}
#rec_contents .rec_parts .rec_details_text {
	width: 100px;
	margin-left: 5px;
	float: right;
	font-size: 12px;
	margin-right: 10px;
}
#rec_contents .rec_parts .rec_icon {
	position: absolute;
	top: -10px;
}
.rec_image {
	float: left;
}
.rec_parts:hover {
	/* box-shadow */
	box-shadow: 2px 4px 6px 1px #dcdddb;
	-moz-box-shadow: 2px 4px 6px 1px #dcdddb;
	-webkit-box-shadow: 2px 4px 6px 1px #dcdddb;
}
.tags ul li img {
	float: left;
	display: block;
    margin-right: 5px;
}
.tags ul li {
	list-style-type: none;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-left: 10px;
	height: 20px;
}
.tags {
	width: 100%;
	height: 500px;
}
.tags li p {
	margin-left: 20px;
	width: auto;
}
.tags ul {
	margin-left: -10px;
}
.b_g_headline {
	position: relative;
	border-bottom: 3px solid #cccac3;
	padding: 12px 0px 5px 5px;
	margin: 30px 0px 20px;
	font-size: 23px;
	font-weight: bold;
	margin-top: 70px;
	padding-top: -70px;
}
.b_g_headline a {
	font-size: 23px;
	font-weight: bold;
	color: #000000;
}
.b_g_headline:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #036;
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
.main_position {
	position: absolute;
	top: 0px;
	z-index: 1;
}
.cont-menu-wp {
	width: 100%;
}
.leftblock {
	height: 50px;
	margin-bottom: 15px;
	clear: both;
}
.leftblock img {
	margin-right: 5px;
	width: 50px;
	border: #B0B0B0 1px solid;
	float: left;
}
.leftblock a {
	display: block;
	height: 52px;
}
.leftblock a:hover {
	background-color: #E8E8E8;
	text-decoration: none;
}
.left_link {
	margin-top: 15px;
	margin-bottom: 15px;
}
.logoimg {
	float: left;
	margin-right: 30px;
}
.mag_logo .search {
    height: 28px;
    margin-right: 5px;
}
.mag_logo form {
	float: left;
	margin-right:  10px;
}
.widget_recent_entries h3 {
	background: #292929;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0px;
}
.widget_recent_entries {
	width: 176px;
	padding: 10px;
	background-color: #f2f2f2;
	margin-right: 20px;
	font-size: 12px;
}
.widget_recent_entries li a {
	padding: 9px 10px 9px 10px;
	display: block;
	position: relative;
	background-image: url(//www.rasin.co.jp/common/img/bg_side_border.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
.widget_recent_entries li a:hover {
	background: #888888;
	color: #fff;
}
.widget_recent_entries li:first-child a {
	background-image: none;
}
.wp-pagenavi {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	overflow: hidden;
}
.special_inner {
	margin-bottom: 70px;
	overflow: hidden;
}
.search2 {
	background: #F0F0F0;
	padding: 10px;
}
.search2 select {
	font-size: 14px;
	text-align: left;
	height: 30px;
	width: 200px;
	margin: 0;
	border: 1px solid #c3c3c3;
	padding: 3px;
	background-size: auto 100%;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-overflow: "";
	margin-bottom: 20px;
}
.search2 select:after {
}
#feas_0_0 {
	margin-right: 60px;
}
#feas_0_1 {
	margin-right: 60px;
}
.search2 label {
	margin-right: 30px;
}
.search2 input[type="text"] {
	-webkit-appearance: none;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
.search2 input[type="text"] {
	font-size: 16px;
	text-align: left;
	height: 30px;
	width: 300px;
	margin: 0;
	border: 1px solid #c3c3c3;
	padding: 3px;
	background: #fff;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-overflow: "";
}
.search2_keyword {
	margin: 0 30px;
	letter-spacing: 0;
	text-align: left;
	line-height: 1.5;
}
.search2 input[type="submit"] {
	width: 70px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	background: url(//www.rasin.co.jp/images/img/btn_search.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}
input.btn_submit:hover {
	background: url(//www.rasin.co.jp/images/img/btn_search.png) no-repeat 0 -50px;
}
#feas-searchform-0 select {
	vertical-align: middle;
}
#bland_list {
	width: 796px;
	margin: 20px 0;
}
#bland_list ul {
	width: 796px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#bland_list li {
	width: 367px;
	padding: 0 15px;
	border-top: 1px dotted #646464;
	border-right: 1px dotted #646464;
	float: left;
	overflow: hidden;
}
#bland_list li:nth-child(2n) {
	border-right: none;
}
#bland_list li:nth-last-child(1), #bland_list li:nth-last-child(2) {
	border-bottom: 1px dotted #646464;
}
#bland_list .bland_image {
	display: block;
	padding: 10px 20px 10px 0;
	float: left;
}
#bland_list .bland_name {
	padding: 28px 0;
	float: left;
}
.bland_name p a {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	color: #8a8000;
}
.bland_name p a:hover {
	color: #f19149;
}
#bland_list p {
	margin: 0;
	font-size: 11px;
	line-height: 1;
}
.blogranking {
	counter-reset: ranking-mark;
}
.blogranking li:before {
	content: counter(ranking-mark, decimal);
	counter-increment: ranking-mark;
}
.blogranking {
	counter-reset: wpp-ranking;
}
.blogranking li {
	list-style-type: none;
	padding: 5px 0 0 0;
	position: relative;
}
.blogranking li:before {
	background: #999;
	border-radius: 50%;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 6px 10px;
	position: absolute;
	top: 185px;
	left: 0;
}
.blogranking li:nth-child(1):before {
	background: #fa0;
}
.blogranking li:nth-child(2):before {
	background: #bbb;
}
.blogranking li:nth-child(3):before {
	background: #930;
}
.ez-toc-title-container {
	margin-bottom: 10px;
}
#ez-toc-container {
	padding: 20px!important;
}
.ez-toc-section {
	margin-top: -60px;
	padding-top: 60px;
}
/*下部固定ナビ*/
.links {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	width: 100%;
	color: #fff;
	height: 35px;
}
.links a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 7px 10px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.links a:hover {
	color: #03c7f9;
	text-decoration: underline;
}
.links .linkbox {
	float: left;
	width: 750px;
	height: 35px;
}
.links .searchbox {
	width: 300px;
	height: 35px;
}
.links .searchbox form {
	position: relative;
}
.links .searchbox form #searchsubmit {
	top: 7px;
	left: 955px;
	position: absolute;
}
.links .searchbox form .search {
	top: 7px;
	position: absolute;
	font-size: 11px;
	height: 16px;
}
#ranking_list {
	width: 796px;
	margin: 20px 0;
}
#ranking_list ul {
	width: 796px;
	padding: 0;
	list-style-type: none;
}
#ranking_list li {
	width: 796px;
	padding: 20px 0;
	border-top: 1px dotted #646464;
	overflow: hidden;
}
#ranking_list li:last-child {
	border-bottom: 1px dotted #646464;
}
#ranking_list .r_image {
	display: block;
	width: 250px;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
}
#ranking_list .r_image a {
	display: block;
	text-decoration: none;
}
#ranking_list .r_image img {
	width: 250px;
	height: 126px;
	object-fit: cover;
}
#ranking_list .r_image a:hover img {
	opacity: 0.7;
}
#ranking_list ul .rank:nth-child(1):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_01.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(2):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_02.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list ul .rank:nth-child(3):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_03.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(4):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_04.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(5):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_05.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(6):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_06.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(7):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_07.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(8):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_08.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(9):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_09.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .rank:nth-child(10):after {
	content: url(https://www.rasin.co.jp/magazine/img/rank_10.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
#ranking_list .r_name {
	width: 526px;
	padding: 0;
	float: left;
}
#ranking_list .r_name a {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}
#ranking_list .r_name p {
	margin: 0 0 20px;
}
#ranking_list .r_name a .r_title {
	font-size: 16px;
	font-weight: bold;
}
#ranking_list .r_name .r_time {
	font-size: 11px;
}
#ranking_list .r_name .keyword a {
	display: inline-table;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	padding: 1px 15px;
	border-radius: 15px;
	background-color: #d7c6b2;
	color: #fff;
	text-align: center;
}
#ranking_list .r_name .keyword a:hover {
	background-color: #00a0e9;
}
#ranking_list ul {
	counter-reset: ranking-mark;
}
#ranking_list li {
	list-style-type: none;
	padding: 20px 0 0 0;
	position: relative;
	counter-increment: wpp-ranking 1;
}
#ranking_list li:before {
	background-image: url(https://www.rasin.co.jp/magazine/img/rank_00.png);
	position: absolute;
	top: 5;
	left: 0;
	content: counter(wpp-ranking, decimal);
	color: #fff;
	font-size: 14px;
	z-index: 100;
	width: 40px;
	height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
}
#ranking_list ul .rank {
	display: none;
}
.r_text p {
	line-height: 200%;
}
#ranking_list .r_name a .r_title:hover {
	color: blue;
	text-decoration: underline;
}
#footer_area3 .footer_inner .secured {
	position: absolute;
	top: 40px;
	right: 173px;
}

/*マガジントップ ブランド*/
.brand_mag_top ul li {
	width: 324px;
	height: 120px;
	margin: 0 20px 20px 0;
	float: left;
}

.brand_mag_top ul li:nth-child(3n) {
	margin: 0 0 20px 0;
}

.brand_mag_top ul li a {
	display: block;
	width: 324px;
	height: 120px;
	cursor: pointer;
}

.brand_mag_top ul li a:hover img {
	opacity: 0.6;
}

.brand_mag_top ul li img {
	display: block;
	width: 100%;
}

/*マガジントップ マウスオーバーでマスク*/

.hover_mask {
	width:			324px;
	height:			163px;
	overflow:		hidden;
	position:		relative;
}
.hover_mask .caption {
	font-size:		130%;
	color:			#fff;
	text-align:     center;
	margin:		65px 50px 0 50px;
	border: 1px solid;
	padding: 5px 0;
}
.hover_mask .mask {
	width:			100%;
	height:			77%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transform:	rotateX(-180deg);
	transform:		rotateX(-180deg);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.hover_mask:hover .mask {
	-webkit-transform:	rotateX(0deg);
	transform:		rotateX(0deg);
	opacity:		1;
}

/*お勧め記事*/

.best-articles-blue {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #5fc2f5;
background-color: #dcefff;
}

.best-articles-blue p a {
color: #333 !important;
}

.best-articles-blue p:last-child {
margin-bottom: 0;
}
.best-articles-blue::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "あわせて読みたい";
background-color: #5fc2f5;
color: #fff;
font-weight: bold;
}

.marker_water {
background: linear-gradient(transparent 60%, #66ccff 60%);
}


.best-articles-red {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
}
.best-articles-red p:last-child {
margin-bottom: 0;
}
.best-articles-red::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "あわせて読みたい";
background-color: #df8182;
color: #fff;
font-weight: bold;
}


.r_brand_area {
	width: 796px;
	margin: 50px 0;
}
.r_brand_area>h3 {
	height: 46px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	background-color: #0066a5;
	color: #fff;
	letter-spacing: 2px;
}
.r_brand_area .r_brand_btn {
	width: 796px;
	margin: 20px 0;/*
	padding: 0 28px;*/
}
.r_brand_btn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.r_brand_btn ul li {
	width: 254px;
	height: 75px;
	padding: 0 16px 16px 0;
	float: left;
}
.r_brand_btn ul li:nth-child(3n) {
	padding-right: 0;
}
.r_brand_btn ul li a {
	display: block;
	text-decoration: none;
}
.r_brand_btn ul a img {
	display: block;
	width: 100%;
}
.r_brand_btn ul a:hover img {
	opacity: 0.7;
}

