@charset "UTF-8";

/*------------------------------------------------------------
Theme Name: Someday
Theme URI: http://somedaypremium.com/
Author: Someday
Description: Someday
Version: 1.0
------------------------------------------------------------*/

/* Reset Style
------------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none outside;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* General Setting
----------------------------------------------------------------------*/
body {
  min-width: 1100px;
  background: #ebe5d8 url(../images/common/bg_header.gif) repeat-x left top;
  color: #3b2c1f;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #3b2c1f;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.red {
  color: #e44141;
}
.left-area {
  float: left;
}
.right-area {
  float: right;
}

/* Layout Style
------------------------------------------------------------*/
#header {
  position: relative;
  width: 1000px;
  height: 125px;
  margin: 0 auto;
}
#header h1 {
  padding-top: 41px;
}
#header .localnav {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
  zoom: 1;
}
#header .localnav li {
  float: left;
  margin-left: 20px;
  padding-left: 8px;
  background: url(../images/common/icn_arrow_01.png) no-repeat left 3px;
  font-size: 11px;
}
#header .localnav li a {
  text-decoration: none;
}
#header .social .blog {
  position: absolute;
  top: 36px;
  left:231px;
}
#header .inquiry-namiki {
  position: absolute;
  top: 33px;
  left: 180px;
}
#header .inquiry-ebisu {
  position: absolute;
  top: 33px;
  left: 298px;
}
#header .inquiry-shirokane {
  position: absolute;
  top: 33px;
  left: 415px;
}
#header .inquiry-ikebukuro {
  position: absolute;
  top: 33px;
  left: 532px;
}
#header .inquiry-shinjukunishi {
  position: absolute;
  top: 33px;
  left: 649px;
}
#header .inquiry-sannomiya {
  position: absolute;
  top: 33px;
  left: 766px;
}
#header .inquiry-shinsaibashi {
  position: absolute;
  top: 33px;
  right: 0px;
}
#header .inquiry-ginza {
  position: absolute;
  top: 89px;
  left: 180px;
}
#header .inquiry-pb {
  position: absolute;
  top: 89px;
  left: 520px;
}
#header .staff_bnr{
  position: absolute;
  top: 89px;
  right: 0px;
}
#nav {
  width: 1001px;
  height: 61px;
  margin: 0 auto 15px;
  background: url(../images/common/bg_nav.gif) no-repeat left top;
}
#nav ul li {
  position: relative;
  float: left;
  padding-top: 1px;
  z-index:100;
}
#nav ul li ul {
  position: absolute;
  top:51px;
  width: 190px;
  left: -50px;
  list-style: none;
  margin-top:5px;
}
#nav li ul li{
  width: 190px;
  height: 0;
  overflow: hidden;
  text-align:center;
}
#nav li ul li a{
  width: 190px;
  text-align:center;
  display: block;
  background: #35261a;
  font-size: 12px;
  line-height:24px;
  font-weight: normal;
  color: #fff;
}
#nav li:hover ul li{
  overflow: visible;
  width: 190px;
  height: 30px;
  background: #35261a;
  border-top: 1px solid #ffffff;
}
#nav li:hover ul li:first-child{
  border-top: 0;
}
#nav li:hover ul li:last-child{
  border-bottom: 0;
}
#nav li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#contents {
  width: 1000px;
  margin: 0 auto;
}
#contents .pagetitle {
  height: 170px;
  margin-bottom: 15px;
  background: url(../images/common/bg_pagetitle.gif) no-repeat center bottom;
}
#contents .pageprologue {
  margin: -15px 0 30px;
  font-weight: bold;
}
#contents .title {
  position: relative;
  margin-bottom: 20px;
}
#contents .title p {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 2;
}
#contents .section {
  margin-bottom: 30px;
}
#contents .data-section {
  margin-top:10px;
  background: #fff url(../images/common/bg_data.gif) repeat-y left top;
}
#contents .data-section table th {
  width: 150px;
  padding: 20px 0 20px 40px;
  vertical-align: top;
}
#contents .data-section table td {
  padding: 20px 20px 20px 30px;
}
#footer {
  padding: 20px 0 10px 0;
  background-color: #1d1308;
}
#footer-inner {
  overflow:hidden;
  width: 1000px;
  margin: 0 auto;
}
#footer .area {
  position:relative;
  float:left;
  width: 190px;
  margin-right:12px;
  padding-bottom:25px;
}
#footer .area:nth-of-type(5) {
  margin-right:0px;
}
#footer .area:nth-of-type(6) {
  clear:both;
}
#footer .area:nth-of-type(7) .icon {
  position:absolute;
  top:26px;
  right:0;
}
#footer .area .fb , #footer .area-ginza .fb{
  position:absolute;
  top:33px;
  right:0px;
}
#footer p {
  margin: 10px 0 15px;
  color: #fff;
  font-size: 11px;
}
#footer p a {
  color: #fff;
  text-decoration: none;
}
#footer dl dt {
  margin-bottom: 8px;
}
#footer-link {
  padding: 20px;
  background-color: #fff;
}
#footer-link ul {
  width: 1000px;
  margin: 0 auto;
}
#footer-link ul li {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3b2c1f;
  font-size: 13px;
}
#footer-link ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#footer-link ul li a {
  text-decoration: none;
}
#footer-link ul li a:hover {
  text-decoration: underline;
}
#copyright {
  background-color: #ebe5d8;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
}

