/* ---------------------------------------------------------------------------------------
   構造やレイアウトで使用するスタイルを記述したファイルです
   色に関するスタイルは、color.cssを参照
--------------------------------------------------------------------------------------- */
	
/* === General ================================= */

body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
  font-size: 100%;
}

h1 {
  width: 100%;
  margin: 1em auto;
  text-align: center;
}

h1 img {
  padding: 1px;
  border-style: solid;
  border-width: 1px;
}

h3 {
  margin: 1em 0em 0.5em 0em;
  font-size: 120%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

table#reservation-list h3 {
  margin: 0em;
  font-size: 120%;
  border: none;
}
   
h4 {
  margin-bottom: 0.5em;
}
   
table {
  border-collapse: collapse;
}
   
.explanation {
  margin-top: -0.5em;
  margin-left: 0.5em;
}
   
hr.partition {
  visibility: inherit;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  height: 1px;
}

.attention { 
  font-size: 100%;
  font-weight: bold;
}

input[type="button"], input[type="submit"] {
    font-size: 110%;
}

footer {
    text-align: center;
}

/* === iOS ================================= */

body {
  -webkit-text-size-adjust: 100%;
}

/* === Settings ================================= */

div.SettingsContainer {
  width: 800px;
  margin: auto;
}

/* === List ================================= */

/* floatで並べる場合の指定
   text-align: centerで囲んでも中央配置にならないので注意 */

ul.float {
  padding: 0;
  width:100%;
}

ul.float:after {
  content: ""; 
  display: block; 
  clear: both;
 }
 
ul.float li {
  list-style-type: none;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 10px;
}

/* borderで区切る場合の指定 */

ul.float-bar {
  padding:  0;
  width:100%;
}

ul.float-bar:after {
  content: ""; 
  display: block; 
  clear: both;
 }

ul.float-bar li {
  list-style-type: none;
  float: left;
  margin: 0 10px 0 0;
  padding-left: 10px;
  border-left: solid 1px #999999;
}
 
ul.float-bar li:first-child {
  border-left: none;
}

/* inline化で並べる場合の指定 */

ul.line {
  padding: 0;
  margin: 1em 0;
  display: inline-block;
}

ul.line li {
  list-style-type: none;
  display: inline;
  margin: 0 10px 0 0;
  padding-left: 10px;
}

/* borderで区切る場合の指定 */

ul.line-bar {
  padding: 0;
  margin: 1em 0;
  display: inline-block;
}

ul.line-bar li {
  list-style-type: none;
  display: inline;
  margin: 0 10px 0 0;
  padding-left: 10px;
  border-left: solid 1px #999999;
}
 
ul.line-bar li:first-child {
  border-left: none;
}

/* === InputMark ================================= */

/* 入力フォームの背景に表示する文字列のスタイル */

.input-mark {
  position: relative;
  margin-right: 12px;
}
 
.input-mark input[type="text"] {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
 
.input-mark span.mark-text {
  width: 100%;
  padding: 6px 5px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: #888888;
  background-color: #ffffff;
  line-height: 1em;
  height: 1em;
}


/* === HoverMenuExtender ================================= */

.hover-text {
  background-image: url(img/hover_back.png);
  background-repeat: no-repeat;
  padding: 0px;
  display: none;
  width: 200px;
  font-size: 80%;
}

.hover-text:after {
  content: url(img/hover_back_bottom.png);
  position: relative;
  top: 10px;
  left: 0px;
}

.hover-text p {
  margin: 20px 5px 5px 5px;
}

/* === Validation ================================= */

span.vallidate-text {
  width: 100%;
  margin: 3px 0
}

span.vallidate-text + input {
  color: #ff0000;
}

span[style="display:inline;"] {
  display: block;
}

/* === Form ================================= */

input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-style: solid;
  border-width:  1px;
  font-size: 18px;
  line-height: 1em;
  height: 1em;
  padding: 5px;

}

