@charset "UTF-8";


/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/
/*html,body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}*/
body {
	-webkit-text-size-adjust: 100%;
}
img {
	height: auto;
	max-width: 100%;
}

.pc_none {
	display: block;
}
.sp_none {
	display: none;
}

/* SETTING
------------------------------------*/
.imgl,.imgr {
	float: none;
	margin: 0 0 10px;
	text-align: center;
	display: block;
}

/* WRAP CONTAINER MAIN SIDE
------------------------------------*/
#wrapper {
	width: auto;
}
#container {
	margin: 0 10px;
}
#main {
	float: none;
	margin-bottom: 20px;
	padding: 10px;
	width: auto;
}
#side {
	float: none;
	width: auto;
}

/* HEADER
------------------------------------*/
h1 {
	display: none;
}


.header-in {
	/* background: none; */
	/* background: url("../img/topimg.png") no-repeat scroll 0 0; */
	/* -webkit-background-size: contain; */
	/* background-size: contain; */
	/* height: auto; */
	/* padding-top: 45%; */
}

.header-in {
	background: no-repeat scroll 0 0;
	background-size: contain;
	height: auto;
	/* padding-top: 40%; */
	margin-bottom: 10px;
	position: relative;
}

.sp-header {
	margin-bottom: 5px;
}

.header2-in {
	display: none;
	margin: 0 10px;
}
.header2-in .logo {
	float: none;
	width: auto;
}
.header2-menu {
	float: none;
	width: auto;
}
.top-menu {
	position: static;
	width: auto;
}
.g-menu {
	background: #FFBAC9;
	margin-bottom: 10px;
	padding: 10px;
}
.g-menu li {
	margin: 1%;
	width: 48%;
}
.g-menu li:nth-child(2n) {
	margin-right: 0;
}
.g-menu li a,
.g-menu li:nth-child(2) a,
.g-menu li:nth-child(3) a,
.g-menu li:nth-child(4) a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,f6f6f6+100 */
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
border: 1px solid #EEE;
-webkit-box-shadow: inset 0 1px #FFF, 0 1px 2px #CCA3A7;
box-shadow: inset 0 1px #FFF, 0 1px 2px #CCA3A7;

	border-radius: 3px;
	color: #333;
	font-weight: bold;
	height: auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	white-space: normal;
}
/* sns */
.snsb-b {
	margin: 10px 10px 0px 10px;
}
.snsb-b li {
	margin-right: 2%;
	width: 23.5%;
}
.snsb-b li:last-child {
	margin-right: 0;
}

/* SP MENU
------------------------------------*/
.header-sp {
	background: #FFF;
	box-shadow: 0 1px 2px #CCC;
	  -webkit-box-shadow: 0 1px 2px #CCC;
	display: table;
	opacity: .95;
	position: fixed;
	top: 0;
	table-layout: fixed;
	width: 100%;
	z-index: 999;
}
.header-sp #rank,
.header-sp .logo,
.header-sp #open-btn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.header-sp #open-btn {
	background: #FFF;
	color: #7a6c2d;
	font-family: 'Frank Ruhl Libre', sans-serif;
	/* font-weight: bold; */
	line-height: 1.2;
	padding: 0 10px 20px 0;
	text-decoration: none;
	width: 15%;
	font-size: 12px;
}
.header-sp #open-btn::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url("../img/menu_icon01.png");
	background-size: 27px 25px;
	background-repeat: no-repeat;
	margin-right: 13px;
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -8px;
}

.header-sp #rank {
	background: #FFF;
	color: #7a6c2d;
	font-family: 'Frank Ruhl Libre', sans-serif;
	/* font-weight: bold; */
	padding: 0px 0 20px 10px;
	text-decoration: none;
	width: 15%;
	position: relative;
	font-size: 12px;
}

.header-sp #rank:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url("../img/ranking_icon01.png");
	background-size: 27px 25px;
	background-repeat: no-repeat;
	margin-left: 20px;
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -6px;
}


#sp-menu {
	background: #FFF;
	border-left: 3px solid #745E50;
	box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	display: block;
    height: 100%;
    padding: 20px 10px 20px 10px;
    position: static;
    position: fixed;
    top: 0;
    right: -75%;
    transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
    overflow-y: auto;
    visibility: visible;
    width: 75%;
    z-index: 9999;
    transition: linear .2s;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
}
#sp-menu.menu_close {
	right: 0;
}
#sp-menu .title {
	border-bottom: 2px dotted #CCC;
	font-family: 'Frank Ruhl Libre', sans-serif;
	font-size: 24px;
	padding: 0 0 7px 5px;
	position: relative;
	color: #745E50;
}
#close-btn {
	color: #333;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: -10px;
}
#close-btn span {
	border: 1px solid #745E50;
	border-radius: 10px;
	display: inline-block;
	height: 20px;
	position: relative;
	transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
}
#close-btn span:before {
	content: "";
	border: 1px solid #745E50;
	border-radius: 10px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: -1px;
	transform: rotate(-90deg);
	  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  -o-transform: rotate(-90deg);
}

