@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

MEN CSS File

File Name		men.scss
Note			MENページ用スタイルシート


New Creation	2012/08/03 14:53
Update			


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
	6-1.	main
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  background: #000;
}

body > img {
  display: block;
  margin: 0 auto;
  left: 50%;
}

div:empty::before {
  font-size: 1.2em;
  line-height: 2;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  min-width: 920px;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
* + html #container {
  height: 100%;
}
body > #container {
  height: auto;
}
#container > .wrapper {
  margin: 0 auto;
  width: 920px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
#yearend {
  position: fixed;
  bottom: 0px;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  overflow: hidden;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
  z-index: 1000;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}
* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}
#yearend p {
  vertical-align: middle;
  padding: 5px 91px 0 2em;
  line-height: 1.2;
  text-indent: -1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin: 0 auto 13px;
  width: 920px;
}
#header .wrapper {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#header #logo {
  float: left;
  margin-left: 0;
  padding: 30px 0 0 0;
}
#header nav {
  float: right;
  padding-top: 75px;
  height: 12px;
  width: 659px;
}
#header nav ul {
  overflow: hidden;
  *zoom: 1;
}
#header nav ul li {
  float: left;
  margin-right: 33px;
}
#header nav ul li.active {
  margin-left: -1px;
  margin-right: 32px;
}
#header nav ul li:nth-child(5) {
  margin-right: 35px;
}
#header nav ul li:nth-child(5).active:nth-child(5) {
  margin-right: 34px;
}
#header nav ul li:last-child {
  margin-right: 0;
}
#header nav ul li a {
  display: block;
}
#header nav ul li a img {
  position: relative;
  display: block;
}
#header aside .info {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 1100;
}
#header aside .info ul li {
  margin-bottom: 5px;
}
#header aside .info ul li a {
  display: block;
}
#header aside .info ul li.mail {
  border-bottom: none;
}
#header aside .banner {
  position: absolute;
  top: 25px;
  right: 0;
}
#header aside .banner a {
  opacity: 1;
  transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
}
#header aside .banner a:hover {
  opacity: .6;
}
#header aside .banner a img {
  border: 1px solid #464147;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 237px;
  width: 920px;
}

/*
6-1.	#main
----------------------------------------------------------------------*/
#main > h1 {
  margin-bottom: 10px;
}
#main nav {
  width: 920px;
}
#main nav ul {
  overflow: hidden;
  *zoom: 1;
}
#main nav ul li {
  float: left;
  margin-right: 4px;
}
#main nav ul li:last-child {
  margin: 0;
}
#main nav ul li a {
  display: block;
  padding: 21px 0;
  width: 227px;
  background: rgba(139, 122, 122, 0.35);
  text-align: center;
}
#main nav ul li a:hover, #main nav ul li.active a {
  background: rgba(37, 34, 43, 0.75);
}
#main nav.header {
  margin: 0 0 10px;
}
#main nav.header ul li a:hover,
#main nav.header ul .active a {
  padding-bottom: 19px;
  border-bottom: 2px solid #ba3921;
}
#main nav.footer {
  margin-bottom: 30px;
}
#main nav.footer ul li a:hover,
#main nav.footer ul .active a {
  padding-top: 19px;
  border-top: 2px solid #ba3921;
}
#main section {
  margin-bottom: 30px;
}
#main section h1 {
  margin-bottom: 4px;
}
#main section div {
  background: rgba(37, 34, 43, 0.75);
}

#main h2 {
  margin-bottom: 10px;
}

#main section div {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding: 0 50px;
  height: 490px;
}

#main section div p {
  font-size: 1.2em;
  line-height: 1.6666666667;
  color: #c8c8c9;
}

#main section div p small {
  font-size: 1em;
}

#main section div p a {
  color: #c8c8c9;
}

#main section div .lead {
  float: left;
  position: relative;
  z-index: 100;
  margin: 58px 0 0;
  padding: 0;
  width: 242px;
  height: auto;
  background: none;
}

#main section div .lead h1 {
  margin-bottom: 8px;
}

#main section div .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  text-align: center;
}

#main section div section {
  clear: both;
  position: absolute;
  margin: 0;
}

#main section div section h1,
#main section div section p {
  padding-left: 9px;
  width: 215px;
  border-left: 2px solid #ba3921;
}

#main section div .no1 {
  left: 45px;
  bottom: 50px;
  padding: 1px 0 0 20px;
  background: url(../img/about_men_title_bg1.png) left top no-repeat;
}

#main section div .no2 {
  top: 133px;
  right: 50px;
  padding: 2px 0 0 27px;
  background: url(../img/about_men_title_bg2.png) left top no-repeat;
}

#main section div .no3 {
  right: 50px;
  bottom: 50px;
  padding: 2px 0 0 27px;
  background: url(../img/about_men_title_bg3.png) left top no-repeat;
}

#main section div section h1 {
  margin: 0;
  padding-bottom: 5px;
}

#main section div section .pic {
  position: absolute;
  top: -103px;
  left: -2px;
  width: auto;
  text-align: left;
}

#main #muscular {
  margin-bottom: 10px;
}

#main #crf {
  margin-bottom: 30px;
  padding: 15px 50px;
  background: rgba(37, 34, 43, 0.75);
}

