@charset "utf-8";

/** --------------------------------------------------------------------------------
 * body
 */
html {
  min-width: 950px;
  overflow-y: scroll;
}

body {
  line-height: 1.67;/* 20px相当 */
  color: #000;
  background: #fff url("/images/user/bg.gif?r=2") no-repeat 50% 25px;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-size: 75%;/* 12px相当 */
  behavior: url("/js/csshover.htc");
}

/** --------------------------------------------------------------------------------
 * ハイパーテキスト
 */
a {
  outline: none;
}

a:link,
a:visited {
  color: #64a545;
  text-decoration: none;
}

a:hover,
a:active {
  color: #4579a5;
  text-decoration: underline;
}

/** --------------------------------------------------------------------------------
 * リンク画像
 */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

/** --------------------------------------------------------------------------------
 * 横幅
 */
div#header div.common,
div#header div#studioMenu ul,
div#footer div,
div#contents {
  margin: 0 auto;
  width: 950px;
}

/** --------------------------------------------------------------------------------
 * #header
 */
div#header {
  margin-bottom: 17px;
  border: 1px solid #000;
  border-width: 5px 0 1px;
}

div#header div {
  position: relative;
}

/** ----------------------------------------
 * #logo
 */
div#header #logo a {
  margin: 10px 0;
  display: inline-block;
}

div#header p.message {
  position: absolute;
  top: 101px;
  left: 261px;
}

/** ----------------------------------------
 * #globalNav
 */
#globalNav {
  position: absolute;
  top: 86px;
  right: 0;
  /* width: 425px; */
  zoom: 1;
}

#globalNav:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#globalNav li {
  display: block;
  float: left;
  text-align: center;
}

#globalNav li a {
  position: relative;
  display: block;
  padding: 15px 18px 10px;
  color: #000;
  font-weight: bold;
  font-size: 117%;
}

#globalNav li a:before {
  content: "|";
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
}

#globalNav li.home a:before {
  content: "";
}

/** ----------------------------------------
 * お問い合わせ系
 */
/*
div#header p.tel {
  position: absolute;
  top: 12px;
  right: 300px;
}
*/

div#header p.reserve {
  position: absolute;
  top: 12px;
  right: 274px;
}

div#header p.contact {
  position: absolute;
  top: 12px;
  right: 10px;
}













/** ----------------------------------------
 * #studioMenu
 */
div#header div#studioMenu {
  padding: 9px 0 8px;
  border-top: 1px solid #000;
}

div#header div#studioMenu:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#header div#studioMenu ul li {
  margin-right: 10px;
  float: left;
}

/** --------------------------------------------------------------------------------
 * #contents
 */
div#contents {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 400px;
}

* html div#contents {
  height: 400px;
}

/** ----------------------------------------
 * テキスト
 */
strong,
em {
  color: #ff6700;
  font-style: normal;
  font-weight: bold;
}

.secondColor {
  color: #8aa812;
}

.thirdColor {
  color: #39a877;
}

.fourthColor {
  color: #3550b8;
}

.bold {
  font-weight: bold;
}

/** ----------------------------------------
 * 注意書き
 */
p.notes,
ul.notes li {
  padding-left: 1em;
  text-indent: -1em;
  color: #555;
}

dl dd .notes {
  margin-top: 5px;
}

.imageTitle {
  padding: 40px 0 20px;
}

.first {
  padding-top: 10px;
}

.textTitle {
  margin: 0 0 10px;
  padding-left: 6px;
  border-left: 4px solid #000;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
}

/** ----------------------------------------
 * カラム分け
 */
.divide {
  zoom: 1;
}

.divide:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.divide .left {
  width: 470px;
  float: left;
}

.divide .right {
  width: 425px;
  float: right;
}

.divide div.main,
.divide div.sub {
  display: inline-block;
  width: 465px;
  vertical-align: middle;
}

* html .divide div.main,
* html .divide div.sub {
  display: inline;
  zoom: 1;
}

*+html .divide div.main,
*+html .divide div.sub {
  display: inline;
  zoom: 1;
}

.divide div.main {
  margin-right: 20px;
}

/** ----------------------------------------
 * リスト
 */
ul.basic {
	margin-bottom: 20px;
	/* 20170915 start */
	font-size: 150%;
	/* 20170915 ended */
}

ul.basic li {

	/* 20170915 start */
	/* [disabled]padding-left: 38px; */
	/* [disabled]background: url("/images/user/contents/common/listMarker.gif") no-repeat 26px 0.5em; */
	/* 20170915 ended */
	

	border-bottom-width: 0.5px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-left: 5px;
	list-style-position: inside;
	list-style-type: disc;
}

