@charset "utf-8";

* {
    margin:0;
    padding:0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* common */

body
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1;
    color:#333;
    height:100%;
    margin:0;
    background:#eff4fe;
}

h1, h2, h3, h4 {
    font-size:16px;
    font-weight: normal;
    line-height: 28px;
}

input
{
    line-height:normal;
    vertical-align:middle;
}

input[type="radio"]
{
    margin-right: 3px;
}

section {
    clear: both;
}

#content_left {
    float: left;
    width: 740px;
    margin-bottom:30px;
}

#content_right {
    float: right;
    width: 190px;
}

#pagetop {
    cursor: pointer;
}

.alpha {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.appendage_inner {
    padding-top:30px;
    padding-right:30px;
    padding-left:30px;
}

.article_inner {
    background-color: #fff;
    padding: 30px;
    position:relative;
}

.button {
    cursor: pointer;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom: 1;
}

/* clearfix */
.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

.container>.image{
    width:300px;
}

.container.image {
    margin-top:40px;
}

.container.image>.image:first-child,
.container.ranking_item>.image:first-child,
.container.evaluation>.image:first-child{
    float:left;
}

.container.image>.image:nth-child(2) {
    float:right;
}

.desc_text {
    font-size:16px;
    line-height: 28px;
    margin-top:12px;
}


.item_key {
    text-align: left;
}

.item_val{

}

.navi_item {
    display:block;
    float:left;
    list-style: none;
    position:relative;
    vertical-align:middle;
}

.outerlink {
    margin-top:25px;
    text-align:center;
}

.outerlink>.button:first-child{
    margin-bottom:15px;
}


.pseudo_list>.item {
    list-style: none;
}


.section_title,
.section_subtitle {
    margin-top:30px;
    text-align: center;
}

.wrapper {
    position: relative;
    width:960px;
    margin:0 auto;
}

.wrapper1050 {
    position: relative;
    width:1050px;
    margin:0 auto;
	display: block;
}

/* header */

#breadcrumb {
    background-image:url("../images/breadcrumb_bg.png");
    background-repeat:repeat-x;
    height: 39px;
}

#breadcrumb .text{
    margin-left: 15px;
    font-size: 12px;
    line-height: 39px;
}

#breadcrumb .text a{
    text-decoration: none;
    color: #000;
}

#common_header {
    height:111px;
    position:relative;
    background-color:#fff;
}

#global_footer {
    background-image:url("../images/global_footer_bg.png");
    background-repeat:repeat-x;
    height: 134px;
}


#global_navi {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 76px;
}

#global_navi>.navi_item {
    background-image:url("../images/gnav_bg.png");
    background-repeat:no-repeat;
    height: 20px;
}

#global_navi>.navi_item:first-child {
    background-image:none;
    width: 64px;
}
#global_navi>.navi_item:first-child>a {
    margin-left:15px;
}

#global_navi>.navi_item:nth-child(2) {
    width:182px;
}
#global_navi>.navi_item:nth-child(3) {
    width:133px;
}
#global_navi>.navi_item:nth-child(4) {
    width:173px;
}
#global_navi>.navi_item:nth-child(5) {
    width:109px;
}
#global_navi>.navi_item:nth-child(6) {
    width:119px;
}

#global_navi>.navi_item>a {
    margin:4px 0 0 18px;
}

/* right side */

#info,
#profile,
#handful{
    background: #fff;
    margin-bottom:30px;
    padding-top:15px;
    padding-bottom:30px;
    text-align: center;
    width:190px;
}

#handful>.pseudo_list>.item{
    margin-top:20px;
}

#info>.section_title,
#profile>.section_title,
#handful>.section_title{
    margin:0;
}

#info>.pseudo_list>.item{
    margin-top:14px;
}

#handful .name {
    margin-top:15px;
}
#profile>.image {
    margin-top: 18px;
}

#profile>.name {
    margin-top: 20px;
    margin-bottom:10px;
}

