﻿@charset "utf-8";

/*---------- common ----------*/
html,body{margin:0;padding:0;height:100%;background:transparent;}
body{font:13px/1.231  "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Lucida Grande","ＭＳ Ｐゴシック","Osaka",Helvetica,verdana,arial,sans-serif;
*font-size:small;
*font:x-small;color:#000000;
text-align:left;
background:#ffffff;
line-height:1.6;
font-family:"メイリオ", "Meiryo",;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary
{display:block;}
table{font-size: inherit;
font:100%;
width:100%;
border-collapse:collapse;
border:0;}
pre,code,kbd,samp,tt{font-family:monospace, "メイリオ", "Meiryo",;
*font-size:108%;
line-height:100%;}
img{vertical-align:bottom;}
strong{font-weight:bold;}
p{margin-bottom:1em;}
object{margin:0;padding:0;}
html, body {
	background: #fff;
	/*
	font-family: Arial, Helvetica, sans-serif;
	*/
	font-size: 12px;
	color: #4a4a4a;
	line-height: 1.5;
}
#container {
	border-top: solid 5px #fe4762;
}
body.info #container {
	background: none;
}
a				{ color: #2ca4a9; text-decoration: underline; outline: none; }
a:hover		{ color: #2ca4a9; text-decoration: none; outline: none; }
.hide {
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.align_left {
	text-align: left !important;
}
.blk,
.blk:hover {
	color: #342821;
}
.opa {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.opa:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}

/*---------- header ----------*/
#header {
	width: 980px;
	height: 280px;
	margin: auto;
	/*overflow: hidden;*/
	position: relative;

	margin-bottom: 50px;
}

#header:after{
	content: '';
	display: block;
	height: 3px;
	background: #FC4C69;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100vw;
	margin-left: -50vw;
	min-width: 1000px;
}

/*---------- header ----------*/
#header .top {
	width: 980px;
	height: 360px;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(../img/home/bg_header_btn.png);
	overflow: hidden;
	position: relative;
}



.header_btn {
	position: absolute;
	top:40px;
	left: 65px;
	text-align: center;
}

.header_btn:hover {
	opacity:0.7;
}


#header .sec_cnt {
	position: absolute;
	top: 45px; left: 50%;
	margin-left: 225px;
	width: 225px;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
}
#header .sec_cnt h2 {
	height: 80px;
	background: url(../img/common/h2_cnt.gif) 0 -8px no-repeat;
	text-indent: -9999px;
}
#header .sec_cnt ul {
	margin: 0 0 8px 20px;
	overflow: hidden;
}
#header .sec_cnt ul li {
	float: left;
	padding: 0 5px 0 0;
}
#header .sec_cnt ul li a {
	display: block;
	width: 90px; height: 30px;
	text-indent: -9999px;
	border-radius: 3px;
}
#header .sec_cnt ul li .btn_cnt_yes {
	background: url(../img/common/btn_cnt_yes.gif) 0 -8px no-repeat;
}
#header .sec_cnt ul li .btn_cnt_no {
	background: url(../img/common/btn_cnt_no.gif) 0 -8px no-repeat;
}
#header .sec_cnt p {
	margin: 0 20px 20px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
#header .sec_cnt p .large {
	font-size: 18px;
}
#header .sec_cnt p .xlarge {
	font-size: 30px;
	color: #ff4966;
}


