@charset "Shift-jis";

/* Base Format 各ページ設定 フォント基本書式設定用スタイルシート */

.padA00 { padding-bottom: 0.5em;}
.padA01 { padding-bottom: 1em;}
.padA02 { padding-bottom: 2em;}
.padA03 { padding-bottom: 3em;}
.padA04 { padding-bottom: 4em;}


/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}
.base-s {
	font-size: 80%;
	line-height: 145%;
}
.base-m {
	font-size: 90%;
	line-height: 150%;
}

/* ---------------------------------------------------------------- */
/*   画像回り込み処理 */
/* ---------------------------------------------------------------- */
.position-right{
	float: right;
}
.position-left{
	float: left;
}
.position-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

img {border:none;}
/* ---------------------------------------------------------------- */
/* ボックス設定 */
/* ---------------------------------------------------------------- */

/* 左右余白無し */

.boxA00 {
	margin-bottom: 0.5em;
}

.boxA01 {
	margin-bottom: 1em;
}

.boxA02 {
	margin-bottom: 2em;
}

.boxA03 {
	margin-bottom: 3em;
}

/* 左右余白 10px */

.boxB00 {
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB01 {
	margin-bottom: 1em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB02 {
	margin-bottom: 2em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB03 {
	margin-bottom: 3em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* 左右余白 20px */

.boxC00 {
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC01 {
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC02 {
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC03 {
	margin-bottom: 3em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

/* 左右余白 30px */

.boxD00 {
	margin-bottom: 0;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD01 {
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD02 {
	margin-bottom: 2em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD03 {
	margin-bottom: 3em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* ボックスライン設定 */
/* ---------------------------------------------------------------- */

/* 下線 余白20px */

.lineBottomA01 {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B221C;
}


/**********************************

common
	
**********************************/

.fltLeft{
	float:left;
}

.fltRight{
	float:right;
}

.clear{
	clear:both;
}

.noMargin{
	margin:0!important;
	padding:0!important;
}

.block{
	display:block;
}

.t_Right{
	text-align:right;
}
	
.t_center{
	text-align:center;
}

.bnr_btm10{
	margin-bottom:10px;
}

.bnr_btm20{
	margin-bottom:20px;
}

.bnr_top{
	margin-top:10px;
}
.plaintxt {
	margin-top: 15px;
	margin-left: 20px;
}
.pagetop {
    text-align:right;
	margin-top: 40px;
}


.noBorder{
	border:none!important;
}


/*タイムカード*/

div.timecardTop{
	background-image:url(images/bg-01.jpg);
	background-repeat:no-repeat;
	height:384px;
}

div.timecardTop div.leftTextBox{
	padding-left:276px;
	padding-top:110px;
	padding-right:30px;
	_padding-right:25px;	
	text-align:right;
	font-size:12px;
	line-height:150%;
}
#slider{
	width:500px;
	overflow:hidden;
	position:relative;
}

#slider ul,
#slider li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

	#slider li{ 
	width:500px;
	margin-top:10px;
	height:210px;
	overflow:hidden; 
	}

	#slider li img{
		position:relative;
		top:6px;
		padding-right:10px;
	}
	
	#slider li p{
		margin-bottom:1em;
	}
	
	span#prevBtn{
		position:absolute;
		top:-115px;
		_top:-120px;
		left:-28px;
		_left:-280px;
	}
	span#nextBtn{
		position:absolute;
		top:-115px;
		left:480px;
		_left:225px;
	}					
	
div#ArrowBox{
	position:relative;
}


div#zoomCntBox{
	background-image:url(images/bg-time.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

div.bgcl_gray{
	background-color:#EEE;
	width:480px;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:2em;
	text-align:left;
}

div.cntbox{
	margin-left:20px;
	padding-top:20px;
	line-height:140%;	
}

div.cntbox2{
	margin-left:40px;
	padding-top:20px;
	line-height:140%;	
}

div.bgcl_gray div.cntboxBdr{
	border:2px solid #660000;
	background-color:#FFF;
	padding:15px;
	width:90%;
	margin:0 auto;
	color:#663300;
	font-weight:bold;
	line-height:140%;	
}

.clRed{
	color:#C00;
	font-weight:bold;

}