div.pageLink {
  margin: 20px 120px 30px;
  padding: 1px;
  border: 4px solid #e6e6e6;
}

div.pageLink ul {
  border: 1px solid #bbb;
  padding: 10px 0 10px 20px;
  background-color: #f6f6f6;
  zoom: 1;
}

div.pageLink ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div.pageLink ul li {
  margin: 3px 20px 3px 0;
  padding-left: 10px;
  float: left;
  width: 309px;
  background: url("/images/user/contents/common/arrow.gif") no-repeat 0 50%;
}

/** ----------------------------------------
 * グレーの箱
 */
.box {
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: #e6e6e6;
}

/** ----------------------------------------
 * 枠付きの箱
 */
.borderBox {
  margin: 40px 40px 60px;
  padding: 15px;
  border: 4px solid #e6e6e6;
  position: relative;
  zoom: 1;
}

.borderBox .tabTitle {
  margin-top: -10px;
  padding: 5px 15px;
  position: absolute;
  top: -1.67em;
  left: 10px;
  background-color: #e6e6e6;
  font-size: 117%;
  font-weight: bold;
}


/** ----------------------------------------
 * スタジオ別：お知らせの箱（斜線背景版）
 */
.infoBox {
  margin-bottom: 20px;
  padding-bottom: 1px;
  border-top: 3px solid #c00;
  text-align: left;
  font-size: 109%;
}

#contents .shortType {
  margin: 20px 160px;
}

.infoBox div.inner {
  margin-top: 1px;
  padding: 20px 15px 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #999;
  background: url("/images/user/contents/common/infoBoxBg.gif") repeat 0 0;
  font-weight: bold;
}

.infoBox div.inner p {
  padding-bottom: 5px;
  padding-left: 22px;
  background: url("/images/user/contents/common/marker.gif") no-repeat 0 0.2em;
}

/** ----------------------------------------
 * chackの箱
 */
.check {
  margin: 0 70px 30px;
  padding: 15px 15px 15px 170px;
  border: 4px solid #e6e6e6;
  background: url("/images/user/contents/common/check.gif") no-repeat 15px 50%;
  position: relative;
  zoom: 1;
}

/** ----------------------------------------
 * DL
 */
.box dl {
  margin-bottom: -10px;
}

dl {
  line-height: 16px;
}

dl dt {
  margin-right: 10px;
  padding-left: 8px;
  color: #fff;
  float: left;
  height: 16px;
  background: url("/images/user/contents/common/frameL.gif") no-repeat 0 50%;
}

dl dt span {
  padding: 0 13px 0 5px;
  display: block;
  width: 3em;
  height: 16px;
  background: #000 url("/images/user/contents/common/frameR.gif") no-repeat 100% 50%;
  text-align: center;
}

dl dd {
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

/** ----------------------------------------
 * OL
 */
ol.basic {
  line-height: 1.2;
  color: #999;
  font-size: 150%;
  font-family: "Georgia", serif;
  list-style-type: decimal;
}

ol.basic li {
  margin-left: 2em;
}

ol.basic li span {
  color: #000;
  font-size: 67%;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

/** ----------------------------------------
 * comingSoon
 */
.comingSoon {
  padding: 50px 10px;
  border: 4px solid #e6e6e6;
  text-align: center;
  font-size: 16px;
}

/** ----------------------------------------
 * 短い文章だけのページ
 */
.text {
  margin: 50px 100px;
  padding: 50px 10px;
  border: 4px solid #e6e6e6;
  text-align: center;
  font-size: 117%;
}

/** ----------------------------------------
 * エラー
 */
div.error {
  margin: 20px 100px;
}

div.error h3 {
  margin-left: 1em;
  padding: 3px 0;
  color: #fff;
  width: 10em;
  background-color: #f88;
  text-align: center;
}

div.error ul {
  padding: 20px 10px;
  border: 2px solid #f88;
  color: #f66;
  background-color: #fee;
  list-style-type: square;
}

div.error ul li {
  margin-left: 2em;
}


/** --------------------------------------------------------------------------------
 * 各スタジオページのフッタースタジオリスト表示調整用 20170915
 */
#space{
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}



/** --------------------------------------------------------------------------------
 * 各スタジオページ内装写真リスト 20170915
 */
.studio_photo_list{
	margin-top: 50px;
	margin-bottom: 50px;
}

.studio_photo_list img{
	margin-right: 5px;
	margin-bottom: 5px;
}


/** --------------------------------------------------------------------------------
 * スタジオリスト（TOPページ）先頭キャッチWRAP 20170915
 */
.copy_wrap{
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
.copy_wrap p{
	font-size: 115%;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	}
.copy_wrap p.schedule_dates a{
	display: inline-block;
	padding: 4px 10px;
	background-color: #fe8900;
	color: #fff;
	border-radius: 3em;
	}
.copy_wrap p.schedule_dates a:nth-child(n+2){
	margin-left: 7px;
	}
.copy_wrap p.schedule_dates a:hover{
	background-color: #feb300;
	}




/** --------------------------------------------------------------------------------
 * index
 */
#studioList {
  margin: 5px -7px 0 0;
/*  background: url("/images/user/contents/index/empty.gif") repeat 0 0; */
  zoom: 1;
}

#studioList:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#studioList div {

  margin-right: 7px;
  margin-bottom:60px;
  padding-bottom: 15px;
  position: relative;
  width: 312px;
  height: 312px;
  float: left;
  background-color: #fff;
  zoom: 1;
}

