@charset "utf-8";



/* common -------------------- */



::selection {
	background: rgba(112,202,235,0.5);
}
html {
	font-size: 62.5%;
	color: #000000;
	background: #ffffff;
	font-family: sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a{
	color: #70caeb;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.thumb {
	overflow: hidden;
}
a img {
	transition: 0.4s;
}
a:hover .thumb img {
	transform: scale(1.1);
}
a:hover img {
	opacity: 0.6;
}
img {
	width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
b, strong {
	font-weight: bold;
}
.red {
	color: #f24d4d;
}
#leftcolumn .search-highlight {
	background: rgba(246,247,83,0.8);
}
.ll {
	font-size: 1.8rem;
	line-height: 1.6;
}
.l {
	font-size: 1.6rem;
	line-height: 1.4;
}
.s {
	font-size: 1.2rem;
	line-height: 1.4;
}
.ss {
	font-size: 1.0rem;
	line-height: 1.2;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.texttop {
	vertical-align: top;
}
.textmiddle {
	vertical-align: middle;
}
.floatleft {
	float: left;
}
.floatright{
	float: right;
}
.inlineblock {
	display: inline-block;
}
.table {
	display: table;
}
.tablecell {
	display: table-cell;
	vertical-align: middle;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
}
table tr {
}
table th,
table td {
	padding: 15px 20px;
	vertical-align: middle;
	border: 1px solid #c6cbcd;
}
table th {
	background: #e8eaeb;
}
table td {
}
table.table1 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 1px;
	background: #c6cbcd;
}
table.table1 tr {
}
table.table1 th,
table.table1 td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	border-right: none;
}
table.table1 th {
}
table.table1 td {
	padding-left: 20px;
	padding-right: none;
	background: #ffffff;
}
ul.disc {
	list-style-type: disc;
}
ul.decimal {
	list-style-type: decimal;
}
ul.lower-alpha {
	list-style-type: lower-alpha;
}
ul.disc,
ul.decimal,
ul.lower-alpha {
	padding-left: 2em;
}
ul.disc li,
ul.decimal li,
ul.lower-alpha li {
	margin-top: 5px;
}
ul.disc li:first-child,
ul.decimal li:first-child,
ul.lower-alpha li:first-child {
	margin-top: 0;
}
ul.disc li ul li:first-child,
ul.decimal li ul li:first-child,
ul.lower-alpha li ul li:first-child {
	margin-top: 5px;
}
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb120 { margin-bottom: 120px !important; }
.textoverflow {
	overflow: hidden;
}
.textoverflow_line1 {
	height: 1.4em;
}
.textoverflow_line2 {
	height: 2.8em;
}
.textoverflow_line3 {
	height: 4.2em;
}
.pc {
	display: block;
}
.sp {
	display: none;
}



/* header -------------------- */



header {
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	z-index: 1000;
}
header #header_text {
	padding: 5px 0;
	background: #e8eaeb;
}
header #header_text p {
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
header #header_main {
	position: relative;
	width: 100%;
	max-width: 1020px;
	height: 84px;
	margin: 0 auto;
}
header #header_main .logo_melos {
	position: relative;
	top: 16px;
	display: block;
	width: 260px;
	margin: 0 auto;
}
header #header_main #header_search {
	position: absolute;
	top: 50%;
	left: 0;
	height: 24px;
	margin-top: -12px;
	line-height: 0;
}
header #header_main #header_search form {
	position: relative;
}
header #header_main #header_search form input,
header #header_main #header_search form button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
header #header_main #header_search form input {
	width: 200px;
	height: 24px;
	padding: 0px 5px 0px 26px;
	border: 1px solid #c6cbcd;
	font-size: 1.0rem;
	line-height: 1;
	border-radius: 12px;
}
header #header_main #header_search form button {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 16px;
	height: 16px;
	background: url(../image/common/i_search.svg) no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
header #header_main #header_sns {
	position: absolute;
	top: 50%;
	right: 0;
	height: 24px;
	margin-top: -12px;
	line-height: 0;
}
header #header_main #header_sns ul li {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}
header #header_main #header_sns ul li:first-child {
	margin-left: 0;
}
header #header_main .btn_nav {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	z-index: 1001;
	cursor: pointer;
}
header #header_main .btn_nav a {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 2px;
}
header #header_main .btn_nav a .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 4px;
	margin: -2px 0 0 -16px;
	background: #70caeb;
	transition: .2s;
	border-radius: 2px;
}
header #header_main .btn_nav a .icon:before,
header #header_main .btn_nav a .icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 4px;
	background: #70caeb;
	transition: .3s;
	border-radius: 2px;
}
header #header_main .btn_nav a .icon:before {
	margin-top: -12px;
}
header #header_main .btn_nav a .icon:after {
	margin-top: 8px;
}
header #header_main .btn_nav.close {
	z-index: 9998;
}
header #header_main .btn_nav.close a span {
	background: transparent;
}
header #header_main .btn_nav.close a span:before,
header #header_main .btn_nav.close a span:after {
	margin-top: -2px;
	background: #ffffff;
}
header #header_main .btn_nav.close a span:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
header #header_main .btn_nav.close a span:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
header #header_main .btn_search {
	display: none;
	position: absolute;
	top: 50%;
	right: 2.5%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(../image/common/i_search.svg) no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1101;
}
header #header_main .btn_search .icon:before,
header #header_main .btn_search .icon:after {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 4px;
	background: #70caeb;
	border-radius: 2px;
}
header #header_main .btn_search .icon:before {
	margin-top: -12px;
}
header #header_main .btn_search .icon:after {
	margin-top: 8px;
}
header #header_main .btn_search.close {
	background: transparent;
}
header #header_main .btn_search.close .icon:before,
header #header_main .btn_search.close .icon:after {
	display: block;
	margin-top: -2px;
}
header #header_main .btn_search.close .icon:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
header #header_main .btn_search.close .icon:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
header #header_main .search_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 1100;
}