/* HOME
------------------------------------------------------------*/
#visual {
  clear:both;
  width: 1000px;
  height: 317px;
  margin: 0 auto;
  background: url(../images/home/bg_visual.gif) no-repeat center bottom;
}
#visual .slider {
  height: 287px;
  background-color: #ebe5d8;
  overflow: hidden;
  zoom: 1;
}
#home .prologue {
  width: 1000px;
  margin-bottom: 30px;
}
#home .body .first,#home .facial .first {
  margin-bottom: 20px;
}
#home .body .left-area,
#home .body .right-area,
#home .facial .left-area,
#home .facial .right-area {
  position: relative;
  width: 490px;
  overflow: hidden;
  zoom: 1;
}
#home .body .text,
#home .facial .text {
  float: left;
  width: 279px;
}
#home .body .text dl,
#home .facial .text dl {
  height: 145px;
  padding: 0 15px 0 20px;
  background-color: #fff;
  font-size: 14px;
  line-height:1.4;
}
#home .body .text dl dt,
#home .facial .text dl dt {
  padding: 10px 0 0 0;
  color: #e44141;
  font-weight:bold;
}
#home .body .text dl dd,
#home .facial .text dl dd {
  padding: 5px 0 0 0;
}
#home .body .image,
#home .facial .image {
  float: right;
  width: 211px;
}
#home .body  p.movie_btn,
#home .facial p.movie_btn {
  position: absolute;
  top: 157px;
  right: 38px;
}
#home .banner-block p {
  margin-top: 20px;
  margin-bottom:30px;
  text-align: center;
}
#home .banner-area ul {
  margin-right:-22px;
  padding:50px 0 100px;
  display:inline-block;
}
#home .banner-area li {
  float:left;
  margin-bottom:20px;
  margin-right:20px;
}
#home .result .left-area,
#home .result .right-area {
  width: 490px;
  overflow: hidden;
  zoom: 1;
}
#home .result .result01 .text {
  float: left;
  width: 201px;
}
#home .result .result01 .text p {
  padding: 0 0 15px;
  font-size: 15px;
  font-weight:bold;
}
#home .result .result01 .text dl {
  overflow: hidden;
  zoom: 1;
  line-height: 1.5;
}
#home .result .result01 .text dl dt {
  float: left;
  width: 60px;
  padding-top: 2px;
}
#home .result .result01 .text dl dd {
  position: relative;
  top: -8px;
  padding-right: 50px;
  color: #e44141;
  text-align: right;
}
#home .result .result01 .text dl dd span {
  padding: 0 3px;
  font-size: 24px;
  font-weight: bold;
}
#home .result .result01 .image {
  float: right;
  width: 289px;
}
#home .result .result02 {
  margin-top: 10px;
}
#home .result .result02 .text {
  float: left;
  width: 171px;
  margin-left: 10px;
}
#home .result .result02 .text p {
  padding: 60px 0 20px;
  font-size: 18px;
}
#home .result .result02 .text dl {
  overflow: hidden;
  zoom: 1;
  line-height: 1.4;
}
#home .result .result02 .text dl dt {
  float: left;
  width: 70px;
  padding-top: 2px;
}
#home .result .result02 .text dl dd {
  position: relative;
  top: -8px;
  padding-right: 30px;
  color: #e44141;
  text-align: right;
}
#home .result .result02 .text dl dd span {
  padding: 0 3px;
  font-size: 24px;
  font-weight: bold;
}
#home .result .result02 .image {
  float: right;
  width: 293px;
  margin-right: 15px;
}
#home .media .left-area {
  width: 695px;
  overflow: hidden;
  zoom: 1;
}
#home .media .left-area ul li {
  float: left;
  width: 180px;
  margin-left: 25px;
}
#home .media .left-area ul li:first-child {
  margin-left: 0;
}
#home .media .right-area {
  width: 286px;
  overflow: hidden;
  zoom: 1;
}
#home .media .right-area ul li {
  float: left;
  width: 286px;
  margin-left: 20px;
}
#home .media .right-area ul li:first-child {
  margin-left: 0;
}
#home .news {
  float: left;
  width: 623px;
}
#home .blog {
  float: right;
  width: 360px;
}
#news_area{
  background:#FFF;
}
.news-wrap iframe{
  padding: 20px 50px 20px 20px;
  width: 620px;
  height:375px;
  border:none;
}