#studioList div.last {
  /*float: right;*/
  background: url("/images/user/contents/index/empty.gif") repeat 0 0;
}

#studioList h2 {
  height: 30px;
}

#studioList p.studioMessage {
  position: absolute;
  top: 5px;
  right: 0;
}

#studioList p.studioMessage a {
  display: block;
}

#studioList p.image {
  margin-top: 1px;
  height: 166px;
  background-color: #fff;
}

#studioList a {
  display: block;
  position: relative;
}

#studioList p.image .newOpen {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 312px;
  height: 25px;
  background: url("/images/user/contents/index/newOpenBg.gif") no-repeat 0 0;
}

#studioList .mocha h2 {
  margin-top: -13px;
  height: auto;
}

/** --------------------------------------------------------------------------------
 * スタジオ紹介ページ
 */
h2.studioImage {
  margin-bottom: 10px;
  heght: 513px;
  text-align: center;
}

/** ----------------------------------------
 * アクセスマップ
 */
div.mapLink {
  margin-top: 20px;
  text-align: center;
}

div.mapLink p {
  margin: 0 5px;
  display: inline;
}

.mapSpace {
  margin-top: 60px;
}

/** ----------------------------------------
 * スタジオ住所
 */
.studioName,
.studioAddress {
  margin-bottom: 10px;
  text-align: center;
}

.studioName {
  margin-bottom: 10px;
}

.studioName img {
  margin-bottom: 5px;
}

.studioName p strong {
  color: #555;
}

.studioAddress {
  margin-bottom: 20px;
}

.studioAddress p.notes {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 0;
  border-top: 1px dotted #000;
  text-indent: 0;
}

/** ----------------------------------------
 * 道順
 */
div#route {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  position: relative;
  display: none;
  zoom: 1;
}

div#route .divide,
div#route .textonly {
  border-top: 1px solid #000;
  padding: 15px 0;
}

div#route .textonly .image {
  margin: 15px 0;
  text-align: center;
  display: block;
  width: auto;
}

div#route .image,
div#route .text {
  margin: 0;
  padding: 0;
  border: 0 none;
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  font-size: 100%;
  text-align: left;
}

* html div#route .image,
* html div#route .text {
  display: inline;
  zoom: 1;
}

*+html div#route .image,
*+html div#route .text {
  display: inline;
  zoom: 1;
}

div#route .image {
  margin-right: 25px;
}

#openRoute {
  margin: -10px 0 10px auto;
  width: 12em;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
}

/** ----------------------------------------
 * 料金表
 */
div.chargeList {
  margin-bottom: 10px;
  border: 4px solid #e6e6e6;
}

div.chargeList table th,
div.chargeList table td {
  padding: 10px;
}

div.chargeList table tr th {
  color: #3550b8;
  background-color: #f0f0f0;
}

div.chargeList table tr.title th {
  color: #000;
  background: #fff url("/images/user/contents/common/chargeBg.gif") repeat-x 0 100%;
}

div.chargeList table tr td {
  text-align: center;
}

#contents .em * {
  color: #c00;
}

.price {
  margin: 0 5px;
  color: #c00;
  font-weight: bold;
}

div.chargeList table tr em {
  color: #c00;
  font-size: 117%;
  font-weight: bold;
}

/** ----------------------------------------
 * 各スタジオの予約フォームへ
 */
div.goToReserve {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #000;
}

div.goToReserve div.inner {
  margin: 0 auto;
  width: 651px;
  background: url("/images/user/contents/common/goToReserve/bg.gif") no-repeat 0 100%;
  zoom: 1;
}

div.goToReserve div.inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div.goToReserve div.tel,
div.goToReserve div.form {
  margin: 11px 0;
  padding: 0 30px 0 44px;
  width: 251px;
}