header #gnav {
	width: 100%;
	line-height: 3em;
	border-top: 2px solid #c6cbcd;
	border-bottom: 2px solid #c6cbcd;
	overflow: hidden;
}
header #gnav nav {
	width: 100%;
	height: 3em;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
header #gnav nav ul {
	display: inline-table;
	max-width: 100%;
}
header #gnav ul li {
	display: table-cell;
	white-space: nowrap;
}
header #gnav ul li a {
	text-decoration: none;
	margin: 0 20px;
	padding: 2px 0;
}
header #gnav ul li a:hover {
	color: #3399bf;
}
header #gnav ul li.current a {
	border-bottom: 2px solid #70caeb;
}



/* sp_slidemenu -------------------- */



#sp_slidemenu {
	display: none;
}
#menuOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(112,202,235,0.8);
	display: none;
	position: fixed;
	z-index: 9997;
}
#rwdMenuWrap {
	top: 0;
	left: -72.5%;
	width: 72.5%;
	height: 100%;
	background: #ffffff;
	overflow: auto;
	position: fixed;
	z-index: 9999;
}



/* footer -------------------- */



footer {
	position: relative;
}
footer #footer_banner {
	padding: 20px 0;
	background: #e8eaeb;
	text-align: center;
}
footer #footer_banner #footer_sns {
	float: left;
	width: 49.25%;
	height: 100px;
	background: #ffffff;
}
footer #footer_banner #footer_sns .footer_sns_title {
	margin-bottom: 15px;
	line-height: 0.6;
}
footer #footer_banner #footer_sns .footer_sns_title img {
	width: 200px;
	height: 100%;
}
footer #footer_banner #footer_sns .footer_sns_share_btn {
	display: inline-block;
	line-height: 0;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .facebook {
	float: left;
	margin: 0 5px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .twitter {
	float: left;
	margin: 0 5px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .instagram {
  float: left;
  margin: 0 5px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .instagram a {
  background: #d93175 url(https://contents.melos.media/wp-content/image/common/i_instagram_white.svg) no-repeat 6px center / 14px;
  padding: 1px 8px 1px 24px;
  box-sizing: border-box;
  height: 20px;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .youtube {
  float: left;
  margin: -2px 5px;
}

footer #footer_banner #footer_mailmagazine {
	position: relative;
	float: right;
	width: 49.5%;
	height: 100px;
	background: #ffffff;
}
footer #footer_banner #footer_mailmagazine a {
	display: inline-block;
	padding-right: 18px;
	text-decoration: none;
	background: url(../image/common/i_arrow_blue.svg) no-repeat right center;
	background-size: 8px 16px;
	transition: 0.4s;
}
footer #footer_banner #footer_mailmagazine .comingsoon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 2.0rem;
	line-height: 100px;
	font-weight: bold;
	background: rgba(0,0,0,0.5);
}
footer #footer_banner #footer_mailmagazine a:hover {
	opacity: 0.6;
}
footer #footer_banner #footer_mailmagazine a span {
	display: inline-block;
	padding-left: 40px;
	font-size: 2.4rem;
	line-height: 30px;
	background: url(../image/common/i_mailmagazine.svg) no-repeat left center;
	background-size: 30px;
}
footer #footer_main {
	padding: 40px 0;
	background: #70caeb;
}
footer #footer_main a {
	color: #000000;
	text-decoration: none;
}
footer #footer_main #footer_nav a:hover {
	color: #3399bf;
}
footer #footer_main #footer_logo {
	float: left;
	width: 260px;
}
footer #footer_main #footer_nav {
	float: right;
}
footer #footer_main #footer_nav #footer_nav_cat {
	float: left;
	border-right: 1px solid #ffffff;
}
footer #footer_main #footer_nav #footer_nav_other {
	float: right;
}
footer #footer_main #footer_nav #footer_nav_cat table td {
	padding: 0 30px 0 0;
	line-height: 24px;
	border: none;
}
footer #footer_main #footer_nav #footer_nav_other table td {
	padding: 0 0 0 30px;
	line-height: 24px;
	border: none;
}
footer #footer_text {
	padding: 5px 0;
	text-align: center;
	background: #e8eaeb;
}
footer #footer_text p {
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
footer #copyright {
	padding: 20px 0;
	color: #40b7e3;
	text-align: center;
}
footer .btn_pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 2.5%;
	width: 40px;
	height: 40px;
	z-index: 100;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
footer .btn_pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background: #e8eaeb url(../image/common/i_arrow_black.svg) no-repeat center center;
	background-size: 8px 16px;
	overflow: hidden;
	transition: 0.4s;
}
footer .btn_pagetop a:hover {
	opacity: 0.6;
}



/* contents -------------------- */



.content {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
#wrap {
	/*opacity: 0;*/
	width: 100%;
	max-width: 1020px;
	margin: 20px auto 40px auto;
}
#wrap.narrow {
	width: 100%;
	max-width: 900px;
	margin: 40px auto;
}
#wrap.narrow .simple_pagetitle {
	margin-bottom: 40px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#leftcolumn {
	float: left;
	width: 670px;
}
#rightcolumn {
	float: right;
	width: 330px;
}