/* footer */

#global_footer .aboutus,
#global_footer .copyright{
    position: absolute;
    width: 960px;
}

#global_footer .aboutus {
    text-align: right;
    top:27px;
}

#global_footer .copyright {
    text-align: center;
    top:86px;
}

/* top page (only) */

#intro {
    zoom: 1;
}

/* clearfix */
#intro:before,
#intro:after {
    content: "";
    display: table;
}

#intro:after {
    clear: both;
}

#intro>.section_title{
    margin:33px 0 22px 0;
}

#intro>.intro_item:first-of-type {
    margin-left:21px;
}

#pagetop {
    position:fixed;
    display: none;
}

#ranking01>.article_inner {
    background-image:url("../images/ranking01_bg.png");
    height: 2555px;
    margin-top: 70px;
}

#ranking02>.article_inner {
    background-image:url("../images/ranking02_bg.png");
    height: 2485px;
    margin-top: 70px;
}

#ranking03>.article_inner {
    background-image:url("../images/ranking03_bg.png");
    height: 2487px;
    margin-top: 70px;
}

#ranking04>.article_inner {
    background-image:url("../images/ranking04_bg.png");
    height: 2487px;
    margin-top: 70px;
}

#ranking05>.article_inner {
    background-image:url("../images/ranking05_bg.png");
    height: 2484px;
    margin-top: 70px;
}

#ranking06>.article_inner,
#ranking07>.article_inner,
#ranking08>.article_inner,
#ranking09>.article_inner,
#ranking10>.article_inner,
#ranking11>.article_inner,
#ranking12>.article_inner,
#ranking13>.article_inner,
#ranking14>.article_inner,
#ranking15>.article_inner {
    background-image:url("../images/ranking06_bg.png");
    height: 1950px;
    margin-top: 70px;
}

#srch_cnd {
    background-color:#fff;
}

#srch_cnd_inner {
    padding:10px;
}

#srch_cnd_inner>.section_title {
    background-color:#eff4fe;
    height: 40px;
}

#srch_cnd_inner>.section_title>.section_title_text {
    margin-top: 11px;
}

#srch_cnd_table {
    border-collapse:collapse;
    margin-top:15px;
    margin-bottom: 12px;
    margin-left:10px;
}

#srch_cnd_table>tbody>tr {
    border-top: solid 1px #e5e5e5;
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
}

#srch_cnd_table>tbody>tr:first-child {
    border-top: solid 1px #fff;
}

#srch_cnd_table .item_key {
    color: #ff0099;
    height: 43px;
    width: 133px;
}

#srch_cnd_table .item_val {
    height: 43px;
    width: 567px;
}

#srch_execute {
    height: 51px;
    position:relative;
}

#srch_execute_button {
    position: relative;
}

#srch_execute_button_wrapper {
    width: 185px;
    height: 32px;
    position: absolute;
    left: 268px;
    background-color: gray;
}
#srch_execute_result {
    position: absolute;
    left: 470px;
}

#topimg {
    background-color: #ffffff;
    background-image:url("../images/topimg_bg.png");
    background-position: center;
    height: 380px;
    margin: 0 0 35px 0;
}

#topimg>.wrapper{
    position:relative;
}

#topimg01,#topimg02,#topimg03,#topimg04,#topimg05,#topimg06{
    position: absolute;
}

#topimg01{
    top: 31px;
    left: 0
}

#topimg02{
    top: 104px;
    left: 0
}

#topimg03{
    top: 226px;
    left: 0
}

#topimg04{
    top: 269px;
    left: 0
}

#topimg05{
    top: 31px;
    left: 535px;
}

#topimg06{
    top: 9px;
    left: 938px;
}
.active{
    cursor: pointer;
}

.inactive {
    opacity: 0.5;

    cursor: default;
}


.intro_item {
    float: left;
    padding:0 10px;
}

