﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

iframe {
	position: relative; 
	width: 940px;
	margin: 0 auto;
	background-color: transparent;
}

ul { list-style: none; }

img.thumb { border: 1px solid #DDD; }

body {
	background: url('/yadokanri/Content/img/common/headerLine.png') repeat-x;
	font-family: 'MS Pゴシック','Verdana',sans-serif;
	color: #444444;
}

body {
	behavior: url('/yadokanri/Content/css/Shared/csshover.htc');
}

#wrap {
	width: 940px;
	margin: 0 auto;
}
	
	#mainTitle { margin-top: 30px; }
		#mainTitle img, #mainTitle p {
			float: left;
		}
		#mainTitle p {
			padding: 10px 0 0 10px;
			color: #005BAC;
			font-size:16px;
		}
		#mainTitle p .bigSecTitle { font-size: 32px; }
	
	#mainContents {
		position: relative;
		margin-top: 5px;
	}
		#tableHeader {
			width: 940px;
			margin-top: 20px;
			margin-bottom: 16px;
			height: 44px;
			background: url('/yadokanri/Content/img/common/tableHeaderBg.png') no-repeat;
		}
			#tableHeader p {
				padding: 13px 0 0 20px;
				font-size: 16px;
				color: white;
				_padding-top: 14px; /* IE6*/
				*padding-top: 14px /*IE7*/
			}
			#tableHeader img {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				margin-top: 10px;
			}
				#chgDayBtn { margin-left: 10px; }
				#before2Week { margin-left: 400px; }
				#beforeDay { margin-left: 5px; }
				#today { margin-left: 5px; }
				#nextDay { margin-left: 5px; }
				#next2Week { margin-left: 5px; }
				#tableTitle {
					display: block;
					padding: 10px 0 0 20px;
					font-size: 16px;
					color: white;
				}
				
		a img { border: none; }

.section {
	width: 938px;
	margin-bottom: 20px;
	font-size: 12px;
	border: 1px solid #cccccc;
}
	.sectionTitle {
		height: 38px;
		padding: 0px 0 0 33px;
		line-height: 38px;
		background: url('/yadokanri/Content/img/common/midashiBg.png') no-repeat;
		color: #444;
		font-size: 16px;
	}
	
	.sectionFrame {
		width: 918px;
		padding: 20px 0 20px 20px;
/*
		border: 1px solid #fff5e9;
*/
		border-top: none;
	}
	
	.planAndRoom {
		width: 900px;
		border: none;
	}
		.planAndRoom tr.targetPlanTr { height: 40px; }
		.planAndRoom th {
			width: 110px;
			text-align: center;
			background-color: #FEDCAF;
			font-weight: normal;
		}
		.planAndRoom th.space {
			height: 20px;
			padding: 0;
			background-color: transparent;
		}
		.planAndRoom td {
			padding: 5px 0px 5px 10px;
			background-color: white;
		}
				
	#twoBtnGroup {
		width: 416px;
		margin: 40px auto 0;
	}
		#twoBtnGroup img {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin-right: 20px;
		}
		#twoBtnGroup img.right { margin-right: 0; }
	#lastBtn {
		display: block;
		margin: 0 auto;
	}
		
#footer {
	width: 100%;
	height: 100px;
	margin-top: 30px;
	padding-top: 30px;
	background: url('/yadokanri/Content/img/common/footerLine.png') repeat-x;
}
	#footerContents {
		width: 940px;
		margin: 0 auto;
	}
		#footerContents img {
			float: left;
		}
		#copyRight { margin-left: 630px; }

		
.inner {
	margin-left: -20px;
	font-size: 16px;
	
}

.outer { font-size: 16px; }

.message, .messageBig {
	width: 938px;
	padding: 20px 0;
	background-color: #FFDCB0;
}
.messageNoBorder{
	border-bottom: none;
}

	.message p, .messageBig p {
		width:600px;
		margin: 0 auto;
		font-size: 15px;
		color: #333333;
		text-align: center;
		line-height: 25px;
	}
	
.messageBig {padding: 80px 0; }
.messageBig p { font-size: 16px; }

	
/*書式設定*/
.textCenter { text-align: center; }
	