/*---------- g_nav ----------*/
#g_nav {
	margin:0 0 50px 0;
	background: #fe4762;
}
#g_nav .nav_container {
	/*width: 960px;*/
	width: 980px;
	margin: 0 auto;
}
ul.main li a span {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*---------- g_nav ドロップメニュー ----------*/
ul.main {
	*zoom: 1;
	width: 100%;
}
ul.main:before,
ul.main:after {
	content: "";
	display: table;
}
ul.main:after {
	clear: both;
}
ul.main li {
	position: relative;
	/*width: 192px;*/
	width: 196px;
	float: left;
	padding: 5px 0;
}
ul.main li a {
	display: block;
	/*width: 192px;*/
	width: 196px;
	box-sizing: border-box;
	height:45px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #fff;
}
ul.main li:first-child a {
	border-left: 1px solid #fff;
}
ul.main li a:hover {
	opacity: 0.7;
}
ul.main li ul.sub {
	position: absolute;
	z-index: 9999;
	top: 55px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0s;
}
ul.main li ul.sub li {
	width: auto;
	padding: 0;
	background: #ffa6b7;
}
ul.main li:hover ul.sub {
	visibility: visible;
	opacity: 1;
}
ul.main li ul.sub li a {
	height: 100%;
	margin: 0;
	padding: 10px 5px;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: left;
}
ul.main li ul.sub li a:last-child {
	border-bottom: 1px solid #fff;
}
ul.main li ul.sub li a:hover {
	background: #fc8d9e;
	opacity: 1;
}






/*---------- contents_wrapper ----------*/
#contents_wrapper {
	margin: 0 auto;
	/*width: 960px;*/
	width: 1000px;
	overflow: hidden;
}


/*---------- sidebar ----------*/
#sidebar {
	float: left;
	width: 225px;
	padding: 0 10px;
}
#sidebar .consultation {
	margin-bottom: 50px;
}
/*---------- sidebar * widget_contents ----------*/
#sidebar .widget_contents {
	margin-bottom: 30px;
	background: #ffffff;
	font-size: 16px;
	overflow: hidden;
}
#sidebar .widget_contents h3 {
	padding: 10px 20px;
	margin-bottom: 6px;
	background: #ffdee4;
	color: #ff4966;
	text-align:center;
	font-weight: bold;
	border-radius: 6px;
}
#sidebar .widget_contents ul {
	background: #f7f8f8;
	padding: 5px 0;
	border: dotted 1px #ffa6b7;
}
#sidebar .widget_contents ul li a {
	display: block;
	position: relative;
	padding: 5px 15px;
	overflow: hidden;
	color: #4a4a4a;
	font-size: 13px;
}
#sidebar .widget_contents ul li a:hover {
	text-decoration: none;
}

/*---------- sidebar * widget_ranking ----------*/
#sidebar .widget_ranking {
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	overflow: hidden;
}
#sidebar .widget_ranking h3 {
	padding: 15px 20px 10px;
	background: #ff4966;
	font-size: 1.3em;
	color: #ffffff;
	text-align:center;
}
#sidebar .widget_ranking h3 span {
	display: block;
	font-size: 13px;
}
#sidebar .widget_ranking h3 strong {
	color: #ffeb7a;
}
#sidebar .widget_ranking ul {
}
#sidebar .widget_ranking ul li {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
#sidebar .widget_ranking ul .last {
	border-bottom: none;
}
#sidebar .widget_ranking ul .large {
}
#sidebar .widget_ranking ul li .thumb {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#sidebar .widget_ranking ul .large .thumb {
	width: 195px;
}
#sidebar .widget_ranking ul .small .thumb {
	float: left;
	margin-right: 10px;
	width: 70px;
}
#sidebar .widget_ranking ul .large .icon {
	position: absolute;
	top: 10px; left: 10px;
}
#sidebar .widget_ranking ul .small .icon {
	display: block;
}
#sidebar .widget_ranking ul .large a {
	display: block;
	padding: 8px 15px 8px 65px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}
#sidebar .widget_ranking ul .small a {
	display: block;
	padding: 0 15px 0 0;
	font-weight: bold;
}

/*---------- contents ----------*/
#contents {
	float: right;
/*--
	width: 715px;
--*/
	width: 700px;
	padding: 0 10px;
	margin-bottom: 50px;
}
#contents h2 {
	padding: 0 0 20px 20px;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
}
#contents h4 {
	margin: 10px 0 15px 0;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	background: #f7f8f8;
}
#contents h5 {
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	color:#fe4762;
}
#contents section {
	margin-bottom: 30px;
}
#contents h2 span {
	color: #fe4762;
}
#contents section p {
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
#contents section p:last-child {
	margin: 0;
}
#contents section .l_img {
	margin-bottom: 30px;
}
#contents section .box {
	overflow: hidden;
}
#contents section .f_l {
	float: left;
	width: 475px;
}
#contents section .f_r {
	float: right;
}