#ranking02 .spec>.section_title,
#ranking02 .report>.section_title,
#ranking03 .spec>.section_title,
#ranking03 .report>.section_title,
#ranking04 .spec>.section_title,
#ranking04 .report>.section_title,
#ranking05 .spec>.section_title,
#ranking05 .report>.section_title{
    margin-top:25px;
}

#ranking05 .outerlink {
    margin-top: 15px;
}

/* detail pages (also top page ) */

#soap01 .appendage_inner>.desc_text {
    margin: 25px 0 40px 0;
}

#soap03 .appendage_inner>.desc_text,
#soap04 .appendage_inner>.desc_text {
    margin: 15px 0 30px 0;
}

#soap05 .appendage_inner>.desc_text {
    margin: 15px 0 25px 0;
}
,
#soap03 .report>.section_title,
#soap04 .report>.section_title{
    margin-top:25px;
}

#soap04 .spec>.section_title{
    margin-top:20px;
}

#soap04 .outerlink {
    margin-top: 15px;
}

#soap05 .outerlink {
    margin-top: 15px;
}

#ranking07 .ranking_item>.detail>.desc {
    margin-top: 26px;
}

#ranking08 .ranking_item>.detail>.title {
    margin-top: 25px;
}

#ranking14 .ranking_item>.detail>.desc {
    margin-top: 36px;
}

#ranking14 .ranking_item>.detail>.note {
    margin-top: 28px;
}

.appendage>.section_title,
.point>.section_title,
.report>.section_title,
.spec>.section_title{
    background-image:url("../images/section_title_bg.png");
    height: 40px;
    text-align: center;
    width:680px;
}

.appendage>.section_title,
.spec>.section_title,
.report>.section_title{
    margin-top:60px;
}

.point>.section_title {
    margin-top:30px;
}

.appendage>.section_title>.section_title_text,
.point>.section_title>.section_title_text,
.report>.section_title>.section_title_text,
.spec>.section_title>.section_title_text{
    margin-top:9px;
}

.evaluation {
    margin-top:30px;
}

.evaluation_badge{
    position: relative;
}

.evaluation_badge.image {
    width: 140px;
}


.evaluation_detail{
    padding-top: 30px;
}

.point_desc{
    margin-top:31px;
    text-align: center;
}

.report {
    background-color: #f1f8fc;
}

.report_inner {
    padding: 0 30px 30px 30px;
}

.report_inner .desc_text{
    margin-top:30px;
}

.report_summary{
    margin-top:25px;
    text-align: center;
}

.ranking_badge{
    position: absolute;
    top: -41px;
    left: 5px;
    z-index: 1;
}

.ranking_detail {
    margin-top:50px;
    padding-left:2px;
}

.ranking_detail_item,
.ranking_detail_total{
    background-repeat:no-repeat;
    border-top: solid 1px #ebebeb;
    height: 50px;
    list-style: none;
    padding-left:51px;
    position: relative;
}

.ranking_detail_item {
    padding-top:6px;
    background-image:url("../images/ranking_detail_bg.png");
}

.ranking_detail_total {
    vertical-align: middle;
    background-color: #eff4fe;
}

.ranking_detail_item>.question,
.ranking_detail_total>.question {
    display: inline-block;
    width:432px;
}

.ranking_detail_total.prize {
    background-image:url("../images/ranking_detail_total_bg.png");
}

.ranking_detail_total>.prize{
    position: absolute;
    left: 471px;
    top:0;
}

.ranking_item > .detail {
    float: right;
    width:354px;
}

.ranking_item>.detail>.desc {
    margin-top: 46px;
}

.ranking_item>.detail>.dist {
    margin-top: 16px;
}


.ranking_item>.detail>.title {
    margin-top: 40px;
}

.ranking_item>.detail>.title.soap01 {
    margin-top: 44px;
}

.spec_table {
    border-collapse:collapse;
    margin-top: 30px;
    width:680px;
}

.spec_table .item_key,
.spec_table .item_val {
    border: solid 1px #c9c9c9;
    height: 40px;
    padding: 10px;
}