#main #crf dt,
#main #crf dd {
  line-height: 1.6;
  color: #c8c8c9;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#footer > * {
  margin: 0 auto;
  width: 920px;
}
#footer .clinic {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 24px;
}
#footer .clinic section {
  position: relative;
  float: left;
  margin-right: 10px;
  background: url(../img/footer_clinic_bg.png) left top repeat-x;
}
#footer .clinic section a img[src*=arrow],
#footer .clinic section a img[src*=index_about_title],
#footer .clinic section a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
#footer .clinic section a:hover img[src*=arrow],
#footer .clinic section a:hover img[src*=index_about_title],
#footer .clinic section a:hover img[src*=pagetop] {
  background: #bd995b;
}
#footer .clinic section:last-child {
  margin: 0;
}
#footer .clinic section a {
  display: block;
  padding: 100px 0 0 11px;
  width: 211px;
  height: 70px;
}
#footer .clinic section h1 {
  margin-bottom: 8px;
}
#footer .clinic section p {
  line-height: 1.4;
  color: #b8b9ba;
}
#footer .clinic section .pic,
#footer .clinic section .link {
  position: absolute;
  margin: 0;
}
#footer .clinic section .link {
  right: 10px;
  bottom: 10px;
}
#footer .clinic section.tokyo .pic {
  top: 37px;
  right: 9px;
}
#footer .clinic section.yokohama .pic {
  top: 32px;
  right: 11px;
}
#footer .clinic section.osaka .pic {
  top: 18px;
  right: 29px;
}
#footer .clinic section.fukuoka .pic {
  top: 24px;
  right: 19px;
}
#footer .text {
  margin-bottom: 4px;
  color: #8C8C8D;
  line-height: 1.4;
}
#footer aside ul {
  margin-left: 28em;
}
#footer aside ul li {
  display: inline;
  margin-right: 3em;
  line-height: 34px;
}
#footer aside ul li a {
  color: #b8b9ba;
}
#footer aside #pagetop {
  position: fixed;
  right: 0;
  bottom: 90px;
}
#footer aside #pagetop a img[src*=arrow],
#footer aside #pagetop a img[src*=index_about_title],
#footer aside #pagetop a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
#footer aside #pagetop a:hover img[src*=arrow],
#footer aside #pagetop a:hover img[src*=index_about_title],
#footer aside #pagetop a:hover img[src*=pagetop] {
  background: #bd995b;
}
#footer #copyright {
  margin-top: -34px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 34px;
  color: #b8b9ba;
}

/*----------------------------------------------------------------------
市島フィールドここから
----------------------------------------------------------------------*/
.about #main nav ul li a {
  width: 304px;
}

.about #container #content #main #comparison div {
  min-height: 518px;
  padding: 0 34px;
}
.about #container #content #main #comparison div .pic {
  z-index: 1;
}
.about #container #content #main #comparison div section {
  width: 400px;
  top: 22px;
}
.about #container #content #main #comparison div section h1 {
  margin-bottom: 8px;
  padding: 0;
  border-left: none;
}
.about #container #content #main #comparison div section ul li {
  margin-bottom: 6px;
  background: #000;
}
.about #container #content #main #comparison div section ul li:last-child {
  margin-bottom: 0;
}
.about #container #content #main #comparison div section ul li dl dt {
  width: 34px;
  padding-bottom: 10px !important;
}
.about #container #content #main #comparison div section ul li dl dd {
  width: 212px;
  color: #c8c8c9;
  font-size: 12px;
  line-height: 1.6666666666;
}
.about #container #content #main #comparison div #average {
  left: 34px;
}
.about #container #content #main #comparison div #average h1 {
  width: 102px;
  padding-left: 235px;
}
.about #container #content #main #comparison div #average ul li dl {
  padding: 15px 0 15px 20px;
}
.about #container #content #main #comparison div #average ul li dl dt {
  padding: 0 7px 0 171px;
  border-right: 2px solid #BA3921;
}
.about #container #content #main #comparison div #average ul li dl dd {
  border-right: 2px solid #BA3921;
}
.about #container #content #main #comparison div #ideal {
  right: 34px;
}
.about #container #content #main #comparison div #ideal h1 {
  width: 102px;
  padding-left: 60px;
}
.about #container #content #main #comparison div #ideal ul li dl {
  padding: 15px 0 15px 165px;
}
.about #container #content #main #comparison div #ideal ul li dl dt {
  padding-left: 8px;
  border-left: 2px solid #BA3921;
}
.about #container #content #main #comparison div #ideal ul li dl dd {
  padding-left: 8px;
  border-left: 2px solid #BA3921;
}

.about #container #content #main #idealbody div {
  min-height: 513px;
  background: url(../img/about_men_idealbody_bg.jpg) right top no-repeat #18151b;
}
.about #container #content #main #idealbody div h2 {
  margin: 28px 0;
  color: #c8c8c9;
  font-size: 12px;
  line-height: 2.1666666666;
}
.about #container #content #main #idealbody div ul {
  overflow: hidden;
  *zoom: 1;
}
.about #container #content #main #idealbody div ul li {
  width: 267px;
  margin-right: 9px;
  float: left;
}
.about #container #content #main #idealbody div ul li:last-child {
  margin-right: 0;
}
.about #container #content #main #idealbody div ul li dl dt {
  margin-bottom: 10px;
}
.about #container #content #main #idealbody div ul li dl dd {
  padding: 0 7px;
  color: #c8c8c9;
  font-size: 12px;
  line-height: 1.6666666666;
  text-align: justify;
}

/*----------------------------------------------------------------------
市島フィールドここまで
----------------------------------------------------------------------*/

/*# sourceMappingURL=men.css.map */