input.number {
  width: 60px;
  text-align: left;
}

label strong,
label input[type="password"],
label input[type="text"] {
  font-size: 80%;
}

/* JavaScriptで制御する、疑似inputのLabel用の指定 */

span.dummy-textbox {
  display: inline-block;
  margin: 0;
  padding: 2px 5px 3px 5px;
  border-style: solid;
  border-width:  1px;
  font-size: 100%;
  text-align: left;
  line-height: 1em;
  height: 1em;
}

/* 申込フォームのUPDown周りの指定 */

div.mark {
  width: 80px;
  float: left;
}

div.num-updown {
  width: 50px;
  float: left;
}

/* 申込フォームのコンプリート画面の指定 */

div#complete {
 text-align: center;
 border-style: solid;
 border-width: 1px;
 width: 60%;
 margin: 2em auto; 
 padding: 5px;
}

/* === Top / Login ================================= */

div#top-container {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  width: 500px;
  margin: 2em auto;
  padding: 5px;
}

div#top-container h2 {
  font-size: 100%;
}

div#login-container {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin: 2em auto;
  width: 400px;
  padding: 5px;
}

div.message-container {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin: 1em;
  padding: 5px;
}

/* === Menu ================================= */

nav {
  width: 800px;
  margin: auto;
}

nav section {
  width: 190px;
  margin: 0px 5px;
  float: left;
}

nav h2{
  border-style: solid;
  border-width: 1px;
  font-size: 100%;
  padding: 2px 0px;
  text-align: center;
}
   
nav ul {
  padding: 0;
  margin: 0;
}

nav ul li {
  list-style-type: square;
  margin-left: 1.5em;
  margin-bottom: 0.3em;
}
   
p.datacounter {
  margin: 0.3em 0em;
  font-size: 80%;
}

/* === Contents ================================= */

div#section {
  width: 95%;
  margin: auto;
}

/* === Pager ================================= */

div.pager {
    margin: 1em 0em;
    text-align: right;
}

div.pager span span {
    font-size: 150%;
    color: #76a015;
}

/* === Search ================================= */

div #search {
  width: 80%;
  float: left;
}

div #sort {
  width: 20%;
  text-align: right;
  float: left;
}

.watermark {
  color: #999999;
}

/* === ListView ================================= */

div#empty {
 text-align: center;
 border-style: solid;
 border-width: 1px;
 width: 60%;
 margin: 2em auto; 
 padding: 5px;
}

/* View本体のスタイル */

table#reservation-list,
table#petition-list,
table#villa-list {
  margin-top: 1em;
  width: 100%;
}

table#reservation-list th, table#reservation-list td,
table#petition-list th, table#petition-list td,
table#villa-list th, table#villa-list td
 {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
}

table#reservation-list th,
table#petition-list th,
table#villa-list th {
  padding: 0.3em 0em;
  text-align: center;
}

table#reservation-list td,
table#petition-list td,
table#villa-list td {
  vertical-align: top;
  text-align: left;
  padding: 0.5em 0.3em;
  font-size: 80%;
}
    
table#reservation-list td.memo {
  max-width: 200px;
}
 
/* === FormView ================================= */

div#form-view-container {
  width: 800px;
  margin: 1em auto;
}

table#reservation-details,
table#petition-details {
  width: 100%;
  margin: 1em auto;
}
	
table#reservation-details th,
table#petition-details th {
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
}

table#reservation-details td,
table#petition-details td {
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  padding: 0.5em;
}

/* 予約確認状態変更ボタン周りのスタイル */

div#decision-check {
  width: 50%;
  float: left;
  color: #333333;
}

/* 見積もり価格周りのスタイル */

div#projection {
  width: 45%;
  float: left;
  margin-left: 5%;
  color: #333333;
}

/* === Setting ================================= */

/* 設定ページのタブコンテナの指定 */

div#TabContainer {
  width: 800px;
  margin: 1em auto;
}

div#TabContainer_body {
 font-size: 100%;
}

