/* ページ全体の指定 */
*{
margin:0px;
padding:0px;
color:#000000;	/* ページ全体文字色 */
font-size:100%;	/* ページ全体文字サイズ */
text-align:left;
letter-spacing: 2px;	/* 文字間 */
}
html {
  font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana, sans-serif;
}

/* ページ全体(body)の指定 */
body {
	/*
	background-image:url(img/bg_line02.gif);
	background-repeat:repeat;
	*/
	font-size:14px;
}

/* ページ全体のリンクに関する指定 */
a{
	color: #B8860B;/* リンク基本色 */
}
a:visited{
	color: #D2691E;/* リンク訪問後色 */
}
a:active{
	color:#009900;/* クリック時色 */
}
a:hover{
	color: #660066;/* マウスオーバー時色 */
}

.clear {
	clear:both;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}


.normalmsg {
	color:#2222ff;
}

.errmsg {
	color:#ff2222;
}

h1{
	font-size:70%;
	padding:0px;
	margin:0px;
}

/* その他見出し */
h2,h3,h4,h5{
	background-color: #F4A460;
	background-repeat:no-repeat;
	font-size:100%;
	padding:10px 0px 10px 15px;
	margin:0px;
	letter-spacing: 3px;
	line-height: normal;
}
h3{
	font-size:95%;
	padding:4px 0px 2px 15px;
}
h6{
	border-left:6px solid #F4A460;
	font-size:95%;/*文字サイズ*/
	padding:5px 0px 6px 5px;
	margin:5px 0px;
	letter-spacing: 3px;
	line-height: normal;
}

/* wrapperページ幅の設定 */
#wrapper {
	/*width:1000px*/;	/* 幅指定 */
	width:600px;	/* 幅指定 */
	background-color:#FFFFFF;	/* wrapper部分背景色 */
	height: auto;
	margin:0px auto;	/* 表示位置 */
	border-style:solid;
	border-width:0px 2px 2px 2px;	/* 外ボーダーの指定 */
	border-color: #cccccc;
}

/* ヘッダー部分 */
#header p{
	font-size:110%;
	margin:10px;
	color:#663333;
	font-weight: bold;
}
#header p.userinfo {
	font-size: 80%;
	text-align: right;
	padding:0px;
	margin:0px;
}

/* グローバルメニュー */
#headMenu {
  padding-top: 5px;
  padding-left: 10px
}

#headMenu ul {
	display: block;
}

#headMenu li {
	float: left;
	display: block;
	list-style-type: noe;
	list-style-position: outside;
	list-style-image: none;
	font-size: 80%;
  padding-right: 10px
}

#headMenu a {
	background-attachement: scroll;
	background-clip: border-box;
	background-color: rgb(255, 110, 110);
	background-image: none;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	float: left;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

/* メインコンテンツ設定 */
#contents {
	/*width:980px;*/
	width:580px;
}

#contents{
	float:left;
	padding: 10px;
	line-height: 20px;
	font-size: 90%;
}

/* SSL シール */
.ssl_seal{
	margin:5px 0px 0px 0px;
	text-align:right;
	height:60px;
}

/* フッター設定 */
#footer{
	clear:both;
	background-color:#e0e0e0;
	margin:0px 0px 0px 0px;
	font-size:10px;
	text-align:center;
}

/* テーブル部分装飾 */
.topinfo{
	border:1px solid #cccccc;
	margin: 15px 0px;
}

/* フォーム基本サイズ */
input[type="button"], input[type="submit"], button {
	height: 30px;
	text-align:center;
	padding: 2px 2px 2px 2px;
	font-size:14px;
	cursor:pointer;
}
input[type="button"][disabled], input[type="submit"][disabled], button[disabled] {
	color:#808080;
	/*background:#DCDCDC;*/
	cursor:not-allowed; /* 禁止カーソル */
}

input[type="text"], input[type="password"]{
	height: 25px;
	width: 250px;
	padding: 2px 2px 2px 2px;
	font-size:14px;
}

input[type="checkbox"], input[type="radio"]{
	height: 18px;
	width: 18px;
	margin-right:4px;
}

select {
	height: 25px;
	padding: 2px 2px 2px 2px;
	font-size:16px;
}

input:disabled {
	color:#666666;
}

/* jQuery Dialog */
.noTitleDialog .ui-dialog-titlebar {display:none;}

/* 登録フォーム */
.r_form {
	margin: 5px 0px 5px 0px;
	border:1px solid #888888;
	border-collapse: collapse;
	background-color:#FFEBCD;

}