.news-wrap {
  background-color: #fff;
  width: 623px;
  height:375px;
  overflow:hidden;

}
#home .blog li{
  padding-bottom:20px;

}
#home .news .news-wrap div{
  height: 200px;
  overflow: auto;
}
.news-wrap dl,
.news-wrap dl dd,
#home .blog .blog-wrap dl,
#home .blog .blog-wrap dl dd {
  overflow: hidden;
  zoom: 1;
}
.news-wrap dl,
#home .blog .blog-wrap dl {
  margin: 10px 10px 0 0;
  padding-top: 10px;
  border-top: 1px dotted #c8bdb5;
}
.news-wrap dl:first-child,
#home .blog .blog-wrap dl:first-child {
  margin-top: 0;
  border-top: none;
}
.news-wrap dl dt,
#home .blog .blog-wrap dl dt {
  float: left;
  width: 90px;
  color: #a78b4f;
  font-weight: bold;
}
#home .fb_area {
  margin-top: 25px;
  background-color: #fff;
}
#home .fb_area ul {
  padding-left:20px;
}
#home .fb_area li {
  float:left;
  margin-right:15px;
  padding-bottom:20px;
}

#home .result p {
  text-align: center;
}

#home .footer-banner{
  text-align:center;
  padding-bottom:60px;
}

/*------------------------------------------------------------*/
#concept .pagetitle {
  margin-bottom: 0;
}
#concept .section {
  padding: 30px;
  background: #fff url(images/bg_section.gif) repeat-x left top;
}
#concept .section01 {
  padding: 30px;
  background: #fff none;
}
#concept .section01 p {
  line-height: 1.8;
}
#concept .section02 .left-area {
  width: 630px;
}
#concept .section02 .left-area p {
  margin-top: 30px;
}
#concept .section02 .left-area .sign {
  margin-top: 45px;
  text-align: right;
}
#concept .section02 .right-area {
  width: 267px;
}
#concept .section03 p {
  margin-top: 30px;
}
#concept .section03 p strong {
  font-size: 16px;
}
#concept .section03 .left-area {
  width: 480px;
}
#concept .section03 .right-area {
  width: 418px;
  padding-top: 15px;
}
#concept .banner-block{
  clear:both;
  margin-bottom:50px;
  text-align: center;
}