div.goToReserve div.tel {
  border-right: 1px solid #999;
  float: left;
}

div.goToReserve div.form {
  float: right;
}

div.goToReserve h4 {
  margin: 0 0 7px -21px;
  position: relative;
}

div.goToReserve a {
  display: inline-block;
}

/**/
.studioFooter {
  /*
  margin: 40px 0 50px;
  padding: 30px 0;
  */
  padding: 10px 0 40px;
  /*
  border: 1px solid #000;
  border-style: solid none;
  */
  text-align: center;
  font-size: 10px;
}

.studioFooter li {
  margin: 0 10px;
  display: inline-block;
}


.studioFooter li img {
  vertical-align: bottom;
}

/** ----------------------------------------
 * information(フルサイズ版)
 */
div#NewArrivalInformation {
  background: url("/images/user/contents/index/informationBg_m.gif") repeat-y 0 0;
}

div#NewArrivalInformation p.more {
  position: relative;
  zoom: 1;
}

div#NewArrivalInformation p.more a {
  position: absolute;
  top: -31px;
  right: 5px;
  display: block;
}

div#NewArrivalInformation div.body {
  padding: 15px 0 15px 15px;
  background: url("/images/user/contents/index/informationBg_b.gif") no-repeat 0 100%;
}

div#NewArrivalInformation div.body div.row {
  zoom: 1;
}

div#NewArrivalInformation div.body div.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#NewArrivalInformation div.body div.row div {
  padding: 0 15px 5px 0;
  float: left;
  width: 452px;
}

div#NewArrivalInformation div.body h3 {
  margin-right: 10px;
  float: left;
  width: 7em;
  background-color: #ddd;
  text-align: center;
  font-family: "Georgia", serif;
}

div#NewArrivalInformation div.body p {
  overflow: hidden;
  zoom: 1;
}

/** ----------------------------------------
 * ia(infomation半サイズ版+api)
 */
div#ia {
  background: url("/images/user/contents/index/iaBg_m.gif") repeat-y 0 0;
}

div#ia .divide {
  background: url("/images/user/contents/index/iaBg_b.gif") no-repeat 0 100%;
  zoom: 1;
}

div#ia p.more {
  position: relative;
  zoom: 1;
}

div#ia p.more a {
  position: absolute;
  top: -41px;
  right: -15px;
  display: block;
}

div#ia .divide {
  background: url("/images/user/contents/index/iaBg_b.gif") no-repeat 0 100%;
}

div#ia .info,
div#ia .api {
  width: 425px;
  float: left;
}

div#ia .info {
  margin-right: 20px;
  padding: 50px 20px 15px;
}

div#ia .info h2 {
  position: relative;
}

div#ia .info h2 img {
  position: absolute;
  top: -50px;
  left: -20px;
}

div#ia .api {
  padding: 39px 4px 4px;
  width: 457px;
  background: url("/images/user/contents/index/apiBg_t.gif") no-repeat 0 0;
}

div#ia .info h3 {
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  width: 7em;
  background-color: #ddd;
  text-align: center;
  font-family: "Georgia", serif;
}

div#ia .info p.comment {
  margin-bottom: 5px;
  overflow: hidden;
  zoom: 1;
}

/** ----------------------------------------
 * フォームテーブル
 */
form,
div.formFrame {
  margin-top: 10px;
  padding-top: 2px;
  border-top: 1px solid #000;
}

table.form {
  margin-bottom: 10px;
}

table.form th,
table.form td {
	border: 0 none;
  padding: 10px 10px 15px;
  background: repeat-x 0 100%;
}

table.form th {
  color: #213b50;
  background-image: url("/images/user/contents/common/thBg.gif");
  text-shadow: 0 1px 0 #fff;
}

table.form td {
  background-image: url("/images/user/contents/common/tdBg.gif");
}

table.form th {
  width: 270px;
  background-color: #eee;
  text-align: right;
}

.button {
  text-align: center;
}

.button input {
  padding: 8px 60px;
}

div.button {
  text-align: center;
}

div.button form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}

div.button form,
div.button form p {
  display: inline;
}

table.form td ul li,
table.form td p,
table.form dl {
  margin: 3px 0;
}

table.form td textarea {
  width: 96%;
  height: 8em;
}

table.form td input.longText {
  width: 80%;
}

table.form td input.shortText {
  width: 50%;
}

table.form td dl dt {
  padding: 1px 10px;
  border: 1px solid #ccc;
  color: #000;
  background: #eee;
}

table.form td dl.caution dt {
  border-color: #c88;
  background: #fee;
}

table.form td dl.caution dd {
  padding-top: 2px;
}