.r_form th {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: bold;
	vertical-align: middle;
}

.r_form td {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: normal;
	word-break:break-all;
}

.r_form .mustcolor {
	background: #ffaaaa;
}

.r_form .readonlycolor {
	background: #A9A9A9;
}

.r_form .focus {
	background: #ccccff;
}

.r_form p {
	font-weight: bold;
}

.s_form {
	border:none;
}

.s_form td, .s_form.th {
	border:none;
}


/* 一覧 */
.s_list {
	margin: 5px 0px 5px 0px;
	border:1px solid #888888;
	border-collapse: collapse;
	background-color:#FFEBCD;

}

.s_list th {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: bold;
}

.s_list td {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 0px;	/* 文字間 */
	word-break:break-all;
}


/* 一覧（中白） */
.t_list {
	margin: 5px 0px 5px 0px;
	border:1px solid #888888;
	border-collapse: collapse;
	background-color:#FFEBCD;

}

.t_list th {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: bold;
}

.t_list td {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 0px;	/* 文字間 */
	word-break:break-all;
	background-color:#ffffff;
}

#errormsg{
	margin: 0px 0px 10px 0px;
	color: #ff0000;
}

/* ----- 検索用ページ　----- */
#selection {
}

#selection #wrapper {
	width:850px;	/* 幅指定 */
	background-color:rgb(245, 245, 245);	/* wrapper部分背景色 */
	height: auto;
	margin:0px auto;	/* 表示位置 */
	border-style:solid;
	border-width:0px 2px 2px 2px;	/* 外ボーダーの指定 */
	border-color: #cccccc;
}

#selection #contents, #section_form {
	width:830px;	/* 幅指定 */
}

#selection h2,#selection h3,#selection h4,#selection h5{
	background-color: rgb(176, 224, 230);
	background-repeat:no-repeat;
	font-size:100%;
	padding:10px 0px 10px 15px;
	margin:0px;
	letter-spacing: 3px;
	line-height: normal;
}
#selection h3{
	font-size:95%;
	padding:2px 0px 2px 15px;
}

/* 検索フォーム */
.section_form {
	margin: 5px 0px 5px 0px;
	border:1px solid #888888;
	border-collapse: collapse;
	background-color:#FFEBCD;

}

.section_form th {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: bold;
}

.section_form td {
	border: 1px solid #888888;
	padding: 5px;
	font-weight: normal;
}

.mintable, #r_from .mintable, #section_form .mintable {
	margin: 0px 0px 0px 0px;
	border:0px solid #888888;
	border-collapse: collapse;

}

.mintable td, #r_form .mintable td, #section_form .mintable td {
	border: 0px solid #888888;
	padding: 1px;
	font-weight: normal;
}

/* 基本 - ボタンエリア */
.button_area {
	float:left;
	width:220px;
	padding:6px 0px 6px 0px;
	text-align:center;
}
.button_area input[type="button"], .button_area button {
	width: 205px;
	height: 50px;
	margin-bottom:10px;
	text-align:center;
}
.button_area p {
	text-align:center;
}

.button_area input[type="button"]:hover,.button_area button:hover{
filter:alpha(opacity=80);
opacity:0.8;
}

/* スーパーテーブル >>>>> */
.superTableContainer {
	/*width:979px;*/
	width:580px;
	height:500px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
}
/* <<<<< */

/* トップページのお知らせ >>>>> */
.top_info {
	padding:5px 0px 0px 5px;
}
.top_info_title {
	padding-bottom:0.5em;
	font-size:16px;
	color:#000;
}
.top_info_content {
	padding-left:1em;
	font-size:14px;
	color:#000;
}
/* <<<<< */

/* ログイン画面 >>>>> */
.login th, .login td {
	padding: 0.5em;
}
/* <<<<< */

/* 会員登録の利用規約 >>>>> */
.member_info {
	text-align:center;
	margin-top:4px;
	margin-right:auto;
	margin-left:auto;
	width:600px;
}
/* <<<<< */

/* 取引条件説明書 >>>>> */
.jyoken_info {
	text-align:center;
	margin-top:4px;
	margin-right:auto;
	margin-left:auto;
	width:600px;
	paddking:5px;
	border: solid 1px;
	overflow-x:scroll;
	background-color: #ffffff;
}
/* <<<<< */

/* 予約状況 >>>>> */
.yoyaku_status_header{
	margin-top:4px;
}
.yoyaku_status_header ul {
	display: block;
}

