@charset "utf-8";


/*************
*　Clear initialization
*******************************/ 
.clear {
	clear:both;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height:1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height:auto;
	overflow: hidden;
	/**/
}

/************ 各ページコンテンツ用CSS ************/


/***************************************************************************************
コンテンツ共通枠組み
****************************************************************************************/
#contents #contents_frame {
	width:916px;
	font-size:80%;
	margin:0 auto;
	padding:10px;
}
#contents #contents_frame > p {
	margin:5px 0 0 30px;
	text-align:left;
}
#contents_frame .sumbtn {
	text-align:right;
}

#contents #contents_frame .p_title {
	margin:5px 0 0 10px;
	text-align:left;
}
#contents #contents_frame .p_links {
	margin:2px 10px 0 0;
	text-align:right;
}

.type20  { width: 20px;}
.type30  { width: 30px;}
.type50  { width: 50px;}
.type75  { width: 75px;}
.type100 { width: 100px;}
.type150 { width: 150px;}
.type200 { width: 200px;}
.type220 { width: 220px;}
.type250 { width: 250px;}
.type300 { width: 300px;}
.type180 { width: 180px;}
.type280 { width: 280px;}
.type400 { width: 400px;}

.upload_message {
	font-weight:bold;
	color:#0066CC;
	padding:3px;
	background-color:#FFFFD2;
}

.errorlist {
	color: red;
	list-style-type: none;
}

.foot_infomation {
	border:1px solid #EAEAEA;
	width: 100%;
	margin:2em auto;
	background-color:#F8FAFC;
	padding: 1em 0;
}
.foot_infomation p.foot_infomation_title {
	width: 96%;
	margin: 0 auto;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	color: #006699;
	border-left: 6px solid #006699;
	padding: 0 0 0 0.6em;
}
.foot_infomation dl.foot_infomation_list {
	width: 96%;
	margin: 1em auto;
}
.foot_infomation p.foot_infomation_text {
	padding: 0 auto 1em auto;
}
.foot_infomation img.image-box {
	vertical-align: text-top;
}
	dl.foot_infomation_list dt,
	dl.foot_infomation_list dd {
		text-align: left;
	}
	dl.foot_infomation_list dt {
		font-weight: bold;
		font-size: 120%;
	}
	dl.foot_infomation_list dt:before {
		content: "●";
	}
	dl.foot_infomation_list dd {
		border-bottom: 2px dotted #CCC;
		padding: 0.4em 1em 1em 1em;
		margin: 0 0 0.6em ; 
	}	
	dl.foot_infomation_list dd > img {
		margin: 1em 0 0 0;
}

.foot_infomation ul.foot_infomation_ul {
	width: 90%;
	margin: 1em auto;
}
ul.foot_infomation_ul li {
	font-size: 100%;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.6em 0;
}


/***************************　テーブル横レイアウト　*********************************/
.tabletype_a {
	width:98%;
	border:#CCC 1px solid;
	margin:10px auto 10px auto;
	text-align:left;
}
.tabletype_a th {
	background-color:#EBEBEB;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:1px 5px;
	font-weight:100;
	text-align:left;
	vertical-align:top;
}
.tabletype_a  td {
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:1px 5px;
}
.tabletype_a .none_rightborder140 {
	border-right:none;
	width:140px;
}

.tabletype_a .th_size_30 {
	width:30px;
	text-align:center;
}
.tabletype_a .th_size_80 {
	width:80px;
	text-align:center;
}
.tabletype_a .th_size_140 {
	width:140px;
}
.tabletype_a .th_size_250 {
	width:250px;
}

/***************************　テーブル横レイアウト セル高　*********************************/
.tabletype_heighthigh {
	width:98%;
	border:#CCC 1px solid;
	margin:10px auto 10px auto;
	text-align:left;
}
.tabletype_heighthigh th {
	background-color:#EBEBEB;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:5px;
	font-weight:100;
	text-align:left;
	vertical-align:top;
}
.tabletype_heighthigh  td {
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:5px;
}
.tabletype_roomrelation .none_rightborder_ht {
	border-right:none;
}



/***************************　テーブル縦レイアウト　*********************************/
.tabletype_b {
	width:98%;
	border:#CCC 1px solid;
	margin:10px auto 10px auto;
	text-align:left;
}
.tabletype_b th {
	background-color:#EBEBEB;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:1px 5px;
	font-weight:100;
	text-align:left;
	vertical-align:top;
	width:35%;
}
.tabletype_b  td {
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:1px 5px;
}


/******** 各タブ　表内セル右枠線消し ********/
.tabletype_a .none_rightborder {
	border-right:none;
}
.tabletype_b .none_rightborder_b {
	border-right:none;
}

/***************************************************************************************
login
****************************************************************************************/
#login_box {
	width:300px;
	padding:10px;
	text-align:left;
	margin:0 auto;
}