table.form strong.studioName {
  color: #000;
  font-size: 150%;
  font-family: "Georgia", serif;
}

table.form td ul {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  list-style-type: square;
}

table.form td ul li {
  margin-left: 2em;
}

table.form td .checkSchedule {
  margin: 0;
  text-align: right;
}

table.form td .checkSchedule a {
  padding: 2px 10px 2px 16px;
  display: inline-block;
  color: #000;
  background: #ccc url("/images/user/contents/common/arrow.gif") no-repeat 10px 50%;
}

table.form td span.em {
  color: #c00;
}

.titleLink {
  position: relative;
}

.titleLink a {
  position: absolute;
  display: block;
  right: 0;
  top: -46px;
  zoom: 1;
}

/** ----------------------------------------
 * 
 */
.decoBox {
  margin: 4em 80px;
  padding: 60px 40px 50px;
  border: 1px solid #000;
  position: relative;
  z-index: 0;
  font-size: 130%;
}

.decoBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: -4px;
  left: -4px;
  z-index: 0;
  background-color: #fff;
}

.decoBox::after {
  content: "";
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
  z-index: -3;
}

.decoBox__title {
  margin: auto;
  position: absolute;
  top: -0.8em;
  left: 0;
  right: 0;
  z-index: 0;
  width: 19em;
  background-color: #fff;
  font-size: 140%;
  text-align: center;
}

.decoBox__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 0;
  z-index: -1;
  border-bottom: 0.7em solid #ffe599;
}

.decoBox ul li {
  padding-left: 1em;
  position: relative;
}

.decoBox ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #000;
}

.decoBox ul li + li {
  margin-top: 1.5em;
}

.decoBox ul li .memo {
  color: #cc0000;
}

.nextPage {
  margin-top: 40px;
  position: relative;
  text-align: center;
  font-size: 120%;
}

.nextPage a {
  padding: 16px 60px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #fe8900;
  text-decoration: none;
}

.nextPage a::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nextPage a:hover {
  background-color: #feb300;
}

/** ----------------------------------------
 * 通常テーブル
 */
table.simple {
  margin-bottom: 30px;
}

table.simple th {
  width: 150px;
}

table.simple th,
table.simple td {
  padding: 10px;
}

table.simple th {
  background-color: #e6e6e6;
}

table.simple ul {
  margin-top: 3px;
}

table.simple ul li {
  padding-left: 15px;
  background: url("/images/user/contents/common/listMarker.gif") no-repeat 0 0.5em;
}

table.simple .other {
  padding-left: 15px;
}

table.simple .name {
  padding: 1px 10px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #000;
  background: #eee;
  background-color: #f6f6f6;
  font-weight: bold;
  width: 3em;
  text-align: center;
}

* html table.simple .name {
  display: inline;
  zoom: 1;
}

*+html table.simple .name {
  display: inline;
  zoom: 1;
}

table.simple .address {
  padding-left: 15px;
}

/** --------------------------------------------------------------------------------
 * タイトル
 */
.basicTitle,
.basicTitle2,
.basicTitle3,
.basicTitle4 {
  margin-bottom: 10px;
  padding-top: 8px;
  padding-left: 38px;
  height: 31px;
  line-height: 28px;
  background: url("/images/user/contents/common/title.gif") no-repeat 0 0;
  font-size: 28px;
}

.basicTitle2 {
  background-image: url("/images/user/contents/common/title2.gif");
}

.basicTitle3 {
  background-image: url("/images/user/contents/common/title3.gif");
}

.basicTitle4 {
  background-image: url("/images/user/contents/common/title4.gif");
}

/* スタジオページ用タイトル */
.studioTitle,
.studioTitle2,
.studioTitle3,
.studioTitle4 {
  margin: 40px 0 20px;
  padding-top: 8px;
  padding-left: 40px;
  height: 31px;
  line-height: 28px;
  background: url("/images/user/contents/common/studioTitle1.gif") no-repeat 0 0;
  font-size: 28px;
  zoom: 1;
}

.studioTitle2 {
  background-image: url("/images/user/contents/common/studioTitle2.gif");
}

.studioTitle3 {
  background-image: url("/images/user/contents/common/studioTitle3.gif");
}

.studioTitle4 {
  background-image: url("/images/user/contents/common/studioTitle4.gif");
}

.studioTitle.first {
  margin-top: 20px;
}

.studioTitle span,
.studioTitle2 span,
.studioTitle3 span,
.studioTitle4 span {
  padding-right: 10px;
  background-color: #fff;
}

.secondTitle {
  margin: 15px 0;
  padding-left: 10px;
  border-left: 6px solid #b3d91c;
  border-bottom: 1px solid #000;
  font-size: 125%;
  font-weight: bold;
}

