@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(../first/img/icon_arrow01.gif) no-repeat left center;
}

#contentInL ul.left-nav li ul li a{
	background:url(../first/img/icon_arrow04.gif) no-repeat 2px 14px;
}

#contentInL ul.left-nav li a:hover{
	color:#55a91f;
}

#contentInL ul.left-nav li.now a{
	color:#55a91f;
}

#contentInL ul.left-nav li ul li.now a{
	color:#55a91f;
}


/* ==================================================================================  

■２．コンテンツ内容
　●２-１　サブタイトル＆テキスト
　●２-２　テーブル
		●２-３　ボタン＆TEL

===================================================================================== 

　●２-１　サブタイトル＆テキスト

================================================================================== */
#contentInR-2nd h3{
	margin:25px auto 0;
}

p.rh-txt{
	width:650px;
	margin:0 auto;
	padding:10px 0;
	text-align:justify;
	text-justify:inter-ideograph;		
}

p.rh-txt02{
	width:640px;
	margin:0 auto;
	padding:0 0 10px;
	text-align:justify;
	text-justify:inter-ideograph;		
}

h4.rh-txt02{
	width:650px;
	margin:15px auto 5px;
	font-size:116.6%;
	color:#f46368;
}

h4{
	width:650px;
	margin:15px auto 10px;
	font-size:116.6%;
	color:#f46368;
}


h4 span{
	color:#555;
	font-size:85.7%;
}

/* ==================================================================================  

　●２-２　テーブル

================================================================================== */
.rh-wrap{
	margin:0 auto 35px;
	width:650px;
	background:url(../first/img/bloodtype_bg_in.gif) repeat-y;
}

#rh-wrap-lower.rh-wrap{
	margin:0 auto 20px;
}

.rh-wrapTop{
	background:url(../first/img/bloodtype_bg_top.gif) no-repeat top;
}

.rh-wrapEnd{
	padding:2px;
	background:url(../first/img/bloodtype_bg_end.gif) no-repeat bottom;
}

.rh-wrapEnd table{
	width:640px;
	margin:2px auto;
	border-collapse:collapse;
}

th{
	font-weight:normal;
	padding:8px 0;
	background:#fafafa;
	border-top:dashed 1px #c9c9c9;
	border-right:2px solid #FFF;
}

td{
	padding:8px 0;
	border-top:dashed 1px #c9c9c9;
	border-right:2px solid #e3f1da;
}


th.greenLineW{
	border-right:2px solid #e3f1da;
}

tr.greenLine th{
	border-right:1px solid #e3f1da;
}

tr.greenLine th.greenLineW{
	color:#555;
	border-right:2px solid #e3f1da;
}


th span{
color:#55a91f;	
}

td span{
	color:#ffafaf;
}

tr.noLine th{
	border-top:none;
}

tr.greenLine th.noLine,
th.noLine,
td.noLine{
	border-right:none;
}

/* ==================================================================================  

　●２-３　ボタン＆TEL

================================================================================== */
p.rh-Btn{
	margin:15px auto 25px;
	text-align:center
}

#telAreaEnd ul{
	margin:15px auto 5px;
}

#telAreaEnd ul li{
	padding:0;
	text-align:center;
}


#telAreaEnd p{
	margin:5px auto 10px;
	text-align:center;
}






