@charset "UTF-8";

.sp_none{
	display:block;
}

.pc_none{
	display:none;
}

/*
20170223 絞込検索
*/

#TOP_SEARCH_AREA{
	display:block;
}
#TOP_RESULT_AREA{
	display:none;
}

#SEARCH_BOX{
	padding-top:45px;
	margin-bottom:20px;
}

.search_box{
	border:1px solid #938E7A;
	padding:15px;
}

.search_box .title{
	color:#fff;
	padding:15px;
	background-color:#938E7A;
	text-align:center;
	font-size:140%;	
	margin:-15px -15px 10px;	
}

.search_box .title:before{
	content:"\f002";
	font-family:FontAwesome;
	display:inline-block;
	margin-right: 7px;
}

.search_box  table{
	width:100%;
	margin:0 auto;
}

.search_box  table tr{
	border-bottom:1px dotted #938E7A;
}

.search_box  table tr th,
.search_box  table tr td{
	padding:10px;
}

.search_box  table tr th{
	font-size:120%;
	text-align:left;
	font-weight:bold;
	color:#77672B;
}

.search_box  table tr td{
	color:#77672B;
}

.select_box {
	width: 60%;
}

.select_box select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url("../img/arrow01.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url("../img/arrow01.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 40px, 100%;
}

.search_box .search_btn a{
	display:inline-block;
	background-color:#E0D4A2;
	border-radius:4px;
	color:#77672B;
	width:60%;
	text-align:center;
	position:relative;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	padding:10px 0;
}

.search_box .search_btn a:before{
	content:"\f105";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-12px;
}

.search_box .search_btn a:hover{
	cursor:pointer;
	opacity:0.6;
}

#TOP_RESULT_AREA .result_box{
	margin:20px auto;
	padding:10px;
	border-bottom:1px solid #afa98d;
}


#TOP_RESULT_AREA .result_box .head{
	margin: -10px -10px 10px;
 	border-top: 1px solid #afa98d;
	border-bottom: 1px solid #afa98d;
	color: #77672b;
	padding: 10px;
	font-size: 120%;
	position: relative;
}

#TOP_RESULT_AREA .result_box .head .title{
	width:50%;
	box-sizing:border-box;
	float:left;
}

#TOP_RESULT_AREA .result_box .head .title .copy{
	font-size:87%;
}	

#TOP_RESULT_AREA .result_box .head .title a{
	font-size: 150%;
	font-weight:bold;
}


#TOP_RESULT_AREA .result_box .head .hyoka{
	width:50%;
	box-sizing:border-box;
	float:right;
	text-align:right;
	position:relative;
	height:100%;
}

#TOP_RESULT_AREA .result_box .head .hyoka .txt{
	position: relative;
	bottom: -20px;
	font-size:110%;
}

#TOP_RESULT_AREA .result_box .head .hyoka .value{
	color: #eb3376;
	font-weight: bold;
	position: relative;
	bottom: -20px;
	font-size:130%;
}

#TOP_RESULT_AREA .result_box .head .hyoka .star{
	width:200px;
	position: relative;
	bottom: -10px;
}

#TOP_RESULT_AREA .result_box .link_btn a {
	display: block;
	width: 100%;
	border-radius: 4px;
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	background-color: #ff698f;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	position:relative;
	margin-top:10px;
}

#TOP_RESULT_AREA .result_box .link_btn a:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-top: -12px;
}

#TOP_RESULT_AREA .result_box .link_btn a:hover{
	opacity:0.6;
}

#TOP_RESULT_AREA .result_box .data_area{
	margin-bottom:10px;
}

#TOP_RESULT_AREA .result_box .left_img{
	width: 40%;
	float: left;
	box-sizing: border-box;
	padding: 5px 7px 5px 5px;
	background-color: #EFE7DF;
	text-align: center;
	position: relative;
}

#TOP_RESULT_AREA .result_box .left_img:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    border-bottom: 1px solid #B8B0A1;
    left: -11px;
    top: -4px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#TOP_RESULT_AREA .result_box .left_img:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    border-bottom: 1px solid #B8B0A1;
    right: -11px;
    bottom: -4px;
    transform: rotate(-230deg);
    -moz-transform: rotate(-230deg);
    -webkit-transform: rotate(-230deg);
}

#TOP_RESULT_AREA .result_box .left_img img{
	width: 100%;
	border: 1px solid #C4BBAD;
}


#TOP_RESULT_AREA .result_box .right_data{
	margin-left: 40%;
	padding-left: 10px;
}

#TOP_RESULT_AREA .result_box .right_data table.spec{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #D6D4C4;
	margin-bottom:15px;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr th{
	border-top:1px solid #D6D4C4;
	border-right:1px solid #D6D4C4;
	padding:10px;
	vertical-align:middle;
	font-weight:bold;
	line-height:1.0;
	box-sizing:border-box;
	width:150px;
	color:#6A5E45;
	background-color:#EAF9F2;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td{
	border-top:1px solid #D6D4C4;
	padding:5px;
	vertical-align:middle;
	box-sizing:border-box;
	line-height:1.2;
	color:#6A5E45;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.price{
	font-weight:bold;
	color:#f00;
}


#TOP_RESULT_AREA .result_box .right_data table.spec tr td.kodawari ul li{
	display:inline-block;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.kodawari ul li:after{
	content:"、"
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.kodawari ul li:nth-last-of-type(1):after{
	display:none;
}

#RESULT_AREA .result_box .right_data table.spec tr td.kodawari ul li.off{
	display:none;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.tokuten ul li{
	display:inline-block;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.tokuten ul li:after{
	content:"、"
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.tokuten ul li:nth-last-of-type(1):after{
	display:none;
}

#TOP_RESULT_AREA .result_box .right_data table.spec tr td.kodawari ul li.off,
#TOP_RESULT_AREA .result_box .right_data table.spec tr td.tokuten ul li.off{
	display:none;
}

#TOP_RESULT_AREA .result_box .right_data .point_area{
	border:1px dotted #ccc;
	padding:10px;
	border-radius:4px;
	margin-bottom:10px;
}

#TOP_RESULT_AREA .result_box .right_data .point_area .title{
	padding:0 0 10px;
	text-align:center;
	font-weight:bold;
	line-height:1.2;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	color:#372B09;
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul{
	margin:5px 0;	
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li{
	margin-bottom:10px;
	line-height:1.3;
	padding-left: 47px;
	text-indent: -47px;
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_vg{
	color:#F14C7E;
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_vg:before{
	content:"◎";
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_g{
	color:#F47A9F;
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_g:before{
	content:"○";
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_b{
	color:#97C5DC;
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_b:before{
	content:"△";
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_vb{
	color:#9a9a9a;
}

#TOP_RESULT_AREA .result_box .right_data .point_area ul li span.icon_vb:before{
	content:"×";
}

.options_accordion {
	color:#333;
	width:auto;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:10px;
	cursor:pointer;
	margin-bottom:10px;
	border:1px solid #999;
	text-shadow:1px 1px 0px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #eee));
	background: -webkit-linear-gradient(#eee, #dedede);
	background: -moz-linear-gradient(#eee, #dedede);
	background: -o-linear-gradient(#eee, #dedede);
	background: -ms-linear-gradient(#eee, #dedede);
	background: linear-gradient(#eee, #dedede);
	position:relative;
}

.options_accordion:after{
	content:"\f0dc";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	float:right;
	top:50%;
	margin-top:-12px;
	right:10px;
	color:#1384FF;
}

.options_accordion_ul{
	display:none;
	background-color:#fafafa;
	z-index:9999;    
	width:auto;
	overflow:hidden;
	margin-top:-10px;
	text-indent:0;
	font-size:87%;
	position:relative;
	margin-bottom:-61px;
	border:1px solid #999;
	border-top:none;
}

.options_accordion_ul a {
	display:block;
	width:100%;
	padding:5px;
	padding-left:10px;
	color:#000;
	text-decoration:none;
}

.options_accordion_ul a:hover {
	background-color:#E8F7F9;
}

.options_accordion_btn {
	width:28px;
	height:28px;
	float:right;
	margin-top:-4px;
}

#TOP_RESULT_AREA .status_area{
	margin-bottom:40px;
}

#TOP_RESULT_AREA .status_area .count{
	width:auto;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	font-size:120%;
	font-weight:bold;
	border-radius:4px;
	padding:10px;
	line-height:1.0;
	background-color:#f5f5f5;
}

#TOP_RESULT_AREA .status_area .reset_btn{
	width:50%;
	box-sizing:border-box;
	float:right;
	text-align:right;
}


#TOP_RESULT_AREA .status_area .reset_btn a{
	display:inline-block;
	border-radius:4px;
	line-height:1.0;
	background-color:#61b59b;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:10px 15px;
}

#TOP_RESULT_AREA .status_area .reset_btn a:hover{
	opacity:0.6;
}

#TOP_RESULT_AREA .status_area .reset_btn a:before{
	content:"\f0e2";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:5px;
}


/*
20170117 追加スタイルシート
*/

#twitter-widget-0{
	display:none !important;
}

/*
商標ページチェックテキストボックス
*/
.salon_check_box{
	background-color:#fff;
	width:100%;
	box-sizing:border-box;
	border-radius: 5px;
	box-shadow:0px 0px 3px #ccc;
	margin:35px auto;
	clear:both;
}

.salon_check_box .title{
	padding:10px;
	border-bottom:1px solid #ECECEC;
	color:#695621;
	font-weight:bold;
	position:relative;
	text-align:center;
}

.salon_check_box .title:before {
	content: "";
	position: absolute;
	bottom: -9px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
	z-index: 2;
}
.salon_check_box .title:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ececec transparent transparent transparent;
	z-index: 1;
}

.salon_check_box .title span:before{
	display:inline-block;
	position:relative;
	top: -12px;
	left: 0px;
	color:#F78A9C;
	content:"Check!";
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	font-size:87%;
}

.salon_check_box .txt{
	padding:10px;
	overflow: hidden;
}

.salon_check_box .txt p:nth-last-of-type(1){
	margin-bottom:0;	
}

/*
20170116 追加スタイルシート
*/
/*
サイドランキングエリア
*/
.side-ranking .box{
	width:250px;
	margin:0 auto 10px;
}

.side-ranking .box+hr{
	border:none;
	border-bottom: 2px dotted #CCC;
}

.side-ranking .box .left{
	width:120px;
	float:left;
	margin:0;
	position:relative;
}

.side-ranking .box .left img{
	width:100px;
	margin-top:4px;
	border:1px solid #ccc;
}

.side-ranking .box .left .rank {
    position: absolute;
    color: #fff;
    left: -2px;
    top: -5px;
    z-index: 9;
}

.side-ranking .box .left .rank:before{
    content: "";
    display: block;
    position: absolute;
    top: 1.5px;
    left: -5.5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #FBB0D2;
    z-index: -1;
}

.side-ranking .box .right{
	width:130px;
	float:right;
	margin:0;
}

.side-ranking .box .right .name{
	font-weight:bold;
	font-size:14px;
	
}

.side-ranking .box .right .txt{
	color: #8a4e0d;
	margin-top:5px;
	font-size: 10px;
	line-height:1.5;
}

/*
20160112 追加スタイルシート
*/
/*
商標レビューエリア
*/

.review_data_area{
	padding:7px 15px;
	background-color:#f6f6f6;
	border-radius:4px;
	margin:0 auto 20px;
}

.review_data_area small{
	font-size:87%;
}

.review_data_area .review_data_count{
	text-align:right;
	float:right;
	width:124px;
	padding-left:10px;
	position:relative;
}

.review_data_area .review_data_count span{
	font-weight:bold;
}

.review_data_area .review_data_count:before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/ranking_icon02.png);
    background-size: 25px 25px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -14px;
}

.review_data_area .review_data_hyoka{
	float:left;
	width:280px;
	position:relative;
	padding-left:30px;
}

.review_data_area .review_data_hyoka .point{
	color:#f00;
	font-weight:bold;
	display:inline-block;
}

.review_data_area .review_data_hyoka:before {
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../img/ranking_icon01.png");
	background-size: 25px 25px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
}

.review_data_area .review_data_hyoka .ave_star{
	display:inline-block;
	width:102px;
}

.review_data_area .review_data_hyoka .ave_star .star{

}

/*
20170116 フキダシパーツ PC
*/

.ball-center{
	margin:10px auto;	
}

.ball-center .img{
    float:left;
    width: 80px;
}

.ball-center .img img{
	width:100%;	
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 0 8px #CCC;
	-webkit-box-shadow: 0 0 8px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align:bottom;
}

.ball-center .comment{
	background: #FFF;
	border: 2px solid #E3E3E3;
	border-radius: 5px;
	color: #444;
	padding: 10px;
	position: relative;
	margin-left:100px;
}

.ball-center .comment:before {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 2;
}

.ball-center .comment:after {
	content: "";
	position: absolute;
	top: 50%; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #E3E3E3 transparent transparent;
	z-index: 1;
}

/*
20161216 追加スタイルシート
*/

.setumei_box1{
	margin:0 auto 30px;
}

.intro{
	margin:10px auto 20px;
	padding:10px;
	background-color:#fff;
	border-radius:3px;
}
	
.setumei_box1 .box{
	border:2px dotted #ccc;
	padding:10px 10px 40px 10px;
}

.setumei_box1 .left_box{
	width:30%;
	min-height:100px;
	box-sizing:border-box;
	float:left;
	position:relative;
}

.setumei_box1 .left_box img{
	display:block;
	width:90%;
	vertical-align:bottom;
}

.setumei_box1 .right_box{
	width:70%;
	box-sizing:border-box;
	float:right;
	position:relative;
}

.setumei_box1 .right_box ul{
	counter-reset: my-counter;
}

.setumei_box1 .right_box ul li{
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
	position: relative;
	margin-left:30px;
}

.setumei_box1 .right_box ul li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #F2A5B8;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left:-27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}

.setumei_box1 .right_box .title{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.setumei_box1 .right_box .title:before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}

.setumei_box1 .right_box .title:after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}

/*
フキダシパーツ
*/

.chara_lines{
	margin-top:-120px;
	position:relative;
	min-height:216px;
}

.chara_lines .word{
	width:760px;
	margin-right:90px;
	position:absolute;
	bottom:30px;
	padding:10px;
	box-sizing:border-box;
	border-radius:4px;
	line-height:1.3;
	background-color:#EAF9F2;
}

.adjustment .chara_lines {
    margin-top: -15px;
    min-height: 115px;
	height:216px;
}

.adjustment .chara_lines .img{
	top:0px;
}

.adjustment .chara_lines .word{
	width:790px;
	position:relative;
	bottom:auto;
	top:25px;
	margin-top:0;
}

.adjustment .chara_lines .img {
	margin-top:10px;
}

.adjustment .intro{
	padding:20px 0 90px;
}

.chara_lines .word ul{
	padding:0 0 10px;
}

.chara_lines .word ul li{
	margin-bottom:10px;
	padding-left:9px;
	text-indent:-12px;
}

.chara_lines .word ul li:nth-last-of-type(1){
	margin-bottom:0;
}

.chara_lines .word:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #EAF9F2;
	z-index: 0;
}

.chara_lines .img{
	float:right;
	width:190px;
	position:absolute;
	right:0px;
	padding-left:10px;
	box-sizing:border-box;
}

.chara_lines .img img{
	width:100%;
	vertical-align:bottom;
}


.chara_lines2{
	position:relative;
	min-height:216px;
}

.chara_lines2 .word{
	width:760px;
	margin-right:90px;
	position:absolute;
	top: 30px;
	padding:10px;
	box-sizing:border-box;
	border-radius:4px;
	line-height:1.3;
	background-color:#EAF9F2;
}

.chara_lines2 .word ul{
	padding:0 0 10px;
}

.chara_lines2 .word ul li{
	margin-bottom:10px;
	padding-left:9px;
	text-indent:-12px;
}

.chara_lines2 .word ul li:nth-last-of-type(1){
	margin-bottom:0;
}

.chara_lines2 .word:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #EAF9F2;
	z-index: 0;
}