.arrowTitle {
  margin: 0 0 10px;
  padding: 4px 0 0 26px;
  background: url("/images/user/contents/common/boxArrow2.gif") no-repeat 0 50%;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
}

/** --------------------------------------------------------------------------------
 * FAQ
 */
table.faq {
  margin-bottom: 40px;
}

table.faq th.question {
  border-right-color: #fff;
  width: 3em;
  color: #999;
  font-size: 180%;
  font-family: "Georgia", serif;
	text-align: center;
}

table.faq th,
table.faq td {
  padding: 15px 10px;
  vertical-align: middle;
}

table.faq .odd th {
  background-color: #eee;
}

table.faq th {
  border-left-color: #fff;
  border-right: 0 none;
	width: 400px;
	color: #343e0e;
  background-color: #f6f6f6;
	text-align: left;
}

table.faq td {
  padding-left: 40px;
  border-right: 0 none;
  border-left: 0 none;
  background: url("/images/user/contents/common/faqArrow.gif") no-repeat 15px 50%;
}

/** --------------------------------------------------------------------------------
 * 予約状況
 */
div.calendar {
  position: relative;
  margin-bottom: 30px;
  zoom: 1;
}

div.calendar p.calendarMessage {
  margin-left: 38px;
  /*padding-top: 8px;*/
  padding-top: 1px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #cc0000;
  text-decoration: underline;
  line-height: 1.2;
}

div.calendar .caption {
  margin-top: -5px;
  margin-bottom: 7px;
  padding-right: 5px;
  text-align: right;
}

div.calendar .caption p {
  display: inline;
  vertical-align: middle;
  zoom: 1;
}

div.calendar .caption p img {
  vertical-align: middle;
}

div.calendar .caption .current {
  margin: 0 30px;
  font-size: 20px;
  font-weight: bold;
}

div.calendar table th {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff url("/images/user/contents/common/tableTitle.gif") repeat-x 0 100%;
}

div.calendar table th.sunday {
  color: #550014;
  background-image: url("/images/user/contents/common/tableTitle_sunday.gif");
}

div.calendar table th.saturday {
  color: #005552;
  background-image: url("/images/user/contents/common/tableTitle_saturday.gif");
}

div.calendar table td {
  background: #f6f6f6 url("/images/user/contents/common/tableCellBg.gif") repeat-x 0 100%;
}

div.calendar table td.daytd {
  cursor: pointer;
}

div.calendar table.monthly td.daytd:hover {
  background: #ffbf00;
}

div.calendar table.monthly td.daytd:hover li {
  background: #fff;
}

div.calendar .day {
  padding: 0 5px 5px 0;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 117%;
  text-align: right;
}

div.calendar ul li {
  margin-bottom: 2px;
  padding: 1px 2px;
  display: block;
  background-color: #e6e6e6;
  font-size: 93%;
}

div.calendar table.detail th,
div.calendar table.detail td {
  padding: 10px;
  vertical-align: middle;
}

div.calendar table.detail th {
  width: 200px;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 117%;
}

div.calendar table.detail td {
  padding-bottom: 5px;
  background: #fff;
  cursor: auto;
}

div.calendar table.detail td.goToForm {
  padding-bottom: 10px;
  width: 170px;
  text-align: center;
}

div.calendar table.detail li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 1px solid #ccc;
  float: left;
  background: transparent;
  white-space: nowrap;
}

div#studioSelect {
  margin: 15px 0;
  text-align: center;
}

/** --------------------------------------------------------------------------------
 * 新着情報
 */
div#information {
  margin: 40px 40px 60px;
}

div#information h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  border-top: 1px solid #000;
}

div#information h3 span {
  margin-top: -6px;
  padding: 3px 15px;
  position: absolute;
  top: -1.67em;
  display: blcok;
  color: #fff;
  background-color: #000;
}

div#information p {
  margin: 0 0 0 6.5em;
}

/** --------------------------------------------------------------------------------
 * 無料レンタル
 */
div.rentalMessage {
  /* position: relative; */
}

div.rentalMessage p {
  /*
  position: absolute;
  top: -49px;
  right: 0;
  */
}

div#rental {
  margin: 20px 0 40px;
  background: url("/images/user/contents/common/rentalBg.gif") repeat-y 0 0;
  overflow: hidden;
}

div#rental .row {
  margin-right: -1px;
  border-bottom: 1px dotted #000;
  zoom: 1;
}

div#rental .row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#rental .row div.item {
  margin-right: 1px;
  padding: 15px;
  float: left;
  width: 286px;
}

div#rental .row div.item p.image {
  margin-bottom: 10px;
  text-align: center;
}