#login_box input {
}


/***************************************************************************************
TOP
****************************************************************************************/
div.top-button {
  display: inline-block;
  min-width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 6px auto 0 auto;
}
div.top-button::before,
div.top-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
div.top-button,
div.top-button::before,
div.top-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
div.top-button,
div.top-button {
  background-color: #333;
  color: #fff;
}
div.top-button a {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
  padding: 0 10px;
}
div.top-button:hover {
  background-color: #59b1eb;
}
div.top-button a:hover {
  text-decoration: none;
}
div#top_main {
	width:900px;
	margin:0 auto;
}
div#top_main h1 {
	display:none;
}

div#top-head {
	width:90%;
	margin:0 auto;
	display: table;
}
div#top-head .top-head-cell {
	display: table-cell;
	vertical-align: middle;
}
	.top-head-cell.text-left {
		text-align: left;
	}
	.top-head-cell.text-right {
		text-align: right;
	}

div.top-box {
	width:90%;
	margin:20px auto;
	border: 1px solid #CCC;
}
div.top-box h2 {
	width:100%;
	background-color: #888;
	color: #FFF;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	padding: 4px 20px;
}
div.top-box h2 span {
	display: inline-block;
	font-size: 80%;
	font-weight: normal;
	padding: 0 1em;
}
div.top-box p {
	width: 96%;
	font-size: 13px;
	margin: 10px auto;
	text-align: left;
}
iframe#top_info_iframe {
	width:100%;
	height:160px;
	overflow-y:scroll;
}
#top_attention_text {
	color:#00F;
	font-weight:bold;
}

/*
#top_gaidemovie_btn {
	width:180px;
	height:20px;
	background:url(../image/for_manual_btn.jpg) no-repeat;
	margin:5px auto 0 auto;
}
#top_gaidemovie_btn span {
	display:none;
}
#top_gaidemovie_btn a {
	width:180px;
	height:20px;
	background:url(../image/for_manual_btn.jpg) no-repeat;
	display:block;
}
#top_gaidemovie_btn a:hover {
	background:url(../image/for_manual_btn_f2.jpg) no-repeat;
}
*/

#cautions {
	width:454px;
	margin:20px 0 0 0;
	padding:0 0 110px 0;
	border-top:1px solid #F00;
	text-align:left;
	float:right;
	background:url(../image/login.jpg) no-repeat bottom;
	line-height:120%;
}
#cautions #cautions_title {
	width:454px;
	padding:5px 0;
	border-bottom:1px solid #F00;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#F00;
}


/***************************************************************************************
共有カレンダー
****************************************************************************************/

#bottom_btn02 {
	text-align:center;
	margin:5px 0;
}

#disp_calendar {
}
#disp_calendar #disp_cl_left {
	width:500px;
	float:left;
	margin:0 0 10px 0;
}
#disp_calendar #disp_cl_left p {
	margin:0 0 0 10px;
}
#disp_calendar #disp_cl_right {
	width:350px;
	float:left;
	margin:0 0 10px 0;
}
#disp_calendar #disp_cl_right p {
	margin:0;
	text-align: left;
}

.toggle_detail span {
	display:none;
}
#detail_open_btn a {
	display:block;
	width:80px;
	height:20px;
	background:url(../image/button/details_open.gif) no-repeat;
	float:left;
}
#detail_open_btn a:hover {
	background:url(../image/button/details_open_f2.gif) no-repeat;
}

#detail_close_btn a {
	display:block;
	width:80px;
	height:20px;
	background:url(../image/button/details_close.gif) no-repeat;
	float:left;
}
#detail_close_btn a:hover {
	background:url(../image/button/details_close_f2.gif) no-repeat;
}


/***************************　期間　*********************************/
#type01_title {
	width:802px;
	height:41px;
	background:url(../sub/image/calendar/type01_title.jpg) no-repeat;
	text-align:left;
}
#type01_title span {
	display:none;
}
#type01_title #type01_textframe {
	position:relative;
	width:200px;
	top:14px;
	left:100px;
}
#type01_box {
	width:802px;
	background:url(../sub/image/calendar/type01_back.jpg) repeat-y;
	padding:0 0 10px 0;
	text-align:center;
	font-size:80%;
}
#type01_box p {
	padding:6px 0 0 20px;
	text-align:left;
}
#type01_bottom {
	width:802px;
	background:url(../sub/image/calendar/type01_bottom.jpg) center bottom no-repeat;
	padding:5px 0;
}