.chara_lines2 .img{
	float:right;
	width:190px;
	position:absolute;
	right:0px;
	padding-left:10px;
	box-sizing:border-box;
}

.chara_lines2 .img img{
	width:100%;
	vertical-align:bottom;
}

.setumei_box2{
	margin-bottom:30px;
}

.choice3point_area{
	border:2px solid #9F946A;
	padding:20px 10px 20px 10px;
	border-radius:3px;
	position:relative;
}

.choice3point_area .title{
	position:absolute;
	top:-12px;
	right:20px;
	font-size:115%;
	font-weight:bold;
	padding:0 20px;
	background-color:#fff;
	height:20px;
}

.choice3point_area .box{
	margin-bottom:40px;
}

.choice3point_area .box:nth-last-of-type(1){
	margin-bottom:0;
}

.choice3point_area .box .img{
	width:300px;
	float:left;
}

.choice3point_area .box .img img{
	width:100%;
	vertical-align:bottom;
}

.choice3point_area .box .txt{
	margin-left:310px;
}

.choice3point_area .box .txt p{
	margin-bottom:7px;
}

.choice3point_area .box .txt p:nth-last-of-type(1){
	margin-bottom:0;
}

.setumei_box3 .box{
	position:relative;
	border:1px solid #6eb0d0;
	padding:15px 10px 10px 10px;
	font-size: 10px;
	line-height: 1.7;
}

.setumei_box3 .box .title{
	position:absolute;
	background-color:#6eb0d0;
	color:#fff;
	padding:3px 20px;
	text-align:center;
	display:inline-block;
	top:-10px;
	left:10px;
	line-height:1.0;
}

.setumei_box3 .box .left_box{
	width:65%;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
	border-right:1px dotted #6eb0d0; 
}

.setumei_box3 .box .right_box{
	margin-left:65%;
	padding-left:10px;
	font-weight:bold;
}

.setumei_box4{
	margin-bottom:5px;
	margin-top: 10px;
}

.setumei_box4 .setumei_box4_box{
	padding:10px 10px 10px 10px;
	background-color:#ffeced;
}

.setumei_box4 .setumei_box4_box .title{
	padding:5px 10px;
	background-color:#F78A9C;
	color:#fff;
	font-weight:bold;
	position:relative;
	text-align: center;
    font-size: 110%;
}

.setumei_box4 .setumei_box4_box .title:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #F78A9C transparent transparent transparent;
}

.setumei_box4 .setumei_box4_box .head_txt{
	background-color:#fff;
	padding:10px;
}

.setumei_box4 .setumei_box4_box .head_txt img{
	width:80px;
	display:block;
	vertical-align:bottom;
	float:left;
	margin-right:10px;
}

.setumei_box4 .setumei_box4_box .box_area{
	margin:0 -10px;
}

.setumei_box4 .setumei_box4_box .box_area .box{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	float:left;
}

.setumei_box4 .setumei_box4_box .box_area .box img{
	width:100%;
	display:block;
	margin-bottom:5px;
}

.setumei_box4 .setumei_box4_box .box_area .box:nth-of-type(2){
	float:right;
}

.research_box_area{

}

.research_box_area_title{
	border: none;
	color: #9F946A;
	background: none;
	border-top: 1px solid #E4DFC8;
	border-bottom: 1px solid #E4DFC8;
	padding: 15px 0;
	font-size: 14px;
	margin: 0px auto 5px;
	line-height: 1.3;
	text-align: center;
	font-weight: normal;
}

.research_box_area_title small{
	font-size:87%;
}

.research_box_area2 .hosoku,
.research_box_area .hosoku{
	text-align:right;
	font-size:87%;
	margin-bottom:20px;
}

.research_box_area2 .hosoku span,
.research_box_area .hosoku span{
	background: linear-gradient(transparent 60%, #f9e4e5 0%);
}

.research_box_area2 .research_box,
.research_box_area .research_box{
	width:49%;	
	float:right;
}

.research_box_area2 .research_box:nth-child(even),
.research_box_area .research_box:nth-child(even){
	float:left;
}

.research_box_area .research_box .title{
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:5px;
	background-color:#fdf4f6;
	display:table;
}

.research_box_area .research_box .title .research_arrow{
	background-color:#948A5F;
	color:#fff;
	text-align:center;
	padding:10px 0;
	position:relative;
	width:60px;
	font-size:87%;
	line-height:1.2;
	max-height:24px;
	display:table-cell;
}

.research_box_area .research_box .title .research_arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -23px;
	margin-top: -23px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 24px 0 23px 24px;
	border-color: transparent transparent transparent #948A5F;
}

.research_box_area .research_box .title span{
	display:table-cell;
	line-height:1.4;
	padding-left:30px;
	vertical-align:middle;
}

.research_box_area .research_box .research_img{
	margin:10px auto;
}

.research_box_area .research_box .research_img img{
	width:100%;
	vertical-align:bottom;
}

.research_box_area .research_box .comment_area{
	margin:10px auto;
}

.research_box_area .research_box .comment_area .img{
	border-radius:300px;
	overflow:hidden;
	width:54px;
	float:left;
}

.research_box_area .research_box .comment_area .txt{
	position: relative;
	padding:10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:64px;
	line-height:1.4;
	font-size:87%;
	min-height:54px;
}

.research_box_area .research_box .comment_area .txt:before,
.research_box_area .research_box .comment_area .txt:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.research_box_area .research_box .comment_area .txt:before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

.research_box_area .research_box .comment_area .txt:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.research_box_area .research_box .comment_area .comment_box{
	margin-top:20px;
	clear:both;
	border-radius:4px;
	padding:3px;
	background-color:#FDFDFD;
	color:#948A5F;
	border:1px solid #948A5F;
	font-size:87%;
	line-height:1.4;
	position:relative;
}

.comment_box .comment_box_txt{
	background-color:#f7f5ee;
	padding:7px;
	border-radius: 4px;
}

.research_box_area .research_box .comment_area .comment_box .title_txt{
	display:inline-block;
	padding:3px 10px;
	background-color:#fff;
	line-height:1.0;
	position:absolute;
	right:20px;
	font-weight:bold;
	top:-15px;
}

.research_box_area .research_box .comment_area .comment_box .title_txt:before {
    content: "＼";
    display: inline-block;
    margin-right: 8px;
}

.research_box_area .research_box .comment_area .comment_box .title_txt:after {
    content: "／";
    display: inline-block;
    margin-left: 8px;
}


.research_box_area2 .research_box .comment_area2,
.research_box_area2 .research_box .comment_area{
	margin:10px auto;
	clear:both;
}

.research_box_area2 .research_box .title{
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:5px;
	background-color:#fdf4f6;
	display:table;
}

.research_box_area2 .research_box .title .research_arrow{
	background-color:#948A5F;
	color:#fff;
	text-align:center;
	padding:10px 0;
	position:relative;
	width:60px;
	font-size:87%;
	line-height:1.2;
	max-height:24px;
	display:table-cell;
}

.research_box_area2 .research_box .title .research_arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -23px;
	margin-top: -23px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 24px 0 23px 24px;
	border-color: transparent transparent transparent #948A5F;
}

.research_box_area2 .research_box .title span{
	display:table-cell;
	line-height:1.4;
	padding-left:30px;
	vertical-align:middle;
}

.research_box_area2 .research_box .user{
	margin-bottom:10px;
}

.research_box_area2 .research_box .comment_area .img,
.research_box_area2 .research_box .comment_area2 .img{
	border-radius:300px;
	overflow:hidden;
	width:54px;
	float:left;
}

.research_box_area2 .research_box .comment_area2 .img{
	float:right;
}

.research_box_area2 .research_box .comment_area2 .txt,
.research_box_area2 .research_box .comment_area .txt{
	position: relative;
	padding:10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:64px;
	line-height:1.4;
	font-size:87%;
	min-height:54px;
}

.research_box_area2 .research_box .comment_area2 .txt{
	margin-left:0px;
	margin-right:64px;
	position: relative;
}

.research_box_area2 .research_box .comment_area .txt:before,
.research_box_area2 .research_box .comment_area .txt:after,
.research_box_area2 .research_box .comment_area2 .txt:before,
.research_box_area2 .research_box .comment_area2 .txt:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.research_box_area2 .research_box .comment_area .txt:before,
.research_box_area2 .research_box .comment_area2 .txt:before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

.research_box_area2 .research_box .comment_area .txt:after,
.research_box_area2 .research_box .comment_area2 .txt:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.research_box_area2 .research_box .comment_area .comment_box,
.research_box_area2 .research_box .comment_area2 .comment_box{
    margin-top: 20px;
    clear: both;
    border-radius: 4px;
    padding: 3px;
    background-color: #fff;
    color: #948A5F;
    border: 1px solid #948A5F;
    font-size: 87%;
    line-height: 1.4;
    position: relative;
}

.research_box_area2 .research_box .comment_area .comment_box .title_txt,
.research_box_area2 .research_box .comment_area2 .comment_box .title_txt{
	display:inline-block;
	padding:3px 10px;
	background-color:#fff;
	line-height:1.0;
	position:absolute;
	left:20px;
	font-weight:bold;
	top:-15px;
}

.research_box_area2 .research_box .comment_area .comment_box .title_txt:after,
.research_box_area2 .research_box .comment_area2 .comment_box .title_txt:before {
    content: "＼";
    display: inline-block;
    margin-right: 8px;
}
.research_box_area2 .research_box .comment_area .comment_box .title_txt:after,
.research_box_area2 .research_box .comment_area2 .comment_box .title_txt:after {
    content: "／";
    display: inline-block;
    margin-left: 8px;
}



.top_matome_box{
	/*! background-color:#FFF; */
	border: 1px solid #9F946A;
}

.top_matome_box .title{
	text-align:center;
	background-color:#9F946A;	
	color:#fff;
	padding:10px 0;
	position:relative;
	margin-bottom:10px;
}

.top_matome_box .title:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #9F946A transparent transparent transparent;
}

.top_matome_box .title small{
	font-size:87%;
}

.top_matome_box .txt{
	padding:10px;
	position:relative;
	/* padding-bottom:100px; */
}

.top_matome_box .txt .img{
	width:200px;
	position:absolute;
	right:10px;
	bottom:10px;
}

.feature_link_box{

}

.feature_link_box .title{
	margin:0 auto 10px;
	font-weight:bold;
	text-align:center;
}

.feature_link_box .box{
	margin:0 0px;
	padding:10px;
	border-top:1px solid #ccc;
	position:relative;
}

.feature_link_box a:nth-last-of-type(1) .box{
	border-bottom:1px solid #ccc;
}

.feature_link_box a{
	display:block;
	text-decoration:none !important;
	color: #77672b;
}

.feature_link_box .box:hover{
	opacity:0.6;
}

.feature_link_box .box:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	color:#ccc;
}

.feature_link_box .box .img{
	width:120px;
	float:left;	
}

.feature_link_box .box .img img{
	width:100%;
	vertical-align:bottom;
}

.feature_link_box .box .txt{
	margin-left:130px;
	padding-right:20px;
}


.list_link_qa{
	margin-bottom:15px;
}

.list_link_qa ul li{
	width:49%;
	text-align:center;
	margin-bottom:10px;
	float:right;
}

.list_link_qa ul li:nth-child(even){
	float:left;
}

.list_link_qa ul li img{
	width:100%;
	vertical-align:bottom;
}

.list_link{

}

.list_link .box{
	padding:10px;
	margin:0 -10px;
	border-top:1px solid #ccc;
	position:relative;
}

.list_link .box:hover{
	opacity:0.6;
	cursor:pointer;
}

.list_link .box:before{
	content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	color: #ccc;
}

.list_link .box:nth-last-of-type(1){
	border-bottom:1px solid #ccc;
}

.list_link .box .img{
	width:100px;
	float:left;
}

.list_link .box .img img{
	width:100%;
	vertical-align:bottom;
}

.list_link .box .txt{
	margin-left:110px;
}

.list_link .box .txt .box_title{
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.2;
}

.list_link_ranking{

}

.list_link_ranking .box{
	padding:10px;
	border-top:1px dotted #ccc;
	margin:0 -10px;
}

.list_link_ranking .box:nth-last-of-type(1){
	border-bottom:1px dotted #ccc;
}

.list_link_ranking .box .img{
	width:120px;
	float:left;
}

.list_link_ranking .box .img img{
	width:100%;
	vertical-align:bottom;
}

.list_link_ranking .box .txt{
	margin-left:130px;
}

.list_link_ranking .box .txt .box_title{
	font-weight:bold;
}

.list_link_ranking .box .txt .kutikomi a{
	font-weight:bold;
}


.list_link_qa .title,
.list_link .title,
.list_link_ranking .title{
	margin-top:10px;
	position:relative;
	color: #77672b;
	text-align:center;
	font-weight:bold;
	line-height:1.4;
}

.list_link_qa .title small,
.list_link .title small,
.list_link_ranking .title small{
	font-weight:normal;
	font-size:87%;
}

.list_link_qa .title:after,
.list_link .title:after,
.list_link_ranking .title:after {
    content: '';
    width: 60px;
    height: 1px;
    margin: 10px auto 30px;
    background: #8b7f55;
    display: block;
}

/*
20161215 追加スタイルシート
*/

.white_back{
	background-color:#fff;
	width:1000px;
	padding:0 10px;
	margin:40px auto;
}
.home .white_back{
  margin-bottom: 0;
}

.down_arrow{
	width: 50px;
	height: 50px;
	border-top: 5px solid #9F946A;
	border-right: 5px solid #9F946A;
	transform: rotate(135deg);
	margin:20px auto;
	position:relative;
	bottom:15px;
	    margin-top: 0px;
    margin-bottom: 0px;
}


/*
20161213 追加スタイルシート
*/

span.red{
	color:#f00;
}

span.bold{
	font-weight:bold;
}


/*
20161003 追加スタイルシート
*/


/*
パーツ置き場
*/

section.parts h3{
	margin:10px auto;
	font-size:120%;
	font-weight:bold;
}

section.parts{
	padding:30px 0;
	border-bottom:1px dashed #eee;
	margin-bottom:30px;
}

.sorce{
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	margin:20px auto;
}

.date-box .ave_star{
	display:inline-block !important;
	width:101.9px !important;
}

#wpcr_respond_1 .hreview .hide_text.hide {
	display: none;
}