/*menu*/
.sp-nav .item-id {
	border-bottom: 2px dotted #CCC;
	padding: 10px 0;
}
.widget_catpostswidget .item-id {
	cursor: pointer;
	padding: 10px 40px 10px 5px;
	position: relative;
}
.widget_catpostswidget .item-id:before,
.widget_catpostswidget .item-id:after {
	content: "";
	border-top: 2px solid #745E50;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: rotate(40deg);
	  -webkit-transform: rotate(40deg);
	  -ms-transform: rotate(40deg);
	  -o-transform: rotate(40deg);
	width: 10px;
}
.widget_catpostswidget .item-id:after {
	right: 10px;
	transform: rotate(-40deg);
	  -webkit-transform: rotate(-40deg);
	  -ms-transform: rotate(-40deg);
	  -o-transform: rotate(-40deg);
	width: 10px;
    top: 50%
}
.sp-nav li a {
	border-bottom: 1px dotted #CCC;
	color: #333;
	display: block;
	padding: 10px 15px 10px 10px;
	position: relative;
	text-decoration: none;
}
.sp-nav li a:before{
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 5px;
    color: #ccc;
    font-size: 120%;
}
.sp-nav:last-child {
	margin-bottom: 20px;
}
.sp-nav2 li {
	margin: 10px 0;
}
.sp-nav2 li a {
	background: #E9E9E9;
	border-radius: 2px;
	color: #333;
	display: block;
	font-size: 14px !important;
	padding: 5px 20px 5px 30px;
	position: relative;
	text-decoration: none;
}
.sp-nav2 li a:before {
	content: "\f0da";
	color: #AAA;
	font-family: FontAwesome;
	margin-top: -13px;
	position: absolute;
	left: 15px;
	top: 50%;
}
#sp-menu .menu_icon li {
	display: table;
}
#sp-menu .menu_icon a {
	display: table-cell;
	padding: 10px 10px 10px 30px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
#sp-menu .menu_icon a img {
	margin-top: -10px;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 20px;
}
#sp-menu .menu_icon a:before {
	content: none;
}

/* HEADING STYLES
-----------------------------------------*/
.home h3 {
	font-size: 16px;
    border: none;
    background: none ;
    background-color: #fff;
    padding: 4px 0px 4px 10px;
    border-left: 5px solid #61b59b;
    border-bottom: 1px solid #61b59b;
    color: #333;
}

.home h2 br {
	display:block;
}

.page-top {
	bottom: 0px;
	right: 10px;
}