/*------------------------------------------------------------*/
#salon .pagetitle {
  margin-bottom: 0;
}
#salon .section {
  clear:both;
  padding: 30px;
  background: #fff url(images/bg_section.gif) repeat-x left top;
}
#salon .section .column-block {
  margin-top: 25px;
}
#salon .section .column-block .left-area {
  float: left;
  width: 390px;
}
#salon .section .column-block .left-area p {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
#salon .section .column-block .left-area p a {
  padding-left: 10px;
  background: url(../images/common/icn_arrow_02.png) no-repeat left center;
}
#salon .section .column-block .right-area {
  float: right;
  width: 440px;
  margin-right: 80px;
}
#salon .section .column-block .right-area .access {
  margin-top: 25px;
  padding: 0 20px 20px;
  background-color: #e2d9c8;
  font-size: 12px;
}
#salon .section .column-block .right-area .access dl dt {
  padding: 20px 0 3px;
}
#salon .section .column-block .right-area .access dl dt span {
  padding-right: 3px;
  color: #fff;
}
#salon .section03 .column-block .left-area {
  float: left;
  width: 418px;
}
#salon .section03 .column-block .right-area {
  float: right;
  width: 370px;
  margin-right: 120px;
}
#salon .section03 .column-block .right-area .btn {
  margin-top: 70px;
}
#salon .salon_img{
  padding:30px 0;
}
#salon .salon_left{
  float:left;
  width:420px;
  padding-bottom:10px;
}
#salon .salon_right{
  float:right;
  width:490px;
  padding-bottom:20px;
}
#salon .salon_right p{
  padding-bottom:20px;
}
#salon .salon_comment{
  clear:both;
}
#salon .salon_btn{
  padding:0 0 30px 0;
  text-align:center;
}


/*------------------------------------------------------------*/
#brand .pagetitle {
  margin-bottom: 0;
}
#brand .section {
  clear:both;
  padding: 30px;
}
#brand .lead {
  border:1px solid #776438;
  background:#FFF;
  font-weight:bold;
  font-size:16px;
}
#brand .section .column-block .left-area {
  float: left;
  width: 390px;
}
#brand .section .column-block .right-area {
  float: right;
  width: 520px;
}
#brand .section .column-block .right-area h3 {
  padding-bottom:30px;
}
#brand .section .column-block .right-area .shop {
  margin-top: 25px;
  padding: 0 0 15px 0;
}
#brand .section .column-block .right-area .shop dl dt {
  padding: 9px 0 9px 20px;
  margin-bottom:15px;
  border-bottom:1px solid #fff;
}
#brand .section .column-block .right-area .shop dl dd {
  display:inline-block;
  margin-right: 10px;
}
#brand .section .column-block .right-area .shop dt + dd {
  padding-left:20px;
}
#brand .section .column-block .right-area .shop dd:nth-of-type(5) {
  padding-left:20px;
}
#brand .section .column-block .right-area .yet {
  opacity:0.7;
  display:inline;
}
#brand .section .column-block .right-area .school ul {
  margin-top: 25px;
}

#brand .premium {
  background: #fff url(../images/brand/bg_premium.gif) repeat-x left top;
}
#brand .premium .column-block .right-area .shop {
  background-color: #776438;
}

#brand .beauty {
  background: #fff url(../images/brand/bg_beauty.gif) repeat-x left top;
}
#brand .beauty .column-block .right-area .shop {
  background-color: #f1ced3;
}

#brand .facial {
  background: #fff url(../images/brand/bg_facial.gif) repeat-x left top;
}
#brand .facial .column-block .right-area .shop {
  background-color: #f6edd7;
}

#brand .rise {
  background: #fff url(../images/brand/bg_rise.gif) repeat-x left top;
}
#brand .rise .column-block .right-area .shop {
  background-color: #e5dee5;
}

#brand .pregra {
  background: #fff url(../images/brand/bg_pregra.gif) repeat-x left top;
}
#brand .pregra .column-block .right-area .shop {
  background-color: #f4dfce;
}