div#rental .row div.item p.image img {
  margin: -1px;
  border: 1px solid #999;
  position: relative;
  width: 286px;
  height: 286px;
}

div#rental .row div.item h3 {
  margin-bottom: 10px;
  padding: 3px 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-weight: bold;
}

/** --------------------------------------------------------------------------------
 * スタジオ紹介ページ
 */
h2.mainImage {
  margin-bottom: 10px;
  heght: 224px;
  text-align: center;
}

div.space {
  margin: 0 0 70px 38px;
}

div.space .textTitle {
  margin: 15px 0;
}

div.space p,
div.space ol.basic {
  margin-bottom: 30px;
}

div.space .notes {
  margin-top: -20px;
  position: relative;
}

div.space .divide .right {
  width: 230px;
}

div.space dl dt span {
  width: 8em;
}

/** ----------------------------------------
 * MoCHA
 */
#mocha {
  color: #62260a;
}

#mocha .mainMessage {
  text-align: center;
  font-size: medium;
}

#mocha a {
  color: #900 !important;
}

#mocha .box {
  margin: 30px 60px;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  background-color: #fde8d0;
  text-align: center;
  font-size: 14px;
}

#mocha .box span {
  color: #900;
  font-weight: bold;
}

#mocha .cat {
  position: absolute;
  top: -49px;
  right: 35px;
}

#mocha .center {
  margin: 0 60px;
  color: #62260a;
  text-align: center;
  font-size: medium;
}

#mocha .center a {
  margin: 10px 0;
  padding: 5px 30px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  display: inline-block;
  color: #fff !important;
  background-color: #62260a;
  text-align: center;
  text-decoration: none;
}

#mocha .tel {
  font-size: x-large;
}

#mocha .cat2 {
  margin-top: 20px;
  text-align: center;
}

#mocha .centerImage img {
  margin: 25px 0;
  width: 100%;
}

#mocha .studioTitle {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#mocha .studioTitle span {
  margin: 0 0 0 -40px;
  padding: 0 20px;
}

#mocha .divide {
  margin-bottom: 40px;
}

#mocha .divide .right {
  margin-top: 50px;
  color: #62260a;
  font-size: 14px;
}

#mocha .studioName {
  font-weight: bold;
}

#mocha .studioAddress p span {
  font-weight: bold;
}

#mocha .divide .notes {
  margin: 10px;
  padding: 15px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: none;
  position: relative;
  color: #62260a;
  background-color: #eae2db;
  text-align: center;
}

#mocha .divide .notes a {
  text-decoration: underline;
}

/** ----------------------------------------
 * レンタルカメラ一覧
 */
.cameraRental {
  margin-bottom: 20px;
  padding: 20px 30px 1px;
  background-color: #e6e6e6;
}

.cameraRental h4 {
  padding: 6px 15px 2px;
  background-color: #ccc;
  display: inline-block;
  font-weight: bold;
  font-size: 109%;
}

* html .cameraRental h4 {
  display: inline;
}

*+html .cameraRental h4 {
  display: inline;
}

.cameraRental .caution {
  margin-left: 10px;
  color: #c00;
}

.cameraRental div.list {
  margin-bottom: 20px;
  border: 3px solid #ccc;
}

.cameraRental table {
  background-color: #fff;
}

.cameraRental table tr th,
.cameraRental table tr td {
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}
.cameraRental table tr th {
  background: #fff url("/images/user/contents/common/tableTitle.gif") repeat-x 0 100%;
}

.cameraRental table tr th.name {
  width: 44%;
  text-align: left;
}

.cameraRental table tr th.name img {
  vertical-align: middle;
}

.cameraRental table tr td.image {
  border-right: 0 none;
}

.cameraRental table tr td.sentence {
  border-left: 0 none;
}

.cameraRental table tr th.pricelist {
  width: 30%;
}

.cameraRental table tr td a {
  margin-top: 5px;
  padding: 1px 7px 1px 14px;
  border: 1px solid #999;
  display: inline-block;
  background: #eee url("/images/user/contents/common/arrow.gif") no-repeat 7px 50%;
}

#contents .cameraRental .notes {
  margin-top: -10px;
  color: #c00;
}

#contents .cameraRental .freeArea {
  border: solid #000;
  border-width: 0 1px 1px;
  padding: 10px 20px;
  background-color: #fff;
}

#contents .cameraRental .freeArea dl dt {
  margin-right: 20px;
  padding: 3px 10px;
  height: auto;
  background: #999;
  font-weight: bold;
}

#contents .cameraRental .freeArea ul {
  margin: 0;
  zoom: 1;
}