.article_block a {
	text-decoration: none;
}
.article_block article.news .text .cat {
	background: rgba(0,144,226,0.8);
}
.article_block article.business .text .cat {
	background: rgba(84,149,236,0.8);
}
.article_block article.wellness .text .cat {
	background: rgba(248,169,90,0.8);
}
.article_block article.beauty .text .cat {
	background: rgba(255,154,237,0.8);
}
.article_block article.children .text .cat {
	background: rgba(241,109,109,0.8);
}
.article_block article.hobby .text .cat {
	background: rgba(172,221,68,0.8);
}
.article_block article.training .text .cat {
	background: rgba(184,134,239,0.8);
}
.article_block article.special .text .cat {
	background: rgba(112,202,235,0.8);
}
.article_block article.sponsored .text .cat {
	background: rgba(35,212,172,0.8);
}
.article_block article.fortune .text .cat,
.article_block article.astro .text .cat {
	background: rgba(242,212,9,0.8);
}
.article_block article .text .cat {
	display: inline-block;
	padding: 2px 8px;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1;
}

.article_block.article_image article {
	float: left;
	width: 49.25%;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
body#ranking .article_block.article_image article:nth-child(n+11) {
	display: none;
}
body#home .article_block.article_image article:nth-child(-n+2) {
	width: 100%;
}
body#ranking .article_block.article_image article:nth-child(-n+2) {
	width: 100%;
}
.article_block.article_image article:nth-child(2n+2) {
	float: right;
}
.article_block.article_image article:first-child {
	margin-top: 0;
}
.article_block.article_image article:nth-child(2) {
	margin-top: 0;
}
body#home .article_block.article_image article:nth-child(2) {
	margin-top: 10px;
}
body#ranking .article_block.article_image article:first-child {
	margin-top: 10px;
}
body#ranking .article_block.article_image article:nth-child(2) {
	margin-top: 10px;
}
.article_block.article_image article .thumb {
	position: relative;
	width: 100%;
	padding-top: 66.66%;
	overflow: hidden;
}
.article_block.article_image article .thumb:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
body#home .article_block.article_image article:nth-child(-n+2) .thumb {
	padding-top: 50%;
}
body#ranking .article_block.article_image article:nth-child(-n+2) .thumb {
	padding-top: 50%;
}
section#ranking .article_block.article_image article .thumb .rank div {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	padding-top: 10px;
	font-size: 2.8rem;
	line-height: 1;
	color: #000000;
	text-align: center;
	font-family: "Arapey", serif;
	font-style: italic;
	z-index: 1;
}
section#ranking .article_block.article_image article .thumb .rank:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 40px solid rgba(246,247,83,0.8);
	border-left: 40px solid rgba(246,247,83,0.8);
	border-right: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
.article_block.article_image article .thumb img {
	position: absolute;
	top: 0;
	left: 0;
}
.article_block.article_image article .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #ffffff;
}
.article_block.article_image article .text .title {
	text-shadow: 0 1px 2px #000000;
}
body#home section#recent .article_block.article_image article:nth-child(-n+2) .text .title,
body#ranking section#ranking .article_block.article_image article:nth-child(-n+2) .text .title {
	font-size: 1.8rem;
	line-height: 1.4;
}
.article_block.article_image article .text .cat {
	margin-bottom: 8px;
}

.article_block.article_list article {
	margin-top: 10px;
}
.article_block.article_list article .thumb_block {
}
.article_block.article_list article .thumb_block .thumb {
	position: relative;
	width: 100%;
	padding-top: 66.66%;
	overflow: hidden;
}
.article_block.article_list article .thumb_block .thumb img {
	position: absolute;
	top: 0;
	left: 0;
}
.article_block.article_list article .text {
	padding-left: 10px;
	color: #000000;
}
.article_block.article_list article .text .title {
}
.article_block.article_list article a:hover .text .title {
	color: #70caeb;
}
.article_block.article_list article .text .cat {
	margin-top: 4px;
}
#leftcolumn .article_block.article_list {
	padding: 10px;
	background: #ffffff;
}
#rightcolumn .article_block.article_list {
	padding: 5px;
	background: #ffffff;
}
#leftcolumn .article_block.article_list article:first-child,
#rightcolumn .article_block.article_list article:first-child {
	/*margin-top: 0;*/
}
#leftcolumn .article_block.article_list article .thumb_block {
	width: 120px;
}
#rightcolumn .article_block.article_list article .thumb_block {
	width: 120px;
}

#leftcolumn section#recent {
	margin-bottom: 20px;
}
#leftcolumn section#ranking {
	padding: 0 10px;
	background: #f3f4f5;
	border-top: 2px solid #c6cbcd;
}
body#ranking #leftcolumn section#ranking {
	padding: 0 0;
	background: none;
	border-top: none;
}
#rightcolumn section#ranking,
#rightcolumn section#special {
	margin-bottom: 20px;
	padding: 0 5px 5px 5px;
	background: #f3f4f5;
	border-top: 2px solid #c6cbcd;
}

#leftcolumn section .section_title {
	padding: 20px 0;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	/*font-family: serif;*/
	/*font-weight: bold;*/
}
#leftcolumn section#archive .section_title {
	padding: 30px 0;
	background: rgb(243,244,245);
	background: -moz-linear-gradient(top, rgba(243,244,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,244,245,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(243,244,245,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f5', endColorstr='#ffffff',GradientType=0 );
	border-top: 2px solid #c6cbcd;
}
body#special #leftcolumn section#archive .section_title {
	padding: 20px 0;
}
body#ranking #leftcolumn section#ranking .section_title {
	padding: 20px 0;
	background: rgb(243,244,245);
	background: -moz-linear-gradient(top, rgba(243,244,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,244,245,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(243,244,245,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f5', endColorstr='#ffffff',GradientType=0 );
	border-top: 2px solid #c6cbcd;
}
#leftcolumn section .section_title span {
	font-size: 1.4rem;
	color: #8e989c;
	font-weight: normal;
}
#rightcolumn section .section_title {
	padding: 15px 0;
	font-size: 2.0rem;
	line-height: 1;
	text-align: center;
	/*font-family: serif;*/
	/*font-weight: bold;*/
}
#rightcolumn section .section_title span {
	font-size: 1.2rem;
	color: #8e989c;
	font-weight: normal;
}