.spec_table .item_key{
    background-color: #eff4fe;
    width: 103px;
}

.spec_table .item_val{
    width: 237px;
}

/* detail pages (only ) */

#soap01>.article_inner {
    background-image:url("../images/soap01_bg.png");
    height: 4197px;
    margin-top: 40px;
}

#soap02>.article_inner {
    background-image:url("../images/soap02_bg.png");
    height: 4128px;
    margin-top: 40px;
}

#soap03>.article_inner {
    background-image:url("../images/soap03_bg.png");
    height: 4133px;
    margin-top: 40px;
}

#soap04>.article_inner {
    background-image:url("../images/soap04_bg.png");
    height: 4104px;
    margin-top: 40px;
}

#soap05>.article_inner {
    background-image:url("../images/soap05_bg.png");
    height: 4131px;
    margin-top: 40px;
}

#soap01 .report_inner {
    padding-bottom:40px;
}

#soap04 .evaluation_badge.image,
#soap05 .evaluation_badge.image,
#soap09 .evaluation_badge.image,
#ranking04 .evaluation_badge.image,
#ranking05 .evaluation_badge.image,
#ranking09 .evaluation_badge.image{
    width: 132px;
}

#soap03 .title.soap03,
#soap05 .title.soap05 {
    margin-top: 10px;
}


/* information pages */

#behavior, #history, #howto, #variety, #rankingresult {
    font-size: 16px;
    line-height: 28px;
}

#behavior .section_title,
#history .section_title,
#howto .section_title,
#variety .section_title,
#rankingresult.section_title{
    border-bottom: solid 2px #e5e5e5;
    height: 24px;
    margin-bottom: 6px;
    text-align: left;
}

#behavior .section_title>.section_title_text,
#history .section_title>.section_title_text,
#howto .section_title>.section_title_text,
#variety .section_title>.section_title_text,
#rankingresult .section_title>.section_title_text{
    margin-bottom:8px;
}

#howto .section_title{
    margin-top: 0;
}

#variety>.article_inner>.page_title{
    background-image: url("../images/variety_title_bg.png");
    width: 680px;
    height: 279px;
}

#behavior>.article_inner>.page_title{
    background-image: url("../images/behavior_title_bg.png");
    width: 680px;
    height: 279px;
}

#history>.article_inner>.page_title{
    background-image: url("../images/history_title_bg.png");
    width: 680px;
    height: 279px;
}

#howto>.article_inner>.page_title{
    background-image: url("../images/howto_title_bg.png");
    width: 680px;
    height: 279px;
}

#rankingresult>.article_inner>.page_title{
    width: 680px;
    height: 60px;
}

.lede {
    margin-top: 60px;
    margin-bottom: 40px;
}

.next {
    height: 27px;
    margin-top:12px;
    text-align:center;
}

.page_title {
    position: relative;
}

.page_title>.title {
    position: absolute;
    top: 120px;
    left: 30px;
}

#rankingresult .page_title>.title {
    position: absolute;
    top: 30px;
    left: 30px;
}

#rankingresult .summary {
    padding: 30px;
}

#rankingresult .section_title{
    text-align: left;
}


/* search pages (only ) */


#result {
    margin-bottom: 30px;
}


#result{
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-spacing:0;

}

#result>thead .soap,
#result>thead .price,
#result>thead .contents,
#result>thead .package,
#result>thead .skintype,
#result>thead .effect,
#result>thead .outerlink{
 /*   border: solid 1px #cccccc; */
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: 30px;
    text-align:center;
}

#result>thead .soap {
    width: 150px;
}

#result>thead .price,
#result>thead .contents,
#result>thead .package,
#result>thead .skintype,
#result>thead .outerlink{
    width: 125px;
}

#result>thead .effect{
    width: 185px;
}