#brand .academy {
  background: #fff url(../images/brand/bg_academy.gif) repeat-x left top;
}

#brand .anbeauty {
  background: #fff url(../images/brand/bg_anbeauty.gif) repeat-x left top;
}

#brand .anbeauty .column-block .right-area .shop {
  background-color: #fdd8ac;
}

/*------------------------------------------------------------*/
#menu #contents {
  padding-bottom: 60px;
}
#menu .menu-nav {
  width: 930px;
  margin: -15px auto 0;
  overflow: hidden;
  zoom: 1;
}
#menu #contents .pageprologue span{
  font-size:12px;
}
#menu .menu-nav li:first-child {
  float: left;
  margin-right: 98px;
}
#menu .title {
  margin: 30px 0 -10px;
}
#menu .section {
  margin: 30px 0 0;
  padding: 30px;
  background: #fff url(images/bg_section.gif) repeat-x left top;
}
#menu .section .left-area {
  width: 400px;
}
#menu .section .left-area p {
  margin-top: 30px;
}
#menu .section .left-area strong {
  font-weight:bold;
}
#menu .section .left-area .price,
#menu .section .left-area .time {
  font-size: 18px;
}
#menu .section .left-area .price img,
#menu .section .left-area .time img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
#menu .section .left-area .price span {
  color: #e66361;
  font-size:120%;
  font-weight: bold;
}
#menu .section .left-area .price .first {
  margin-left: 20px;
}
#menu .section .left-area .time {
  margin-top: 20px;
}
#menu .section .left-area .time span {
  position: relative;
  top: -2px;
  padding-left: 25px;
  font-size: 12px;
}
#menu .section .left-area dl {
  width: 395px;
  margin-top: 40px;
}
#menu .section .left-area dl dd {
  padding: 15px 25px 40px;
  background: #dfd4ba url(../images/menu/bg_recommend.gif) no-repeat left bottom;
  line-height: 1.8;
}
#menu .section .right-area {
  width: 400px;
}
#menu .section .right-area img:first-child {
  margin-bottom: 15px;
}
#menu .section .flow {
  margin-top: 30px;
}
#menu .section .comment {
  width: 778px;
  margin: 30px auto 0;
  background: url(../images/menu/bg_comment_03.gif) no-repeat right 11px;
}
#menu .section .comment.long {
  width: 808px;
  background: url(../images/menu/bg_comment_01.gif) no-repeat right 11px;
}
#menu .section .comment img {
  float: left;
}
#menu .section .comment div {
  padding-top: 16px;
  overflow: hidden;
  zoom: 1;
}
#menu .section .comment p {
  padding: 15px 27px 20px;
  background: #f3f0f0 url(../images/menu/bg_comment_04.gif) no-repeat right bottom;
  line-height: 1.6;
}
#menu .section .comment.long p {
  background: #f3f0f0 url(../images/menu/bg_comment_02.gif) no-repeat right bottom;
}
#menu .section .btn{
  text-align:center;
  margin:30px 0 20px;
}

/*------------------------------------------------------------*/
#product .pagetitle {
  margin-bottom: 0;
}
#product .prologue {
  width: 1000px;
  height: 146px;
  margin-bottom: 30px;
  background: url(../images/product/bg_prologue.jpg) no-repeat left top;
}
#product .prologue p {
  padding: 20px 0 0 150px;
  font-size: 15px;
  line-height: 1.8;
}
#product .section {
  clear:both;
  overflow: hidden;
  background: #fff url(images/bg_section.gif) repeat-x left top;
  margin-bottom: 30px;
}
#product .section .left-area {
  position:relative;
  width: 285px;
  margin:30px;
}
#product .section .left-area .icon {
  position:absolute;
  top:-20px;
  right:-20px;
  z-index:100;
}