a.wpcrmorebtn {
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 10px auto 20px;
    background-color: #D6D6D6;
    border-radius: 5px;
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e1e1e1), color-stop(0.00, #fafafa));
    background: -webkit-linear-gradient(#fafafa, #e1e1e1);
    background: -moz-linear-gradient(#fafafa, #e1e1e1);
    background: -o-linear-gradient(#fafafa, #e1e1e1);
    background: -ms-linear-gradient(#fafafa, #e1e1e1);
    background: linear-gradient(#fafafa, #e1e1e1);
    font-weight: bold;
    color: #77672b;
    text-decoration: none;
}

a.wpcrmorebtn:after {
    content: "\f27a";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    font-size: 120%;
}

a.wpcrmorebtn:hover{
	opacity:0.6;
}

/*
20160903 追加スタイルシート
*/

/*
トップページコンテンツ
*/
body.home .notebg02 .imgl img{
	width:300px;
}

body.home .notebg02:nth-of-type(1) .imgl img,
body.home .notebg02:nth-of-type(2) .imgl img{
	width:300px;
}

/*
トップページランキングパーツ
*/
#RANKING_AREA{
	margin:20px auto;	
}

#RANKING_AREA .ranking_box{
	margin:0 auto 30px;
	background-color:#F6F6F6;
	padding:10px;	
	position:relative;
}

#RANKING_AREA .ranking_box .head{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}

#RANKING_AREA .ranking_box .head .rank{
	position: absolute;
	top: -30px;
	left: 0px;
	width: 70px;
	height: 72px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 30px 0 0 12px;
	font-size: 18px;
	background-image: url("../img/ranking_rank04.png");
	background-size: 70px 72px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#RANKING_AREA .ranking_box#RANK01 .head .rank{
	background-image: url("../img/ranking_rank01.png");	
}

#RANKING_AREA .ranking_box#RANK02 .head .rank{
	background-image: url("../img/ranking_rank02.png");	
}

#RANKING_AREA .ranking_box#RANK03 .head .rank{
	background-image: url("../img/ranking_rank03.png");	
}

#RANKING_AREA .ranking_box .head .name{
	font-size:18px;
	font-weight:bold;
	margin-left:90px;
	position: relative;
	top: -12px;
}

#RANKING_AREA .ranking_box .data{
	margin-bottom:20px;
}

#RANKING_AREA .ranking_box .data .left{
	width:550px;
	float:left;
	box-sizing:border-box
}

#RANKING_AREA .ranking_box .data .left img{
	width:100%;
	vertical-align:bottom;	
}

#RANKING_AREA .ranking_box .data .left  a img:hover{
	opacity:0.6;
}

#RANKING_AREA .ranking_box .data .right{
	width:420px;
	float:right;
	box-sizing:border-box	
}

#RANKING_AREA .ranking_box .rank+.copy{
	margin-left:90px;
	position:relative;
	top:-10px;
}

#RANKING_AREA .ranking_box .copy{
	font-weight:bold;	
	font-size:100%;
}

#RANKING_AREA .ranking_box .data .right table{
	width:100%;
	box-sizing:border-box;
	margin:0 auto 10px;	
	background-color:#fff;
}

#RANKING_AREA .ranking_box .data .right table .bold{
	font-weight:bold;	
}

#RANKING_AREA .ranking_box .data .right table .brown{
	color:#695647;
}

#RANKING_AREA .ranking_box .data .right table .red{
	color:#f00;
}

#RANKING_AREA .ranking_box .line {
    background: #ffff7d;
}

#RANKING_AREA .ranking_box .data .right table th,
#RANKING_AREA .ranking_box .data .right table td{
	padding:5px 10px;
	border:2px solid #F6F6F6;
	vertical-align:middle;
	color: #695647;	
}

#RANKING_AREA .ranking_box .data .right table th{
	background-color:#FFF;
	width:100px;
	color:#695647;
	text-align:center;
	font-weight:bold;
}

#RANKING_AREA .ranking_box .data .right ul{
	position:relative;
}

#RANKING_AREA .ranking_box .data .right ul:after{
	content: " ";
	display: inline-block;
	width: 150px;
	height:94px;
	background-image: url("../img/comment01.png");
	background-size: 150px 94px;
	position: absolute;
	right: 5px;
	top: 40%;
	margin-top: -35px;
}

#RANKING_AREA .ranking_box:nth-of-type(2) .data .right ul:after{
	background-image: url("../img/comment02.png");
	background-size: 150px 94px;
}

#RANKING_AREA .ranking_box:nth-of-type(3) .data .right ul:after{
	background-image: url("../img/comment03.png");
	background-size: 150px 94px;
}

#RANKING_AREA .ranking_box:nth-of-type(4) .data .right ul:after{
	background-image: url("../img/comment04.png");
	background-size: 150px 94px;
}

#RANKING_AREA .ranking_box:nth-of-type(5) .data .right ul:after{
	background-image: url("../img/comment05.png");
	background-size: 150px 94px;
}

#RANKING_AREA .ranking_box:nth-of-type(6) .data .right ul:after,
#RANKING_AREA .hidden_ranking .ranking_box:nth-of-type(1) .data .right ul:after{
	background-image: url("../img/comment06.png") !important;
	background-size: 150px 94px;
}

#RANKING_AREA .ranking_box:nth-of-type(7) .data .right ul:after,
#RANKING_AREA .hidden_ranking .ranking_box:nth-of-type(2) .data .right ul:after{
	background-image: url("../img/comment07.png") !important;
	background-size: 150px 94px;
}

#RANKING_AREA .ranking_box .data .right ul li{
	position:relative;	
	padding-left:25px;
	margin-bottom:5px;
	height:20px;
}

#RANKING_AREA .ranking_box .data .right ul li a{
	font-weight:bold;
}

#RANKING_AREA .ranking_box .data .right ul li:before { 
	content: " "; 
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	background-image: url("../img/ranking_icon01.png"); 
	background-size: 20px 20px; 
	margin-right:10px;
	position: absolute; 
	left:0px; 
	top: 50%; 
	margin-top: -9px; 

} 

#RANKING_AREA .ranking_box .data .right ul li:nth-of-type(2):before { 
	background-image: url("../img/ranking_icon02.png"); 
}

#RANKING_AREA .ranking_box .data .right ul li:nth-of-type(3):before { 
	background-image: url("../img/ranking_icon03.png"); 
}

#RANKING_AREA .ranking_box .data .right ul li .ave_star{
	display:inline-block;
	width: 90.6px;
	font-size: 140%;
}

#RANKING_AREA .ranking_box .data .right ul li .point{
	font-weight:bold;
	color:#f00;
}

#RANKING_AREA .ranking_box .txt{
	margin-bottom:20px;
}

#RANKING_AREA .ranking_box .txt .more_btn{
	display:none;
}

#RANKING_AREA .ranking_box .link{
	float: right;
	margin-top: 10px;
	padding-left: 12px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

#RANKING_AREA .ranking_box .link:before {
	content: "\f0da";
	color: #EB6C87;
	font-family: FontAwesome;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: -1px;
}

#RANKING_AREA .ranking_box .link a {
	text-decoration: underline;
}

#RANKING_AREA .ranking_box .link a:hover {
	text-decoration: none;
}

/*
トップページランキング６位以下も見る
*/

.ranking_more_btn{
    cursor: pointer;
    display: block;
    /*! width: 100%; */
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    margin: 20px 10px;
    background-color: #D6D6D6;
    border-radius: 5px;
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e1e1e1), color-stop(0.00, #fafafa));
    background: -webkit-linear-gradient(#fafafa, #e1e1e1);
    background: -moz-linear-gradient(#fafafa, #e1e1e1);
    background: -o-linear-gradient(#fafafa, #e1e1e1);
    background: -ms-linear-gradient(#fafafa, #e1e1e1);
    background: linear-gradient(#fafafa, #e1e1e1);
    font-size: 110%;
    font-weight: bold;
    color: #77672b;
    text-decoration: none;
    position: relative; 
}

.ranking_more_btn:hover{
	opacity:0.6;	
}

.ranking_more_btn:after {
    content: "\f144";
    font-family: FontAwesome;
    display: inline-block;
    right: 15px;
    top: 50%;
    margin-top: -13.5px;
    position: absolute;
    font-size: 140%;
    transition: all .3s;
	transform: rotate(90deg);
}

.ranking_more_btn.active:after {
    transition: all .3s;
    transform: rotate(-90deg);
}

.hidden_ranking{
	display: none;
	padding:20px 0;
}

.ranking_more_btn small{
	font-size:87%;	
}

/*
トップページランキング2
*/

#RANKING_SECTION{
	
}

#RANKING_SECTION .rank_title {
	color:#77672b;
	padding:10px;
	text-align:center;
	line-height:1.3;
	font-weight:bold;
	/*! border-bottom:1px dotted #A18861; */
	margin: 10px;
	background-color: #fff;
}
#RANKING_SECTION .rank_title:before {
    content: "＼";
    display: inline-block;
    margin-right: 8px;
}

#RANKING_SECTION .rank_title:after {
    content: "／";
    display: inline-block;
    margin-left: 8px;
}

#RANKING_SECTION h3{
	margin:0 10px 30px !important;
}

#RANKING_SECTION a{
	font-weight: bold;	
}
#RANKING_SECTION .box{
	padding:10px;
	background-color:#fff;
	margin-bottom:35px;
}

#RANKING_SECTION .box .head{
	margin:-10px 0px 10px;
	border-top: 1px solid #afa98d;
	border-bottom: 1px solid #afa98d;
	color:#77672b;
	padding:10px 10px 7px 135px;
	font-size:120%;
	position:relative;
}

#RANKING_SECTION .box .head .copy{
	font-size:10px;
	line-height:1.0;
}

#RANKING_SECTION .box .head:before { 
	content: " "; 
	display: inline-block; 
	width: 120px; 
	height: 65px; 
	background: url("../img/ranking_rank1.png"); 
	background-size: 120px 65px; 
	position: absolute; 
	left:0px; 
	top:50%;
	margin-top:-35px; 
} 

#RANKING_SECTION .box#RANK02 .head:before { 
	background: url("../img/ranking_rank2.png"); 
	background-size: 120px 65px;
} 

#RANKING_SECTION .box#RANK03 .head:before { 
	background: url("../img/ranking_rank3.png"); 
	background-size: 120px 65px;
} 

#RANKING_SECTION .box#RANK04 .head:before { 
	background: url("../img/ranking_rank4.png"); 
	background-size: 120px 65px;
} 

#RANKING_SECTION .box#RANK05 .head:before { 
	background: url("../img/ranking_rank5.png"); 
	background-size: 120px 65px;
} 

#RANKING_SECTION .box#RANK06 .head:before { 
	background: url("../img/ranking_rank6.png"); 
	background-size: 120px 65px;
}

#RANKING_SECTION .box#RANK07 .head:before { 
	background: url("../img/ranking_rank7.png"); 
	background-size: 120px 65px;
} 

#RANKING_SECTION .box .img_area{
	margin-bottom:10px;
}

#RANKING_SECTION .box .img_area .img{
	width:40%;
	float:left;
	box-sizing:border-box;
	padding: 5px 7px 5px 5px;
	background-color:#EFE7DF;
	text-align:center;
	position:relative;
	margin-bottom:10px;
}

#RANKING_SECTION .box .img_area .img img{
	width:100%;
	border:1px solid #C4BBAD;
}

#RANKING_SECTION .box .img_area .img:before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 20px;
	position: absolute;
	border-bottom:1px solid #B8B0A1;
	left: -11px;
    	top: -4px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


#RANKING_SECTION .box .img_area .img:after {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 20px;
	position: absolute;
	border-bottom:1px solid #B8B0A1;
	right: -11px;
    	bottom: -4px;
	transform: rotate(-230deg);
	-moz-transform: rotate(-230deg);
	-webkit-transform: rotate(-230deg);
}

#RANKING_SECTION .box .img_area .right{
	margin-left:40%;
	padding-left:10px;
}

#RANKING_SECTION .box .hyoka{
	border-radius:4px;
	background-color:#f7f7f7;
	padding:4px 6px;
	height:24px;
	margin-bottom:10px;
	position:relative;
}

#RANKING_SECTION .box .hyoka.pc_none{
	clear:both;
}

#RANKING_SECTION .box .hyoka .title{
	font-size:10px;
	line-height:1.2;
	height:24px;
	width:40px;
	box-sizing:border-box;	
	float:left;
	color:#7A6A4F;
	font-weight:bold;
}

#RANKING_SECTION .box .hyoka .star_area{
	width:110px;
	float:left;
	padding-left:5px;
	box-sizing:border-box;
	text-align:center;
}

#RANKING_SECTION .box .hyoka .star_area .ave_star {
  font-size: 24px;
  line-height: 1;
  height: 25px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  white-space: nowrap;
  width: 111px;
}

#RANKING_SECTION .box .hyoka .star_area .ave_star .star {
  color: #ffb838;
  overflow: hidden;
  position: absolute;
  font-size: 78%;
  padding-top: 2px;
}

#RANKING_SECTION .box .hyoka .star_area .ave_star .star_base {
  color: #ffb838;
}

#RANKING_SECTION .box .hyoka .value{
	float:right;
	width:64px;	
	color:#eb3376;
	font-weight:bold;
	font-size:18px;
}

#RANKING_SECTION .box .hyoka .value:first-letter{
    font-size: 150%;
}

#RANKING_SECTION .box .hyoka .value2{
	float:right;
	width:85px;	
	color:#eb3376;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	top:5px;
	right:0;
}

#RANKING_SECTION .box .hyoka .value small{
	font-size:10px;
	font-weight:normal;
}

#RANKING_SECTION .box .img_area .right .link{
	
}

#RANKING_SECTION .box .img_area .right .link .kutikomi{

}

#RANKING_SECTION .box .img_area .right .link .kutikomi a{
	display:block;
	width:40px;
	height:55px;
	text-align:center;
	float:left;
	line-height:1.2;
	font-size:10px;
	color:#666;
	position:relative;
	text-decoration:none;
	padding: 0 10px;
	border-right:1px dashed #ccc;
}

#RANKING_SECTION .box .img_area .right .link .kutikomi a:before{
	content:"\f0e5";
	font-family:FontAwesome;
	display:block;	
	color:#3d8ac6;
	font-size:200%;
	margin-bottom:3px;
}

#RANKING_SECTION .box .img_area .right .link span{
	text-decoration:underline;	
}


#RANKING_SECTION .box .img_area .right .link .pic a{
	display:inline-block;	
	width:40px;
	height:55px;
	text-align:center;
	float:left;
	line-height:1.2;
	font-size:10px;
	color:#666;
	position:relative;
	text-decoration:none;
	padding:0 10px;
}

#RANKING_SECTION .box .img_area .right .link .pic a:before{
	content:"\f030";
	font-family:FontAwesome;
	display:block;	
	color:#3d8ac6;
	font-size:200%;
	margin-bottom:3px;
}

#RANKING_SECTION .box .img_area .right table.spec{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #D6D4C4;
	margin-bottom:15px;
}

#RANKING_SECTION .box .img_area .right table.spec tr th{
	border-top:1px solid #D6D4C4;
	border-right:1px solid #D6D4C4;
	padding:10px;
	vertical-align:middle;
	font-weight:bold;
	line-height:1.0;
	box-sizing:border-box;
	width:150px;
	color:#6A5E45;
	background-color:#EAF9F2;
}

#RANKING_SECTION .box .img_area .right table.spec tr td{
	border-top:1px solid #D6D4C4;
	padding:5px;
	vertical-align:middle;
	box-sizing:border-box;
	line-height:1.2;
}

#RANKING_SECTION .box .img_area .point_area{
	margin-left:41%;
}

#RANKING_SECTION .box .point_area{
	border:1px dotted #ccc;
	padding:10px;
	border-radius:4px;
	margin-bottom:10px;
}

#RANKING_SECTION .box .point_area .title{
	padding:0 0 10px;
	text-align:center;
	font-weight:bold;
	line-height:1.2;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	/* color:#372B09; */
}

#RANKING_SECTION .box .point_area ul{
	margin:5px 0;	
}

#RANKING_SECTION .box .point_area ul li{
	margin-bottom:10px;
	line-height:1.3;
	padding-left: 47px;
	text-indent: -47px;
}