#result>tbody .soap,
#result>tbody .price,
#result>tbody .contents,
#result>tbody .package,
#result>tbody .skintype,
#result>tbody .effect,
#result>tbody .outerlink{
    /*   bborder: solid 1px #cccccc;  */
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align:center;
}

#result>tbody .soap>p{
    line-height: 50px;
}

#search>.article_inner {
    padding: 0;
}

/* TOP5 */
#top5>.article_inner {
    margin-top: 40px;
    padding-bottom: 10px;
}

#top5 .outerlink>.button:first-child{
    /* overwrite */
    margin-bottom:25px;
}

#top5>.soap01 .outerlink{
    margin-top:32px;
}

#top5>.soap02 .outerlink{
    margin-top:32px;
}

#top5>.soap04 .outerlink{
    margin-top:37px;
}

#top5 .ranking_item>.detail>.title.soap01 {
    margin-top: 30px;
}

#top5 .ranking_item>.detail>.title.soap02 {
    margin-top: 2px;
}

#top5 .ranking_item>.detail>.title.soap03 {
    margin-top: 7px;
}

#top5 .ranking_item>.detail>.title.soap05 {
    margin-top: 9px;
}
#top5 .ranking_item>.detail>.dist {
    margin-top: 0;
}

#top5>.soap04 .ranking_item>.detail>.dist {
    margin-top: 2px;
}

.content_left_innter {
    background-color: #fff;
}

/* about */

#about .page_title>.title {
    position: absolute;
    top: 30px;
    left: 30px;
}

#about table {
    border-collapse: collapse;
}

#about td, #about th {
    border: solid 1px #b2b2b2;
    padding: 6px 8px;
}

#about th{
    width: 140px;
    background-color: #eff4fe;
}

#about td{
    width: 360px;
}

#about section {
    position: relative;
    margin-top: 155px;
    margin-bottom:60px;
}




/* 非表示 */

.detail .desc {
  display: none;
}

.point {
  display: none;
}

.ranking_detail li:nth-child(5) {
  display: none;
}


.report {
  display: none;
}


.article_inner {
  height: auto !important;
  border-bottom: 7px solid #eee;
}

.evaluation {
  display: none;
}

#info {
  display: none;
}

/*
======================================================
  比較表（PC）
--------------------------------------------------- */
ol, ul {
    list-style: none;
}

@media print, screen and (min-width:768px) {
.pc-none {
    display: none;
}
.pc-block {
    display: block;
}
.hikakuhyo {
	margin-top: 70px;
}
.hikakuhyo-pc {
    background-image: url(../images/hikakuhyo_pc_2.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 740px;
    height: 777px;
    margin: 0 auto;
}
ol#hikakuhyo-list {
    width: 168px;
    padding-top: 100px;
    float: left;
}
ol#hikakuhyo-list li {
    text-align: center;
    padding: 18px 0 50px 0;
}
ol#hikakuhyo-list li h3 {
    line-height: 1.4;
    color: #068bde; /* 青 */
    font-weight: 600;
    font-size: 17px;
    /*font-size: 1.8rem;*/
}
ol#hikakuhyo-list li h3 span.number {
    display: block;
    color: #068bde; /* 青 */
    font-size: 24px;
    /*font-size: 2rem;*/
    font-weight: 500;
}
ol#hikakuhyo-list li h3 span.brand {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}
ol#hikakuhyo-list li .hikakuhyo-thumb {
    padding: 5px 0;
}
ol#hikakuhyo-list li .hikakuhyo-btn img {
    width: 140px;
}
ol.hikakuhyo-list {
    width: 114px;
    padding-top: 100px;
    float: left;
}
ol.hikakuhyo-list li {
    text-align: center;
    padding: 0px 0 4px 0;
}
ol.hikakuhyo-list li h3 {
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    /*font-size: 1.5rem;*/
}
ol.hikakuhyo-list li img {
    padding-bottom: 30px;
}
}
.f90 {
    font-size: 90%;
}
.f85 {
    font-size: 85%;
}