/* 曜日別料金設定テーブルの指定 */

table#week-list {
  margin-top: 1em;
  width: 100%;
  table-layout:fixed;
}

table#week-list th,
table#week-list td {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  text-align: center;
}

table#week-list th {
  padding: 0.3em 0em;
}

table#week-list td {
  padding: 0.5em 0.3em;
}

/* === Calendar ================================= */

/* Publicの縦カレンダーの設定*/

input.publicbutton {
    opacity: 0.1;
}

div.publicdate {
    display: none;
    color: #ffffff;
    border-color: #999999;
    background-color: #85b31e;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-align: center;
}

/* 別荘名のナビゲーションの指定 */

div#villaname-navigation {
  text-align: center;
  font-size: 200%;
  margin-top: 1em;
}

div#villaname-navigation span {
  margin: 1em 3em;
}

table#CalendarReservation div {
  height: 100px;
}

/* 背景矢印画像の指定 */

table#CalendarReservation div.checkin {
  background-image: url(img/checkin_line.png);
  background-repeat: no-repeat;
  background-position: 0px 80px;
}
	
table#CalendarReservation div.check {
  background-image: url(img/check_line.png);
  background-repeat: repeat-x;
  background-position: 0px 80px;
}

table#CalendarReservation div.checkout {
  background-image: url(img/checkout_line.png);
  background-repeat: no-repeat;
  background-position: -50px 80px;
}

table#CalendarReservation div.checkoutin {
  background-image: url(img/checkoutin_line.png);
  background-repeat: no-repeat;
  background-position: 0px 80px;
}

/* === ListCalendar ================================= */

/* 月表示と先来月のナビゲーションの指定 */

div#cal-header {
  text-align: center;
  margin-top: 1em;
}

div#cal-header h3 {
  margin: 1em 3em;
  color: #000000;
  font-size: 200%;
  font-weight: normal;
  border: none;
  display: inline;
}

/* 予約状況の指定 */

div#decision-navigation {
  font-size: 90%;
}

/* 6ヶ月リンクのの指定 */

div#sixmonth-navi {
  text-align: center;
}

/* 予約状況テーブルの指定 */

table#reservation-list-calendar {
  border-style: solid;
  border-width: 1px;
  margin-top: 1em;
  width: 100%;
  table-layout: fixed;
}

table#reservation-list-calendar th {
  border-style: solid;
  border-width: 1px;
  padding: 0.3em 0em;
}

table#reservation-list-calendar td {
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

table#reservation-list-calendar td.date,
table#reservation-list-calendar td.youbi {
  padding: 0em 0.1em;
  text-align: center;
  width: 30px;
}
	
table#reservation-list-calendar th.date {
  width: 60px;
}

/* 3日カレンダーテーブルの指定 */

table#reservation-list-calendar td.villa-name {
  font-weight: bold;
  height: 50px;
}

table#reservation-list-calendar p {
  margin: 0.5em 0em;
  line-height: 150%;
}
	
table#reservation-list-calendar div.memo {
  border-style: solid;
  border-width: 1px;
  padding: 0.2em;
  margin: 0.5em;
}

/* 背景矢印画像の指定 */

table#reservation-list-calendar td.checkin {
  background-image: url(img/checkin_line_vertical.png);
  background-repeat: no-repeat;
  background-position: 0px 20px;
  border-width: 3px;
  border-style: solid;
}
	
table#reservation-list-calendar td.check {
  background-image: url(img/check_line_vertical.png);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  border-width: 3px;
  border-style: solid;
}

table#reservation-list-calendar td.checkout {
  background-image: url(img/checkout_line_vertical.png);
  background-repeat: no-repeat;
  background-position: 1px 0px;
  border-width: 1px;
  border-style: solid;
}

table#reservation-list-calendar td.checkoutin {
  background-image: url(img/checkoutin_line_vertical.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-width: 3px;
  border-style: solid;
}

/* === Check ================================= */