#RANKING_SECTION .box .point_area ul li span{
	font-weight:bold;
	color:#3d8ac6;
}


#RANKING_SECTION .box .point_area ul li .sign_vg{
	color:#F14C7E;
}

#RANKING_SECTION .box .point_area ul li .sign_g{
	color:#F47A9F;
}

#RANKING_SECTION .box .point_area ul li .sign_b{
	color:#97C5DC;
}

#RANKING_SECTION .box .point_area ul li .sign_vb{
	color:#9a9a9a;
}

#RANKING_SECTION .box .point_area ul li:nth-last-of-type(1){
	margin-bottom:0;
}

#RANKING_SECTION .box .graph_area{
	margin:0 -10px;
	background-color:#f7f7f7;	
	padding:10px 0;
}

#RANKING_SECTION .box .graph_area .graph{
	width:208px;
	float:left;
}

#RANKING_SECTION .box .graph_area .graph table{
	width: 208px;
	margin:0;
	background: url("../img/graph_back.png") no-repeat right bottom;
	-webkit-background-size: 127.5px;
	-o-background-size: 127.5px;
	background-size: 127.5px;
	font-size:10px;
}

#RANKING_SECTION .box .graph_area .graph table th{
    font-weight: bold;
	width: 55px;
	text-align:right;
	padding-right:5px;
}

#RANKING_SECTION .box .graph_area .graph table td.bar{
	width:88px;
	
}

#RANKING_SECTION .box .graph_area .graph table tr:nth-of-type(5) th,
#RANKING_SECTION .box .graph_area .graph table tr:nth-of-type(5) td{
	padding-bottom:10px;	
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star5,
#RANKING_SECTION .box .graph_area .graph table td.bar .star4,
#RANKING_SECTION .box .graph_area .graph table td.bar .star3,
#RANKING_SECTION .box .graph_area .graph table td.bar .star2,
#RANKING_SECTION .box .graph_area .graph table td.bar .star1{
    height: 10px;
    background: #eb3376;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star5{
	width:100%;	
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star4{
	width:80%;	
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star3{
	width:60%;	
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star2{
	width:40%;	
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star1{
	width:20%;	
}

#RANKING_SECTION .box .graph_area .graph table td.bar .star0{
	width:0%;	
}

#RANKING_SECTION .box .graph_area .btn_area{
	margin-left:208px;	
	padding-left:5px;
}

#RANKING_SECTION .box .graph_area .btn_area .report a,
#RANKING_SECTION .box .graph_area .btn_area .shop a{
	display:block;
	font-size:10px;
	border-radius:4px;
	padding:10px 2px 10px 5px;
	width:80%;
	margin:	10px auto;
	background-color:#fff;
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
	position:relative;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#RANKING_SECTION .box .graph_area .btn_area .report a:before{
	content:"\f041";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:2px;
	color:#3d8ac6;
}

#RANKING_SECTION .box .graph_area .btn_area .shop a:before{
	content:"\f0f6";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:2px;
	color:#3d8ac6;
}

#RANKING_SECTION .box .graph_area .btn_area .report a:after,
#RANKING_SECTION .box .graph_area .btn_area .shop a:after{
	content:"\f105";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-13px;
	font-weight:normal;
}

#RANKING_SECTION .box .graph_area .btn_area .shop a span{
	color:#3d8ac6;
	font-size:120%;
}

#RANKING_SECTION .box .campaign_area{
	
}

#RANKING_SECTION .box .campaign_area .title{
	background-color:#ffdcef;
	padding:10px;
	color:#eb3376;
	font-weight:bold;
	line-height:1.0;
	margin:0 -10px 10px;
}

#RANKING_SECTION .box .campaign_area .title:before{
	content:"\f06b";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:3px;
}

#RANKING_SECTION .box .campaign_area .campaign{
	width:200px;
	float:left;
}

#RANKING_SECTION .box .campaign_area .campaign .campaign_title{
	font-weight:bold;
	line-height:1.2;
	margin-bottom:5px;
}

#RANKING_SECTION .box .campaign_area .campaign .campaign_title:before{
	content:"\f097";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:3px;
	color:#3d8ac6;
}

#RANKING_SECTION .box .campaign_area .campaign .txt{
	font-size:10px;
	color:#666;	
	line-height:1.5;
}

#RANKING_SECTION .box .campaign_area .price{
	text-align:right;
	margin-left:200px;
	font-weight:bold;
	line-height:1.2;

}

#RANKING_SECTION .box .campaign_area .price span{
	color:#3d8ac6;	
}

#RANKING_SECTION .box .hyoka_txt_area{
	/* color:#605037; */
}

#RANKING_SECTION .box .hyoka_txt_area .img{
	width:240px;
	float:right;
	padding-left:5px;
}

#RANKING_SECTION .box .hyoka_txt_area .img img{
	width:100%;
	vertical-align:bottom;
}

#RANKING_SECTION .box .hyoka_txt_area p:nth-last-of-type(1){
	margin-bottom:0;
}

#RANKING_SECTION .box .link_btn_area{
	padding-top:10px;
}

#RANKING_SECTION .box .link_btn_area .detail{
	width:45%;
	float:left;
	box-sizing:border-box;
	padding-right:5px;
}

#RANKING_SECTION .box .link_btn_area .detail2{
	width:100%;
	float:left;
	box-sizing:border-box;
	padding-right:5px;
}

#RANKING_SECTION .box .link_btn_area .detail2 a,
#RANKING_SECTION .box .link_btn_area .detail a{
	display:block;
	width:100%;
	border-radius: 4px;
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;	
	background-color:#61b59b;
	color:#fff;
	text-align:center;
	padding:10px 15px 10px 7px;
	text-decoration:none;
	position:relative;
	font-weight:bold;
}

#RANKING_SECTION .box .link_btn_area .official{
	width:55%;
	float:right;
	box-sizing:border-box;
	padding-left:5px;
}

#RANKING_SECTION .box .link_btn_area .official a{
	display:block;
	width:100%;
	border-radius: 4px;
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;	
	background-color:#ff698f;
	color:#fff;
	text-align:center;
	padding:10px 15px 10px 7px;
	text-decoration:none;
	position:relative;
	font-weight:bold;
}

#RANKING_SECTION .box .link_btn_area .detail2 a:after,
#RANKING_SECTION .box .link_btn_area .detail a:after,
#RANKING_SECTION .box .link_btn_area .official a:after{
	position:absolute;
	content:"\f105";
	font-family:FontAwesome;
	display:inline-block;
	right:10px;
	top:50%;
	margin-top:-12px;

}


#RANKING_SECTION .box .link_btn_area .detail2 a:hover,
#RANKING_SECTION .box .link_btn_area .detail a:hover,
#RANKING_SECTION .box .link_btn_area .official a:hover{
	opacity:0.6;
}

#RANKING_SECTION .box .hyoka_txt_area .ball-right{
	overflow:visible;
}

#RANKING_SECTION .box .hyoka_txt_area .ball-right .img{
	width:80px !important;
	background:none !important;
	float:right;
}

#RANKING_SECTION .box .hyoka_txt_area .ball-right .img:before,
#RANKING_SECTION .box .hyoka_txt_area .ball-right .img:after{
	display:none;
}

#RANKING_SECTION .box .hyoka_txt_area .ball-right .comment{
	top:20px;
}

/*
JUDG BOX
*/
.judg_box{
	position:relative;
	border:1px solid #6eb0d0;
	padding:15px 10px 10px 10px;
	font-size: 12px;
	line-height: 1.7;
	margin: 15px 0px;
	clear: both;
}

.judg_box .title{
	position:absolute;
	background-color:#6eb0d0;
	color:#fff;
	padding:5px 20px;
	text-align:center;
	display:inline-block;
	top:-10px;
	left:10px;
	line-height:1.0;
}

.judg_box .left_box{
	width:80%;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
	border-right:1px dotted #6eb0d0; 
}

.judg_box .right_box{
	margin-left:80%;
	padding-left:10px;
	font-weight:bold;
}

/*
RANKING_SECTION　HYOKA AREA
*/
#RANKING_SECTION .box .img_area .hyoka_area{
	margin-left:41%;
}

#RANKING_SECTION .box .hyoka_area{
	padding:10px;
	border-radius:4px;
	margin-bottom:10px;
}

#RANKING_SECTION .box .hyoka_area .title{
	padding:0 0 10px;
	text-align:center;
	font-weight:bold;
	line-height:1.2;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	/* color:#372B09; */
}

/*
トップページ記事リンクリスト
*/

.entry_link_list{
	background-color:#fff;
	margin:15px auto;
	padding:0 10px;
}

.entry_link_list .entry_link_list_title{
	color:#77672b;
	padding:10px;
	text-align:center;
	line-height:1.3;
	font-weight:bold;
	border-bottom:1px solid #A18861;
}
.entry_link_list .entry_link_list_title span{
	font-weight:normal;
	font-size:87%;
	color: #FD6A90;
}

.entry_link_list .box{
	margin:0 auto 0px;
	border-bottom:1px dotted #A18861;
	padding:20px 30px;
}

.entry_link_list .box:hover{
	background-color:#f5f5f5;
	transition: all .3s;
}

.entry_link_list .box a{
	display:block;
	text-decoration:none !important;
}

.entry_link_list .box:nth-last-of-type(1){
	border-bottom:none !important;
	margin-bottom:0 !important;
}

.entry_link_list .box a .left{
	width:150px;
	float:left;
	position:relative;
	border:1px solid #ccc;
	overflow:hidden;
}

.entry_link_list .box a .left img{
	vertical-align:bottom;
	width:100%;
}

.entry_link_list .box a .left .new{
	background-color:#F78A9C;
	color:#fff;
	text-align:center;
	font-size:10px;
	width:30px;
	height:30px;
	box-sizing:border-box;
	border-radius:300px;
	position:absolute;
	top:-10px;
	left:-10px;
}

.entry_link_list .box a .left .ribbon {
	left: -13px;
	top: -14px;
	position: absolute;
	height: 152px; 
	width: 152px; 
	transform: rotateZ(-45deg);
}

.entry_link_list .box a .left .ribbon span {
	text-align: center;
	display: block;
	width: 100%;
	height: 17px;
	line-height: 1.7;
	background: #FC7B9A;
	color: #fff;
	font-size: 10px;
}

.new_icon{
	text-indent:-9999px;
	width:30px;
	height:30px;
	background-image:url("../img/entry_link_list_new.png");
	background-size:30px 30px;
	position:absolute;
	top:-10px;
	left:-10px;
}


.entry_link_list .box a .left .new span{
	position: absolute;
	top: 50%;
	margin-top: -4px;
	line-height: 1.0;
	left: 4px;
}

.entry_link_list .box a .right{
	margin-left:160px;
}

.entry_link_list .box .right .category{
	display:inline-block;
	padding:5px 15px;
	line-height:1.0;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#60ADAC;
}

.entry_link_list .box .right .title{
	border-bottom: 1px dotted #ccc;
	font-weight:bold;
	padding:0 0 5px;
	margin-bottom:10px;
	font-size:115%;
	color:#174b57;
}

.entry_link_list .box .right .txt{
	color:#77672b;
}


/*
トップページサイドランキング
*/
.right-box .side-ranking h3 {
	background: rgb(129,213,230);
	background: -moz-linear-gradient(top, rgba(129,213,230,1) 0%, rgba(56,196,222,1) 100%);
	background: -webkit-linear-gradient(top, rgba(129,213,230,1) 0%,rgba(56,196,222,1) 100%);
	background: linear-gradient(to bottom, rgba(129,213,230,1) 0%,rgba(56,196,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d5e6', endColorstr='#38c4de',GradientType=0 );
	background:#FFEDED;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 10px 10px 60px;
	position: relative;
	margin-bottom:0px; 
	border:1px solid #ccc;
	border-bottom:2px dotted #ccc;
}

.right-box .side-ranking .rank-box{
    background-color:#ffeded !important;
}

.wide-pickupbox .side-ranking a{
	color: #0000ff;
}

.wide-pickupbox .side-ranking a:hover {
    color: #ff9900;
}


/*
20180112　追加
*/

#side h3.side-link-title{
	font-family: 'Marmelad', sans-serif !important; 
	text-align:center;
	font-size:180%;
	line-height:0.6;
	margin-bottom:0px;
	border:none;
	padding:0;
	border-bottom:1px solid #AAA;
	position:relative;
	font-weight:normal;
}

.side-link-title span{
	font-size:12px;
	font-weight:normal;
	color:#65503F;
	position:relative;
	bottom:-4px;
	padding:0 8px;
	display:inline-block;
	background-color:#FEFDF1;
}

#side .side-link h3.side-link-title:before{
	display:none;
}


#side .side-ranking h3.side-ranking-title{
	font-family: 'Marmelad', sans-serif !important; 
	text-align:center;
	font-size:180%;
	line-height:0.6;
	margin-bottom:0px;
	border:none;
	color:#65503F;
	padding:0;
	border-bottom:1px solid #AAA;
	position:relative;
	font-weight:normal;
	background:none !important;
}

#side .side-ranking h3.side-ranking-title:before{
	display:none;
}

#side .side-ranking{
	background-color: #fff;
	padding-top: 15px;
}

#side .side-ranking .side-ranking-title span{
	font-size:12px;
	font-weight:normal;
	color:#65503F;
	position:relative;
	bottom:-4px;
	padding:0 8px;
	display:inline-block;
	background-color:#fff;
}

.side-ranking .rank-box{
	border:none;
}

/*
タブパーツ
*/

.tab_parts_area{
	width:100%;
}

.tab_parts_area .tab_area{
	display:none;
}

.tab_parts_area .tab_area .tab.active:nth-of-type(2){
	border-bottom: 40px solid #F598AA;
}

.tab_parts_area .tab_area .tab.active:nth-of-type(3){
	border-bottom: 40px solid #53B4DF;
}

.tab_parts_area .tab_area .tab .inner {
	padding-top:10px;
	color:#fff;
	text-align:center;
	line-height:1.2;
	font-size:87%;
	
}

.tab_parts_area .tab_area .tab.active{
	cursor:default;	
}

.tab_parts_area .tab_box.down{
	display:block;
}

.tab_parts_area .tab_box{
	float:left;
}


/* 目次のデザイン */

#toc_container li,#toc_container ul {
	margin:0;
	padding:0;
}
#toc_container ul li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	color: #7B7878;
}
#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
	background:0 0;
	list-style-type:none;
	list-style:none;
}
#toc_container.have_bullets li {
	padding-left:12px;
}
#toc_container ul ul {
	margin-left:1.5em;
}
#toc_container.no_bullets ul  ul li:before {
    content:"・";
    display: inline-block;
    margin-right: 5px;
}
#toc_container {
	background:#fff;
	padding:0 10px 10px;
	margin:20px 0 30px 0;
	/* width:auto; */
	/* display:table; */
	font-size:80%;
	border-bottom:2px solid #9F946A;
}
#toc_container.toc_light_blue {
	background:#edf6ff;
}
#toc_container.toc_white {
	background:#fff;
}
#toc_container.toc_black {
	background:#000;
}
#toc_container.toc_transparent {
	background:none transparent;
}
#toc_container p.toc_title {
	text-align:center;
	font-weight:700;
	margin:0 -10px;
	padding:0;
	border-top: 3px solid #9F946A;
	border-bottom: 1px solid #9F946A;
	height:2px;
	top:15px;
	position:relative;
	margin-bottom:35px;
}