/* TOP HIKAKUBOX
------------------------------------*/
.top-hikakubox table,
.top-hikakubox thead,
.top-hikakubox tbody,
.top-hikakubox tfoot,
.top-hikakubox tr {
	display: block;
}
.top-hikakubox tr:first-child {
	display: none;
}
.top-hikakubox th,
.top-hikakubox td {
	display: block;
}
.top-hikakubox td:first-child {
	width: auto;
}
.top-hikakubox td:first-child::before,
.top-hikakubox td:nth-child(2)::before {
	background: #685546;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
.top-hikakubox td:first-child::before {
	content: "商品名";
}
.top-hikakubox td:nth-child(2)::before {
	content: "ポイントと詳しい評価";
}
.top-hikakubox .ballon {
	display: block;
	font-size: 14px;
}
.top-hikakubox .ballon::before {
	border-bottom: 12px solid #2a9a84;
	border-right-width: 8px;
	border-left: 0;
	border-top: 0;
	margin-right: -110px;
	bottom: auto;
	left: auto;
	right: 50%;
	top: -12px;
}
.top-hikakubox .ballon span::before {
	height: 6px;
	margin-left: -2px;
	top: -9px;
	width: 6px;
}
.top-hikakubox .hyokabox li {
	border-bottom: 0 !important;
	border-right: 0;
	float: none;
	margin: 0 0 5px 0;
	padding: 0 !important;
	width: auto;
}
.top-hikakubox .hyokabox li:last-child {
	margin-bottom: 0;
}
.top-hikakubox .text-right img {
    vertical-align: baseline;
}

/* RANKING SIDEBOX
------------------------------------*/
.ranking-sidebox .rank01,
.ranking-sidebox .rank02,
.ranking-sidebox .rank03 {
	float: none;
	margin: 0 0 20px;
	width: auto;
}
.ranking-sidebox .top-text {
	margin: 0 auto;
}
.ranking-sidebox .text-center img {
	width: 100%;
}

/* IRREGULAR 3BOX
------------------------------------*/
.irregular-3box .left {
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.irregular-3box .right {
	margin-left: 0;
	text-align: center;
}
.irregular-3box .right .box1,
.irregular-3box .right .box2 {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
	padding: 10px 25px 10px 10px;
	position: relative;
}
.irregular-3box .right .imgl {
	float: left;
	margin-bottom: 0;
	width: 30%;
}
.irregular-3box .right .title {
    background: none;
    text-align: left;
}
.irregular-3box .right .title a {
	color: #333;
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.irregular-3box .right .title a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.irregular-3box .right .title a:hover:before {
	background: #333;
	opacity: .1;
}
.irregular-3box .right .title a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #AAA;
	font-size: 20px;
	margin-top: -10px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.irregular-3box .right p {
	display: none;
}


/* WIDE PICKUPBOX
------------------------------------*/
.wide-pickupbox .right-box {
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.wide-pickupbox .right-box .imgr {
	float: right;
	margin: 0 0 5px 10px;
}
.wide-pickupbox .left-box {
	float: none;
	width: auto;
}
.wide-pickupbox .left-box .box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* NEW ARTICLE */
.wide-pickupbox .NewArticle .img {
	width: 30%;
}
.wide-pickupbox .NewArticle .icon {
	left: 33%;
}
.wide-pickupbox .NewArticle .text {
	margin-left: 33%;
}
.wide-pickupbox .NewArticle .description {
	display: none;
}

/* WIDE PICKUPBOX
------------------------------------*/
.wide-pickupbox .kuchikomi {
	font-size: 12px;
}

/* GAIYOU BOX
------------------------------------*/
.gaiyou-box-m {
	font-size: 12px;
}

/* FOOTER
------------------------------------*/
.gaiyou-box-m .imgr {
	float: right;
	margin: 0 0 5px 10px;
}

/* FOOTER
------------------------------------*/
#footer {
	margin: 30px 10px 0;
}
.footer-content {
	display: none;
}
#footer .description {
	font-size: 12px;
}

/* BACK TO TOP STYLES
-----------------------------------------*/
.page-top a {
	background-size: 9px 8px;
	  -webkit-background-size: 9px 8px;
	padding: 30px 0 25px 0;
}

/* COMMENT BOX
------------------------------------*/
.comment-box .title {
	background-position: left bottom;
	height: auto;
	/* padding: 10px 0 5px; */
}

.box003 span {
	font-size: 12px;
}

/* COMMENT BOX
------------------------------------*/
.tokushu-header-box.tokushu03 {
	background-size: contain;
	  -webkit-background-size: contain;
	height: auto;
	padding: 50.5% 0 0;
}
.tokushu-header-box.tokushu02 {
	background-size: contain;
	  -webkit-background-size: contain;
	height: auto;
	padding: 50.5% 0 0;
}
.tokushu-header-box.tokushu04 {
	background-size: contain;
	  -webkit-background-size: contain;
	height: auto;
	padding: 48.46% 0 0;
}
.tokushu-header-box.tokushu01 {
	background-size: contain;
	  -webkit-background-size: contain;
	height: auto;
	padding: 48.46% 0 0;
}
.tokushu-header-box.tokushu05 {
	background-size: contain;
	  -webkit-background-size: contain;
	height: auto;
	padding: 48.46% 0 0;
}

/* TAIKEN BOX
------------------------------------*/
.taiken-box {
	background-color: #E5F4FB;
	background-size: contain;
	  -webkit-background-size: contain;
	padding: 17% 10px 10px;
}
.taiken-box .box01,
.taiken-box .box02,
.taiken-box .box03,
.taiken-box .box04,
.taiken-box .box05,
.taiken-box .box06 {
	float: none;
	margin-right: 0;
	width: auto;
}
.taiken-box .link-bt {
	float: none;
	margin: 5px auto;
}

/* TAIKEN BOX
------------------------------------*/
.tokushu-header-box.tokushu02 {
	background-size: contain;
	  -webkit-background-size: contain;
	height: auto;
	padding: 50.5% 0 0;
}

/* BOX3
------------------------------------*/
.box3 .box3-01,
.box3 .box3-02,
.box3 .box3-03 {
	float: none;
	margin: 0 0 10px;
	width: auto;
}

/* BOX3-s2
------------------------------------*/
.box3-s2 .box3-01,
.box3-s2 .box3-02,
.box3-s2 .box3-03 {
  border-bottom: 0;
  float: left;
  margin-right: 4%;
  padding: 0 0 10px;
  min-height: 0;
  text-align: center;
  width: 48%;
}
.box3-s2 .box3-03 {
  margin-right: 2%;
}
.box3-s2 > div:nth-child(2n) {
	margin-right: 0;
}
.box3-s2 .box3-01 p,
.box3-s2 .box3-02 p,
.box3-s2 .box3-03 p {
  font-size: 12px;
  line-height: 1.7em;
  margin-top: 5px;
  text-align: left;
}

/* KOBETU HIKAKU
------------------------------------*/
.kobetu-hikaku table {
	table-layout: fixed;
}
.kobetu-hikaku table th:first-child,
.kobetu-hikaku table td:first-child {
	width: 45px;
}

/* H2BOX PARTS05T
------------------------------------*/
.h2box-parts05t {
	height: auto;
}
.h2box-parts05t .left {
	float: none;
	text-align: center;
	width: auto;
}
.h2box-parts05t .right {
	float: none;
	width: auto;
	padding: 0;
}

/* H2BOX PARTS05
------------------------------------*/
.hikaku-box2 .hikaku-left li,
.hikaku-box2 .hikaku-right li {
	line-height: 1.2;
	padding-top: 5px;
}

/* TOKUSHU YUDOU
------------------------------------*/
.tokushu-yudou {
	background-size: contain;
	  -webkit-background-size: contain;
	padding-top: 12.3%;
}
.tokushu-yudou .boxr {
  margin-left: 0;
}
.tokushu-yudou .link {
	text-align: center;
}
.tokushu-yudou .link a {
	background: #3399cc;
	border-radius: 3px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.tokushu-yudou .link a:before {
	content: none;
}

/* TOKUSHU YUDOU2
------------------------------------*/
.tokushu-yudou2 {
	background-size: contain;
	  -webkit-background-size: contain;
	padding-top: 12.3%;
}
.tokushu-yudou2 li {
	display: table;
	width: 100%;
}
.tokushu-yudou2 li a {
	display: table-cell;
	height: 67px;
	padding-left: 115px;
	vertical-align: middle;
}
.tokushu-yudou2 .imgl {
	float: none;
	margin: -33px 0 0;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 100px;
}
.tokushu-yudou2 .boxr {
  margin-left: 0;
}
.tokushu-yudou2 .title {
	font-size: 14px;
}
.tokushu-yudou2 .txt {
	display: none;
}
.tokushu-yudou .link a:before {
	content: none;
}

/* BOTTOM NAVI
------------------------------------*/
.bottom-navi ul {
	table-layout: fixed;
	width: 100%;
}
.bottom-navi li:first-child {
	width: 30%;
}

/* POINT3 BOX02
------------------------------------*/
.point3-box02 .box-cs {
	border-bottom: 0;
}
.point3-box02 .box {
	border-bottom: 4px dotted #d5d5d5;
	border-right: 0;
	display: block;
	padding: 10px;
}

/* CHECK01 1
------------------------------------*/
.check01-l {
	background: none;
	padding: 0;
}
.check01-l > span {
	background: url("../img/check01-l.jpg") no-repeat scroll 0 -8px;
	background-size: 60px auto;
	  -webkit-background-size: 60px auto;
	display: table-cell;
	height: 40px;
	padding-left: 60px;
	vertical-align: middle;
}

/* DATA BOX
------------------------------------*/
.data-box td:first-child {
	width: 100px;
}

/* KOUSHIKIBT 01
------------------------------------*/
.koushikibt01 a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbbd2+0,fe86ae+50,fe6397+51,fe6397+100 */
	background: rgb(255,187,210); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,187,210,1) 0%, rgba(254,134,174,1) 50%, rgba(254,99,151,1) 51%, rgba(254,99,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,187,210,1) 0%,rgba(254,134,174,1) 50%,rgba(254,99,151,1) 51%,rgba(254,99,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,187,210,1) 0%,rgba(254,134,174,1) 50%,rgba(254,99,151,1) 51%,rgba(254,99,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbd2', endColorstr='#fe6397',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: auto;
	padding: 10px 10px 10px 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	white-space: normal;
	width: auto;
}
.koushikibt01 a:before {
    content: "";
    background: #fff;
    border-radius: 50%;
    margin-top: -10px;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 1px;
}
.koushikibt01 a:after {
    content: "";
    border-right: 1px solid #F45F92;
    border-top: 1px solid #F45F92;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    width: 6px;
}

/* HIKAKU BOX
------------------------------------*/
.hikaku-box .hikaku-left,
.hikaku-box .hikaku-right {
	float: none;
	margin: 0 0 10px;
	width: auto;
}

/* CHECK BOX03
------------------------------------*/
.check-box03 {
	background: #E8EFF9;
	padding-bottom: 10px;
}

.right+.check-box03 {
	margin-top:30px;
}
.check-box03-t {
	background: none;
	border-bottom: 2px solid #69A6DD;
	height: auto;
	overflow: visible;
	padding: 12px 10px 10px 80px;
	position: relative;
}
.check-box03-t:before {
	content: "CHECK";
	background: #69A6DD;
	border-radius: 100%;
	color: #FFF;
	font-family: "Marmelad",sans-serif;
	font-size: 14px;
	padding: 17px 0;
	position: absolute;
	top: 2px;
	left: 10px;
	text-align: center;
	width: 59px;
}
.check-box03-t:after {
	content: "";
	border-top: 15px solid #69A6DD;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	left: 55px;
	top: 51px;
	transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
}
.check-box03-m {
	background: #FFF;
	border-radius: 10px;
	margin: 10px 10px 0;
	padding: 15px 10px 10px;
}
.check-box03-b {
	display: none;
}
.edit-box {
  /*! float: none; */
  width: auto;
}

/* SOUGOU RANK 02
------------------------------------*/
.sougou-rank02-box .rank01 {
	padding: 0 0 10px;
}
.sougou-rank02-box .rank01 .left {
	margin: 0;
	min-height: 0;
}
.sougou-rank02-box .rank01 .right {
	position: static;
	text-align: center;
}
.sougou-rank02-box .price {
	margin: 10px 0;
	text-align: center;
}
.sougou-rank02-box .setumei {
	margin: 10px 0;
}
.sougou-rank02-box .rank01 .icon {
	float: none;
}
.sougou-rank02-box .rank01 .link-bt {
	float: none;
}
.sougou-rank02-box .rank-link-bt,
.sougou-rank02-box .rank-kobetsu-bt {
	float: none;
	height: auto;
	margin: 10px 0 0;
	width: auto;
}
.sougou-rank02-box .rank-kobetsu-bt a,
.sougou-rank02-box .rank-link-bt a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd97ba+0,fe6397+100 */
	background: rgb(253,151,186); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,151,186,1) 0%, rgba(254,99,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(253,151,186,1) 0%,rgba(254,99,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(253,151,186,1) 0%,rgba(254,99,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd97ba', endColorstr='#fe6397',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FE6397;
	border-radius: 5px;
	box-shadow: inset 0 1px rgba(255, 255, 255, .4), 0 2px #EEE;
	  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .4), 0 2px #EEE;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-shadow: 0 -1px #FE6397;
	padding: 10px;
	position: relative;
	white-space: normal;
	width: auto;
}
.sougou-rank02-box .rank-kobetsu-bt a:before,
.sougou-rank02-box .rank-link-bt a:before {
	content: "\f144";
	font-family: FontAwesome;
	font-size: 25px;
	margin-right: 10px;
	vertical-align: sub;
}
.sougou-rank02-box .rank-kobetsu-bt a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97d4a9+0,61be7c+100 */
	background: rgb(151,212,169); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(151,212,169,1) 0%, rgba(97,190,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(151,212,169,1) 0%,rgba(97,190,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(151,212,169,1) 0%,rgba(97,190,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d4a9', endColorstr='#61be7c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #54B870;
	text-shadow: 0 -1px #54B870;
}
.sougou-rank02-box .rank02 {
	border-bottom: 7px dotted #B3B3B3;
	border-right: 0;
	float: none;
	padding: 0 0 10px;
	width: auto;
}
.sougou-rank02-box .rank03 {
	float: none;
	padding: 0 0 10px;
	width: auto;
}
.sougou-rank02-box .rank02 .right,
.sougou-rank02-box .rank03 .right {
	float: none;
	text-align: center;
}
.sougou-rank02-box .rank02 .left,
.sougou-rank02-box .rank03 .left {
	margin-right: 0;
}

/* NO1 OSUSUME03
------------------------------------*/
.no1-osusume03 {
	background: #F3FAFD;
	border: 3px solid #79ADD2;
	border-radius: 10px;
	margin: 20px 0 10px;
	position: relative;
}
.no1-osusume03:before {
	content: "買うならコレ！";
	background: #0186D5;
	border-radius: 100px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 3px;
	position: absolute;
	left: 10px;
	top: -18px;
}
.no1-osusume03 .osusume-t,
.no1-osusume03 .osusume-b {
	display: none;
}
.no1-osusume03 .osusume-m {
	background: none;
	padding: 20px 10px 10px;
}

/* H2BOX PARTS
------------------------------------*/
.h2box-parts {
	background-size: 20% auto;
	  -webkit-background-size: 20% auto;
	padding-right: 23%;
}

/* WORD BOX
------------------------------------*/
.word-box .title {
	background: #D8E49F;
	height: auto;
	line-height: 1.2;
	padding: 7px 5px 5px 30px;
	position: relative;
}
.word-box .title:before {
	content: "";
	background: #FFF;
	border-radius: 100%;
	height: 15px;
	position: absolute;
	left: 5px;
	width: 15px;
}

/* TABLE02
------------------------------------*/
.table02 table {
	table-layout: fixed;
}
.table02 th {
	font-size: 12px;
	font-weight: bold;
	width: 60px;
}
.table02 td:last-child {
	width: 60px;
}

/* KOBETU HIKAKU02
------------------------------------*/
.kobetu_hikaku02 td {
	border-bottom: 0;
	display: block;
}
.kobetu_hikaku02 tr:nth-child(4) td:last-child {
	border-bottom: 1px solid #a7998d;
}
.kobetu_hikaku02 td:before {
	border: 1px solid #a7998d;
	background: #745e50;
	color: #FFF;
	display: block;
	margin: -6px -6px 5px;
	padding: 5px;
}
.kobetu_hikaku02 th {
	display: none;
}
.kobetu_hikaku02 tr:nth-child(2) td:first-child:before  { content: "ブランド"; }
.kobetu_hikaku02 tr:nth-child(2) td:nth-child(2):before { content: "美白成分"; }
.kobetu_hikaku02 tr:nth-child(2) td:nth-child(3):before { content: "UV対策成分"; }
.kobetu_hikaku02 tr:nth-child(2) td:nth-child(4):before { content: "シミケアタイプ"; }
.kobetu_hikaku02 tr:nth-child(2) td:nth-child(5):before {  content: "テクスチャー"; }

.kobetu_hikaku02 tr:nth-child(4) td:first-child:before  { content: "向いてる肌質"; }
.kobetu_hikaku02 tr:nth-child(4) td:nth-child(2):before { content: "無添加様相"; }
.kobetu_hikaku02 tr:nth-child(4) td:nth-child(3):before { content: "医薬部外品"; }
.kobetu_hikaku02 tr:nth-child(4) td:nth-child(4):before { content: "トライアル"; }
.kobetu_hikaku02 tr:nth-child(4) td:nth-child(5):before { content: "口コミ総評価"; }

/* H2BOX PARTS02
------------------------------------*/
.h2box-parts02 .left {
	float: none;
	text-align: center;
	width: auto;
}
.h2box-parts02 .right {
	margin: 10px 0 0;
}

/* H2BOX PARTS05
------------------------------------*/
.h2box-parts05 .left {
	float: none;
	text-align: center;
	width: auto;
}
.h2box-parts05 .right {
	margin: 10px 0 0;
}

/* ADMIN REVIEW
------------------------------------*/
.admin_review .img {
	float: none;
	text-align: center;
}
.admin_review .radar_canvas {
	margin: 0 auto;
	height: auto;
	max-width: 250px;
	width: 100%;
}


/* BREADCRUMB
-----------------------------------------*/
#breadcrumbs {
	display: none;
}



/* ARCHIVE
------------------------------------*/
/*
記事一覧
*/

.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%;
	padding: 10px 10px;
}

#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;
}





/* TOPIC - SIDE
------------------------------------*/
.topic-box .right,
.side-ranking .pres-box {
	font-size: 12px;
}




/* SITEMAP
------------------------------------*/
#sitemap li {
	border-bottom: 1px solid #EEE;
	line-height: 1.2;
	margin-bottom: 0;
}
#sitemap li a {
	display: block;
	padding: 12px 10px 10px;
}
#sitemap .sitemap_cat li {
	border-bottom: 0;
}
#sitemap .sitemap_cat li a {
	border-bottom: 2px solid #EEE;
	padding: 10px;
}
#sitemap .sitemap_c li {
	border-bottom: 1px solid #EEE;
}
#sitemap .sitemap_c li a {
	border-bottom: 0;
}