section#ranking #ranking_tab {
	border-bottom: 2px solid #c6cbcd;
}
section#ranking #ranking_tab li {
	float: left;
	width: 49.8%;
	padding: 10px;
	font-size: 1.6rem;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c6cbcd;
	border-bottom: none;
	cursor: pointer;
}
#rightcolumn #ranking #ranking_tab li {
	padding: 6px;
	font-size: 1.4rem;
}
section#ranking #ranking_tab li.selected {
	background: #c6cbcd;
	cursor: auto;
}
section#ranking #ranking_tab li:last-child {
	float: right;
}
section#ranking #ranking_tab li:hover {
	color: #70caeb;
}
section#ranking #ranking_tab li.selected:hover {
	color: #000000;
}
section#ranking #ranking_block {
	overflow: hidden;
}
section#ranking #ranking_latest {
	float: left;
}
section#ranking #ranking_popular {
	float: left;
}
section#ranking .article_block.article_list article .thumb_block .thumb .rank {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	padding-top: 2px;
	font-size: 1.8rem;
	line-height: 1;
	color: #000000;
	text-align: center;
	font-family: "Arapey", serif;
	font-style: italic;
	z-index: 1;
}
section#ranking .article_block.article_list article .thumb_block .thumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 20px solid rgba(246,247,83,0.8);
	border-left: 20px solid rgba(246,247,83,0.8);
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

#leftcolumn .btn_more {
	padding: 20px 0;
	text-align: center;
}
#rightcolumn .btn_more {
	padding: 10px 0;
	text-align: center;
}
.btn_more a {
	display: inline-block;
	padding-left: 12px;
	color: #000000;
	text-decoration: none;
	background: url(../image/common/i_arrow_black.svg) no-repeat 0 center;
	background-size: 5px 10px;
}
.btn_more a:hover {
	color: #70caeb;
	background: url(../image/common/i_arrow_blue.svg) no-repeat 0 center;
	background-size: 5px 10px;
}

#rightcolumn .sns_widgets iframe {
  max-width: 100% !important;
  width: 800px !important;
}

#rightcolumn #keyword {
	margin-bottom: 20px;
	padding: 15px 10px;
	border: 2px solid #c6cbcd;
}
#rightcolumn #keyword .keyword_title {
	margin-bottom: 5px;
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	/*font-family: serif;*/
	/*font-weight: bold;*/
}
#rightcolumn #keyword ul.wp-tag-cloud {
	overflow: hidden;
}
#rightcolumn #keyword li {
	float: left;
	margin-top: 10px;
	margin-right: 4px;
}
#rightcolumn #keyword li:last-child {
	margin-left: 0;
}
#rightcolumn #keyword li a {
	display: inline-block;
	padding: 0 20px 0 8px;
	font-size: 1.2rem;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	background: #e2f4fb url(../image/common/i_arrow_black.svg) no-repeat right 8px center;
	background-size: 5px 10px;
	border: 1px solid #70caeb;
	border-radius: 12px;
}
#rightcolumn #keyword li a:hover {
	color: #3399bf;
}

#rightcolumn #sidebanner li {
	position: relative;
	margin-top: 10px;
}
#rightcolumn #sidebanner li:first-child {
	margin-top: 0;
}
#rightcolumn #sidebanner li.pr a:after {
	content: "PR";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 4px;
	font-size: 1.0rem;
	line-height: 1;
	color: #000000;
	background: rgba(255,255,255,0.5);
}



/* common mediaquery ---------- */



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

header #header_text {
	padding: 5px 2.5%;
}
header #header_main #header_search {
	left: 2.5%;
}
header #header_main #header_sns {
	right: 2.5%;
}
header #header_main .btn_nav {
	left: 2.5%;
}

footer #footer_main {
	text-align: center;
}
footer #footer_main #footer_logo {
	float: none;
	width: 260px;
	margin: 0 auto;
}
footer #footer_main #footer_nav {
	float: none;
	display: inline-block;
	margin-bottom: 20px;
}
footer #footer_main #footer_nav #footer_nav_cat {
}
footer #footer_main #footer_nav #footer_nav_other {
	float: left;
}
footer #footer_main #footer_nav #footer_nav_cat table td,
footer #footer_main #footer_nav #footer_nav_other table td {
	text-align: left;
}
footer #footer_text {
	padding: 5px 2.5%;
}

.content {
	padding: 0 2.5%;
}
#wrap {
	padding: 0 2.5%;
}
#leftcolumn {
	float: left;
	width: 66%;
}
#rightcolumn {
	float: right;
	width: 32%;
}

}

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

a img {
	transition: 0;
}
a:hover .thumb img {
	transform: scale(1.0);
}
a:hover img {
	opacity: 1;
}

header #header_main #header_search {
	display: none;
	position: absolute;
	top: 50%;
	left: 2.5%;
	right: 2.5%;
	height: 32px;
	margin-top: -16px;
	padding-right: 40px;
	line-height: 0;
	z-index: 1101;
}
header #header_main #header_search form {
	position: relative;
}
header #header_main #header_search form input,
header #header_main #header_search form button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
header #header_main #header_search form input {
	right: 32px;
	width: 100%;
	height: 32px;
	padding: 0px 5px 0px 30px;
	border: 1px solid #c6cbcd;
	font-size: 1.6rem;
	line-height: 1;
	border-radius: 16px;
}
header #header_main #header_search form button {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 20px;
	height: 20px;
	background: url(../image/common/i_search.svg) no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