#toc_container p.toc_title span{
	display:inline-block;
	background-color:#fff;
	margin:0 auto;
	position:relative;
	top:-14px;
	height:20px;
	padding:0 10px;
}

#toc_container p.toc_title span:before { 
	content: " "; 
	display: inline-block; 
	width: 14px; 
	height: 30px; 
	background: url("../img/toc_title_bf.png"); 
	background-size: 14px 30px; 
	position: absolute; 
	left: -14px; 
	top: 50%; 
	margin-top: -15px; 
} 

#toc_container p.toc_title span:after { 
	content: " "; 
	display: inline-block; 
	width: 14px; 
	height: 30px; 
	background: url("../img/toc_title_af.png"); 
	background-size: 14px 30px; 
	position: absolute; 
	right: -14px; 
	top: 50%; 
	margin-top: -15px; 
} 

#toc_container.toc_black p.toc_title {
	color:#aaa
}
#toc_container span.toc_toggle {
	font-weight:400;
	font-size:90%
}
#toc_container p.toc_title+ul.toc_list {
	margin-top:1em
}
.toc_wrap_left {
	float:left;
	margin-right:10px
}
.toc_wrap_right {
	float:right;
	margin-left:10px
}
#toc_container a {
	text-decoration:none;
	text-shadow:none;
	color: #7B7878;
}
#toc_container a:hover {
	text-decoration:underline
}
.toc_sitemap_posts_letter {
	font-size:1.5em;
	font-style:italic
}



/*
追加パーツ
*/

.simple_title{
	color:#9F946A;
	border-top:1px solid #E4DFC8;
	border-bottom:1px solid #E4DFC8;
	padding:15px 0;
	margin:0px auto 20px;
	line-height:1.3;
	text-align:center;
}

.simple_title span{
	font-size:87%;	
}

.profile_box_area{
	text-align:center;
	padding-left:1%;
	padding-top:100px;
	position:relative;
	margin-bottom:20px;
}

.profile_box_area:before {
	content: " ";
	display: inline-block;
	width: 200px;
	height: 60px;
	background: url("../img/profile_box_area_img.png");
	background-size: 200px 60px;
	position: absolute;
	left:-5px;
	top:0;
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}

.profile_box_area .box{
	display:inline-block;
	width:30%;
	box-sizing:border-box;
	text-align:left;
	margin-right:2%;
	position:relative;
}

.profile_box_area .box .title{
	background-color:#FFB7BA;
	color:#fff;
	text-align:center;
	line-height:1.0;
	padding:3px 5px;
	font-size:87%;
	width: 80%;
	box-sizing:border-box;
	margin:0 auto 10px;
}

.profile_box_area .box:nth-of-type(2) .title{
    background-color: #C0EAD8;
}

.profile_box_area .box:nth-of-type(3) .title{
    background-color: #91BCE6;
}

.profile_box_area .box img{
	display:block;
	width:90%;
	margin:0 auto 5px;
	position:relative;
}

.profile_box_area .box .txt{
	/* color:#7F7874; */
	font-size:87%;
	line-height:1.3;
}

.before_after_box{
	background-color:#EFEBD9;
	position:relative;

}

.before_after_box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:20px;
	background-image:url("../img/before_after_box02.png");
	background-size:20px 20px;
	z-index:13;
}

.before_after_box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width:20px;
	height:20px;
	background-image:url("../img/before_after_box01.png");
	background-size:20px 20px;
	z-index:13;
}

.before_after_box .box{
	position:relative;
	padding:20px;
	margin-bottom:0px;
}

.before_after_box .box:after {
	content: "";
	position: absolute;
	margin: 4px;
	border: 1px #D1CEBF solid;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 14;
}

.before_after_box .box:before{
	content: " ";
	display: inline-block;
	width: 180px;
	height: 60px;
	background: url("../img/before_after_box_title.png");
	background-size: 180px 60px;
	position: absolute;
	left:7px;
	top:-13px;
	z-index: 15;
}

.before_after_box .img{
	width:100%;
	margin:30px auto 10px;	
}

.before_after_box .img img{
	width:100%;
	vertical-align:bottom;	
}

.before_after_box .txt{
	margin:10px auto 0;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	background-color:#fff;
	border:1px solid #d6d4cd;
	border-radius:8px;
	color:#706951;
	font-size:12px;
}

.before_after_box .txt p{
	line-height:1.5;	
}

.before_after_box .txt p:nth-last-of-type(1){
	margin-bottom:0;
}



.white_box{
	margin:10px auto;
	padding:10px;
	background-color:#fff;
}
.white_box_indv{
	padding:10px;
	background-color:#fff;
}

.point_txt01,
.point_txt02,
.point_txt03{
	color:#928554;
	font-weight:bold;
	margin:0 auto 20px;
	padding:5px 10px 5px 80px;
	background-color:#fff;
	border-top:1px solid #928554;
	border-bottom:1px solid #928554;
	position:relative;
}


.point_txt01:before,
.point_txt02:before,
.point_txt03:before {
	content: " ";
	display: inline-block;
	width: 70px;
	height: 45px;
	background: url("../img/point_txt01.png");
	background-size: 70px 45px;
	position: absolute;
	top:-5px;
	left:0;
}

.point_txt02:before{
	background: url("../img/point_txt02.png");
	background-size: 70px 45px;
}

.point_txt03:before{
	background: url("../img/point_txt03.png");
	background-size: 70px 45px;
}

h2.h2{
	font-size: 18px !important;
	background:none !important;
	padding:10px !important;
	text-indent:0 !important;
	width:auto !important;
	height:auto !important;
	background-color:#F2A5B8 !important;
	color:#fff;
	font-weight:normal !important;
	margin:0 -10px 20px !important;
}

h3.h3{
	border:none;
	color: #9F946A;
	background:none;
	border-top: 1px solid #E4DFC8;
	border-bottom: 1px solid #E4DFC8;
	padding: 15px 0;
	font-size:14px;
	margin: 0px auto 20px;
	line-height: 1.3;
	text-align: center;
	font-weight:normal;
}

h3.h3 small{
	font-size:87%;
}

#TOP_PAGE {
	background-color:#fff;
	margin:0 -10px;
	padding:0 10px;
}


.white_box h3,
#TOP_PAGE h3, 
#main h3 {
	border:none;
	color: #77672b;
	background:none;
	/* border-top: 1px solid #E4DFC8; */
	/* border-bottom: 1px solid #E4DFC8; */
	padding: 15px 10px;
	font-size:14px;
	margin: 0px auto 20px;
	line-height: 1.3;
	border-bottom: 1px dotted;
	font-weight: bold;
}

.white_box h3 small,
#TOP_PAGE h3 small{
	font-size:87%;
	font-weight:normal !important;
}

#main h3 {
	border:none;
	color: #77672b;
	background:none;
	/* border-top: 1px solid #E4DFC8; */
	/* border-bottom: 1px solid #E4DFC8; */
	padding: 15px 0px;
	font-size:14px;
	margin: 0px auto 20px;
	line-height: 1.3;
	border-bottom: 1px dotted;
	font-weight: bold;
}

/*
追加パーツ 20161206
*/

.main_2box_area{
	background-color:#fff;
	margin:20px auto;
	padding:20px;
}

.main_2box_area .left_box{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0px 0px 10px 10px;
}

.main_2box_area .left_box .title{
	width:100%;
	margin-bottom:10px;
	margin-left:-30px;
	margin-right:-20px;
}
.main_2box_area .left_box .title img{
	width:100%;
	vertical-align:bottom;
}

.main_2box_area .left_box .txt{
	padding:10px 30px 10px 10px;	
}

.main_2box_area .left_box .txt p:nth-last-of-type(1){
	margin-bottom:0;
}

.main_2box_area .right_box{
	float:right;
	width:50%;
	box-sizing:border-box;
	padding:10px;
	border:3px solid #FFB7BA;
	border-radius:4px;
}

.main_2box_area .right_box .title{
	width:100%;
	margin-bottom:10px;
}

.main_2box_area .right_box .title img{
	width:100%;
	vertical-align:bottom;
}

.main_2box_area .right_box .left_area{
	width:49%;
	float:left;
	box-sizing:border-box;	
}

.main_2box_area .right_box .left_area .img{
	width:100%;	
}

.main_2box_area .right_box .left_area .img img{
	width:100%;	
	vertical-align:bottom;
}

.main_2box_area .right_box .left_area .txt{
	padding:0 10px;	
}

.main_2box_area .right_box .left_area .txt p:nth-last-of-type(1){
	margin-bottom:0;
}

.main_2box_area .right_box .right_area{
	width:49%;
	float:right;
	box-sizing:border-box;	
}

.main_2box_area .right_box .right_area .img{
	width:100%;	
}

.main_2box_area .right_box .right_area .img img{
	width:100%;	
	vertical-align:bottom;
}

.main_2box_area .right_box .right_area .txt{
	padding:0 10px;	
}

.main_2box_area .right_box .right_area .txt p:nth-last-of-type(1){
	margin-bottom:0;
}




.flowbox_area{
	background-color:#fff;
	margin:20px auto;
}

.flowbox_area .head{
	background-color:#EFEBD9;	
}

.flowbox_area .head .title{
	width:80%;
	margin:0 auto;
	position:relative;
}

.flowbox_area .head .title:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #EFEBD9 transparent transparent transparent;
}

.flowbox_area .title img{
	display:block;
	float:left;
	width:150px;
}

.flowbox_area .title .txt{
	display:block;
	margin-left:160px;
	vertical-align:middle;
	text-align:center;
	min-height:150px;
	box-sizing:border-box;
	font-size:150%;
	font-weight:bold;
	padding-top:28px;
	line-height:1.5;
	color:#685546;
}

.flowbox_area .title .txt span{
	font-size:120%;
	color:#FF7FC0;	
}

.flowbox_area .flowbox{
	background-color:#FFF1F8;
	padding:50px 20px 20px;	
}

.flowbox_area .flowbox .box p{
	margin-top:0 !important;	
}

.flowbox_area .flowbox .box{
	padding:10px;
	background-color:#fff;
	margin-bottom:20px;
}

.flowbox_area .flowbox .box:nth-last-of-type(1){
	margin-bottom:0;
}

.flowbox_area .flowbox .box .left_area{
	width:65%;
	float:left;
	box-sizing:border-box;	
}

.flowbox_area .flowbox .box .one_box .img,
.flowbox_area .flowbox .box .left_area .img{
	width:105px;
	float:left;	
}

.flowbox_area .flowbox .box .one_box .img2 img,
.flowbox_area .flowbox .box .one_box .img img,
.flowbox_area .flowbox .box .left_area .img img{
	width:100%;
	vertical-align:bottom;
}

.flowbox_area .flowbox .box .one_box .txt,
.flowbox_area .flowbox .box .left_area .txt{
	margin-left:125px;
	padding-right:10px;
}

.flowbox_area .flowbox .box .one_box .txt p:nth-last-of-type(1),
.flowbox_area .flowbox .box .left_area .txt p:nth-last-of-type(1){
	margin-bottom:0;
}

.flowbox_area .flowbox .box .one_box .txt{
	margin-right:105px;	
}

.flowbox_area .flowbox .box .one_box .img2{
	width:105px;
	float:right;		
}

.flowbox_area .flowbox .box .left_area table,
.flowbox_area .flowbox .box .one_box table{
	width:100%;
	margin:10px auto;
	box-sizing:border-box;
}

.flowbox_area .flowbox .box .left_area table th,
.flowbox_area .flowbox .box .one_box table th,
.flowbox_area .flowbox .box .left_area table td,
.flowbox_area .flowbox .box .one_box table td{
	font-weight:normal;
	padding:5px 10px;
	line-height:1.0;
	border-bottom:1px solid #fff;
}

.flowbox_area .flowbox .box .left_area table th,
.flowbox_area .flowbox .box .one_box table th{
	background-color:#feffbc;
}

.flowbox_area .flowbox .box .right_area{
	width:35%;
	float:right;
	box-sizing:border-box;
	position:relative;
}

.memo_box{
	background-color:#ECF8FF;
	padding:10px;
	color:#624a41;
	position:absolute;
	bottom:0;
}

.memo_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.memo_box .title{
	margin-top:-7px;
	color:#87CBFF;
	font-weight:bold;
}

.point_box{
	background-color:#FFF3F3;
	padding:10px;
	color:#624a41;
	position:absolute;
	bottom:0;
}

.point_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.point_box .title{
	width:80px;
	position: relative;
	height: 24px;
	color:#fff;
	box-sizing:border-box;
	font-weight:bold;
	line-height: 24px;
	padding-left:10px;
	background-color: #FF9DAE;
	margin-bottom:10px;
	margin-left:-10px;
}


.point_box .title::after {
	content: '';
	position: absolute;
}
.point_box .title::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 12px 7px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FFF3F3;
}


section.parts{
	padding:30px 0;
	border-bottom:1px dashed #eee;
	margin-bottom:30px;
}

.sorce{
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	margin:20px auto;
}


.simple_ranking{
	border-top:1px solid #ccc;
}

.simple_ranking .box{
	padding:15px 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}

.simple_ranking .box:before{
	content: "1";
	background-color: #F4B741;
	color: #fff;
	text-align: center;
	font-size: 10px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 300px;
	position: absolute;
	top: 5px;
	left: 0px;
	line-height:2.2;
	font-weight:bold;
}

.simple_ranking .box:nth-of-type(2):before{
	content: "2";
	background-color: #B8B6B1;
}

.simple_ranking .box:nth-of-type(3):before{
	content: "3";
	background-color: #CA804F;
}

.simple_ranking .box:nth-of-type(4):before{
	content: "4";
	background-color: #60ADAC;
}

.simple_ranking .box:nth-of-type(5):before{
	content: "5";
	background-color: #60ADAC;
}

.simple_ranking .box .img{
	width:90px;
	float:left;
}

.simple_ranking .box .img img{
	width:100%;
	vertical-align:bottom;
}

.simple_ranking .box .txt{
	margin-left:100px;
	line-height:1.4;
	padding-right:10px;
}

.simple_ranking .box .txt .copy{
	font-size:87%;
	font-weight:normal;
}

.simple_ranking .box .txt .name{
	font-weight:bold;
	font-size:120%;
}

.simple_ranking .box .txt .bikou{
	font-size:87%;
	font-weight:normal;
	color:#999;
}

.simple_ranking .box:after{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	color:#ccc;
	margin-top:-10px;
}

.simple_ranking .box:hover{
	opacity:0.6;
	cursor:pointer;
}

.tab_parts_area2{
	padding-top:1%;
}

.tab_parts_area2 .tab_area{
	display:none;
}

.tab_parts_area2 .tab_box{
	width:32%;
	box-sizing:border-box;
	display:block;
	border-top:none;
	padding-top:15px;
	float:left;
	margin-left:1%;
}

.tab_parts_area2 .tab_box:nth-of-type(1){
	margin-right:1%;
}

.tab_parts_area2 .simple_ranking{
	border-top:none;
}

.tab_parts_area2 .tab_area .tab:nth-of-type(1).active span{
	background-color:#FFB7BA;
}

.tab_parts_area2 .tab_area .tab:nth-of-type(2).active span{
	background-color:#91BCE6;
}

.tab_parts_area2 .tab_area .tab:nth-of-type(3).active span{
	background-color:#C0EAD8;
}

.tab_parts_area2 .tab_area .tab .active span{
	position:relative;
}

.tab_parts_area2 .tab_box.down{
	display:block !important;
}

.tab_parts_area3{

}

.tab_parts_area3 .tab_area{
	position:relative;
	margin-bottom:-1px;
}

