﻿* { margin: 0; padding: 0 }

html
{
	height:100%;
}
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  height:100%;
	  background-color:#FFFFF4;
	  }
	  
@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.2;/*透明度80%*/
 }
}

div#wrapper 
{
    margin:0px auto;
    _margin:0px auto -2%;		/*IE6は下に若干のびるのでフッタ分削る*/
    position:relative;
    height: auto !important;
    height: 100%;
    min-height: 97%;
}

body > #wrapper {
        height: auto;
}

#aspnet
{
	padding-bottom:20px;
}

.main
{
	width:100%;
}

.header 
{
	height:80px;
	width:100%;
}
.logo 
{
	/*float:left;	ロゴとメニューバーを左右に振り分ける時に使う*/
	margin-top:10px;
	margin-left:0px;
	z-index:1;
}

hr
{
	width:100%;
	color:#EFFFFF;
	height:2px;

	border:none;
}

img, a img 
{
	border-style:none;
}

.footerButton
{
	text-align:right;
}

.contents
{
	font-size:12px;
	color:#444444;
}


.title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #33677F;
	width:230px;
}

.columnsbar
{
	background-color:#80B62F;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

.columnsbar_pink
{
	background-color:#990066;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;

}


.condition, .find, .goods, .targetGoods
{
 margin-top:5px;
}

.subfrm
{
	width:800px;
	height:480px;
	background-color:#FFF;

}

.subfrm_caution
{
	width:700px;
	height:300px;
	background-color:#FFF;
}

.subfrm_bar
{
	width:100%;
	background-color:#4A7A2A;
	color:#FFF;
	text-align:center;
}



.subfrm_condition dt
{
		width:130px;

}

.subfrm_list
{
	height:350px;
	margin-top:0px;
	margin-bottom: -40px; /* the bottom margin is the negative value of the footer's height */
	margin-left:5px;
	margin-right:5px;
}

.subfrm_footer_left
{
	height:30px;
	vertical-align:baseline;
	float:left;
	margin-left:5px;
}

.subfrm_footer_right
{
	height:30px;
	float:right;
	margin-right:5px;
}

td
{
	white-space:nowrap;
}

.confirmLeft
{
	float:left;
}

.confirmRight
{
	float:right;
	padding-top:40px;
	margin-left:50px;
	vertical-align:bottom;
}

.freezing
{
	background-color:#80B62F;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;

	width:100%;
	border-color:#2B8040;
	border-style:solid;
}

/*ログイン画面*/
.loginForm
{
	margin-top:20px;
	width:300px;
}

.loginTitle
{
	background-color:Lime;
	color:#009595;
	font-size:large;
	width:300px;
}

/*予約登録*/

.row,.FreezingDiv,.FreezingDiv2

{
	margin-bottom:20px;
    text-align:center;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.row2
{
	margin-bottom:10px;
	text-align:left;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.row3
{
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.row4
{
	margin-top:40px;
	margin-bottom:10px;
	text-align:left;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.red
{
	color:#F73366;
}

.carList,.reserveList
{
	width:1000px;
		font-size:12px;

	
}

.reserveList2
{
	width:1220px;
}

.reserveList3
{
	width:1175px;
}

.HeaderList
{
	background-color:#009595;
	color:#D5D500;
	position:relative;
	/*top:expression(this.offsetParent.scrollTop);*/
	z-index:10;
}


.reserveNoArea
{
	text-align:right;
}

.footLeft
{
	margin-top:20px;
	margin-left:15px;
	float:left;
	text-align:left;
}

.footRight
{
	margin-top:20px;
	margin-right:15px;
	float:right;
	text-align:left;
}

/*完了*/
.okMsg
{
	margin-top:50px;
	text-align:center;
	font-size:16px;
	
}

.errMsg
{
	color:Red;
	font-size:18px;
}

.imedisabled
{
	ime-mode:disabled;
	
}

.imeactive
{
	ime-mode:active;
}

.footer
{
	clear:left;
	text-align:right;
	margin-top:20px;
	margin-right:35px;
}

/*エラーメッセージ*/
.cautionMsg 
{
    -webkit-animation-name: pulse;/* 実行する名前 */
    -webkit-animation-duration: 0.4s;/* 0.3秒かけて実行 */
    -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
    -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
    -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
    -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
	font-size:22px;
	font-weight:bold;
	color:red;
}
.systemError
{
	margin-top:100px;
}

.FreezingDiv
{
	position:relative;
	overflow-y:scroll;
	overflow-x:hidden;
	height:200px;
	width:1020px;
	
}

.FreezingDiv2
{
	overflow:auto;
	width:1020px;
	height:250px;
	
}

.FreezingDiv3
{
	overflow:auto;
	width:1120px;
	height:400px;
	text-align:left;
	
}
.FreezingDiv4
{
	margin-left:-45px;
	margin-right:-45px;
	overflow:auto;
	width:1240px;
	height:495px;
	text-align:left;
	
}
.FreezingDiv5
{
	overflow:auto;
	width:1195px;
	height:110px;
	margin-left:0px;

}

.black
{
	color:Black;
}

.tdTitle
{
	 padding-left:20px;
}

.tdValue
{
	 padding-left:5px;
	 border-right: black 1px solid;
	 border-top: black 1px solid;
	 border-left: black 1px solid;
	 border-bottom: black 1px solid;
	 vertical-align:middle;
}
.tdValueCharge
{
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:5px;
	border-right: black 1px solid;
	 border-left: black 1px solid;
	 border-bottom: black 1px solid;

}
.tdValueChargeTop
{
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:5px;
	border-right: black 1px solid;
	 border-top: black 1px solid;
	 border-left: black 1px solid;
	 border-bottom: black 1px solid;

}

.leftspace5
{
	margin-left:5px;
}
.td1
{
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:Black;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:Black;

}
.td2
{
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:Black;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:Black;
}
.td3
{
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:Black;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:Black;
}


/*ヘッダ用CSS*/
#header{
	text-align: center;
	width: 100%;
	margin: 0 auto 10px auto;
}

#header .bg{
	margin:0 0 0 0;
	padding:0px 0 0 0;
	width:100%;
	height:120px;
	background: url(../../img/header/head_back.jpg) repeat-x 0 100% #00C126;
}

#header h1{
	text-align:left;
	float:left;
	width:755px;
	font-size:0.75em;
	color:#FFFFFF;
	position:relative;
	bottom:3px;
}

#header p{
	text-align:right;
	width:200px;
	font-size:0.75em;
	color:#FFFFFF;
	position:relative;
	bottom:3px;
}

#header p a{
	color:#FFFFFF;
}


