@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: sans-serif;
  line-height: 150%;
  font-size: 12px;
  color: #333;
  font-family: arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html {
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
li, ol, ul {
  list-style: none;
}
table, th, td {
  border-collapse: collapse;
}
fieldset, img {
  border: 0;
}
a {
  color: #3366cc;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: ##3366cc;
}
a:hover {
  color: ##3366cc;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity = 50);
}
.none {
  display: none;
}
.sprice {
  font-weight: bold;
  font-size: 18px;
}
.emphasis {
  font-weight: bold;
  color: #C00;
  font-size: 1.2em;
}
.emphasis02 {
  color: #C00;
  font-weight: bold;
}
.emphasis03 {
  font-weight: bold;
  background-color: #FF6;
}
span.emphasis05 {
	text-decoration: line-through;
}

#wrapper {
  width: 100%;
  background-color: #FFF;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
#header {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #2d7cb9;
}
#headerContainer {
  width: 980px;
  height: 300px;
  padding: 0;
  position: relative;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #FFF;
  vertical-align: top;
  background-image: url(../images/header.jpg);
}
#header h1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
}
#mainContainer {
  padding-top: 15px;
  margin-bottom: 15px;
}
#main {
  width: 960px;
  padding: 0;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
#main:after, #linkList:after, #mainRanking .imageArea:after, #sec01 .btnArea:after, #experimentInner .box:after, #mainRankingInner .thumbArea:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#mainInner {
  float: left;
  width: 700px;
  margin-right: 10px;
}
#sideBar {
  float: left;
  width: 250px;
}
.modoru {
  height: 30px;
  width: 750px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  background-color: #FFF;
  float: left;
}
#wrapper #main .item .itemmain table tr td table {
  text-align: center;
}
#footer {
  padding-top: 16px;
  display: block;
  background-color: #2d7cb9;
  color: #9CF;
}
#footerContainer {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#footerContainer a {
  margin-right: 20px;
  color: #FFF;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.btnArea {
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.btn_official {
  height: 70px;
  width: 300px;
  margin-right:10px;
  display: inline-block;
}
.btn_official a {
  background-image: url(../images/btn_official.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  display: block;
  height: 70px;
  width: 300px;
  overflow: hidden;
}
.btn_official a:hover {
  background-position: 0px -70px;
}
.btn_review {
  height: 70px;
  width: 300px;
  display: inline-block;
}
.btn_review a {
  background-image: url(../images/btn_review.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  display: block;
  height: 70px;
  width: 300px;
  overflow: hidden;
}
.btn_review a:hover {
  background-position: 0px -70px;
}
.btn_detail {
  width: 300px;
  height: 70px;
  margin-right: 10px;
  display: inline-block;
}
.btn_detail a {
  background-image: url(../images/btn_detail.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  display: block;
  height: 70px;
  width: 300px;
  overflow: hidden;
}
.btn_detail a:hover {
  background-position: 0px -70px;
}
#searchResult .btn_official {
  margin-right:0px;
}
/* ---------------------------------
	絞込検索
---------------------------------- */
#search {
  margin-bottom: 20px;
  width: 700px;
}
#searchInner {
  border: 1px solid #CCC;
  background-image: url(../images/bg_search.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#search_box {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}
#search_box table {
  margin-bottom: 15px;
}
#search_box th {
  color: #FFF;
  background-color: #2D7CB9;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}
#search_box td {
  padding: 10px;
}
#btn_search {
  text-align: center;
}
/* ---------------------------------
	薄毛に関する基本知識メニュー
---------------------------------- */
#knowledge, #sideRanking {
  width: 250px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
#knowledge ul {
  width: 230px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-top: 10px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
}
#knowledge li a {
  background-image: url(../images/bg_sideMenu_off.jpg);
  display: block;
  width: 230px;
  padding-top: 10px;
  padding-left: 25px;
  background-color: #FFF;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-left-color: #CCC;
  text-decoration: none;
  padding-right: 10px;
}
#knowledge li a:hover {
  background-image: url(../images/bg_sideMenu_on.jpg);
  background-color: #EFEFEF;
}

/* ---------------------------------
	総合ランキング
---------------------------------- */
#sideRanking .sideRankingItem {
  height: 201px;
  width: 200px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