.tab_parts_area3 .tab_area .tab,
.tab_parts_area3 .tab_area .tab3{
	text-align:center;
	cursor:pointer;
	width: 50%;
	box-sizing:border-box;
	padding:10px;
	float:left;
	position:relative;
	font-size:87%;

}

.tab_parts_area3 .tab_area .tab span,
.tab_parts_area3 .tab_area .tab3 span{
	background-color:#efefef;
	padding:18px 10px;
	line-height:1.0;
	display:block;
}

.tab_parts_area3 .tab_area .tab.active,
.tab_parts_area3 .tab_area .tab3.active{
	color:#fff;
	font-weight:bold;
	cursor: default;
	border:1px solid #ccc;
	border-bottom:1px solid #fff;
	z-index:100;
}

.tab_parts_area3 .tab_area .tab span:before,
.tab_parts_area3 .tab_area .tab3 span:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-5px;
}

.tab_parts_area3 .tab_area .tab.active span:before,
.tab_parts_area3 .tab_area .tab3.active span:before{
	content:"\f078";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-7px;
}

.tab_parts_area3 .tab_box,
.tab_parts_area3 .tab3_box{
	/* border:1px solid #ccc;
	padding:10px; */
	border-top:1px solid #ccc;
	padding-top:15px;
}

.tab_parts_area3 .simple_ranking{
	border-top:none;
}

.tab_parts_area3 .tab_area .tab:nth-of-type(1).active span,
.tab_parts_area3 .tab_area .tab3:nth-of-type(1).active span{
	background-color:#FFB7BA;
}

.tab_parts_area3 .tab_area .tab:nth-of-type(2).active span,
.tab_parts_area3 .tab_area .tab3:nth-of-type(2).active span{
	background-color:#C0EAD8;
}

.tab_parts_area3 .tab_area .tab:nth-of-type(3).active span,
.tab_parts_area3 .tab_area .tab3:nth-of-type(3).active span{
	background-color:#91BCE6;
}

.tab_parts_area3 .tab_area .tab .active span,
.tab_parts_area3 .tab_area .tab3 .active span{
	position:relative;
}

.tab_parts_area3 .tab_box.down,
.tab_parts_area3 .tab3_box.down{
	display:none;
}

.tab_parts_area4{

}

.tab_parts_area4 .tab_area{
	position:relative;
	margin-bottom:-1px;
}

.tab_parts_area4 .tab_area .tab,
.tab_parts_area4 .tab_area .tab3{
	text-align:center;
	cursor:pointer;
	width: 33%;
	box-sizing:border-box;
	padding:10px;
	float:left;
	position:relative;
	font-size:87%;

}

.tab_parts_area4 .tab_area .tab span,
.tab_parts_area4 .tab_area .tab3 span{
	background-color:#efefef;
	padding:18px 10px;
	line-height:1.0;
	display:block;
}

.tab_parts_area4 .tab_area .tab.active,
.tab_parts_area4 .tab_area .tab3.active{
	color:#fff;
	font-weight:bold;
	cursor: default;
	border:1px solid #ccc;
	border-bottom:1px solid #fff;
	z-index:100;
}

.tab_parts_area4 .tab_area .tab span:before,
.tab_parts_area4 .tab_area .tab3 span:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-5px;
}

.tab_parts_area4 .tab_area .tab.active span:before,
.tab_parts_area4 .tab_area .tab3.active span:before{
	content:"\f078";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-7px;
}

.tab_parts_area4 .tab_box,
.tab_parts_area4 .tab3_box{
	/* border:1px solid #ccc;
	padding:10px; */
	border-top:1px solid #ccc;
	padding-top:15px;
}

.tab_parts_area4 .simple_ranking{
	border-top:none;
}

.tab_parts_area4 .tab_area .tab:nth-of-type(1).active span,
.tab_parts_area4 .tab_area .tab3:nth-of-type(1).active span{
	background-color:#FFB7BA;
}

.tab_parts_area4 .tab_area .tab:nth-of-type(2).active span,
.tab_parts_area4 .tab_area .tab3:nth-of-type(2).active span{
	background-color:#C0EAD8;
}

.tab_parts_area4 .tab_area .tab:nth-of-type(3).active span,
.tab_parts_area4 .tab_area .tab3:nth-of-type(3).active span{
	background-color:#91BCE6;
}

.tab_parts_area4 .tab_area .tab .active span,
.tab_parts_area4 .tab_area .tab3 .active span{
	position:relative;
	font-size:87%;
}

.tab_parts_area4 .tab_box.down,
.tab_parts_area4 .tab3_box.down{
	display:none;
}



.tab_data{
	border:1px solid #ccc;
	border-top:none;
	padding:10px;
	margin-top:-15px;
	position:relative;
}

.tab_data.box1{
	border:8px solid #FFB7BA;
}

.tab_data.box2{
	border:8px solid #91BCE6;
}

.tab_data.box3{
	border:8px solid #C0EAD8;
	overflow:visible;
}

.tab_data .head{
	margin-top:-10px;
	margin-bottom:10px;
	position:relative;
	padding-left:0px;
}

.tab_data .head:before{
	content: " ";
	display: inline-block;
	width: 298px;
	height:99px;
	margin:0 -10px;
	background-color:#95CCCA;
	position:static;
	background-image:url("../img/tab_data_head01_pc.png");
	background-size:298px 99px;
}

.tab_data.box2 .head:before{
	background-color:#F598AA;
	background-image:url("../img/tab_data_head02_pc.png");
	background-size:298px 99px;
}

.tab_data.box3 .head:before{
	background-color:#53B4DF;
	background-image:url("../img/tab_data_head03_pc.png");
	background-size:298px 99px;
}

.tab_data .head a{
	font-size:120%;
	font-weight:bold;
}

.tab_data .txt{
	margin-bottom:30px;
}




.tab_data .link_btn a{
    display: block;
    width:280px;
    border-radius: 4px;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    background-color: #ff698f;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    position:absolute;
	bottom:10px;
    font-weight: bold;
}

.tab_data .link_btn a:hover{
	opacity:0.6;
}

.tab_data table{
	margin:10px auto;
	width:100%;
	box-sizing:border-box;
	font-size:87%;
}

.tab_data table th,
.tab_data table td{
	border:1px solid #ccc;
	padding:10px;
	line-height:1.2;
}

.tab_data table th{
	background-color:#f6f6f6;
	font-weight:bold;
}

.tab_data .link_btn a:after{
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-top: -12px;
}



/*
追加パーツ20161209
*/

#TOP_2COLUMN_AREA{
	
}

#TOP_2COLUMN_AREA .feature_link_area{
	width:59%;
	float:left;
	background-color:#fff;
	box-sizing:border-box;
	padding:10px;
}

#TOP_2COLUMN_AREA .feature_link_area .feature_link_area_title{
	margin-bottom:10px;
	position:relative;
	font-weight:bold;
	text-align:center;
	color: #77672b;
}

#TOP_2COLUMN_AREA .feature_link_area .feature_link_area_title:after{
    content: '';
    width: 60px;
    height: 1px;
    margin: 10px auto 30px;
    background: #8b7f55;
    display: block;
}

#TOP_2COLUMN_AREA .feature_link_area .feature_link_area_title:before { 
	content: " "; 
	display: inline-block; 
	width: 60px; 
	height: 60px; 
	background: url("../img/feature_link_area_title.png"); 
	background-size: 60px 60px; 
	position: absolute; 
	left:0px; 
	top: 50%; 
	margin-top: -30px; 
} 

#TOP_2COLUMN_AREA .feature_link_area .feature_link_area_title span{
	font-size:87%;	
	font-weight:normal;
}

#TOP_2COLUMN_AREA .feature_link_area .box a{
	display:block;
	width:100%;
	padding:10px;
	margin:0 -10px 0px;	
	text-decoration:none;
}

#TOP_2COLUMN_AREA .feature_link_area .box{
	border-top:1px solid #ccc;
	margin:0 -10px;
	padding:10px;
	position:relative;
}

#TOP_2COLUMN_AREA .feature_link_area .box:nth-of-type(1){
	border-top:1px solid #ccc;
}

#TOP_2COLUMN_AREA .feature_link_area .box:nth-last-of-type(1){
	border-bottom:1px solid #ccc;
	margin-bottom:0;
}

#TOP_2COLUMN_AREA .feature_link_area .box a{
	padding-top:0;	
	position:relative;
}

#TOP_2COLUMN_AREA .feature_link_area .box:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-8px;
	color:#ccc;
}

#TOP_2COLUMN_AREA .feature_link_area .box a:hover{
	opacity:0.6;	
}

#TOP_2COLUMN_AREA .feature_link_area .box img{
	display:block;
	width:120px;
	float:left;	
}

#TOP_2COLUMN_AREA .feature_link_area .box .right{
	margin-left:130px;
	padding-right:20px;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .category{
    display: inline-block;
    background-color: #ecaa83;
    padding: 3px 12px;
    line-height: 1.2;
    color: #fff;
    font-size: 87%;
    text-decoration: none;
    margin-bottom: 5px;
	border-radius:3px;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .category.color1{
	background-color:#7ACEE9;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .category.color2{
	background-color:#F3C46A;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .category.color3{
	background-color:#F39AAC;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .category.color4{
	background-color:#B5CE6E;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .category.color5{
	background-color:#95CCCA;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .title{
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:underline;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .title:hover{
	text-decoration:none;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .txt{
	font-size:87%;
	color:#555;
}

#TOP_2COLUMN_AREA .side_ranking_area{
	width:39%;
	float:right;
	background-color:#fff;
	box-sizing:border-box;
	padding:10px;
}

#TOP_2COLUMN_AREA .side_ranking_area .side_ranking_area_title{
	margin-bottom:10px;
	position:relative;
	font-weight:bold;
	text-align:center;
	color:#77672b;
}

#TOP_2COLUMN_AREA .side_ranking_area .side_ranking_area_title:after{
    content: '';
    width: 60px;
    height: 1px;
    margin: 10px auto 30px;
    background: #8b7f55;
    display: block;
}

#TOP_2COLUMN_AREA .side_ranking_area .side_ranking_area_title:before { 
	content: " "; 
	display: inline-block; 
	width: 60px; 
	height: 60px; 
	background: url("../img/side_ranking_area_title.png"); 
	background-size: 60px 60px; 
	position: absolute; 
	left:10px; 
	top: 50%; 
	margin-top: -30px;
} 


#TOP_2COLUMN_AREA .side_ranking_area .side_ranking_area_title span{
	font-size:87%;	
	font-weight:normal;
}

#TOP_2COLUMN_AREA .side_ranking_area .box{
	padding:10px 10px 0;
	margin-bottom:10px;
	border-top:1px dotted #ccc;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .left{
	width:100px;
	box-sizing:border-box;
	float:left;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .left img{
	width:100%;
	vertical-align:bottom;	
}

#TOP_2COLUMN_AREA .side_ranking_area .box .left a:hover{
	opacity:0.6;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .right{
	margin-left:110px;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .right .title{
	font-weight:bold;	
}

#TOP_2COLUMN_AREA .side_ranking_area .box .right .price{
	font-weight:bold;
	color:#f00;	
}

#TOP_2COLUMN_AREA .side_ranking_area .box .right .title a:hover{
		text-decoration:none;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .txt{
	padding:10px 0;
	font-size:87%;
	clear:both;
	line-height:1.4;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .kutikomi{
	font-size:87%;
}

#TOP_2COLUMN_AREA .side_ranking_area .box:nth-last-of-type(1){
	border-bottom:1px dotted #ccc;
	margin-bottom:0;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .kutikomi .ave_star{
	width:100px;
}

#TOP_2COLUMN_AREA .side_ranking_area .box .left img{
	border:none;
}



/*
ページ別CSS
*/


.kobetu-hikaku2 table{
	width:100%;
	box-sizing:border-box;
	margin:15px auto;
	border-collapse: separate;
	border-spacing: 2px 2px;
}


.kobetu-hikaku2 table thead th{
	padding: 5px 0;
	border: #fff 2px solid;
	background-color: #EAE0AF;
	text-align: center;
	font-weight: bold;
	color: #fff;
	outline: #EAE0AF 1px solid;
	color:#695647;
}

.kobetu-hikaku2 table th{
	width: 110px;
	background-color: #F5EFD7;
	vertical-align: middle;
	text-align: left;
	color: #333;
	font-weight: normal;
	padding: 5px 7px;
	border: #fff 2px solid;
	outline: #EAE0AF 1px solid;
}

.kobetu-hikaku2 table td{
	width: auto;
	padding: 10px;
	border: #fff 2px solid;
	background-color: #fff;
	vertical-align: top;
	outline: #EAE0AF 1px solid;
}

/* ------------------------------
更新記事　20170307追加
------------------------------ */

.news_list{
	magin:0 auto 50px;
}

.news_list li{
	border-bottom: 1px dotted #666;
	position: relative;
}

.news_list li a{
	display: block;
	padding: 10px;
	text-decoration:underline;
}

.news_list li .news_title{
	display:block;
	margin-left:75px;
	font-weight:bold;
}

.news_list .news_date{
	display:block;
	color: #666;
	font-size: 11px;
	text-decoration:none !important;
	float:left;
	position:relative;
	top:-1px;
}

.news_list li a:hover{
	background: #f9f9f9;
	text-decoration:none;
	transition: all .3s;
}








/*------------------------------------------

スマホ用スタイル

------------------------------------------*/


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

.sp_none{
	display:none !important;
}

.pc_none{
	display:block;
}

/* ------------------------------
更新記事　20170307追加
------------------------------ */
.news_list li{
	border-bottom: 1px dotted #666;
	position: relative;
	padding-right:20px;
}

.news_list li:after {
    content: "";
    border-right: 2px solid #AAA;
    border-top: 2px solid #AAA;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 6px;
}

.news_list li a{
	display: block;
	padding: 10px;
	text-decoration:underline;
}

.news_list li .news_title{
	display:block;
	text-decoration:none !important;
	margin-left:0;
}

.news_list .news_date{
	display:block;
	color: #666;
	font-size: 10px;
	float:none;
	top:0;
}

.news_list li a:hover{
	background:#fff;
}

/*
全身脱毛完全ガイド.jp厳選！部位別で分かる損をしない脱毛特集
*/
.select-point .select-point-img{
	float: left;
	width: 100px;
	display: block;
	vertical-align:bottom;
}

.select-point .right_txt{
	display:block;
	margin-left:110px;
}

.select-point .right_txt a{
	float:right;
}

#RANKING_AREA .ranking_box .link {
	float: none;
	padding-left: 0px;
}

#RANKING_AREA .ranking_box .link .pc_none{
	display:inline-block;
}

#RANKING_AREA .ranking_box .link:before {
    display:none;
}

#RANKING_AREA .ranking_box .link a{
	display:block;
	width:100%;
	box-sizing:border-box;
	margin:10px auto 0;
}

#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{
	content: " ";
	display: inline-block;
	width: 117px !important;
	height:73px !important;
	background-size: 117px 73px !important;
	position: absolute;
	right: -10px;
	bottom:0;
	margin-top:-25px;
}

/*
トップページ記事リンクリスト
*/

.entry_link_list{
	background-color:#fff;
	margin:15px auto;
	padding:0px 10px;
}

.entry_link_list .box{
	padding:10px 15px 10px 10px;
	border-bottom:1px solid #A18861;
	position:relative;
}

.entry_link_list .box:before{
	content:"\f105";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-8px;
	color:#ccc;
}

.entry_link_list .box a .left{
	width:90px;
}

.entry_link_list .box a .right{
	margin-left:100px;
	position: relative;
}