#product .section .right-area {
  width: 610px;
  margin:30px 30px 30px 0;
}
#product .section .right-area h3 {
  font-size:22px;
  padding-bottom:30px;
}
#product .section .right-area dl{
  margin-bottom:30px;
}
#product .section .right-area dl dt {
  font-size:18px;
  padding-bottom:30px;
  color:#af7629;
}
#product .section .right-area dl:nth-of-type(2){
  border:1px solid #af7629;
  padding:20px;
}
#product .section .right-area dl:nth-of-type(2) dt {
  font-size:14px;
  padding-bottom:0px;
}
#product .section .right-area dl:nth-of-type(2) dd{
  font-size:12px;
}
#product .section .right-area p{
  width:570px;
  margin-bottom:30px;
  padding:20px;
  border-radius:4px;
  background:#ebe5d8;
}


div.swap {
  position:absolute;
  top:0px;
  left:0px;
  width:285px;
  height:260px;
}

div.swap p{
  height:260px;
}

div.swap p img {
  display:block;
}

div.swap ul{
  width:295px;
  margin-top:10px;
  margin-right:-10px;

}
div.swap li a {
  display:block;
}

div.swap li {
  float:left;
  margin:0 10px 0 0;
}

#product .list{
  padding:30px;
}
#product .list h2{
  padding:0px 0 15px 0;
  font-size:22px;
  font-weight:bold;
  text-align:center;

}

#product .list dl{
  float:left;
  width:465px;
}
#product .list dl:nth-of-type(odd){
  padding-right:10px;
}
#product .list dt{
  padding-bottom:10px;
}
#product .list dd{
  float:left;
  width:227px;
  padding-bottom:5px;
}
#product .list dd a{
  text-decoration:none;
  display:block;
  background: url(../images/product/arrow.gif) no-repeat left 5px;
  padding-left:15px;
}

/*------------------------------------------------------------*/
#order .pagetitle {
  margin-bottom: 5px;
}
#order .tel {
  margin-bottom: 30px;
  text-align: center;
}
#order #contents .data-section table .data {
  padding-top: 30px;
}
#order #contents .data-section table table th {
  width: 120px;
  padding: 10px 0 10px 20px;
  background-color: #f5f0e5;
}
#order #contents .data-section table table td {
  padding: 10px 0 10px 30px;
}
#order form .select01,
#order form .select02 {
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#order form .product-select {
  margin-top: 15px;
}
#order form .product-select:first-child {
  margin-top: 0;
}
#order form .select01 {
  width: 250px;
}
#order form .select02 {
  width: 60px;
  margin-left: 15px;
}
#order form .txt01,
#order form .txt02 {
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#order form .txt01 {
  width: 250px;
}
#order form .txt02 {
  width: 540px;
}
#order textarea {
  width: 540px;
  height: 100px;
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#order .btn {
  margin: 30px 0 60px;
}
#order .conf-btn input {
  display: block;
  width: 347px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/order/btn_conf.gif) no-repeat 0 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#order .souryo{
  margin-bottom:20px;
  padding:20px;
  background: #ffffff;
}
#order .souryo li{
  float:left;
  padding-right:40px;
}
#order .souryo li a {
  padding-left: 10px;
  background: url(../images/common/icn_arrow_02.png) no-repeat left center;
}

/*------------------------------------------------------------*/
#media .section01 {
  margin-bottom: 40px;
  padding: 30px 0 20px;
  background: #fff url(images/bg_section.gif) repeat-x left top;
}
#media .section01 h3 {
  margin-left: 30px;
}
#media .section01 .column-block {
  padding-left: 15px;
}
#media .section01 .column-block div {
  float: left;
  margin: 20px 0 0 15px;
}
#media .section02 .column-block {
  margin: -20px 0 0 -25px;
  padding-bottom: 30px;
}
#media .section02 .column-block div {
  float: left;
  width: 180px;
  height: 280px;
  margin: 20px 0 0 25px;
  text-align: center;
}
#media .section02 .column-block div p {
  margin: 5px 10px 0;
}

/*------------------------------------------------------------*/
#voice #footer {
  margin-top: 70px;
}
#voice .section {
  padding: 20px;
  background-color: #fff;
}
#voice .section .text {
  overflow: hidden;
  zoom: 1;
}
#voice .section .text .icn {
  margin-bottom: 10px;
}
#voice .section .image {
  float: right;
  margin-left: 60px;
}
#voice .section .text .icn img {
  padding-right:20px;
}