/* トップページ追加20160906 */

body.home .notebg02:nth-of-type(1) .imgl img,
body.home .notebg02:nth-of-type(2) .imgl img{
	width:100%;
	vertical-align:bottom;
}

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

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

#RANKING_AREA .ranking_box .data .left{
	width:auto;
	float:none;
	margin-bottom:10px;
}

#RANKING_AREA .ranking_box .data .right{
	width:auto;
	float:none;
}

#RANKING_AREA .ranking_box .link a {
  background: #FF8684;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9594+0,ff7c79+100 */
  background: rgb(255,149,148); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,149,148,1) 0%, rgba(255,124,121,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,149,148,1) 0%,rgba(255,124,121,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,149,148,1) 0%,rgba(255,124,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9594', endColorstr='#ff7c79',GradientType=0 ); /* IE6-9 */
  border: 1px solid #FF6462;
  box-shadow: inset 0 1px rgba(255, 255, 255, .4), 0 2px 0px #EEE;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .4), 0 2px 0px #EEE;
  text-shadow: -1px -1px #FF6462;

  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 10px 10px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#RANKING_AREA .ranking_box .link .fa {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: sub;
}
#RANKING_AREA .ranking_box .link a:hover {
  opacity: 0.8;
}

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

#RANKING_AREA .ranking_box .head .name{
    font-size: 120%;
    font-weight: bold;
    margin-left: 83px;
    margin-bottom: 10px;
}