header #header_main #header_sns {
	display: none;
}
header #header_main .btn_nav {
	display: block;
	left: 2.5%;
}
header #header_main .btn_search {
	display: block;
}
#rwdMenuWrap ul {
	border-bottom: 1px solid #e8eaeb;
}
#rwdMenuWrap li {
	border-top: 1px solid #e8eaeb;
	background: url(../image/common/i_arrow_black.svg) no-repeat right 5% center;
	background-size: 8px 16px;
}
#rwdMenuWrap li.mailmagazine {
	border-top: 1px solid #c6cbcd;
}
#rwdMenuWrap li:first-child {
	border-top: none;
}
#rwdMenuWrap li a {
	display: block;
	padding: 5%;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #000000;
	text-decoration: none;
}
#rwdMenuWrap li.mailmagazine a {
	padding-left: 11.25%;
	background: url(../image/common/i_mailmagazine.svg) no-repeat left 5% center;
	background-size: 5%;
}
#rwdMenuWrap li.facebook a {
	padding-left: 11.25%;
	background: url(../image/common/i_facebook.svg) no-repeat left 5% center;
	background-size: 5%;
}
#rwdMenuWrap li.twitter a {
	padding-left: 11.25%;
	background: url(../image/common/i_twitter.svg) no-repeat left 5% center;
	background-size: 5%;
}
#rwdMenuWrap li.instagram a {
	padding-left: 11.25%;
	background: url(../image/common/i_instagram.svg) no-repeat left 5% center;
	background-size: 5%;
}
#rwdMenuWrap li.youtube a {
	padding-left: 11.25%;
	background: url(../image/common/i_youtube.svg) no-repeat left 5% center;
	background-size: 5%;
}

footer #footer_banner #footer_mailmagazine a {
	transition: 0;
}
footer #footer_banner #footer_mailmagazine a:hover {
	opacity: 1;
}
footer #footer_main {
	padding: 0 0 40px 0;
}
footer #footer_main .content {
	padding: 0;
}
footer #footer_main a {
	color: #000000;
	text-decoration: none;
}
footer #footer_main #footer_nav {
	float: none;
	display: block;
	margin-bottom: 30px;
}
footer #footer_main #footer_nav #footer_nav_cat {
	float: none;
	padding-right: 0;
	border-right: none;
}
footer #footer_main #footer_nav #footer_nav_cat table tr td {
	width: 33.33%;
	padding: 20px 0;
	line-height: 1.2;
	text-align: center;
	border: 2px solid #ffffff;
}
footer #footer_main #footer_nav #footer_nav_cat table tr.col4 td {
	width: 25%;
	border-bottom: none;
}
footer #footer_main #footer_nav #footer_nav_cat table tr td:first-child {
	border-left: none;
}
footer #footer_main #footer_nav #footer_nav_cat table tr td:last-child {
	border-right: none;
}
footer #footer_main #footer_nav #footer_nav_other {
	float: none;
	padding-right: 0;
}
footer #footer_main #footer_nav #footer_nav_other table {
	display: inline;
}
footer #footer_main #footer_nav #footer_nav_other table tr {
	display: block;
	margin-top: 10px;
}
footer #footer_main #footer_nav #footer_nav_other table tr:first-child {
	margin-top: 40px;
}
footer #footer_main #footer_nav #footer_nav_other table tr td {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.2;
	border-right: 1px solid #000000;
}
footer #footer_main #footer_nav #footer_nav_other table tr td:last-child {
	border-right: none;
}
footer .btn_pagetop a {
	transition: 0;
}
footer .btn_pagetop a:hover {
	opacity: 1;
}

#leftcolumn {
	float: none;
	width: 100%;
}
#rightcolumn {
	float: none;
	width: 100%;
}

#rightcolumn .article_block.article_list {
	padding: 10px;
}
#rightcolumn section .section_title {
	padding: 20px 0;
	font-size: 2.4rem;
}
#rightcolumn section .section_title span {
	font-size: 1.4rem;
}
#rightcolumn #ranking #ranking_tab li {
	padding: 10px;
	font-size: 1.6rem;
}
#rightcolumn .btn_more {
	padding: 20px 0;
}

#rightcolumn section#ranking,
#rightcolumn section#special {
	padding: 0 10px 10px 10px;
}
#leftcolumn section#ranking,
#rightcolumn section#ranking,
#rightcolumn section#special,
#rightcolumn section#keyword {
	margin-bottom: 40px;
}
#rightcolumn section#sidebanner {
	margin-bottom: 60px;
}