/* Q&A
------------------------------------------------------------*/
#faq .pagetitle {
  margin-bottom: 0;
}
#faq .section dl {
  padding-bottom: 30px;
}
#faq .section dl dt {
  height: 41px;
  padding-left: 55px;
  background: url(../images/faq/bg_question.gif) no-repeat left top;
  font-weight: bold;
  line-height: 41px;
}
#faq .section dl dd {
  padding: 23px 50px 20px 55px;
  background: #fff url(../images/faq/icn_answer.gif) no-repeat 20px 23px;
  font-size: 13px;
}

/*------------------------------------------------------------*/
#inquiry .pagetitle {
  margin-bottom: 5px;
}
#inquiry .tel {
  float:left;
  margin-bottom: 30px;
}
#inquiry .tel_btn {
  float:right;
}
#inquiry .tel_btn li {
  padding-bottom:10px;
}
#inquiry .title {
  clear:both;
}
#inquiry #contents .data-section {
  padding-bottom: 20px;
}
#inquiry #contents .data-section table {
  width: 100%;
}
#inquiry #contents .data-section table th {
  padding: 13px 0 10px 40px;
}
#inquiry #contents .data-section table td {
  padding: 10px 10px 10px 30px;
}
#inquiry form .select01 {
  width: 263px;
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#inquiry form dl,
#inquiry form dl dd {
  overflow: hidden;
  zoom: 1;
}
#inquiry form dl dt {
  float: left;
  margin-right: 20px;
  padding: 10px 30px 10px 20px;
  background-color: #f5f0e5;
}
#inquiry form .first dt {
  padding-top: 15px;
}
#inquiry form .last dt {
  padding-bottom: 20px;
}
#inquiry form .conf-kibou .first dt,
#inquiry form .conf-kibou .last dt {
  padding: 10px 30px 10px 20px;
}
#inquiry form dl dd {
  padding-top: 7px;
}
#inquiry form .first dd {
  padding-top: 12px;
}
#inquiry form .select02 {
  width: 263px;
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#inquiry form .select03 {
  width: 100px;
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#inquiry form .txt01,
#inquiry form .txt02 {
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#inquiry form .txt01 {
  width: 250px;
}
#inquiry form .txt02 {
  width: 580px;
}
#inquiry textarea {
  width: 568px;
  height: 100px;
  padding: 5px;
  border: 1px solid #b0a79a;
  font-size: 14px;
}
#inquiry .btn {
  margin: 30px 0 60px;
}
#inquiry .conf-btn input {
  display: block;
  width: 347px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/inquiry/btn_conf.gif) no-repeat 0 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

/*------------------------------------------------------------*/
#school .pagetitle {
  margin-bottom: 0;
}
#school .section {
  padding: 30px;
  background: #fff url(images/bg_section.gif) repeat-x left top;
}
#school .section01 {
  padding: 30px;
  background: #fff none;
}
#school .section01 p {
  line-height: 1.8;
}
#school .section01 .support {
  margin-top: 25px;
  color: #e54c4c;
}
#school .course h3 {
  margin-bottom: 30px;
}
#school .course .block01 p {
  font-size: 18px;
}
#school .course .block01 p img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
#school .course .time {
  margin-right: 10px;
}
#school .course .price {
  margin: 0 10px 0 70px;
}
#school .course .price02 {
  margin: 0 10px 0 40px;
}
#school .course .block01 dl,
#school .course .block01 dl dd {
  overflow: hidden;
  zoom: 1;
}
#school .course .block01 dl {
  margin-top: 20px;
}
#school .course .block01 dl dt {
  float: left;
  margin-right: 10px;
}
#school .course .contents {
  margin-top: 25px;
  padding-bottom: 50px;
  background: #ffe6e6 url(../images/school/bg_contents.gif) no-repeat left bottom;
}
#school .course .contents h4 {
  margin-bottom: 18px;
}
#school .course .contents .left-area {
  width: 425px;
  margin-left: 30px;
}
#school .course .contents .right-area {
  width: 425px;
  margin-right: 30px;
}
#school .course .contents dl dt {
  margin-bottom: 10px;
}
#school .btn {
  padding: 10px 0 60px;
  text-align: center;
}