#RANKING_AREA .ranking_box .rank+.copy{
	margin-left:83px;
}

#RANKING_AREA .ranking_box .txt{
	position:relative;
}

#RANKING_AREA .ranking_box .txt .more_btn{
	display:inline-block;
	color:#0000ff;
	text-decoration:underline;
	cursor:pointer;
}

#RANKING_AREA .ranking_box .txt .more_btn:before{
content: "...もっと読む"
}

#RANKING_AREA .ranking_box .txt .more_btn.active{
	position:absolute;
	bottom:-10px;
	right:0;
}

#RANKING_AREA .ranking_box .txt .more_btn.active:before{
	content: "閉じる";
}

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

#RANKING_AREA .ranking_box .txt .more_txt.active{
	margin-bottom:20px;	
	display:inline !important;
}





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

	/* COMMENT BOX
	------------------------------------*/
	.comment-box01,
	.comment-box02,
	.comment-box03 {
		background-size: auto 350px;
		  -webkit-background-size: auto 350px;
	}

	/* VOICE RIGHT
	------------------------------------*/
	.voice-right .img {
		float: none;
		margin: 0 auto 10px;
		width: 100px;
	}
	.voice-right .box,
	.voice-right .arrow {
		margin-right: 0;
	}
	.voice-right .box::before,
	.voice-right .box::after {
		border-right: 13px solid #6aa5dd;
		border-top-width: 18px;
		border-left: 0;
		margin-left: -70px;
		left: 50%;
		right: auto;
		top: -20px;
	}
	.voice-right .box::after {
		border-right: 13px solid #fffeec;
		margin-left: -72px;
		top: -14px;
	}

	/* VOICE RIGHT
	------------------------------------*/
	.review_ave .ave_star {
    vertical-align: baseline;
	}

	/**
	* balloon
	 *****************************/
	.balloon-left .img,
	.balloon-right .img {
		float: none;
		margin-bottom: 10px;
	}

	.balloon-right .img {
		text-align: right;
	}

	.balloon-left .balloon-comment,
	.balloon-right .balloon-comment {
		margin: 0;
	}

	.balloon-left .balloon-comment::before,
	.balloon-right .balloon-comment::before {
		border-bottom: 12px solid #ccc;
	    border-left: 10px solid transparent;
		border-top: 0;
	    border-right: 10px solid transparent;
	    top: -14px;
	}

	.balloon-left .balloon-comment::before {
		left: 41px;
	}

	.balloon-right .balloon-comment::before {
		right: 45px;
	}

	.balloon-left .balloon-comment::after,
	.balloon-right .balloon-comment::after {
		border-bottom: 12px solid #fff;
	    border-left: 10px solid transparent;
		border-top: 0;
	    border-right: 10px solid transparent;
	    top: -11px;
	}

	.balloon-left .balloon-comment::after {
		left: 41px;
	}

	.balloon-right .balloon-comment::after {
		right: 45px;
	}

	.balloon-left.bln_bg_pk .balloon-comment:before,
	.balloon-left.bln_bg_bl .balloon-comment:before {
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	}

	.balloon-right.bln_bg_pk .balloon-comment:before,
	.balloon-right.bln_bg_bl .balloon-comment:before {
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	}

	.balloon-left.bln_bg_pk .balloon-comment:before,
	.balloon-right.bln_bg_pk .balloon-comment:before {
		border-bottom: 14px solid #FEDEE3;
	}

	.balloon-left.bln_bg_bl .balloon-comment:before,
	.balloon-right.bln_bg_bl .balloon-comment:before {
		border-bottom: 14px solid #DBEEF6;
	}


}