/*---------- footer ----------*/
#footer {
	position: relative;
	margin: 0 auto 30px;
	height: 70px;
	padding: 0 10px 30px 275px;
	box-sizing: border-box;
	width: 1000px;
}
#footer .btn_pagetop {
	position: absolute;
	top: 50%; right: 0;
	margin-top: -45px;
}







/*---------- lead ----------*/
.lead{
padding: 30px 0 30px 20px;
border-top: 1px solid #fe4762;
border-bottom: 1px solid #fe4762;
/*background-image: url(../img/home/bg_lead.jpg);
background-repeat: no-repeat;
background-position: 560px 0px;
background-size: contain;*/
}
#contents section .lead p{
padding: 0;
width: 650px;
}

/*---------- sec_search ----------*/
.sec_search {
	margin: 0 auto 30px;
	width: 700px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	overflow: hidden;
}
#contents .sec_search h2 {
	background: #ffdee4;
	font-size: 16px;
	font-weight: bold;
	color: #ff4966;
	text-align: center;
	line-height: 45px;
	padding: 0px;
}
.sec_search .con_search {
	padding: 20px;
}
.sec_search .con_search table {
	margin-bottom: 20px;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}
.sec_search .con_search table th,
.sec_search .con_search table td {
	padding: 8px 15px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	vertical-align: middle;
}
.sec_search .con_search table th {
	background: #fffcec;
	white-space: nowrap;
}
.sec_search .con_search table td label {
	display: block;
	float: left;
	margin: 4px;
	padding: 0 10px 0 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ff4966;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.33);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}
.sec_search .con_search table td label.active {
	background: #ff819b;
	border: 1px solid #df5d78;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sec_search .con_search table td label input {
	margin-right: 10px;
}
.sec_search .con_search input[type=button] {
	display: block;
	margin: 0 auto;
	width: 160px; height: 40px;
	background: #ff4966;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

/*---------- bnr_ranking ----------*/
.bnr_ranking01 {
	display: block;
	margin: 50px auto 50px;
	width: 710px;
	background: #ffffff;
	/*-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);*/
	overflow: hidden;
}

/*---------- sec_crite ----------*/
.sec_crite {
	margin: 0 auto 30px;
	width: 700px;
}
.sec_crite h2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.05em;
}
.sec_crite table {
	background: #ffffff;
	border-collapse: collapse;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
}
.sec_crite table .caption {
	padding: 5px 0;
	background: #51b9bd;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
}
.sec_crite table th,
.sec_crite table td {
	padding: 5px 15px;
	background: url(../img/common/border_01.gif) 0 bottom repeat-x;
}
.sec_crite table th {
	background-color: #f1f8f8;
}
.sec_crite table .suppy {
	padding: 10px 15px;
	background: none;
	font-size: 10px;
	font-weight: bold;
}
.sec_crite table a {
	font-weight: bold;
}

/*---------- products ----------*/
#contents .product {
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	overflow: hidden;
}
#contents .product h2 {
	height: 160px;
	text-indent: -9999px;
}
#product_01 h2 {
	background: url(../img/home/h2_product_01_v2.gif) 0 0 no-repeat;
}
#product_02 h2 {
	background: url(../img/home/h2_product_02_v2.gif) 0 0 no-repeat;
}
#product_03 h2 {
	background: url(../img/home/h2_product_03_v2.gif) 0 0 no-repeat;
}
#product_04 h2 {
	background: url(../img/home/h2_product_04_v2.gif) 0 0 no-repeat;
}
#product_05 h2 {
	background: url(../img/home/h2_product_05_v2.gif) 0 0 no-repeat;
}
#product_06 h2 {
	background: url(../img/home/h2_product_06_v2.gif) 0 0 no-repeat;
}
#product_07 h2 {
	background: url(../img/home/h2_product_07_v2.gif) 0 0 no-repeat;
}
#product_08 h2 {
	background: url(../img/home/h2_product_08_v2.gif) 0 0 no-repeat;
}
#product_09 h2 {
	background: url(../img/home/h2_product_09_v2.gif) 0 0 no-repeat;
}
#product_10 h2 {
	background: url(../img/home/h2_product_10_v2.gif) 0 0 no-repeat;
}