/*------------------------------------------------------------*/
#corporation .section01 {
  margin-bottom: 40px;
}
#corporation .section01 .map img {
  margin-left: 20px;
  vertical-align: middle;
}
#corporation .section02 {
  margin-bottom: 60px;
}

/*------------------------------------------------------------*/
#recruit .section01 table p {
  margin-top: 30px;
}
#recruit .section01 table .first {
  margin-top: 0;
}
#recruit .section01 table div {
  float:right;
  padding:0 0 20px 20px;
}
#recruit .section01 .btn {
  padding: 40px 0 30px;
  text-align: center;
}

/*------------------------------------------------------------*/
#privacy #contents,
#tokusyo #contents {
  padding-bottom: 30px;
}
#privacy .pageprologue,
#tokusyo .pageprologue {
  font-size: 12px;
  font-weight: normal;
}
#privacy .section h3,
#tokusyo .section h3 {
  padding-bottom: 1px;
  border-bottom: 1px solid #483a2e;
  font-size: 16px;
  font-weight: bold;
}
#privacy .section p,
#tokusyo .section p {
  margin: 15px 0 30px;
  font-size: 12px;
}
#privacy .section ul {
  margin: 0 0 30px 15px;
  list-style: disc;
}

/*------------------------------------------------------------*/
#sitemap #contents {
  padding-bottom: 30px;
}
#sitemap .section {
  position: relative;
  padding: 30px;
  background-color: #fff;
}
#sitemap .section img {
  position: absolute;
  top: 179px;
  right: 155px;
}
#sitemap .section ul li {
  margin: 15px 0 0 50px;
  padding-left: 10px;
  background: url(../images/sitemap/icn_list.gif) no-repeat left center;
  font-size: 14px;
}
#sitemap .section ul li:first-child {
  margin: 0;
}
#sitemap .section ul li a {
  text-decoration: none;
}

/* Other Style
------------------------------------------------------------*/
.error404 {
  margin: 150px 0;
  text-align: center;
}
.error404 dt {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
}

/* colorbox style */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent{
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display:block;
  border:0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#cboxOverlay {
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#colorbox {
  outline: 0;
}
#cboxContent{
  background: #fff;
  overflow: hidden;
}
.cboxIframe{
  background: #fff;
}
#cboxLoadingOverlay {
  background: url(../images/common/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../images/common/loading.gif) no-repeat center center;
}
#cboxClose{
  display: none !important;
  cursor: pointer;
}
.cartjs_product_table{
  display:none;
}

/* clearfix
------------------------------------------------------------*/
#nav ul:after,
#footer-inner:after,
.column-block:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#nav ul,
#footer-inner,
.column-block,
.clearfix {
  zoom: 1;
}

#recruit table img{
  display:inline-block;
  margin:0 0 3px 10px;
  
}
#recruit h4.txt_ttl{
  margin:20px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid #fff;
  font-size:16px;
  font-weight:bold;
}
#recruit table span.small{
  font-size:12px;
}
#recruit table input{
  padding:5px;
  border:1px solid #ccc;
}
#recruit table strong{
  font-weight:bold;
  font-size:15px;
  display:inline-block;
  margin-bottom:5px;
}
#recruit table .txt01{
  width:250px;
}
#recruit table .txt02{
  width:500px;
}
#recruit #copyright{
  display:none;
}
#recruit .conf-btn input {
  display: block;
  width: 347px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/order/btn_conf.gif) no-repeat 0 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#recruit #back{
  display: inline-block;
  height: 60px;
  width: 187px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/recruit/btn_back.gif) no-repeat 0 0;
}
#recruit #submit{
  display: inline-block;
  height: 60px;
  width: 187px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/recruit/btn_submit.gif) no-repeat 0 0;
}