@media screen and (max-width: 335px) {
	.ranking-sidebox .top-text {
		margin-left: -8px;
	}
}

.notebg{
	background-color: #fdefee;
	padding: 15px 10px 1px 10px;
	margin: 10px 0px 15px 0px;
	line-height: 1.8em;
	width: auto;
	font-size: 14px;
}


.notebg02{
	background-color: #fff;
	padding: 15px 10px 1px 10px;
	margin: 10px 0px 15px 0px;
	line-height: 1.8em;
	width: auto;
}

.txt-left img{
	width:130px;
}

.txt-right img{
	width:130px;
}

/*---------------------------------------------------------
container01
-----------------------------------------------------------*/
.container01{
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	}

.container01 .title{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	padding-top: 30%;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: url("../img/container01-header_sp.png") no-repeat;
	background-size: cover;
	overflow: hidden;
	}

.container01 .contents{
	clear: both;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	width: auto;
	line-height: 1.8em;
	background: url("../img/container01-contents.png") repeat-y;
	overflow: hidden;
	}

.container01 .box1{
	float: left;
	margin: 0px 16px 10px 0px;
	padding: 10px;
	width: 255px;
	border: 1px #dddddd solid;
	overflow: hidden;
	}

.container01 .box2{
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	width: 255px;
	border: 1px #dddddd solid;
	overflow: hidden;
	}