#rightcolumn section#sidebanner li {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 49.25%;
}
#rightcolumn #sidebanner li:nth-child(n+2) {
	float: right;
}
#rightcolumn #sidebanner li:nth-child(-n+2) {
	margin-top: 0;
}

}

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

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 1.25% !important; }
.mb10 { margin-bottom: 2.5% !important; }
.mb15 { margin-bottom: 3.75% !important; }
.mb20 { margin-bottom: 5% !important; }
.mb30 { margin-bottom: 6.25% !important; }
.mb40 { margin-bottom: 7.5% !important; }
.mb50 { margin-bottom: 8.75% !important; }
.mb60 { margin-bottom: 10% !important; }
.mb70 { margin-bottom: 11.25% !important; }
.mb80 { margin-bottom: 12.5% !important; }
.mb120 { margin-bottom: 20% !important; }
.ll {
	font-size: 1.6rem;
	line-height: 1.6;
}
.l {
	font-size: 1.5rem;
	line-height: 1.4;
}
.s {
	font-size: 1.2rem;
	line-height: 1.4;
}
.ss {
	font-size: 1.0rem;
	line-height: 1.2;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

header #header_text {
	text-align: center;
}
header #header_main {
	height: 64px;
}
header #header_main .logo_melos {
	top: 12px;
	display: block;
	width: 180px;
	margin: 0 auto;
}
header #header_main .btn_nav a .icon {
	width: 24px;
	height: 4px;
	margin: -2px 0 0 -12px;
	background: #70caeb;
	transition: .2s;
	border-radius: 2px;
}
header #header_main .btn_nav a .icon:before,
header #header_main .btn_nav a .icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 4px;
	background: #70caeb;
	transition: .3s;
	border-radius: 2px;
}
header #header_main .btn_nav a .icon:before {
	margin-top: -10px;
}
header #header_main .btn_nav a .icon:after {
	margin-top: 6px;
}
header #header_main .btn_search {
	position: absolute;
	top: 50%;
	right: 2.5%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../image/common/i_search.svg) no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1101;
}
header #header_main .btn_search .icon:before,
header #header_main .btn_search .icon:after {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 4px;
	background: #70caeb;
	border-radius: 2px;
}
header #gnav {
	line-height: 3em;
}
header #gnav nav {
	height: 3em;
}
header #gnav ul {
	padding: 0 10px;
}
header #gnav ul li a {
	text-decoration: none;
	margin: 0 10px;
	padding: 2px 0;
}
header #gnav ul li.current a {
	border-bottom: 2px solid #70caeb;
}
#rwdMenuWrap ul {
	border-bottom: 1px solid #e8eaeb;
}
#rwdMenuWrap li {
	border-top: 1px solid #e8eaeb;
	background: url(../image/common/i_arrow_black.svg) no-repeat right 5% center;
	background-size: 6px 12px;
}
#rwdMenuWrap li.mailmagazine {
	border-top: 1px solid #c6cbcd;
}
#rwdMenuWrap li:first-child {
	border-top: none;
}
#rwdMenuWrap li a {
	display: block;
	padding: 6.25% 5%;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #000000;
	text-decoration: none;
}
#rwdMenuWrap li.mailmagazine a {
	padding-left: 15%;
	background: url(../image/common/i_mailmagazine.svg) no-repeat left 5% center;
	background-size: 8%;
}
#rwdMenuWrap li.facebook a {
	padding-left: 15%;
	background: url(../image/common/i_facebook.svg) no-repeat left 5% center;
	background-size: 8%;
}
#rwdMenuWrap li.twitter a {
	padding-left: 15%;
	background: url(../image/common/i_twitter.svg) no-repeat left 5% center;
	background-size: 8%;
}
#rwdMenuWrap li.instagram a {
	padding-left: 15%;
	background: url(../image/common/i_instagram.svg) no-repeat left 5% center;
	background-size: 8%;
}
#rwdMenuWrap li.youtube a {
	padding-left: 15%;
	background: url(../image/common/i_youtube.svg) no-repeat left 5% center;
	background-size: 8%;
}

footer #footer_banner {
	padding: 5% 0;
}
footer #footer_banner #footer_sns {
	float: none;
	width: 100%;
	height: 120px;
	margin-bottom: 2.5%;
}
footer #footer_banner #footer_sns .footer_sns_title {
	margin-bottom: 10px;
}
footer #footer_banner #footer_sns .footer_sns_title img {
	width: 160px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .facebook {
	float: left;
	margin: 0 5px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .twitter {
	float: left;
	margin: 0 5px;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .instagram {
	float: left;
	margin: 8px 5px 0;
	clear: left;
}
footer #footer_banner #footer_sns .footer_sns_share_btn .youtube {
	float: left;
	margin: 6px 5px 0;
}
footer #footer_banner #footer_mailmagazine {
	float: none;
	width: 100%;
	height: 80px;
}
footer #footer_banner #footer_mailmagazine .comingsoon {
	font-size: 2.0rem;
	line-height: 80px;
}
footer #footer_banner #footer_mailmagazine a {
	padding-right: 16px;
	background: url(../image/common/i_arrow_blue.svg) no-repeat right center;
	background-size: 7px 14px;
}
footer #footer_banner #footer_mailmagazine a span {
	padding-left: 34px;
	font-size: 2.2rem;
	line-height: 26px;
	background: url(../image/common/i_mailmagazine.svg) no-repeat left center;
	background-size: 26px;
}
footer #footer_main {
	padding: 0 0 10% 0;
	background: #70caeb;
}
footer #footer_main #footer_logo {
	width: 200px;
}
footer #footer_main #footer_nav {
	margin-bottom: 7.5%;
}
footer #footer_main #footer_nav #footer_nav_cat table tr td {
	padding: 5% 0;
	border: 1px solid #ffffff;
}
footer #footer_main #footer_nav #footer_nav_other {
	font-size: 1.2rem;
}
footer #footer_main #footer_nav #footer_nav_other table tr {
	margin-top: 5%;
}
footer #footer_main #footer_nav #footer_nav_other table tr:first-child {
	margin-top: 10%;
}
footer #footer_text {
	display: none;
}
footer #copyright {
	padding: 3.75% 0;
}

#wrap {
	margin-top: 5%;
}
body#special #wrap,
body#archive #wrap,
body#ranking #wrap {
	margin-top: 0;
}
#wrap.narrow {
	margin-top: 5%;
}
#wrap.narrow .simple_pagetitle {
	margin-bottom: 5%;
	font-size: 2.0rem;
	line-height: 1.2;
}

.article_block article .text .cat {
	padding: 2px 4px;
	font-size: 1.0rem;
	line-height: 1;
}