/***************************　部屋タイプ　*********************************/
#type02_title {
	width:586px;
	height:41px;
	background:url(../sub/image/calendar/type02_title.jpg) no-repeat;
	text-align:left;
}
#type02_title span {
	display:none;
}
#type02_title #type02_textframe {
	position:relative;
	width:180px;
	top:12px;
	left:160px;
}
#type02_box {
	width:586px;
	background:url(../sub/image/calendar/type02_back.jpg) repeat-y;
	text-align:center;
	font-size:80%;
	padding:0 0 10px 0;
}
#type02_box p {
	padding:6px 0 0 20px;
	text-align:left;
}
#type02_bottom {
	width:586px;
	background:url(../sub/image/calendar/type02_bottom.jpg) center bottom no-repeat;
	padding:5px 0;
}

#id_name {
	width:300px;
}


/***************************　サイト　*********************************/
#type03_title {
	width:586px;
	height:41px;
	background:url(../sub/image/calendar/type03_title.jpg) no-repeat;
	text-align:left;
}
#type03_title span {
	display:none;
}
#type03_box {
	width:586px;
	background:url(../sub/image/calendar/type03_back.jpg) repeat-y;
	padding:0 0 10px 0;
	text-align:center;
	font-size:80%;
}
#type03_box p {
	padding:6px 0 0 20px;
	text-align:left;
}
#type03_bottom {
	width:586px;
	background:url(../sub/image/calendar/type03_bottom.jpg) center bottom no-repeat;
	padding:5px 0;
}

/***************************　日別　*********************************/
#type04_title {
	width:916px;
	height:41px;
	background:url(../sub/image/calendar/type04_title.jpg) no-repeat;
	text-align:left;
}
#type04_title span {
	display:none;
}
#type04_box {
	width:916px;
	background:url(../sub/image/calendar/type04_back.jpg) repeat-y;
	text-align:left;
	padding:0 0 10px 0;
	text-align:center;
	font-size:80%;
}
#type04_box p {
	padding:6px 0 0 20px;
	text-align:left;
}
#type04_bottom {
	width:916px;
	background:url(../sub/image/calendar/type04_bottom.jpg) center bottom no-repeat;
	padding:5px 0;
}

/***************************　共有部屋マスター確認　*********************************/
#type05_title {
	width:916px;
	height:41px;
	background:url(../sub/image/calendar/type05_title.jpg) no-repeat;
	text-align:left;
}
#type05_title span {
	display:none;
}





/***************************　共有カレンダー専用　*********************************/
table#calendar-table {
	width: 100%;
	border:1px solid #CCC;
	margin:1em auto;
	border-collapse:collapse;
}
	table#calendar-table thead {
		background-color:#EBEBEB;
	}
	table#calendar-table tbody {
		border:1px solid #CCC;
	}
	table#calendar-table th,
	table#calendar-table td {
		padding:1px 2px;
		border-left:1px solid #CCC;
	}
	table#calendar-table .calendar-title {
	}
		.calendar-title div.link-month-btn {
			display: inline-block;
			background-color: #666;
			color: #FFF;
			min-width: 100px;
			height: 30px;
			line-height: 30px;
			border-radius: 6px;
			margin: 0.6em;
		}
		div.link-month-btn a {
			display: block;
			width: 100%;
			height: 100%;
			color: inherit;
		}
		div.link-month-btn a:hover {
			opacity: 0.7;
			text-decoration: none;
		}

	table#calendar-table .calendar-site {
		max-width: 60px;
		vertical-align: top;
	}
	table#calendar-table .calendar-count {
		max-width: 20px;
	}
	table#calendar-table .v-align-bottom {
		vertical-align: bottom;
	}
	table#calendar-table .border-left-none {
		border-left: none;
	}
	table#calendar-table .calendar-day {
	}
	table#calendar-table .calendar-day-sat {
		background-color: #E5F5EF;
	}
	table#calendar-table .calendar-day-sun {
		background-color: #F7E5E5;
	}

	table#calendar-table .calendar-day-name {
		font-weight: bold;
	}
	table#calendar-table .calendar-day-sat .calendar-day-name,
	table#calendar-table .calendar-day-sat .calendar-day-name a:link,
	table#calendar-table .calendar-day-sat .calendar-day-name a:visited,
	table#calendar-table .calendar-day-sat .calendar-day-name a:hover {
		color: #009966;
	}
	table#calendar-table .calendar-day-sun .calendar-day-name,
	table#calendar-table .calendar-day-sun .calendar-day-name a:link,
	table#calendar-table .calendar-day-sun .calendar-day-name a:visited,
	table#calendar-table .calendar-day-sun .calendar-day-name a:hover {
		color: #B20000;
	}

.calendar_not_managed {
	background-color:yellow;
}

#green_link {
	color:#060;
}
#green_link a:link {
	color:#060;
	text-decoration:none;
}
#green_link a:visited {
	color:#060;
	text-decoration:none;
}
#green_link a:hover {
	color:#060;
	text-decoration:underline;
}

.font_st_small a {
	font-size:90%;
}