/* v2 */
#product_01 h2.v2 {
	background: url(../img/home/h2_product_01_v2.gif) 0 0 no-repeat;
}
#product_02 h2.v2 {
	background: url(../img/home/h2_product_02_v2.gif) 0 0 no-repeat;
}
#product_03 h2.v2 {
	background: url(../img/home/h2_product_03_v2.gif) 0 0 no-repeat;
}
#product_04 h2.v2 {
	background: url(../img/home/h2_product_04_v2.gif) 0 0 no-repeat;
}
#product_05 h2.v2 {
	background: url(../img/home/h2_product_05_v2.gif) 0 0 no-repeat;
}
#product_06 h2.v2 {
	background: url(../img/home/h2_product_06_v2.gif) 0 0 no-repeat;
}
#product_07 h2.v2 {
	background: url(../img/home/h2_product_07_v2.gif) 0 0 no-repeat;
}
#product_08 h2.v2 {
	background: url(../img/home/h2_product_08_v2.gif) 0 0 no-repeat;
}
#product_09 h2.v2 {
	background: url(../img/home/h2_product_09_v2.gif) 0 0 no-repeat;
}
#product_10 h2.v2 {
	background: url(../img/home/h2_product_10_v2.gif) 0 0 no-repeat;
}
/* v3 */
#product_04 h2.v3 {
	background: url(../img/home/h2_product_04_v3.gif) 0 0 no-repeat;
}