#contents .cameraRental .freeArea ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#contents .cameraRental .freeArea ul li {
  padding-left: 12px;
  width: 200px;
  float: left;
  background-position: 0 0.5em;
}

#contents .cameraRental table p,
#contents .cameraRental .freeArea p {
  margin-top: 5px;
  margin-bottom: 0;
}

/** --------------------------------------------------------------------------------
 * pager
 */
ul.sbl_pager {
  margin-bottom: 30px;
  text-align: center;
}

ul.sbl_pager li {
  margin: 0 2px;
  border: 1px solid #000;
  display: inline-block;
  background: #fff url("/images/user/contents/common/tableTitle.gif") repeat-x 0 100%;
}

* html ul.sbl_pager li {
  display: inline;
}

*+html ul.sbl_pager li {
  display: inline;
}

ul.sbl_pager li * {
  padding: 4px 10px;
  display: inline-block;
  background: #fff url("/images/user/contents/common/tableTitle.gif") repeat-x 0 100%;
}

ul.sbl_pager li.prev *,
ul.sbl_pager li.next * {
  padding-right: 20px;
  padding-left: 20px;
}

ul.sbl_pager li a:link,
ul.sbl_pager li a:visited,
ul.sbl_pager li a:hover,
ul.sbl_pager li a:active {
  color: #000;
}

ul.sbl_pager li span,
ul.sbl_pager li a:hover {
  background: #ddd;
}

/** --------------------------------------------------------------------------------
 * #dialogWindow
 */
div.messageWindow {
  position: absolute;
  width: 251px;
  padding-top: 10px;
  background: url("/images/user/contents/index/windowBg_t.png") no-repeat 0 0;
}

* html div.messageWindow {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/user/contents/index/windowBg_t.png", sizingMethod="crop");
}

div.messageWindow div.dialogWindow {
  margin-bottom: -70px;
  padding: 5px 18px 0 15px;
  background: url("/images/user/contents/index/windowBg_m.png") repeat-y 0 0;
}

* html div.messageWindow div.dialogWindow {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/user/contents/index/windowBg_m.png", sizingMethod="scale");
  zoom: 1;
}

div.messageWindow div.dialogWindow p {
  position: relative;
  min-height: 60px;
}

div.messageWindow div.balloon {
  height: 143px;
  width: 251px;
  background: url("/images/user/contents/index/windowBg_b.png") no-repeat 0 0;
}

* html div.messageWindow div.balloon {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/user/contents/index/windowBg_b.png", sizingMethod="crop");
  zoom: 1;
}

div#dialogWindow {
  position: absolute;
  z-index: 9999;
  width: 420px;
  background-color: #fff;
  border: 1px solid #999;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #000;
}

div#dialogWindow {
  width: 510px;
  display: none;
}

* html div#dialogWindow {
  overflow: hidden;
}

div#dialogWindow #dialogCloseBtn {
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
}

div#dialogWindow div#dayTextArea {
  padding-left: 20px;
  border-bottom: 1px solid #999;
  height: 37px;
  line-height: 37px;
  background: url("/images/user/contents/schedule/title.gif") repeat-x 0 50%;
  font-size: 16px;
  font-weight: bold;
}

div#dialogWindow div.button {
  padding: 20px 0 5px;
  text-align: center;
  zoom: 1;
}

div#dialogWindow div.button:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#dialogWindow div.button p {
  margin-bottom: 15px;
}

div#dialogWindow div.button p img {
  cursor: pointer;
}

/** --------------------------------------------------------------------------------
 * #footer
 */
div#footer {
  margin-top: 30px;
  padding: 7px 0;
  color: #fff;
  background-color: #000;
  zoom: 1;
  line-height: 15px;
}

div#footer:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#footer ul {
  float: left;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
}

div#footer ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#footer ul li {
  margin-right: 10px;
  float: left;
}

div#footer ul li a {
  padding-left: 7px;
  float: left;
  display: block;
  background: url("/images/user/footer/navBg_l.gif") no-repeat 0 50%;
}

div#footer ul li a span {
  float: left;
  display: block;
  padding: 0 10px 0 3px;
  height: 15px;
  background: #fff url("/images/user/footer/navBg_r.gif") no-repeat 100% 50%;
  overflow: hidden;
}

div#footer ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
  color: #000;
}

div#footer a:hover,
div#footer a:active {
  text-decoration: none;
}

div#footer address {
  float: right;
  font-size: 11px;
  font-family: "Georgia", serif;
}


/* スタジオページ途中の予約ボタン */
.reserve_wrap_sub{
	text-align: center;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

/* スタジオページ下端の予約ボタン */
.reserve_wrap{
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