#sideRankingInner .sideRankingItem:last-child {
  border: none;
}
.sideRankingItem a {
  position: relative;
  border-bottom-width: 1px;
}
.sideRankingItem a:hover:after {
  content: url(../images/sideRank_on.png);
  position: absolute;
  bottom: 0;
  left: 0;
}
/* ---------------------------------
	薄毛に関する基本知識
---------------------------------- */
#knowledgeContents h2 {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/bg_t_knowledge.png);
  background-repeat: no-repeat;
  height: 52px;
  padding-top: 13px;
  padding-left: 15px;
  margin-bottom: 20px;
}
#knowledgeContents h3 {
  font-size: 14px;
  font-weight: bold;
  color: #2D7CB9;
}
#knowledgeContents .box {
  padding-right: 10px;
  padding-left: 10px;
}
#knowledgeContents p {
  margin-bottom: 20px;
}
#linkList {
  border: 1px solid #ccc;
  width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 30px;
}
#linkList li {
  text-decoration: none;
  list-style-type: decimal;
  float: left;
  width: 250px;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

/* ---------------------------------
	ランキング調査詳細情報
  運営者について
---------------------------------- */
#detailContents h2, #adminContents h2, #reportContents h2 {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/bg_t_knowledge.png);
  background-repeat: no-repeat;
  height: 52px;
  padding-top: 13px;
  padding-left: 15px;
  margin-bottom: 20px;
}
#detailContents h3 {
  font-size: 14px;
  font-weight: bold;
  background-color: #EEF8F9;
  border-left: 6px solid #2D7CB9;
  margin-bottom: 10px;
  padding-top: 0.5em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  color: #2D7CB9;
}
#detailContents h4 {
  font-size: 16px;
  font-weight: bold;
}
#detailContents h4 .emphasis {
  font-size: 18px;
}
#detailContents .box {
  padding-right: 10px;
  padding-left: 10px;
}
#detailContents p {
  margin-bottom: 20px;
}
#detailContents ul {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
#detailContents li {
  list-style-type: disc;
}
#detailContents .numberList li {
  list-style-type: decimal;
}
#detailContents .table01, #detailContents td, #detailContents th, #detailContents tr, #adminContents table, #adminContents td, #adminContents th {
  border: 1px solid #CCC;
  text-align: center;
  padding: 5px;
}
#detailContents .table01 .none {
  background-color: #FFF;
  display: block;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#detailContents .table01 th {
  background-color: #F0F0F0;
  width: 15%;
}
#detailContents .table01 .product, #adminContents th {
  background-color: #EEF8F9;
  color: #2D7CB9;
  width: 25%;
}
#detailContents .table01 .emphasis {
  background-color: #FFEBE8;
}

/* ---------------------------------
	体験レビュー
---------------------------------- */
#reportContents h2 {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/bg_t_knowledge.png);
  background-repeat: no-repeat;
  height: 52px;
  padding-top: 13px;
  padding-left: 15px;
  margin-bottom: 10px;
}
#reportContents h3 {
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  background-color: #2D7CB9;
  font-size: 1.3em;
  margin-bottom: 10px;
}
#reportContents h4 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
}
#reportContents .reportImageArea {
  width: 700px;
}

#reportContents .reportImage {
  margin-bottom: 10px;
  text-align: center;
}
#reportContents .reportImageArea img {
  float: left;
  width: 340px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}


#reportContents .box {
  margin-bottom: 20px;
}
#reportContents p {
  margin-bottom: 10px;
}
#reportContents .emphasis02 {
  font-size: 1.2em;
  background-color: #FF6;
}

#reportContents .emphasis04 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #2D7CB9;
}




/* ---------------------------------
	運営者について
---------------------------------- */
#adminContents td {
  text-align: left;
}

/* ---------------------------------
	比較表
---------------------------------- */
#comparison {
  margin-bottom: 5px;
}
/* ---------------------------------
	4つの基準
---------------------------------- */
#standard {
  　margin-bottom: 20px;
  margin-bottom: 20px;
}
#standard h2 {
}
#standard .box {
  border: 1px solid #007DBD;
}
#standard dl {
  margin-bottom: 10px;
  width: 600px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
#standard dt {
  font-size: 1.5em;
  font-weight: bold;
  color: #007DBD;
}
#standard dd {
  padding-left: 30px;
}
#standard dd .emphasis {
  background-color: #FF9;
}
/* ---------------------------------
	総合ランキング（メイン）
---------------------------------- */
#mainRanking h4 {
  font-size: 24px;
  font-weight: bold;
}
#mainRanking h4 .emphasis {
  font-size: 24px;
  font-weight: bold;
  color: #C00;
}
#mainRanking .imageArea {
  width: 700px;
  margin-bottom: 10px;
  text-align: center;
}