#contents .product .thumb {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#contents .product .sec_summary {
	overflow: hidden;
}
#contents .product .sec_summary .left {
	float: left;
	width: 450px;
}
#contents .product .sec_summary .right {
	float: right;
	margin-bottom: 30px;
	width: 245px;
}
#contents .product .sec_summary .left table {
	margin: 45px 0 30px 30px;
	width: 435px;
}
#contents .product .sec_summary .left table th,
#contents .product .sec_summary .left table td {
	padding: 10px;
	background: url(../img/common/border_01.gif) 0 top repeat-x;
	font-size: 13px;
	font-weight: bold;
}
#contents .product .sec_summary .left table th {
	width: 90px;
}
#contents .product .sec_summary .left table td {
	font-family: "Times New Roman", Times, serif, "メイリオ", "Meiryo","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contents .product .sec_summary .left table .even {
	background-color: #f1f8f8;
}
#contents .product .sec_summary .left table strong {
	color: #ff4966;
}
#contents .product .sec_description {
	padding: 30px 0;
	background: url(../img/common/bg_01.gif) 0 0 repeat;
}
#contents .product .sec_description h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #ff4966;
	text-align: center;
}
#contents .product .sec_description ul {
	margin: 0 30px;
}
#contents .product .sec_description ul li {
	margin-bottom: 5px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/icon_check_01.png) 0 0 no-repeat;
}
#contents .product .sec_description ul li strong {
	font-weight: bold;
	background: #ffeb7a;
}
#contents .product .sec_btn_official {
	padding: 35px 0;
}
#contents .product .sec_btn_official a {
	display: block;
	/*
	display: none;
	*/
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
#contents .product .sec_evalu {
	background: url(../img/common/bg_02.gif) 0 0 repeat;
}
#contents .product .sec_evalu h3 {
	position: relative;
	margin: 0 -10px;
	padding: 20px 0 15px 150px;
	background: #ff4966;
	font-family: "Times New Roman", Times, serif, "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.05em;
}
#contents .product .sec_evalu h3 span {
	display: block;
	font-size: 14px;
}
#contents .product .sec_evalu h3 strong {
	font-weight: normal;
	color: #ffeb7a;
}
#contents .product .sec_evalu h3 img {
	position: absolute;
	bottom: -10px; left: 0;
}
#contents .product .sec_evalu .inner {
	padding: 30px;
}
#contents .product .sec_evalu .inner p {
	font-size: 13px;
	line-height: 1.7;
	clear: both;
}
#contents .product .sec_evalu .inner p strong {
	font-weight: bold;
	color: #ff295b;
}
#contents .product .sec_evalu .inner p .underline {
	background: #ffeb7a;
}
#contents .product .sec_evalu .inner .img_right,
#contents .product .sec_evalu .inner .img_left {
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents .product .sec_evalu .inner .img_right {
	float: right;
	margin-left: 15px;
}
#contents .product .sec_evalu .inner .img_left {
	float: left;
	margin-right: 15px;
}
#contents .product .sec_voc {
	background: url(../img/common/bg_03.gif) 0 0 repeat;
	overflow: hidden;
	clear: both;
}
#contents .product .sec_voc h3 {
	position: relative;
	margin: 0 -10px;
	padding: 20px 0 15px 150px;
	background: #2ca4a9 url(../img/home/h3_voc.gif) 53px 28px no-repeat;
	font-family: "Times New Roman", Times, serif, "メイリオ", "Meiryo","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.05em;
}
#contents .product .sec_voc h3 span {
	display: block;
	font-size: 14px;
}
#contents .product .sec_voc h3 strong {
	font-weight: normal;
	color: #ffeb7a;
}
#contents .product .sec_voc .inner {
	margin: 15px 30px 20px;
	padding-right: 15px;
	height: 300px;
	overflow: auto;
}
#contents .product .sec_voc .inner ul {
}
#contents .product .sec_voc .inner ul li {
	padding: 15px 0;
	background: url(../img/common/border_01.gif) 0 bottom repeat-x;
}
#contents .product .sec_voc .inner ul li span {
	display: block;
	margin-bottom: 5px;
}
#contents .product .sec_voc .inner ul li span strong {
	font-weight: normal;
	color: #ff4966;
}
#contents .product .sec_voc .inner ul li p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
#contents .product .sec_voc .sub {
	margin: 0 30px 20px;
	text-align: right;
}
#contents .product .sec_voc .icon_star {
	width: 65px;
	vertical-align: text-top;
}
#contents .sec_info {
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	overflow: hidden;
}
#contents .sec_info h2 {
	padding: 5px 0;
	background: #51b9bd;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
}
#contents .sec_info .inner {
	padding: 30px;
}
#contents .sec_info h3 {
	margin-bottom: 1em;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
	font-weight: bold;
}
#contents .sec_info h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
}
#contents .sec_info h4 span {
	color: #ff4966;
}
#contents .sec_info p {
	margin-bottom: 2em;
}
#contents .sec_info table {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#contents .sec_info table th,
#contents .sec_info table td {
	padding: 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	vertical-align: middle;
}
#contents .sec_info table th {
	background: #f1f8f8;
	font-weight: bold;
}
#contents .sec_info table .total {
	font-weight: bold;
	color: #ff4966;
}

#contents .sec_contents {
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	-moz-box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	box-shadow: 0 2px 6px 0 rgba(6,0,1,0.15);
	overflow: hidden;
}
#contents .sec_contents h2 {
	padding: 10px 0;
	background: #ff4966;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
}
#contents .sec_contents .inner {
	padding: 30px;
	font-size: 14px;
	line-height: 2;
}
#contents .sec_contents .inner strong {
	background: #ffeb7a;
}



/**
 * add 2017.03
 */

#contents .comparison{
	margin-top: 70px;
}

#contents .comparison h3{
	font-size: 18px;
	font-weight: bold;
	color: #ff4966;
	padding-bottom: 8px;
	border-bottom: solid 3px #ff4966;
	line-height: 1;
}

#contents .comparison .buttons{
	font-size: 0;
	letter-spacing: 0;
	margin: 25px 0 0 -10px;
	width: 720px;
}

#contents .comparison .buttons li{
	display: inline-block;
	width: 220px;
	height: 40px;
	vertical-align: top;
	margin: 0 10px;
}

#contents .comparison .buttons li.active button,
#contents .comparison .buttons li:hover button{
	color: #fff;
	background: #ff4966;
}