table#reservation-check {
  width: 500px;
  margin: 1em auto;
  table-layout: fixed;
}
	
table#reservation-check th {
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
}

table#reservation-check td {
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  padding: 0.5em;
}

 /* === Footer ================================= */
 
div#footer-container {
  width: 760px;
  margin: 1em auto 2em auto;
  text-align: center;
}

div#footer-container a img {
  border: none;
}

/* === asp:Calendar ================================= */

table.asp-calender {
  border-style: solid;
  border-width: 1px;
  margin-top: 0.5em;
  width: 100%;
  table-layout: fixed;
}

table.asp-calender th {
  border-style: none solid solid none;
  border-width: 1px;
  padding: 0.5em;
}

table.asp-calender td {
  border-style: solid;
  border-width: 1px;
  border-spacing: 0;
  padding: 0;
}

table.asp-calender td.day,
table.asp-calender td.today,
table.asp-calender td.othermonth,
table.asp-calender td.holiday {
  height: 50px;
}

table#reservation-list-calendar tr.today,
table.asp-calender td.today {
  border-width: 3px;
  border-style: solid;
}

table.month_navigation {
  width: 100%;
  font-weight: bold;
  margin: 0;
}

table.month_navigation td {
  padding: 0.5em;
  border-style: none;
  border-width: 0px
}

/* CalendarReservationPublic
   予約申し込みのカレンダースタイル */
   
#CalendarReservationPublic p {
  margin: 0.5em;
}

/* === asp:CalendarExtender(ajax) ================================= */

.ajax__calendar_day,
.ajax__calendar_year {
  background: none !important;
  border: none !important;
}

.ajax__calendar_dayname {
  font-weight: bold;
}

/* カレンダーの中身がはみ出る現象の対処 */


div.ajax__calendar_container,
div.ajax__calendar_body,
div.ajax__calendar_days,
div.ajax__calendar_months,
div.ajax__calendar_years {
  width: auto !important;
  height: auto !important;
}

.ajax__calendar_body
.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
  position: static !important;
  top: auto !important;
  left: auto !important;
}

/* === asp:ModalPopupExtender(ajax) ================================= */

.modal-popup-panel {
  width: 500px;
  height: 550px;
  font-size: 100%;
}

.modal-popup-panel h2 {
  width: 50%;
  float: left;
  margin: 0;
  letter-spacing: 2px;
  padding-top: 4px;
}

.modal-popup-panel p {
  width: 50%;
  float: left;
  margin: 0;
  text-align: right;
}

.modal-popup-panel iframe {
  width: 100%;
  height: 100%;
}

.modal-popup-panel input {
  font-size: 80%;
}


/* === NumericUpDownExtender / NumericUpDown JS ================================= */

input.up-button, input.down-button,
img.up-button, img.down-button {
  position: relative;
  top: 5px;
  padding: 0;
  margin: 0;
}

input.up-button,
img.up-button {
  left: 3px;
}

input.down-button,
img.down-button {
  left: -4px;
}

/* === Report系 ================================= */

/* コンテナの類 */

div.report h3 {
    text-align: left;
    margin-bottom: 2em;
}

div.report div.search {
  border-bottom: dashed 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

div.report div.view-container {
  width: 500px;
  float: left;
}

div.report div.view-container div.view {
  margin-right: 500px;
}

div.report div.chart-container {
  width: 500px;
  float: left;
  margin-left: -500px;
} 

/* 他要素 */

div.report h2 {
  text-align: left;
}

 
/* === ClearFix ================================= */

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

/* === PopupHelp ================================= */

.popup_help {
  padding: 0 3px;
  color: #66f;
  font-weight: bold;
  cursor: pointer;
}
.popup_help_window {
  max-width: 200px;
  position: absolute;
  padding: 6px 15px;
  background-color: #fff;
  border: 3px solid #ccc;
  display: none;
  color: #76a015;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 10px;
  font-size: 90%;
}
