@charset "shift_jis";
/* -----------------------------------------------------------
CSS Information

 File name:      layout.css
 Style Info:     配置など   
----------------------------------------------------------- */

.txtBoldRed {
    color: #D50000;
    font-size: 12px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
/* -------------------------------------------------------------------------------
----レイアウト------------------------------------------------------------
------------------------------------------------------------------------------- */

img{
	border: 0;
}


#wrapperAll{
	width: 780px;
	padding: 10px;
}
	#wrapperAll h2{
		width:732px;
		height:380px;
		margin:0;
		padding: 0;
		line-height: 0;
		background:url(../images/ttl_image.png) no-repeat;
		text-indent:-9999px;
	}
	
/* コンテンツ格納用/両サイドおよび下部の罫線表示用 */
#ctsec{
	width: 732px;
	margin:-10px 0 0 0;
	background:url(../images/bgimage.png) repeat-y top left;
 	border-bottom: 1px solid #0066CC;
 	position:relative;
 }

/* 応募手順 */
#ouboflow {
	margin: 20px 15px;
	width:695px;
	height:140px;
	}
	#ouboflow p {
		margin: 0;
		padding: 0;
		float:left;
		}
		#ouboflow p img {
			margin: 0;
			padding: 0;
			}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*応募方法*/
#applicationAll{
	width: 730px;
	background-color: #FFFFFF;
	text-align: left;
	margin:0 0 30px 0;
	}
	#applicationAll h3{
		height: 45px;
		background-color: #0066CC;
		color: #FFFFFF;
		vertical-align: middle;
		line-height:45px;
		padding-left: 20px;
		margin: 0;
		}
#applicationAll .detailAll{
	margin: 15px 20px 30px 20px;
}

#applicationAll .dtailText{
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}

#applicationAll .dtailApp{
	font-size: 10px;
	color: #666666;
	margin-top: 12px;
	line-height: 160%;
}

/*月毎のチェックアウト別抽選スケジュール*/
#applicationAll ul,
#applicationAll ul li{
	margin: 0;
	padding: 0;
	list-style:none;
	}
	#applicationAll ul.sch li {
		font-size: 14px;
		color: #ff0103;
		font-weight:bold;
		line-height: 20px;
		}

/* -------------------------------------------------------------------------------
----マージン-----------------------------------------------------------
------------------------------------------------------------------------------- */

.noMargin{
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

.mgT10{
	margin-top: 10px;	
}

.mg10{
	margin: 10px;
}


/* -------------------------------------------------------------------------------
----配置-----------------------------------------------------------
------------------------------------------------------------------------------- */

.arrangeCenter{
	margin: 0 auto;
	list-style-type:none;
	position:absolute;
	top:-110px;
	clear: both;
}

.btn01{
	margin:0 5px 0 0;
	float:left;
}

.btn01 a{
	display:block;
	width:328px;
	height:88px;
	background:url(../images/btn_rentacar.png) no-repeat 0 0;
	text-indent:-9999px;
}

* html .btn01 a{
	background:url(../images/btn_rentacar2.png) no-repeat 0 0;
}

.btn01 a:hover {
	background-position:0 -88px;
}

.btn01 a:active,
.btn01 a:focus {
	background-position:0 -176px;
}

.btn02{
	margin:0 5px 0 0;
	float:left;
}

.btn02 a{
	display:block;
	width:328px;
	height:88px;
	background:url(../images/btn_bus.png) no-repeat 0 0;
	text-indent:-9999px;
}

*html .btn02 a{
	background:url(../images/btn_bus2.png) no-repeat 0 0;
}

.btn02 a:hover {
	background-position:0 -88px;
}

.btn02 a:active,
.btn02 a:focus {
	background-position:0 -176px;
}

.arrangeCenter2{
	margin: 30px auto;
	text-align: center;
	list-style-type:none;
	clear: both;
}

.clearBoth{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.clearBoth2{
	clear: both;
	margin: 0;
	padding: 0 0 30px 0;
	line-height: 0;
}

/* -------------------------------------------------------------------------------
----テキスト-----------------------------------------------------------
------------------------------------------------------------------------------- */

p.txtNormal{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p.txtAttRed{
	font-size: 10px;
	color: #d50000;
	margin: 12px 0 0;
	padding: 0;	
}
.txtRed {
    color: #d50000;
}