/***************************************************************************************
部屋名共有設定
****************************************************************************************/
#rooms_bottom {
}

#master_target {
	display:none;
}


/***************************************************************************************
サイトLogin
****************************************************************************************/

/***************************************************************************************
基本情報
****************************************************************************************/
#cansel_frame {
	border:1px solid #CCC;
	padding:10px 10px 10px 50px;
	font-size:80%;
	margin:10px 0 0 0;
}

.box_font_small {
	font-size:80%;
}
.box_size_100 {
	width:100px;
}
.box_size_200 {
	width:200px;
}
.box_size_300 {
	width:300px;
}
.box_size_400 {
	width:400px;
}
.box_size_500 {
	width:500px;
}
.box_size_550 {
	width:550px;
}

/***************************************************************************************
設定手順
****************************************************************************************/
section.procedure-box {
	width: 96%;
	margin: 1em auto 3em auto;
}
	section.procedure-box h1,
	section.procedure-box h2,
	section.procedure-box h3 {
		text-align: left;
	}
	section.procedure-box > h1 {
		display: block;
		font-size: 130%;
		font-weight: bold;
		margin: 0 0 0.6em 0;
		background-color: #666;
		color: #FFF;
		padding: 0.2em 1em;
	}
	section.procedure-box > h1 span {
		display: inline-block;
		padding: 0 0 0 2em;
	}
	section.procedure-box h2 {
		font-size: 120%;
		margin: 0 1em 0.2em 1em;
	}
	section.procedure-box h3 {
		font-size: 110%;
		margin: 0 1em;
	}
	section.procedure-box p {
		padding: 1em 0;
	}
	section.procedure-box p img {
		max-width: 100%;
	}
	section.procedure-box ul {
		width: 96%;
		margin: 0.6em auto;
	}
	section.procedure-box ul li {
		font-size: 100%;
		text-align: left;
		list-style-type: decimal;
		list-style-position: inside;
		margin: 0 0 0.6em 0;
		padding: 0 0 0.2em 0;
		border-bottom: 2px dotted #999;
	}

table.procedure-box {
	margin: 1em 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
	table.procedure-box th,
	table.procedure-box td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 0.2em 0.6em;
		text-align: left;
	}
	table.procedure-box th {
		background-color: #EFEFEF;
		width: 15%;
	}

/*
.procedure_box {
	height:auto;
	margin:0px 10px 15px 10px;
	text-align:left;
}
.procedure_box p {
	margin:0px;
	padding:0px;
}
.font_bule {
	color:#0066FF;
}
.procedure_box_left {
	width:260px;
	float:left;	
}
.procedure_box_left img {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.procedure_box_left p {
	font-weight:bold;
}
.procedure_box_left .navibtn_image {
	text-align:right;
	margin:5px 5px 0px 0px;
}
.procedure_box_right {
	width:612px;
	line-height:130%;
	float:right;
}
.procedure_box_right p {
	margin:0px;
	padding:0px;
}
.procedure_subbox01 {
	width:872px;
	background-color:#D7E1FF;
	margin:0px 10px;
}
.procedure_subbox01 p {
	padding:3px 0px;
	color:#FF0000;
	font-weight:bold;	
}
.procedure_subbox02 {
	width:832px;
	margin:10px 30px 20px 30px;
}
*/

/***************************************************************************************
予約一覧
****************************************************************************************/
#contents #contents_frame #reserve_table {
	border:none;
	width:70%;
}
#contents #contents_frame #reserve_table td {
	border:none;
	padding:2px;
}
#contents #contents_frame #reserve_table #csvdl {
	text-align:right;
}

/***************************************************************************************
管理者
****************************************************************************************/



/***************************************************************************************
困った時は
****************************************************************************************/
ul#qa_links {
	width:70%;
	margin:10px auto;
	overflow:hidden;
}
ul#qa_links li {
	text-align:left;
	font-size:100%;
	list-style-position:inside;
	list-style-type:disc;
	padding:8px 10px;
	float:left;
}

div.qa_contents {
	width:90%;
	margin:10px auto;
	color:#666;
}
div.qa_contents h3 {
	background:#666;
	color:#FFF;
	padding:5px 10px;
	font-size:120%;
	text-align:left;
	margin:20px 0 0 0;
}
div.qa_contents h4 {
	padding:5px 10px;
	text-align:left;
	font-size:100%;
	color:#333;
}
div.qa_contents ul {
	width:90%;
	margin:5px auto;
	background-color:#EFEFEF;
	padding:5px;
}
div.qa_contents ul li {
	text-align:left;
	font-size:100%;
	list-style-position:inside;
	list-style-type:disc;
	padding:8px 10px;
	border-bottom:1px solid #FFF;
}
div.qa_contents ul li img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
div.qa_contents p {
	text-align: left;
	margin: 0 0 1em 0; 
}