#contents .comparison .buttons li.active button span,
#contents .comparison .buttons li:hover button span{
	color: #EED544;
}

#contents .comparison .buttons li.active button:before,
#contents .comparison .buttons li:hover button:before{
	background: #fff;
	color: #ff4966;
}

#contents .comparison .buttons button{
	display: block;
	background: #fff;
	padding: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0, .2);
	color: #ff4966;
	position: relative;
	transition: all .2s linear;
}

#contents .comparison .buttons button span{
	transition: all .2s linear;
}

#contents .comparison .buttons button:before{
	content: '▼';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #ff4966;
	text-align: center;
	line-height: 20px;
	font-size: 8px;
	color: #fff;
	transition: all .2s linear;
}

#contents .comparison .rank{
	padding: 5px 0 7px;
	margin-top: 20px;
	border-bottom: solid 3px #ff4966;
	display: none;
}

#contents .comparison .rank.active{
	display: block;
}

#contents .comparison .rank li{
	border-top: solid 1px #ccc;
	padding: 20px 0 20px 105px;
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 0;
	letter-spacing: 0;
}

#contents .comparison .rank .image{
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: auto;
}

#contents .comparison .rank .text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
	width: 418px;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}

#contents .comparison .rank .name{
	font-size: 18px;
	font-weight: bold;
	color: #ff4966;
	margin: 0;
}

#contents .comparison .rank .point{
	font-size: 13px;
	color: #999;
	line-height: 1.2;
	margin: 5px 0 0;
}

#contents .comparison .rank span{
	color: #56B9BC;
}

#contents .comparison .rank strong{
	font-size: 18px;
}

#contents .comparison .rank a{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	color: #fff;
	width: 226px;
	height: 40px;
	line-height: 42px;
	font-size: 18px;
}

#contents .comparison .rank a img{
	transition: opacity .2s linear;
}

#contents .comparison .rank a:hover img{
	opacity: .7;
}

#contents .comparison .rank li.no1{
	background-image: url(../img/home/comparison_no1.png);
}

#contents .comparison .rank li.no1 .image{
	width: 260px;
}

#contents .comparison .rank li.no1 .text{
	margin-left: 20px;
	width: 315px;
}

#contents .comparison .rank li.no1 .point{
	margin-bottom: 10px;
}

#contents .comparison .rank li.no1 a{
	position: inherit;
	right: auto;
	bottom: auto;
	width: 314px;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	background: url(../img/home/comparison_btn1.png);
}

#contents .comparison .rank li.no2{
	background-image: url(../img/home/comparison_no2.png);
}

#contents .comparison .rank li.no2 a{
	background: url(../img/home/comparison_btn2.png);
}

#contents .comparison .rank li.no3{
	background-image: url(../img/home/comparison_no3.png);
}

#contents .comparison .rank li.no3 a{
	background-image: url(../img/home/comparison_btn3.png);
}

#contents .comparison .note{
	text-align: right;
	color: #999;
	font-size: 10px;
	margin-top: 10px;
}

#results{
	padding-top: 100px;
	background: url(../img/home/result_loading.gif) no-repeat center;
	background-size: 24px auto;
}

#results.show{
	padding-top: 0;
	background: none;
}

#results.show .result-bar{
	display: block;
}

#results.fix{
	padding-top: 128px;
}

#results.fix .result-bar{
	position: fixed;
	top: 0;
	border-bottom: solid 1px #ccc;
}

#results .result-bar{
	background: #fff;
	display: none;
	z-index: 10;
}

#results .result-count,
#results .search-key{
	font-size: 13px;
}

#results .result-count{
	margin-bottom: 0;
}

#results .result-count span{
	color: #56B9BC;
	margin-left: 7px;
}

#results .result-count strong{
	font-size: 24px;
	font-weight: bold;
	margin-right: 3px;
}

#results .search-key{
	line-height: 1.5;
	clear: both;
}

#results .search-key p{
	float: left;
}

#results .sort{
	border-top: solid 3px #FB4A65;
	margin-top: 15px;
}

#results .sort table{
	width: 100%;
}