.entry_link_list .box .right .category{
	font-size:87%;
	margin-bottom:5px;
}

.entry_link_list .box .right .title{
	font-size:85%;
	margin-bottom:5px;
	line-height:1.2;
}

.entry_link_list .box .right .txt{
	font-size:70%;
	line-height:1.4;
	padding-right: 5px;
}

/*
スマホメニュー
*/

.widget_catpostswidget{
	position:relative;
}

#sp-menu .widget_catpostswidget:before{
	content:"\f0e6";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	color:#333;
	font-size:120%;
	top:10px;
	left:10px;
}

#sp-menu .widget_catpostswidget .item-id{
	padding:10px 40px 10px 40px !important;
	border-bottom:1px solid #ccc !important;
}

#sp-menu .widget_catpostswidget:nth-of-type(5):before{
	content:"\f157" !important;
	font-family:FontAwesome;
}

#sp-menu .widget_catpostswidget:nth-of-type(6):before{
	content:"\f059" !important;
	font-family:FontAwesome;
}


/*
タブパーツ
*/

.tab_parts_area{
	width:100%;
}

.tab_parts_area .tab_box.down{
	display:none;
}

.tab_parts_area .tab_box{
	float:none;
	border:2px solid #53B4DF;
	background-color:#fff;
}

.tab_parts_area .tab_box:nth-of-type(2){
	border:2px solid #95ccca;
}

.tab_parts_area .tab_box:nth-of-type(3){
	border:2px solid #f598aa;
}

.ranking-sidebox .box{
	border:none !important;
}


.ranking-sidebox .rank01, .ranking-sidebox .rank02, .ranking-sidebox .rank03{
    float: none;
    margin: 0 0 0px !important;
    width: auto;
}


.tab_parts_area .tab_area{
	display:block;
	text-align:center;
}

.tab_parts_area .tab_area .tab{
	display:inline-block;
	cursor:pointer;
	width:29%;
	border-bottom: 40px solid #ddd;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	height:0;
	float:left;
	z-index:5;
}

.tab_parts_area .tab_area .tab:nth-of-type(1){
	margin-right:-8px;
}

.tab_parts_area .tab_area .tab:nth-of-type(3){
	margin-left:-8px;
}

.tab_parts_area .tab_area .tab.active{
	cursor:pointer;
	width: 29%;
	border-bottom: 40px solid #95CCCA;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	height:0;
	float:left;
	color:#fff;
	font-weight:bold;
	border-radius: 10px 10px 2px 2px;
	position:relative;
	z-index:10;
}

.tab_parts_area .tab_area .tab.active{

}

.tab_parts_area .tab_area .tab.active:nth-of-type(2){
	border-bottom: 40px solid #F598AA;
}

.tab_parts_area .tab_area .tab.active:nth-of-type(3){
	border-bottom: 40px solid #53B4DF;
}

.tab_parts_area .tab_area .tab .inner {
	padding-top:12px;
	color:#555;
	text-align:center;
	line-height:1.2;
	font-size:87%;
	
}

.tab_parts_area .tab_area .tab.active .inner {
	color:#fff;
}

.tab_parts_area .tab_area .tab.active{
	cursor:default;	
}

.tab_parts_area .tab_box.down{
	display:none;
}

.ranking-sidebox .title{
	border-radius:0;
}

.tab_data{
	border:1px solid #ccc;
	border-top:none;
	padding:10px;
	margin-top:-15px;
}


.tab_data.box1,
.tab_data.box2,
.tab_data.box3{
	border:1px solid #ccc;
	border-top:none;
}

.tab_data .head{
	margin-top:25px;
	margin-bottom:10px;
	position:relative;
	padding-left:95px;
}

.tab_data .head:before{
	content: " ";
	display: inline-block;
	width: 120px;
	height: 30px;
	background: url("../img/tab_data_head01.png");
	background-size: 120px 30px;
	position: absolute;
	left: -8px;
	top: -15px;
	-webkit-transform: rotate(-25deg);　 /* chrome、safari　*/
	-moz-transform: rotate(-25deg);　 /* firefox　*/
}

.tab_data.box2 .head:before{
	background: url("../img/tab_data_head02.png");
	background-size: 120px 30px;
}

.tab_data.box3 .head:before{
	background: url("../img/tab_data_head03.png");
	background-size: 120px 30px;
}


.tab_data .head a{
	font-size:120%;
	font-weight:bold;
}

.tab_data .link_btn a{
    display: block;
    width: 100%;
    border-radius: 4px;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    background-color: #ff698f;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
	bottom:0;
}

.tab_data table{
	margin:10px auto;
	width:100%;
	box-sizing:border-box;
	font-size:87%;
}

.tab_data table th,
.tab_data table td{
	border:1px solid #ccc;
	padding:10px;
	line-height:1.2;
}

.tab_data table th{
	background-color:#f6f6f6;
	font-weight:bold;
}

.tab_data .link_btn a:after{
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-top: -12px;
}






/*
スマホメニュー
*/
.header-sp{
	transition: all .3s;
}

#overlay {
    background-color: rgba(51,51,51,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

#sp-menu{
	-webkit-overflow-scrolling: touch;
}

#sp-menu .title{
	border:none !important;
}

#sp-menu .menu_title{
	border-top:1px solid #D9D1B5;
	padding:5px;
	text-align:center;
	color:#916E3E;
	font-weight:bold;
	border-bottom:1px solid #D9D1B5;
	line-height:1.2;
}

#sp-menu .menu_title span{
	font-size:87%;
	font-weight:normal;
}

.sp-nav  ul li:nth-last-of-type(1) a{
	border-bottom:1px solid #ccc !important;
}

.sp-nav .sp_menu_banner{
	padding:10px 0;
}

.sp-nav .sp_menu_banner li a{
	border:none;
	padding:0;
	margin-bottom:10px;
}

.sp-nav .sp_menu_banner li:nth-last-of-type(1) a{
	margin-bottom:0;
}


.sp-nav .sp_menu_banner li a:before{
	display:none;
}

.sp-nav .sp_menu_ranking{
	padding:0px 0 0 0;
}

.sp-nav .sp_menu_ranking li a{
	border-bottom:1px solid #ccc;
	padding:13px 10px 16px 90px;
	position:relative;
	line-height:1.5;
	box-sizing:border-box;
	
}

.sp-nav .sp_menu_ranking li a .name{
	color:#00f;
	text-decoration:underline;
	font-weight:bold;
	font-size:100%;
}

.sp-nav .sp_menu_ranking li a .rank {
    position: absolute;
    color: #fff;
    left: -2px;
    top: 4px;
    z-index: 9;
}

.sp-nav .sp_menu_ranking li a .rank:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5px;
	left: -5.5px; 
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color:#FBB0D2;
	z-index: -1;
}

.sp-nav .sp_menu_ranking li:nth-of-type(1) a .rank:before {
	background-color:#F4B741;
}

.sp-nav .sp_menu_ranking li:nth-of-type(2) a .rank:before {
	background-color:#B8B6B1;
}

.sp-nav .sp_menu_ranking li:nth-of-type(3) a .rank:before {
	background-color:#CA804F;
}


.sp-nav .sp_menu_ranking li:nth-of-type(1) a .copy{
	font-size:80%;
	color:#EDBABD;
	padding-bottom:4px;
}

.sp-nav .sp_menu_ranking li:nth-of-type(2) a .copy{
	font-size:80%;
	color:#afdac1;
	padding-bottom:4px;
}

.sp-nav .sp_menu_ranking li:nth-of-type(3) a .copy{
	font-size:80%;
	color:#B2C9EA;
	padding-bottom:4px;
}

.sp-nav .sp_menu_ranking li:nth-last-of-type(1) a{
	margin-bottom:0;
	border-bottom:none !important;
}

.sp-nav .sp_menu_ranking li a:before{
	content: " ";
	display: inline-block;
	width: 80px;
	height: 45px;
	background: url("../img/100-kireimo.gif");
	background-size: 80px 45px;
	top:23px;
	left:0;
}

.sp-nav .sp_menu_ranking li a:after{
	content:"\f105";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-12px;
	right:5px;
	color:#ccc;
	font-size:120%;
}

.sp-nav .sp_menu_ranking li:nth-of-type(2) a:before{
	background: url("../img/s-ginza.gif");
	background-size: 80px 45px;
}

.sp-nav .sp_menu_ranking li:nth-of-type(3) a:before{
	background: url("../img/100-c3.gif");
	background-size: 80px 45px;
}

.widget_catpostswidget .item-id:after,
.widget_catpostswidget .item-id:before{
	border:none !important;

}

.widget_catpostswidget .item-id{
	position:relative;
}

.widget_catpostswidget .item-id:after{
	content:"\f0d7" !important;
	font-family:FontAwesome !important;
	display:inline-block !important;
	position:absolute !important;
	top:50% !important;
	margin-top:-12px !important;
	right:5px !important;
	color:#ccc !important;
	font-size:120% !important;
	width:auto !important;
	height:auto !important;
	transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
}

/*
20170117 追加
*/
/*
商標ページチェックテキストボックス
*/
.salon_check_box{
	margin:20px auto;
}


/*
20170116 フキダシパーツ　SP
*/

.ball-center{
	margin:10px auto;	
}

.ball-center .img{
    margin: 5px auto 5px;
    width: 130px;
	float:none;
}

.ball-center .img img{
	width:100%;	
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 0 8px #CCC;
	-webkit-box-shadow: 0 0 8px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align:bottom;
}

.ball-center .comment{
    background: #FFF;
    border: 2px solid #E3E3E3;
    border-radius: 5px;
    color: #444;
    padding: 10px;
    position: relative;
	margin:20px auto 10px;
}

.ball-center .comment:before {
	content: "";
	position: absolute;
	top: 0px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 2;
}

.ball-center .comment:after {
	content: "";
	position: absolute;
	top: -2px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #E3E3E3 transparent;
	z-index: 1;
}

/*
20161215 追加スタイルシート
*/

.white_back{
	margin:0px auto;
	width:auto;
	padding:0;
}

#copyright{
	margin:15px auto 0;
}


/*
追加パーツ 20161206
*/

.main_2box_area{
	padding:0px 0px 10px;
}	
	
.main_2box_area .left_box{
	float:none;
	width:100%;
	box-sizing:border-box;
	padding:10px;
}	

.main_2box_area .left_box .txt{
	padding:10px;	
}

.main_2box_area .left_box .title{
	width:100%;
	margin:0px;
}
	
.main_2box_area .right_box{
	float:none;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	border:3px solid #FFB7BA;
	border-radius:4px;
}

.main_2box_area .right_box .left_area .txt,
.main_2box_area .right_box .right_area .txt{
	padding: 0;
}

/*
追加パーツ 20161208
*/

.setumei_box1 .box{
	border:1px dotted #ccc;
	padding:10px 10px 40px 10px;
}

.setumei_box1 .left_box{
	width:30%;
	min-height:128px;
	box-sizing:border-box;
	float:left;
	position:relative;
}

.setumei_box1 .left_box img{
	display:block;
	width:90%;
	max-height:122px;
	vertical-align:bottom;
	position:absolute;
	bottom:0;
}

.setumei_box1 .right_box{
	width:70%;
	box-sizing:border-box;
	float:right;
}

.setumei_box1 .right_box ul{
	margin-top:30px;
	counter-reset: my-counter;
}

.setumei_box1 .right_box ul li{
	margin-bottom:10px;
	border-bottom:none;
	position: relative;
	margin-left:30px;
}

.setumei_box1 .right_box ul li span{
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.setumei_box1 .right_box ul li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #F78A9C;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left:-27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}

.setumei_box1 .right_box .title{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.setumei_box1 .right_box .title:before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}

.setumei_box1 .right_box .title:after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}

.tab_parts_area2{

}

.tab_parts_area2 .tab_area{
	display:block;
	position:relative;
	padding-left:4px;
}

.tab_parts_area2 .tab_area .tab{
	text-align:center;
	cursor:pointer;
	width: 33%;
	box-sizing:border-box;
	padding:10px;
	float:left;
	position:relative;
	font-size:87%;
	background-color:#fff;
	bottom:-1px;
}

.tab_parts_area2 .tab_area .tab span{
	background-color:#efefef;
	padding:18px 10px;
	line-height:1.0;
	display:block;
}

.tab_parts_area2 .tab_area .tab.active{
	color:#fff;
	font-weight:bold;
	cursor: default;
	border:1px solid #ccc;
	border-bottom:1px solid #fff;
	z-index:100;
}

.tab_parts_area2 .tab_area .tab span:before{
	content:"\f054";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-5px;
	font-weight: 900;
}

.tab_parts_area2 .tab_area .tab.active span:before{
	content:"\f078";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-7px;
}

.tab_parts_area2 .tab_box{
	width:100%;
	box-sizing:border-box;
	margin:0;
	border-top:1px solid #ccc;
	padding-top:15px;
}

.tab_parts_area2 .simple_ranking{
	border-top:none;
}

.tab_parts_area2 .tab_area .tab:nth-of-type(1).active span{
	background-color:#FFB7BA;
}

.tab_parts_area2 .tab_area .tab:nth-of-type(2).active span{
	background-color:#91BCE6;
}

.tab_parts_area2 .tab_area .tab:nth-of-type(3).active span{
	background-color:#C0EAD8;
}

.tab_parts_area2 .tab_area .tab .active span{
	position:relative;
}

.tab_parts_area2 .tab_box.down{
	display:none !important;
}

.tab_parts_area2 .tab_area .tab{
	padding:7px;
	font-size:10px;
}

.tab_parts_area2 .tab_area .tab.active span:before,
.tab_parts_area2 .tab_area .tab span:before{
	left: 13px;
}


.flowbox_area .head .title{
	width:100%;
	margin:0 auto;
	position:relative;
}

.flowbox_area .head .title:before{
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #EFEBD9 transparent transparent transparent;
}

.flowbox_area .title img{
	display:block;
	float:left;
	width:60px;
}

.flowbox_area .title .txt{
	display:block;
	margin-left:70px;
	vertical-align:middle;
	text-align:center;
	min-height:60px;
	box-sizing:border-box;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	color:#685546;
	font-size:11px;
}

.flowbox_area .title .txt span{
	font-size:110%;
	color:#FF7FC0;	
}

.flowbox_area .flowbox{
	background-color:#FFF1F8;
	padding:30px 10px 10px;	
}

.flowbox_area .flowbox .box p{
	margin-top:0 !important;	
}

.flowbox_area .flowbox .box{
	padding:10px;
	background-color:#fff;
	margin-bottom:20px;
}

.flowbox_area .flowbox .box:nth-last-of-type(1){
	margin-bottom:0;
}

.flowbox_area .flowbox .box .left_area{
	width:100%;
	float:none;
	box-sizing:border-box;	
}

.flowbox_area .flowbox .box .left_area table, .flowbox_area .flowbox .box .one_box table {
    font-size:10px;
}

.flowbox_area .flowbox .box .one_box .img,
.flowbox_area .flowbox .box .left_area .img{
	width:80px;
	float:left;	
}

.flowbox_area .flowbox .box .one_box .img2 img,
.flowbox_area .flowbox .box .one_box .img img,
.flowbox_area .flowbox .box .left_area .img img{
	width:100%;
	vertical-align:bottom;
}

.flowbox_area .flowbox .box .one_box .txt,
.flowbox_area .flowbox .box .left_area .txt{
	margin-left:90px;
	padding-right: 0px;
}

.flowbox_area .flowbox .box .one_box .txt{
	margin-right:0;	
}