#header .logo
{
	margin-top:-12px;
	
	padding-top:0;
	text-align:center;
	bottom:0;
}

#header .head_tel{
	float:right;
}

/************************/
/************************/


/*ヘッダ用CSS*/
#footer {
	clear: both;
	text-align: center;
	border-top: solid 1px #CCCCCC;
	width: 100%;
	background:#01E327;
	margin: 0 auto;
}
.foot_width {
	width:100%;
	background:url(../../img/footer/foot_menuback.jpg) repeat-x 0 0 #25710F;
}
.footlist ul {
	float: left;
	overflow:hidden;
}

.footlist ul li {
	display: inline;
	background: url(../../img/footer/arrow_foot.gif) no-repeat 0 50%;
	color: #FFFFFF;
	margin-right: 10px;
	padding: 0 0 0 15px;
}

.footlist ul li a {
	color: #FFFFFF;
}

.footlist ul .foot_logo {
	background: none;
	vertical-align: -5px;
	padding: 0;
}

.footlist address {
	float: right;
	font-size: 0.725em;
	font-style: normal;
	line-height: 200%;
	color: #FFFFFF;
}

.foot_gif{
	margin:0 auto;
	width:940px;
}

.foot_gif img{
	margin:0 auto;
	text-align:center;
}

.foot_tel{
	margin:0 auto 0 auto!important;
	padding:10px 0 30px 0;
	width:940px;
	background:#01E327;
	overflow:hidden;
}

.foot_telback{
	width:100%;
	background:#01E327;
	margin:0 auto;
	padding:0 0 0 0;
	overflow:hidden;
}

.fo_tel {
	float: left;/*
	padding-left: 250px;*/
}

.fo_con {
	float: left;
	margin: 0 0 0 10px;
}

/************************/
/************************/

/* =clearfix
----------------------------------------------------------------
*/
.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* end MacIE5 */ 

/*パンくずリスト*/
.pannavi {
	font-size: 0.75em;
	margin-bottom: 3px;
	text-align:left;
}

/* POPUPの背景 */
.backgroundPopup
{
	background-color:#DDDDDD;
	filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
.PopupBase
{
	background-color:#FFFFF4;
	width:700px;
	height:400px;
	padding:25px 25px 25px 25px;
}

.imgPanel
{
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    padding-top:210px;
    padding-left:30px;
}

.classS, .classM, .classL, .class1Box, .classImg
{
	width:210px;
	height:240px;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	*+padding-bottom:0px;
}
.classS
{
	background-image:url(../../img/ClassS.jpg);
}
.classM
{
	background-image:url(../../img/ClassM.jpg);

}
.classL
{
	background-image:url(../../img/ClassL.jpg);
}
.class1Box
{
	background-image:url(../../img/Class1Box.jpg);
}

.subTitle
{
	width:650px;
	margin:0 0 0 0;
	background-color:#28A039;
	height:30px;
	text-align:center;
}

.listTitle
{
	background-color:#009595;
	color:#D5D500;
	text-align:center;	
}
.listheader
{
	text-align:center;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow-y:scroll;
	overflow-x:hidden;

}

.borderLine
{
	border-width:5px;
	border-color:#000000;
	border-collapse:collapse;
}

.greenLine
{
    border-color:#00CC99;
    border-style:solid;
    border-width:2px;
    border-collapse:collapse;
    width:92%;
}

.greenLine TD
{
    text-align:left;
}