#mainRankingInner .chartImage {
  width: 330px;
  float: left;
}
#mainRankingInner .item, #mainRankingInner .table01 {
  margin-bottom: 10px;
}
#mainRankingInner .thumbArea {
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
#mainRankingInner .thumbImage {
  float: left;
  width: 100px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#mainRankingInner .thumbImage img {
  width: 100px;
}



#mainRankingInner .table01, #mainRankingInner td, #mainRankingInner th, #mainRankingInner tr {
  border: 1px solid #CCC;
  padding: 10px;
}
#mainRankingInner th {
  background-color: #EEF8F9;
  color: #2D7CB9;
  width: 25%;
}
#mainRankingInner td .emphasis {
  font-size: 18px;
  font-weight: bold;
}
#mainRankingInner h5 {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/bg_t_knowledge.png);
  background-repeat: no-repeat;
  height: 52px;
  padding-top: 13px;
  padding-left: 15px;
}
#experiment, #checkpoint, #reviewArea {
  margin-bottom: 20px;
}
#experiment {
  width: 700px;
}
#experimentInner {
  width: 700px;
}


#experiment .box {
  width: 700px;
  padding-top: 10px;
}
#experiment .espImage {
  width: 304px;
  float: left;
  border: 2px solid #CCC;
}

#experiment .item {
  float: left;
  width: 385px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;

}
#experiment .point {
  border: 2px solid #C00;
  padding: 5px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #FDD;
}
#checkpointInner {
}
#checkpointInner .box {
  background-image: url(../images/bg_checkpoint.jpg);
  background-repeat: no-repeat;
  padding-left: 110px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-position: left center;
}
#checkpointInner .box li {
  font-size: 16px;
  line-height: 2;
  display: list-item;
  font-weight: bold;
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0px 5px;
}
#reviewArea {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
}
#reviewAreaInner .box {
  height: 300px;
  overflow: auto;
  padding: 5px;
}
#reviewAreaInner .voice {
  margin-bottom: 20px;
}
#reviewAreaInner .voice .headline05 {
  font-size: 14px;
  background-image: url(../images/star05.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #EEF8F9;
  font-weight: bold;
  color: #2D7CB9;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
#reviewAreaInner .voice .headline04 {
  font-size: 14px;
  background-image: url(../images/star04.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #EEF8F9;
  font-weight: bold;
  color: #2D7CB9;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
#reviewAreaInner .voice .headline03 {
  font-size: 14px;
  background-image: url(../images/star03.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #EEF8F9;
  font-weight: bold;
  color: #2D7CB9;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
#reviewAreaInner .voice .headline02 {
  font-size: 14px;
  background-image: url(../images/star02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #EEF8F9;
  font-weight: bold;
  color: #2D7CB9;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

#reviewAreaInner .voice .headline01 {
  font-size: 14px;
  background-image: url(../images/star01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #EEF8F9;
  font-weight: bold;
  color: #2D7CB9;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

/* ---------------------------------
	第1位
---------------------------------- */
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08, #sec09, #sec10 {
  padding-bottom: 50px;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #2D7CB9;
}
.secBox .table01 .emphasis03 {
  font-size: 16px;
  background-color:transparent;
}

/* ---------------------------------
	絞込検索結果
---------------------------------- */
#searchResult {
}
#searchResult h2 {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/bg_t_knowledge.png);
  background-repeat: no-repeat;
  height: 52px;
  padding-top: 13px;
  padding-left: 15px;
  margin-bottom: 10px;
}
#searchResult .subTit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
#searchResult table {
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
#searchResult th, #searchResult tr, #searchResult td {
    border: 1px solid #CCC;
    padding: 10px;
}
#searchResult th {
    background-color: #EEF8F9;
    color: #2D7CB9;
}
#searchResult .btnReturn {
  text-align: right;
  margin-bottom: 20px;
}
#searchResult .sortArea {
  width: 100%;
  margin-bottom: 15px;
}
#searchResult .sortArea:after ,#searchResult .searchBoxInner:after ,.reportImageArea:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#searchResult .sortItem {
  width: 25%;
  float: left;
  text-align: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
  padding: 5px;
}
#searchResult .sortItem:last-child  {
  border: none;
}
#searchResult .searchBox {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #000;
  padding-top: 10px;
}
#searchResult .itemImage {
  float: left;
}
#searchResult .itemName{
  font-size: 24px;
  font-weight: bold;
}
#searchResult .itemComment ,#searchResult .itemDetail{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000;
}
#searchResult .emphasis {
  font-size: 18px;
}
#searchResult .conditions {
  width: 580px;
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------
	体験レビュー
---------------------------------- */
.review_list{
	margin-bottom:25px;
}
.review_list li{
	line-height:1.7;
	font-weight:700;
}