.article_block.article_image article {
	width: 100%;
	margin-top: 5px;
}
.article_block.article_image article:first-child {
	margin-top: 0;
}
.article_block.article_image article:nth-child(2) {
	margin-top: 5px;
}
body#home .article_block.article_image article:nth-child(2) {
	margin-top: 5px;
}
body#ranking .article_block.article_image article:first-child {
	margin-top: 5px;
}
body#ranking .article_block.article_image article:nth-child(2) {
	margin-top: 5px;
}
.article_block.article_image article .thumb {
	position: relative;
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
}
.article_block.article_image article .thumb:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.article_block.article_image article:nth-child(n+3) .thumb {
	padding-top: 50%;
}
.article_block.article_image article .text {
	padding: 2.5%;
}
body#home section#recent .article_block.article_image article:nth-child(-n+2) .text .title,
body#ranking section#ranking .article_block.article_image article:nth-child(-n+2) .text .title {
	font-size: 1.4rem;
	line-height: 1.4;
}
.article_block.article_image article .text .cat {
	margin-bottom: 5px;
}
section#ranking .article_block.article_image article .thumb .rank div {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	padding-top: 6px;
	font-size: 2.4rem;
	line-height: 1;
	color: #000000;
	text-align: center;
	font-family: "Arapey", serif;
	font-style: italic;
	z-index: 1;
}
section#ranking .article_block.article_image article .thumb .rank:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 30px solid rgba(246,247,83,0.8);
	border-left: 30px solid rgba(246,247,83,0.8);
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

.article_block.article_list article {
	margin-top: 5px;
}

#leftcolumn .article_block.article_list,
#rightcolumn .article_block.article_list {
	padding: 5px;
}
#leftcolumn section#archive .section_title {
	padding: 7.5% 0;
	font-size: 1.8rem;
	background: none;
	border-top: none;
}
body#special #leftcolumn section#archive .section_title {
	padding: 5% 0;
}
body#ranking #leftcolumn section#ranking .section_title {
	padding: 5% 0;
	font-size: 1.8rem;
	background: none;
	border-top: none;
}
#leftcolumn section .section_title,
#rightcolumn section .section_title {
	padding: 5% 0;
	font-size: 1.8rem;
}
#leftcolumn section .section_title span,
#rightcolumn section .section_title span {
	font-size: 1.2rem;
}
#leftcolumn #ranking #ranking_tab li,
#rightcolumn #ranking #ranking_tab li {
	padding: 6px;
	font-size: 1.4rem;
}
#leftcolumn .btn_more,
#rightcolumn .btn_more {
	padding: 5% 0;
}
#leftcolumn #archive,
#leftcolumn #ranking,
body#ranking #leftcolumn section#ranking,
#rightcolumn #ranking,
#rightcolumn #special {
	padding: 0 2.5%;
	margin-left: -2.6%;
	margin-right: -2.6%;
	background: rgb(243,244,245);
	background: -moz-linear-gradient(top, rgba(243,244,245,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top, rgba(243,244,245,1) 0%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom, rgba(243,244,245,1) 0%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f5', endColorstr='#ffffff',GradientType=0 );
}
#leftcolumn section#archive,
#leftcolumn section#recent,
#leftcolumn section#ranking,
#rightcolumn section#ranking,
#rightcolumn section#special,
#rightcolumn #keyword {
	margin-bottom: 10%;
}
#rightcolumn #sidebanner {
	margin-bottom: 50px;
}
#rightcolumn #sidebanner li {
	float: none;
	margin-top: 2.5%;
	width: 100%;
}
#rightcolumn #sidebanner li:nth-child(n+2) {
	float: none;
}
#rightcolumn #sidebanner li:nth-child(-n+2) {
	margin-top: 0;
}
#rightcolumn #sidebanner li:nth-child(2) {
	margin-top: 2.5%;
}

}






/* add 170727 */
.article_block article .text .like_count {
  display: inline-block;
  background: #4268b3;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 78%;
  margin: 0 0 5px;
}
.article_block.article_image article .text .like_count {
  float: none;
}
.article_block article .text .like_count .num {
	padding-right: 2px;
}
.article_block article a:hover .text .like_count {
	background: #70caeb;
}

/* add 170801 */
#rightcolumn .side_banner {
	margin-bottom: 20px;
}
#rightcolumn .side_banner img {
	width: auto;
	max-width: 330px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width:1000px){
	#rightcolumn .side_banner img {
		width: 100%;
	}
}
@media screen and (max-width:800px){
	#rightcolumn .side_banner {
		margin-bottom: 40px;
	}
	#rightcolumn .side_banner img {
		width: auto;
	}
}
@media screen and (max-width:640px){
	#rightcolumn .side_banner {
		margin-bottom: 10%;
	}
}

#rightcolumn #ranking #ranking_tab li span.like {
	background: url(../image/common/i_like.svg) left center no-repeat;
	background-size: 12px auto;
	padding-left: 18px;
}
section#ranking #ranking_tab li span.like {
	background: url(../image/common/i_like.svg) left center no-repeat;
	background-size: 12px auto;
	padding-left: 18px;
}