.yoyaku_status_header li {
	float: left;
	display: block;
	list-style-type: noe;
	list-style-position: outside;
	list-style-image: none;
	font-size: 80%;
  padding-right: 10px
}

/*
.yoyaku_status_header a {
	background-attachement: scroll;
	background-clip: border-box;
	background-color: rgb(60, 220, 60);
	background-image: none;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	float: left;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

.yoyaku_status_header a:hover {
	filter:alpha(opacity=80);
	opacity:0.4;
}

.yoyaku_status_header a.where_m_cur {
	filter:alpha(opacity=80);
	opacity:0.4;
}
*/

.yoyaku_status_header .button_area {
	/*width:320px;*/
	width:100%;
	padding-top:4px;
	padding-left:0px;
	text-align:left;
}
.yoyaku_status_header .button_area input[type="button"]
,.yoyaku_status_header .button_area input[type="submit"]
, .yoyaku_status_header .button_area button {
	width: 150px;
	height: 30px;
	padding-left:4px;
	margin-bottom:0px;
	text-align:center;
	font-size:12px;
}
.yoyaku_status_header .button_area input[type="button"]:hover
,.yoyaku_status_header .button_area input[type="submit"]:hover
,.yoyaku_status_header .button_area button:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.yoyaku_status_header .button_area_bu {
	width:320px;
	padding-top:0px;
}
.yoyaku_status_header .button_area_bu input[type="radio"] {
	height:auto;
}
/*
.yoyaku_status_header .button_area_bu input[type="button"], .yoyaku_status_header .button_area button {
	width: 60px;
	height: 30px;
	padding-left:4px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
}
.yoyaku_status_header .button_area_bu input[type="button"]:hover, .yoyaku_status_header .button_area button:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
*/
/* <<<<< */

/* 予約状況 >>>>> */
.open_flg_ng {
	background-color: #ff8888;
}
.open_flg_zero {
	color: #ff4444;
}
.open_flg_ok {
	cursor: pointer;
}
/* <<<<< */

/* 予約登録のレンタル・食材数 >>>>> */
.yoyaku_su_under{
	background-color:#ccccff;
}
/* <<<<< */

/* 予約登録のレンタル・食材詳細 >>>>> */
.p_detail {
	border-bottom:dotted 2px #cc0000;
	cursor:pointer;
}
/* <<<<< */

.yoyaku_info {
	margin: 3% auto;
}

.yoyaku_header_warper {
	width: 600px;
	background-color: none;
	margin: 3% auto;
	display: flex; /* flexbox 親 */
	flex-direction: row; /* 子要素を左から右に配置 */
	flex-wrap: nowrap; /* 子要素を折り返しせず、一行に並べる */
	justify-content: center; /* 中央揃え */
}

.calender_wrap {
	width: 600px;
	background-color: none;
	margin: 3% auto;
	display: flex; /* flexbox 親 */
	flex-direction: row; /* 子要素を左から右に配置 */
	/*flex-wrap: nowrap;*/ /* 子要素を折り返しせず、一行に並べる */
	flex-wrap: wrap; /* 子要素を折り返して表示 */
	justify-content: center; /* 中央揃え */
}

.calender_box {
	/*width: 320px;*/
	width: 495px;
	background-color: #ffffff;
}

.calender_title {
	text-align: center;
}

.calender {
	border: 1px solid #696969;
	border-collapse: collapse;
	margin: 2% auto;
	width: 100%;
}
.calender th {
    background-color: #888888;
    border: 1px solid #000000;
    padding: 4px 7px 1px;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
	color: #ffffff;
}

.calender td {
    border: 1px solid #222222;
    padding: 4px 7px 1px;
    font-weight: normal;
    text-align:right;
    height: 30px;
}
.calender td:hover {
	opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
}
.calender td.ok_day,.calender_info td.ok_day {
    cursor:pointer;
    /*background-color:#00bfff;*/
    background-color: #006C54;
    color: #fff;
}
.calender td.ng_day,.calender_info td.ng_day {
    /*background-color: #778899;*/
	background-color: #808080;
    color: #fff;
}
.calender td.sun_day,.calender_info td.sun_day {
    cursor:pointer;
    background-color:#B41E24;
    color: #fff;
}
.calender td.out_day,.calender_info td.out_day {
    cursor:pointer;
    background-color:#a9a9a9;
    color: #fff;
}
.calender td.ng_day,.calender td.out_day {
	color: #000;
}