.container01 .box1 p,
.container01 .box2 p{
	margin: 10px 0px 0px;
	padding: 5px;
	width: 245px;
	background: #FCFAEB;
	overflow: hidden;
	}

.container01 .link-box{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	width: 860px;
	background: url("../img/container01-link.png") repeat-y;
	overflow: hidden;
	}

.container01 .link-bt a{
	display: block;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/container01-bt.png") no-repeat;
	}

.container01 .link-bt a:hover{
	background-position: 0px -45px;
	}

/*---------------------------------------------------------
吹き出し
-----------------------------------------------------------*/
.fukidashi {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	width: auto;
	min-width: auto;
	height: auto;
	line-height: 1.8;
	z-index: 0;
	font-size: 14px;
	display: block;
}


/*---------------------------------------------------------
トップページ用ボックス01幅640px
-----------------------------------------------------------*/
.top-box03{
	clear: both;
	margin: 0px 0px 10px 0px;
	width: auto;
	overflow: hidden;
	background: url("../img/select-point3_back2.png");
	padding: 10px 10px 25px;
	position: relative;
	}
.top-box03:before,
.top-box03:after {
	content: "";
	background: #FFF;
	-webkit-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
	height: 28px;
	position: absolute;
	left: -14px;
	top: -14px;
	transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	width: 28px;
}
.top-box03:after {
	left: auto;
	right: -14px;
	transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
}

.top-box03 .header{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: auto;
	height: 90px;
	color: #695647;
	font-size: 20px;
	font-weight: bold;
	background: url(img/top-box03-header.png) no-repeat;
	overflow: hidden;
	}

.top-box03 .contents{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: auto;
	background: url(img/top-box01-link.png) repeat-y;
	overflow: hidden;
	}

.top-box03 .select-point{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1.6em;
	background: none;
	overflow: hidden;
	}

.top-box03 .left{
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	}

.top-box03 .right{
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	}

.top-box03 .box{
	width: auto;
	height: auto;
	overflow: visible;
	}

.top-box03 .box2{
	width: auto;
	height: auto;
	overflow: visible;
	}

.top-box03 .box,
.top-box03 .box2 {
	background: url("../img/select-point3_back.png");
	background-size: 6px 6px;
	  -webkit-background-size: 6px 6px;
	margin: 55px 0 0 0;
	padding: 10px;
	position: relative;
}
.top-box03 .left .box {
	margin-top: 45px;
}
.top-box03 .box:before,
.top-box03 .box2:before {
	content: "";
	background: url("../img/select-point3_1.png") no-repeat;
	background-size: contain;
	  -webkit-background-size: contain;
	height: 45px;
	position: absolute;
	left: -8px;
	top: -45px;
	width: 410px;
}
.top-box03 .left .box2:before {
	background-image: url("../img/select-point3_2.png");
}
.top-box03 .right .box:before {
	background-image: url("../img/select-point3_3.png");
}
.top-box03 .right .box2:before {
	background-image: url("../img/select-point3_4.png");
}