#results .sort table td{
	height: 55px;
	text-align: center;
	vertical-align: middle;
	width: 125px;
}

#results .sort table td p,
#results .sort table td button{
	margin: 0;
	display: inline-block;
	padding-right: 26px;
	height: 26px;
	line-height: 20px;
	position: relative;
	background: none;
	border: none;
	font-size: 14px;
	color: #4A4A4A;
	cursor: pointer;
	transition: all .2s linear;
}

#results .sort table td button:hover,
#results .sort table td button.active{
	color: #FB4A65;
}

#results .sort table td button:before{
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 26px;
	background: url(../img/home/result_sort.png);
	content: '';
}

#results .sort table .sort-label{
	width: 200px;
}

#results .sort table .sort-label p{
	width: 150px;
	height: 30px;
	line-height: 32px;
	color: #FB4A65;
	border-radius: 30px;
	padding: 0;
	background: #FEE1E8;
	cursor: default;
}

#results .product-article{
	padding-bottom: 20px;
	display: none;
}

#results .product-article.show{
	display: block;
}

#results .product-article .point{
	background: #FCFAF1;
	border-top: solid 1px #ccc;
}

#results .product-article .point td{
	height: 120px;
	width: 125px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.3;
	color: #999;
}

#results .product-article .point td span{
	display: block;
	color: #56B9BC;
}

#results .product-article .point td.total span{
	color: #FB4A65;
}

#results .product-article .point td strong{
	font-size: 30px;
	margin-right: 3px;
	font-weight: 400;
}

#results .product-article .point td.image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
}

#results .product-article.ayanasu .image{
	background-image: url(../img/home/thumb_product_01.jpg);
}

#results .product-article.astalift .image{
	background-image: url(../img/home/thumb_product_02.jpg);
}

#results .product-article.riceforce .image{
	background-image: url(../img/home/thumb_product_03.jpg);
}

#results .product-article.attenir .image{
	background-image: url(../img/home/thumb_product_04.jpg);
}

#results .product-article.maihada .image{
	background-image: url(../img/home/thumb_product_05.jpg);
}

#results .product-article.dprogram .image{
	background-image: url(../img/home/thumb_product_06.jpg);
}

#results .product-article.acseine .image{
	background-image: url(../img/home/thumb_product_07.jpg);
}

#results .product-article.hidmid .image{
	background-image: url(../img/home/thumb_product_08.jpg);
}

#results .product-article.oracle .image{
	background-image: url(../img/home/thumb_product_09.jpg);
}

#results .product-article.repair .image{
	background-image: url(../img/home/thumb_product_10.jpg);
}

#results .product-article .product-info{
	font-size: 0;
	letter-spacing: 0;
}

#results .product-article .product-info .left{
	display: inline-block;
	vertical-align: middle;
	width: 535px;
}

#results .product-article .name{
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 0;
}

#results .product-article .name a{
	color: #FB4A65;
	text-decoration: none;
}

#results .product-article .name a:hover{
	text-decoration: underline;
}

#results .product-article .description{
	margin-top: 5px;
	font-size: 13px;
	padding-right: 15px;
	height: 38px;
}

#results .product-article .product-info .more{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	border: none;
	color: #fff;
	width: 145px;
	border-radius: 3px;
	background: #FB4A65;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	position: relative;
	cursor: pointer;
	top: 10px;
}

#results .product-article .product-info .more.open:before{
	content: '×';
	font-size: 20px;
	line-height: 18px;
}

#results .product-article .product-info .more.open:hover:before{
	line-height: 18px;
}

#results .product-article .product-info .more:hover:before{
	line-height: 30px;
}

#results .product-article .product-info .more span{
	position: relative;
	left: -8px;
}

#results .product-article .product-info .more:before{
	content: '▼';
	position: absolute;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	right: 5px;
	top: 5px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #FB4A65;
	transition: all .2s linear;
}

#results .product-article .hide-product-details{
	margin-top: 20px;
	overflow: hidden;
	height: 0;
}

#contents #results .product-article .product{
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
}

body{
	opacity: 0;
	position: relative;
	left: -100%;
}