.flowbox_area .flowbox .box .one_box .img2{
	display:none		
}

.flowbox_area .flowbox .box .right_area{
	margin-top:10px;
	width:100%;
	float:none;
	box-sizing:border-box;
}

.memo_box{
	background-color:#ECF8FF;
	padding:10px;
	color:#624a41;
	position:static;
}

.memo_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.memo_box .title{
	color:#87CBFF;
	font-weight:bold;
}

.point_box{
	background-color:#FFF3F3;
	padding:10px;
	color:#624a41;
	position:static;
}

.point_box p:nth-last-of-type(1){
	margin-bottom:0;
}

/*
追加パーツ20161209
*/

#TOP_2COLUMN_AREA .feature_link_area{
	width:100%;
	float:none;
	background-color:#fff;
	box-sizing:border-box;
	padding:10px;
	margin-bottom:10px;
}

#TOP_2COLUMN_AREA .side_ranking_area{
	width:100%;
	float:none;
	background-color:#fff;
	box-sizing:border-box;
	padding:10px 0;
}

#TOP_2COLUMN_AREA .feature_link_area .feature_link_area_title:before,
#TOP_2COLUMN_AREA .side_ranking_area .side_ranking_area_title:before{

}

#TOP_2COLUMN_AREA .feature_link_area .feature_link_area_title,
#TOP_2COLUMN_AREA .side_ranking_area .side_ranking_area_title{
	margin:0 -10px 10px;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .title{
	font-size:100%;
	font-weight:bold;
	margin-bottom:0;
}

#TOP_2COLUMN_AREA .feature_link_area .box .right .txt{
	display:none;
}

.setumei_box4 .setumei_box4_box{
	padding:2px 5px 5px 5px;
}

.research_box_area{

}

.research_box_area_title{
	border: none;
	color: #9F946A;
	background: none;
	border-top: 1px solid #E4DFC8;
	border-bottom: 1px solid #E4DFC8;
	padding: 15px 0;
	font-size: 14px;
	margin: 0px auto 5px;
	line-height: 1.3;
	text-align: center;
	font-weight: normal;
}

.research_box_area_title small{
	font-size:87%;
}

.research_box_area .hosoku{
	text-align:right;
	font-size:87%;
	margin-bottom:20px;
}

.research_box_area .hosoku span{
	background: linear-gradient(transparent 60%, #f9e4e5 0%);
}

.research_box_area2 .research_box,
.research_box_area .research_box{
	width:100%;
	float:none;
	margin-bottom:20px;
}

.research_box_area2 .research_box:nth-of-type(2),
.research_box_area .research_box:nth-of-type(2){
	margin-bottom:10px;
}

.research_box_area .research_box .title{
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:5px;
	background-color:#f5f6d2;
	display:table;
}

.research_box_area .research_box .title .research_arrow{
	background-color:#948A5F;
	color:#fff;
	text-align:center;
	padding:10px 0;
	position:relative;
	width:60px;
	font-size:87%;
	line-height:1.2;
	max-height:24px;
	display:table-cell;
}

.research_box_area .research_box .title .research_arrow:after {
	content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -24px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 0 24px 25px;
    border-color: transparent transparent transparent #948A5F;
}

.research_box_area2 .research_box .title .research_arrow:after {
	right: -24px;
	margin-top: -24px;
	border-width: 24px 0 24px 25px;
}

.research_box_area .research_box .title span{
	display:table-cell;
	line-height:1.4;
	padding-left:30px;
	vertical-align:middle;
}

.research_box_area .research_box .research_img{
	margin:10px auto;
}

.research_box_area .research_box .research_img img{
	width:100%;
	vertical-align:bottom;
}

.research_box_area .research_box .comment_area{
	margin:10px auto;
}

.research_box_area .research_box .comment_area .img{
	border-radius:300px;
	overflow:hidden;
	width:54px;
	float:left;
}

.research_box_area .research_box .comment_area .txt{
	position: relative;
	padding:10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:64px;
	line-height:1.4;
	font-size:87%;
	min-height:54px;
}

.research_box_area .research_box .comment_area .txt:before,
.research_box_area .research_box .comment_area .txt:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.research_box_area .research_box .comment_area .txt:before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

.research_box_area .research_box .comment_area .txt:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.chara_lines{
	margin-top:0px;
	position:relative;
	min-height:108px;
}

.chara_lines .word{
	width:68%;
	float:left;
	margin-right:0px;
	position:relative;
	padding:10px;
	bottom:0;
	margin-top:55px;
	box-sizing:border-box;
	border-radius:4px;
	font-size:12px;
	line-height:1.5;
	background-color:#EAF9F2;
	margin-bottom:0;
}

.chara_lines .word:before {
	content: "";
	position: absolute;
	top: 20%;
	right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #EAF9F2;
	z-index: 0;
}

.chara_lines .img{
	float:none;
	margin-left:69%;
	width:30%;
	margin-top:-75px;
	position:relative;
	padding-left:10px;
	box-sizing:border-box;
}

.chara_lines .img img{
	width:100%;
	vertical-align:bottom;
	padding-top: 30px;
}

.adjustment .intro{
	padding:20px 0 50px;
}

.adjustment .chara_lines {
    margin-top: -15px;
    min-height: 115px;
	height:115px;
}

.adjustment .chara_lines .word {
    width: 70%;
    position: relative;
    bottom: auto;
    top: 25px;
    margin-top: 0;
}

.top_matome_box .txt .img{
	width:100px;
	position:absolute;
	right:10px;
	bottom:10px;
}


.list_link_qa ul li{
	width:100%;
	text-align:center;
	margin-bottom:10px;
	float:none;
}

.list_link_qa ul li:nth-child(even){
	float:none;
}

.choice3point_area {
    padding:0px 10px 20px 10px;
}

.choice3point_area .title{
	position:relative;
	text-align:center;
	margin:0 auto;
	right:auto;
	left:auto;
	display:block;
	font-size:115%;
	font-weight:bold;
	padding:0 10px;
	background-color:#fff;
	height:20px;
	top:-15px;
}

.setumei_box1 .right_box .title{
	position: absolute;
	left: -90px;
	right: 0;
	margin:0 auto;
	text-align:center;
	width:200px;
	height:25px; 
}

/*
商標レビューエリア
*/

.review_data_area {
	padding:7px;
}

.review_data_area .review_data_count{
	float:none;
	width:124px;
	padding-left:10px;
	position:relative;
}

.review_data_area .review_data_hyoka{
	float:none;
	width:280px;
	position:relative;
	padding-left:30px;
}

/*
トップページランキング2
*/


#RANKING_SECTION .box .head{
	margin:-10px 0px 10px;
	border-top: 1px solid #afa98d;
	border-bottom: 1px solid #afa98d;
	color:#77672b;
	padding:10px 10px 6px 120px;
	font-size:120%;
	position:relative;
}

#RANKING_SECTION .box .head:before { 
	content: " ";
	display: inline-block;
	width: 100px;
	height: 60px;
	background: url(../img/ranking_rank1.png);
	background-size: 100px 60px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -31px;
} 

#RANKING_SECTION .box#RANK02 .head:before { 
	background: url("../img/ranking_rank2.png"); 
	background-size: 100px 60px;
} 

#RANKING_SECTION .box#RANK03 .head:before { 
	background: url("../img/ranking_rank3.png"); 
	background-size: 100px 60px;
} 

#RANKING_SECTION .box#RANK04 .head:before { 
	background: url("../img/ranking_rank4.png"); 
	background-size: 100px 60px;
} 

#RANKING_SECTION .box#RANK05 .head:before { 
	background: url("../img/ranking_rank5.png"); 
	background-size: 100px 60px;
} 

#RANKING_SECTION .box#RANK06 .head:before { 
	background: url("../img/ranking_rank6.png"); 
	background-size: 100px 60px;
}

#RANKING_SECTION .box#RANK07 .head:before { 
	background: url("../img/ranking_rank7.png"); 
	background-size: 100px 60px;
} 

#RANKING_SECTION .box .img_area .right{
	position:relative;
}

#RANKING_SECTION .box .img_area .point_area{
	margin-left:0;
}

#RANKING_SECTION .box .img_area .right table.spec{
	width:100%;
	box-sizing:border-box;
	font-size:10px;
	border-bottom:1px solid #D6D4C4;
	margin-bottom:15px;
}

#RANKING_SECTION .box .img_area .right table.spec tr th{
	border-top:1px solid #D6D4C4;
	border-right:1px solid #D6D4C4;
	padding:5px;
	vertical-align:middle;
	font-weight:bold;
	line-height:1.0;
	box-sizing:border-box;
	width:80px;
	color:#6A5E45;
	background-color:#EAF9F2;
}

#RANKING_SECTION .box .img_area .right table.spec tr td{
	border-top:1px solid #D6D4C4;
	padding:5px;
	vertical-align:middle;
	box-sizing:border-box;
}

#RANKING_SECTION .box .hyoka_txt_area .img{
	width:50%;
	float:right;
}

#RANKING_SECTION .box .hyoka_txt_area .img img{
	width:100%;
	vertical-align:bottom;
}

#RANKING_SECTION .box .img_area .img{
	width:35%;
	float:left;
}

#RANKING_SECTION .box .img_area .right{
	margin-left:35%;
	padding-left:10px;
}

/*
SIDE　記事リンク
*/

.side-link{
	display:none;
}

/*
RANKING_SECTION　HYOKA AREA
*/
#RANKING_SECTION .box .img_area .hyoka_area{
	margin-left:0;
	margin-bottom: 0;
}

/*
JUDG BOX
*/
.judg_box{
	margin: 0px;
}

.judg_box .left_box{
	width:60%;
}

.judg_box .right_box{
	margin-left:60%;
}

#TOP_2COLUMN_AREA{
	padding:0 10px;
}

.choice3point_area .box .img{
	width:100%;
	float:none;
	margin-bottom:10px;
}

.choice3point_area .box .txt{
	margin-left:0px;
}

.choice3point_area {
    padding:0px 10px 20px 10px;
}

.choice3point_area .title{
	position:relative;
	text-align:center;
	margin:0 auto;
	right:auto;
	left:auto;
	display:block;
	font-size:115%;
	font-weight:bold;
	padding:0 10px;
	background-color:#fff;
	height:20px;
	top:-15px;
}

/*
20170223 絞込検索
*/

.search_box{
	border:1px solid #938E7A;
	padding:15px;
}

.search_box .title{
	color:#fff;
	padding:15px;
	background-color:#938E7A;
	text-align:center;
	font-size:140%;	
	margin:-15px -15px 10px;	
}

.search_box  table{
	width:100%;
	margin:0 auto;
}

.search_box  table tr{
	border-bottom:1px dotted #938E7A;
}

.search_box  table tr th,
.search_box  table tr td{
	padding:10px;
}

.search_box  table tr th{
	font-size:100%;
	text-align:left;
	font-weight:bold;
	color:#77672B;
	width:84px;
	padding:10px 0;
}

.search_box  table tr td{
	color:#77672B;
}

.search_box  table tr td label{
	display:block;
}

.select_box {
	width: 100%;
}

.select_box select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url("../img/arrow01.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url("../img/arrow01.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 40px, 100%;
}

.select_box:hover{
	opacity:0.6;
	cursor:pointer;
}

.search_box .search_btn a{
	width:100%;
	font-size:100%;
}

.search_box .search_btn a:before{
	margin-top:-12px;
}

#TOP_RESULT_AREA .result_box .head .title {
    width: 100%;
    box-sizing: border-box;
    float: none;
}

#TOP_RESULT_AREA .result_box .head .hyoka {
	width: 100%;
	box-sizing: border-box;
	float: none;
	text-align: right;
}

#TOP_RESULT_AREA .result_box .head .hyoka .txt{
	position: relative;
	bottom: -10px;
	font-size: 87%;
}

#TOP_RESULT_AREA .result_box .head .hyoka .value{
	color: #eb3376;
	font-weight: bold;
	position: relative;
	bottom: -10px;
	font-size: 100%;
}

#TOP_RESULT_AREA .result_box .head .hyoka .star{
	width: 150px;
	position: relative;
	bottom: -5px;
}


#TOP_RESULT_AREA .result_box .left_img{
	width:100%;
	float:none;
	margin-bottom:10px;
}

#TOP_RESULT_AREA .result_box .right_data{
	margin-left:0;
	padding-left:0px;
}

}

@media screen and (max-width: 414px) {
#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{	
	display: inline-block;
	width: 117px !important;
	height:73px !important;
	background-size: 117px 73px !important;
	margin-top:-25px;
}
	
}

@media screen and (max-width: 375px) {
#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{	
	display: inline-block;
	width: 80px !important;
	height:50px !important;
	background-size: 80px 50px !important;
	margin-top:-5px;
}
}
@media screen and (max-width: 370px){
#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{	
	display:none;
}

#RANKING_SECTION .box .img_area .right .hyoka .value{
	display:none;
}

/*
記事一覧
*/

.article_box{
	padding-bottom:0;
	margin-bottom:0 !important;
	position:relative;
	min-height:120px;
	padding-right: 20px;
}

.article_box p{
	margin:0 !important;
}

.article_box .btn a,
.article_box .right .txt{
	display:none;
}

#main .article_box h3{
	border:none;
	float:right;
	margin-left:110px;
	color: #7B7878;
	font-size:100%;
}

#main .article_box h3 a{
	color: #7B7878;
	text-decoration:none;
}

.article_box .right{
	margin:0 !important;
}

.article_box .left{
	position:absolute;
	left:10px;
	border:1px solid #ccc !important;
	top:10px;
	display:block;
	width:100px !important;
	height:100px !important;
	overflow:hidden !important;
}

.article_box .left img{
	vertical-align:middle;
	width:100% !important;
	max-width:none !important;
}

.article_box:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    color: #ccc;
}

h2+.article_box{
	margin-top:-15px;
}

.article_box+.cat_bottom_contents{
	margin-top:20px;
}

}

@media screen and (max-width: 414px) {
#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{	
	display: inline-block;
	width: 117px !important;
	height:73px !important;
	background-size: 117px 73px !important;
	margin-top:-25px;
}
	
}

@media screen and (max-width: 375px) {
#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{	
	display: inline-block;
	width: 80px !important;
	height:50px !important;
	background-size: 80px 50px !important;
	margin-top:-5px;
}
}
@media screen and (max-width: 370px){
#RANKING_AREA .hidden_ranking .ranking_box .data .right ul:after,
#RANKING_AREA .ranking_box .data .right ul:after{	
	display:none;
}

#RANKING_SECTION .box .img_area .right .hyoka .value{
	display:none;
}

}




/*
JUDG BOX最後用20180607小柳
*/
.judg_box2{
	position:relative;
	border:1px solid #6eb0d0;
	padding: 15px 10px 50px 10px;
	font-size: 12px;
	line-height: 1.7;
	margin: 15px 0px;
	clear: both;
}

.judg_box2 .title{
	position:absolute;
	background-color:#6eb0d0;
	color:#fff;
	padding:5px 20px;
	text-align:center;
	display:inline-block;
	top:-10px;
	left:10px;
	line-height:1.0;
}

.judg_box2 .left_box{
	width:80%;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
	border-right:1px dotted #6eb0d0; 
}

.judg_box2 .right_box{
	margin-left:80%;
	padding-left:10px;
	font-weight:bold;
}

@media screen and (max-width: 640px){
/*
JUDG BOX
*/
.judg_box2{
	margin: 0px;
	margin-top: 20px;
}


.judg_box2 .left_box{
	width:60%;
}

.judg_box2 .right_box{
	margin-left:60%;
}
}