/*カラー設定*/
.orange { color: #FF6600; }
.red { color: #FF0000; }
.bold { font-weight: bold; }
.pink { color: #ed23b0; }
.sun, .holiday { background-color: #FFE9EA; }
.sat { background-color: #E0EDFF; }
.outMonth { background-color: #999999; color: #888888;}
.outPatern { background-color: white; color: red;}
.stop { background-color: #CCCCCC; color: #888888; }

input.attention
{
	background-color: #FFCFBF;
}

/*ボタンHoverで透明度変化*/
.oc:hover {
	cursor: pointer;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}


/*写真モーダル用設定*/	
#gray {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: black;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	z-index: 100;
	display: none;
}

#modalWindow {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 415px;
	padding: 10px;
	background-color: white;
	z-index: 200;
	display: none;
}
	#modalWindow #pict { border: 1px solid #DDD; }
#close {
	width: 103px;
	height: 36px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
#close:hover {
	cursor: pointer;
}

#loginFooter {
	margin: 60px auto 0 auto;
	font-size: 16px;
}
	#loginFooter table {
		border-collapse:collapse;
	border: 4px solid #ddd;
	margin: 0 auto 0 auto;
	}
	#loginFooter table th, #loginFooter table td {
		text-align: left;
		vertical-align: top;
		white-space: nowrap;
	}
	#loginFooter table th {
		width: 150px;
		padding: 12px 15px 12px 12px;
        border-bottom: 1px solid #ddd;
	}
	#loginFooter table th p.ttl {
		height: 21px;
		padding: 5px 0 0 29px;
		background: url('/yadokanri/Content/img/top/icon_tel.gif') no-repeat;
		font-size: 0.9em;
		line-height: 1;
	}
    #loginFooter table th p.ttl2 {
		height: 21px;
		padding: 5px 0 0 29px;
		background: url('/yadokanri/Content/img/top/icon_pc.gif') no-repeat;
		font-size: 0.9em;
		line-height: 1;
	}
	#loginFooter table td {
		padding: 18px 15px 12px 12px;
		border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
		font-size: 0.7em;
		line-height: 1.4;
	}
	#loginFooter table td.alliance {
		width: 20%;
	}
	#loginFooter table td {
		width: 250px;
	}
	#loginFooter table td p.ttl {
		padding-bottom: 8px;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1;
	}


/*---------------clearfix--------------------*/
.clearfix {zoom:1;}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}

/*//////////////////////////////////////
システム追加
//////////////////////////////////////*/
div.ApplicationHeader
{
	width: 998px;
	height: 58px;
	border: 1px solid gray;
}

div.ApplicationHeader .ApplicationName
{
	font-size: 18px;
	padding: 4px;
	float: left;
}

div.ApplicationHeader .LoginInfo
{
	font-size: 14px;
	margin-left: 20px;
	padding: 6px;
	float: left;
}

div.ApplicationHeader .HeaderLink
{
	padding: 4px;
	padding: 6px;
	float: right;
}

div.ApplicationHeader div.HeaderLink
{
	float: right;
}

div.ApplicationHeader div.HeaderLink ul li
{
	float: right;
	padding: 1px 8px;
	border-right: 1px solid gray;
	list-style-type: none;
}

div.ApplicationHeader div.HeaderMenu
{
	float: left;
}
div.ApplicationHeader div.HeaderMenu div
{
	width: 140px;
	text-align: center;
	padding: 4px 8px;
	font-size: 14px;
}

div.ApplicationHeader div.HeaderMenu div.SubMenu
{
	width: 150px;
	text-align: left;
	position: absolute;
	font-size: 12px;
	border: 1px solid gray;
	padding: 8px 8px 8px 16px;
	line-height: 16px;
	background-color: white;
	display: none;
}
div.ErrorContent
{
	color: red;
	font-size: 16px;
	font-weight: bold;
	background-color: #f3f3f3;
	margin-bottom: 15px;
    display: none;
}
span.Link
{
    color: Blue;
    cursor:pointer;
}
.alert
{
    background-color: #FFA0B1 !important;
}
.conflict
{
    background-color: #FF8C00 !important;
}
.modified
{
    background-color: #EE82EE !important;
}
/*追加：ボタンdisabled*/
.btnDisabled {
	cursor: cell;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

/*追加：文字列改行制御*/
div.BreakWord,
p.BreakWord 
{
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 8+ */
	word-break: break-all;      /* IE 6,IE 7 */
}

/*ラジオボタンorチェックボックスのラベルにカーソルを当てたときのアイコン設定(デフォルトに設定)*/
.selectable
{
    cursor:default;
}

/* 表示期間 */
.displayTerm 
{
	font-size: 11px;
	font-weight: bold;
	vertical-align:middle;
}