@charset "UTF-8";

@import "./base.css";

/* ================================================================================== 
★　CSS インフォーメーション　★
☆　献血を広げよう　 献血バスを呼ぶ関連　☆

■１．base.css追記
■２．共通レイアウト
■３．献血バスを呼ぶ
■８．連絡先

===================================================================================== 

■１．base.css追記

================================================================================== */
#contentInR-2nd {
	font-size:1.2em;
}

#contentInL ul.left-nav li a{
	background:url(../kenketsu/img/icon_arrow01.gif) no-repeat left center;
}

#contentInL ul.left-nav li ul li a{
	background:url(../kenketsu/img/icon_arrow04.gif) no-repeat 2px 14px;
}

#contentInL ul.left-nav li a:hover{
	color:#6699cc;
}


#contentInL ul.left-nav li.now a,
#contentInL ul.left-nav li ul li.now a{
	color:#6699cc;
}

#contentInR-2nd p a{
	color:#ff6600;
}

#contentInR-2nd p a:hover{
	text-decoration:none;
}

/* ==================================================================================  

■２．共通レイアウト
	
================================================================================== */
.kenketsu2nd-inner{
	margin:10px auto;
	width:650px;
	overflow: hidden; 
	_zoom: 1; 
}

#contentInR-2nd h3{
	margin:18px auto 15px;
}

#contentInR-2nd p{
	text-align:justify;
	text-justify:inter-ideograph;

}

.kenketsu2nd-inner-frameTop{
	background:url(../common_img/frame_bg650_top.gif) no-repeat top;
}

.kenketsu2nd-inner-frameIn{
	margin:0 auto;
	background:url(../common_img/frame_bg650_in.gif) repeat-y;
}

.kenketsu2nd-inner-frameEnd{
	padding:8px 5px 8px 15px;
	background:url(../common_img/frame_bg650_end.gif) no-repeat bottom;
	
		overflow: hidden; 
	_zoom: 1; 
}

.kenketsu2nd-inner-frameEnd li{
	margin:0 0 0 4px;
	text-indent:-18px;
	padding:2px 5px 0 14px;
	_padding:5px 5px 0 14px;
}

.kenketsu2nd-inner-frameEnd li img{
	margin:0 5px 0 0;
	vertical-align:middle;
}

/* ==================================================================================  

■３．献血バスを呼ぶ
	
================================================================================== */
p.bus-catch{
	margin:10px 0 0;
	_padding:3px 0 0;
}


.bus-txt01{
	margin:18px auto 10px;
	_zoom: 1;   
	overflow: hidden;
}
.bus-txt01R	{ float: left; margin: 0 15px 5px 0; }
.bus-txt01 p	{ overflow: hidden; _zoom: 1; }

.bus-txt01 p.bus-txt01-care{
	text-indent:-1em;
	padding:1px 0 0 1em;
}


/* ==================================================================================  

■４．ご用意いただくもの
	
================================================================================== */
#bus-table.kenketsu2nd-inner-frameEnd{
	padding:0;
}

.kenketsu2nd-inner-frameEnd table{
	margin:3px auto;
	width:640px;
	border-collapse:collapse;
}

.kenketsu2nd-inner-frameEnd table td{
	padding:5px 10px;
	border-top:dashed 1px #c9c9c9;
	text-align:left;
}

.kenketsu2nd-inner-frameEnd table th{
	padding:5px 10px;
	background:#fafafa;
	border-top:dashed 1px #c9c9c9;
	border-right:2px solid #d9effa;
	color:#56addf;
	font-weight:normal;
	text-align:center;
}

tr.noLine th,
tr.noLine td{
	border-top:none;
}

.kenketsu2nd-inner-frameEnd table td span{
	color:#ff2800;
}

/* ==================================================================================  

■５．実施前のＰＲサポートについて
	
================================================================================== */
#busPR.kenketsu2nd-inner{
	background:url(../kenketsu/img/bus_img02.gif) no-repeat bottom right;
	/text-align:left;
}

#busPR ul{
	margin:10px 0 10px 15px;
	width:470px;
}

#busPR li{
	padding:0 0 0 1em;
	text-indent:-1em;
}

#busPR li span{
	color:#ff7e83;
}


/* ==================================================================================  

■６．お申し込み、お問い合わせ
	
================================================================================== */
p.bus-contact{
	margin:10px auto;
	width:650px;
}

#telAreaEnd.kenketsu-bus{
	padding-top:0;
	background:url(../common_img/frame_bg650_end.gif) no-repeat bottom;
}

#telAreaEnd ul{
	width:644px;
	margin:10px auto 0;
}

#telAreaEnd ul li{
	padding:10px 10px 7px;
	text-align:left;
	border-bottom:1px dotted #c9c9c9;
}

#telAreaEnd ul li p{
	padding: 5px 5px 0 20px;
}

#contentInR-2nd p.bus-contact-end{
		margin:0 1px;
		padding:3px 5px;
		background:#FFF;
		text-align:right;
}