/* mailmagazine */
.mailmagazine_page_wrap h1 {
  display: none;
}
.mailmagazine_page_wrap img {
  /*width: auto;*/
}
.mailmagazine_page_wrap h2 {
    padding-bottom: 10px;
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: 1px solid #c6cbcd;
    margin: 60px 0 20px;
}
.mailmagazine_page_wrap h3 {
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    background: #f3f4f5;
    border-radius: 3px;
    margin: 20px 0 20px;
    text-align: center;
}
.mailmagazine_page_wrap .main_lead {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 30px 0;
}
.mailmagazine_page_wrap .desc p {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 0 0 20px;
}
.mailmagazine_page_wrap .c_tokuten .list li {
    font-size: 1.6rem;
    margin: 0 0 8px 10px;
    color: #0099cb;
    font-weight: bold;
}
.mailmagazine_page_wrap .c_present .desc .img {
    text-align: center;
    margin: 20px 0;
}
.mailmagazine_page_wrap .c_present .list {
    margin: 30px 0;
}
.mailmagazine_page_wrap .c_present .list li {
    font-size: 1.6rem;
    margin: 0 0 8px 10px;
    font-weight: bold;
    list-style: disc inside;
}
.mailmagazine_page_wrap .c_present .list li a {
    color: #3399bf;
    text-decoration: none;
    font-size: 1.5rem;
    margin-left: 20px;
}
.mailmagazine_page_wrap .c_present .list li .li_note {
  font-weight: normal;
  display: block;
  font-size: 1.3rem;
  color: #666;
  margin: 5px 0 0;
}
.mailmagazine_page_wrap .c_present .kigen {
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  background: #f3f4f5;
  border-radius: 3px;
  margin: 20px 0 20px;
  text-align: center;
}
.mailmagazine_page_wrap .c_present .notes {
    color: #666;
    margin: 10px 0;
}

.mailmagazine_page_wrap .c_to-enquete .btn {
  text-align: center;
}
.mailmagazine_page_wrap .c_to-enquete .btn a {
  padding: 10px 35px;
  text-align: center;
  width: 60%;
  font-size: 18px;
  /*border: 1px solid #c6cbcd;*/
  border-radius: 5px;
  display: inline-block;
  background: #70caeb;
  color: #fff;
  margin: 35px auto 15px;
  text-decoration: none;
  font-weight: bold;
}
.mailmagazine_page_wrap .c_to-enquete .btn a:hover {
  background: #3399bf;
}
.mailmagazine_page_wrap .c_to-enquete.check .btn a {
  margin: -20px auto 15px;
}
.mailmagazine_page_wrap .c_to-enquete .btn a.disable {
  background: #eee;
  pointer-events:none;
}
.mailmagazine_page_wrap .c_to-enquete .btn a:hover.disable {
  background: #eee;
}
.mailmagazine_page_wrap .c_to-enquete .notes {
  text-align: center;
  color: #666;
}



.mailmagazine_page_wrap .privacy {
  margin-bottom: 20px;
  border: 1px solid #c6cbcd;
}
.mailmagazine_page_wrap .privacy .privacy_block {
  width: 100%;
  height: 300px;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mailmagazine_page_wrap .widget_wysija_cont {
  padding: 20px;
}
.mailmagazine_page_wrap .wysija-paragraph {
  padding: 10px 0 30px;
  clear: both;
}
.mailmagazine_page_wrap .wysija-paragraph label {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 10px;
}
.mailmagazine_page_wrap .wysija-paragraph label.wysija-radio-label,
.mailmagazine_page_wrap .wysija-paragraph label.wysija-checkbox-label {
  margin: 0 10px 10px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  display: inline-block;
}
.mailmagazine_page_wrap .wysija-input {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 3px;
  width: 40%;
}
.mailmagazine_page_wrap .wysija-textarea {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 3px;
  width: 100%;
  height: 90px;
}

.mailmagazine_page_wrap .wysija-submit {
  padding: 10px 35px;
  text-align: center;
  width: 60%;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  display: block;
  background: #70caeb;
  color: #fff;
  margin: 35px auto 15px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.mailmagazine_page_wrap .wysija-submit:hover {
  background: #3399bf;
}


@media screen and (max-width:640px){
  .mailmagazine_page_wrap .main_lead {
      font-size: 2.1rem;
      margin: 20px 0;
  }
  .mailmagazine_page_wrap img {
    width: 100%;
  }
  .mailmagazine_page_wrap .c_present .list li a {
      display: block;
      font-size: 1.4rem;
      margin: 5px 0 10px;
  }
  .mailmagazine_page_wrap .c_present .list {
      margin: 20px 0;
  }
	.mailmagazine_page_wrap .c_to-enquete .btn a {
	  padding: 10px 0;
	  width: 80%;
	}
	.mailmagazine_page_wrap .c_to-enquete .notes br {
	  display: none;
	}
  .mailmagazine_page_wrap .widget_wysija_cont {
    padding: 10px 5px;
  }
  .mailmagazine_page_wrap .wysija-paragraph {
    padding: 10px 0 20px;
    clear: both;
  }

}


.wysijap-template-default.single #post #post_header .post_info {display: none;}
.wysijap-template-default.single #post .post_sns {display: none;}
.wysijap-template-default.single #related {display: none;}



/* TOP slider */
.slider_area {
  overflow:hidden;
  padding: 0 15%;
}
body#home .slider_area .article_block.article_image article {
  margin-top: 0;
}
body#home .slider_area .article_block.article_image article .thumb {
  padding-top: 50%;
}
body#home .slider_area .article_block.article_image article a:hover .thumb {
  opacity: 0.6;
}
body#home .slider_area .article_block.article_image article a:hover .thumb img {
  transform: scale(1.0);
}
body#home .slider_area .article_block.article_image article .text .title {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width:800px){
  body#home .slider_area .article_block.article_image article .thumb {
    padding-top: 50%;
  }
  body#home .slider_area .article_block.article_image article .text .title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width:640px){
  .slider_area {
    margin: 0 -2.5% 20px;
    padding: 0 0;
    /*background-color: #effafe;*/
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  }
  body#home .slider_area .article_block.article_image article .text {
    position: relative;
  }
  body#home .slider_area .article_block.article_image article .text .title {
    color: #000;
    text-shadow: none;
  }
}