@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

たのめーるの特徴用CSS

----------------------------------------------------------------*/

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#contents h2 {
	margin-bottom:5px;
}

#contents h3 {
	margin:10px 0 8px;
	padding:8px 13px 0;
	display:block;
	min-height:22px;
	height:auto !important;
	height:22px;
	background:url(/images/subtitle_01_bg.gif) no-repeat;
	color:#005F34;
	font-size:107%;
	font-weight:bold;
}



#contents .deliveryArea tr {
	background:url(/images/line_dotted_01.gif) repeat-x;
}

#contents .deliveryArea tr.first {
	background:none;
}

#contents .deliveryArea tr.first th,
#contents .deliveryArea tr.first td {
	padding-top:0;
}

#contents .deliveryArea th {
	padding:8px 0;
	border-right:2px solid #005F34;
	width:7em;
	line-height:1.4;
	color:#005F34;
	font-weight:bold;
	text-align:left;
}

#contents .deliveryArea td {
	padding:8px 0 8px 8px;
	line-height:1.4;
}

#contents .deliveryArea td li {
	display:inline;
	white-space:nowrap;
}

/* IE8向け */  
head~/* */body #contents .deliveryArea td li {
	display:inline;
	white-space:normal;
	float:left;
}

/* safari向け */  
html:not(:only-child:only-child) #contents .deliveryArea td li {
	display:inline;
	white-space:normal;
	float:left;
}


#contents .contentsBox .supplementBox {
	padding:0 25px;
}