.top-box03 .footer:before,
.top-box03 .footer:after {
	content: "";
	background: #FFF;
	-webkit-box-shadow: 0 1px #999;
	box-shadow: 0 1px #999;
	height: 28px;
	position: absolute;
	left: -14px;
	bottom: -14px;
	transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	  -ms-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	width: 28px;
}
.top-box03 .footer:after {
	left: auto;
	right: -14px;
	transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
}

/* BACKGROUND YELLOW BORDER
--------------------------------------------------------*/
.point-box {
	margin: 10px 5px 30px;
}

/*---------------------------------------------------------
TOP_CONTENTS　KUCHIKOMI_LINK
-----------------------------------------------------------*/
.link_area .box:nth-child(even),
.link_area .box {
    width: auto;
    float: none;
    margin-right:0;
}

.link_area .box .img{
	text-align:center;
}

.link_area .box .img img{
	width:80%;
}

/**
* balloon
 *****************************/
.balloon-left,
.balloon-right {
	margin: 0 auto 20px;
	width: 90%;
}

.balloon-left .balloon-comment,
.balloon-right .balloon-comment {
	padding: 20px;
}

/* POINT LIST
--------------------------------------------------------*/
.ranking-matome {
	box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	line-height: 1.5;
	margin: 0 auto 15px;
	padding: 20px 10px;
}

.ranking-matome li::before {
	top: -7px;
}

/* POPULARITY SALON
--------------------------------------------------------*/
.pop_salon .box_area .box{
	border:2px solid #63B6A4;
	padding:10px;
	margin:0 auto 15px;
	background-color:#F3FFEF;
}

.pop_salon .box_area .box .title{
	margin:-10px -10px 10px;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	background-color:#63B6A4;
	padding:6px 10px;
}

.pop_salon .box_area .box .title:after{
	content:"脱毛範囲が広い！";
	display:none;
}


.pop_salon .box_area .box:nth-of-type(2){
	border:2px solid #6DC8E2;
	background-color:#EFF3FF;
}

.pop_salon .box_area .box:nth-of-type(2) .title{
	background-color:#6DC8E2;
}

.pop_salon .box_area .box:nth-of-type(2) .title:after{
	content:"早く終わる";
	display:none;
}

.pop_salon .box_area .box:nth-of-type(3){
	border:2px solid #EF8C8C;
	background-color:#FFFAFC;
	margin-bottom:0;
}

.pop_salon .box_area .box:nth-of-type(3) .title{
	background-color:#EF8C8C;
}

.pop_salon .box_area .box:nth-of-type(3) .title:after{
	content:"予約が取りやすい";
	display:none;
}

.pop_salon .box_area .box .left{
	width:auto;
	float:none;
}

.pop_salon .box_area .box .left .img{
	width:250px;
	margin:0 auto;
}

.pop_salon .box_area .box .left table{
	width:100%;
	margin:10px auto 0;
	background-color:#fff;
}

.pop_salon .box_area .box .left table th,
.pop_salon .box_area .box .left table td{
	padding:3px 10px;
	border:1px solid #ccc;
}

.pop_salon .box_area .box .left table th{
	color:#fff;
	background-color:#756C65;
	font-weight:bold;
}

.pop_salon .box_area .box .right{
	width:auto;
	float:none;
	margin-top:10px;
}

.pop_salon .box_area .box .right .txt,
.pop_salon .box_area .box .right .txt2{
	margin-bottom:10px;
}

.pop_salon .box_area .box .right .txt2{
	display:none;
}

.pop_salon .box_area .box .right .link{
	text-align:right;
}

.pop_salon .box_area .box .right .more_btn{
	display:block;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
 	margin: 10px auto;
	background-color: #D6D6D6;
	border-radius: 5px;
	border: 2px 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: #67270D;
	text-decoration: none;	
}

.pop_salon .box_area .box .right .more_btn:after{
	content: "\f13a";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px;
	font-size: 120%;
	transition: all .3s;
}

.pop_salon .box_area .box .right .more_btn.active:after{
	transition: all .3s;
	transform: rotate(-180deg);
}

#RANKING_AREA .ranking_box .data .right table th{
	text-align:left;
	width: 90px;
}

/* ------------------------------
会話形式
------------------------------- */
	.ball-left .comment {
		margin-left: 30%;
	}
	
	.ball-right .comment {
		margin-right: 30%;
	}

/* IDHIRAN YUDOU
------------------------------------*/
.ichiran-yudou {
	background-size: contain;
	  -webkit-background-size: contain;
}
.ichiran-yudou li {
	display: table;
	width: 100%;
}
.ichiran-yudou li a {
	display: table-cell;
	height: 67px;
	padding-left: 115px;
	vertical-align: middle;
}
.ichiran-yudou .imgl {
	float: none;
	margin: -33px 0 0;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 100px;
}
.ichiran-yudou .boxr {
  margin-left: 0;
}
.ichiran-yudou .title {
	font-size: 14px;
}
.ichiran-yudou .txt {
	/* display: none; */
}
.tokushu-yudou .link a:before {
	content: none;
}

/* 目次 */

#toc-container .toc-title span {
    width: 80%;
    display: block;
    margin: 0 auto 18px;
    padding: 0 10px;
}

/* リストボックス */

.Listbox li {
	float: none;
	margin-right: 0;
	padding-left: 25px;
	width: auto;
}



.edit-check-ico {
	margin-bottom: 5px;
}