@charset "Shift-JIS";

/*-----------------------------------------------------
	リクエストお取り寄せサービス 
-------------------------------------------------------*/

/*-----------------------------------------------------
	read
-------------------------------------------------------*/
#contents .read{
	background: url(../img/top/read_text.gif) no-repeat left top;
	height: 102px;
	margin-bottom: 20px;
	}

#contents .read *{display:none;}


/*-----------------------------------------------------
	method
-------------------------------------------------------*/
#contents #method{margin-bottom: 32px;}

#contents #method h3{
	background: url(../img/top/h3_methohd.gif) no-repeat left top;
	margin-bottom: 17px;
	}

#contents #method .detail{
	background: url(../img/top/method.gif) no-repeat left top;
	height: 272px;
	}

#contents #method .detail *{display:none;}


/*-----------------------------------------------------
	attention
-------------------------------------------------------*/
#contents #attention{margin-bottom: 32px;}

#contents #attention h3{
	background: url(../img/top/h3_attention.gif) no-repeat left top;
	margin-bottom: 17px;
	}

#contents #attention .detail{
	padding-bottom: 15px;
}

/* clearfix setting */
#contents #attention .detail {overflow: hidden;}
#contents #attention .detail:after {content: ""; display: block; clear: both; height: 1px; overflow: hidden;}
/*\*/
* html #contents #attention .detail {height: 1em; overflow: visible;}
/**/

#contents #attention .detail dl{
	display: block;
	float: left;
	height: 246px;
	width: 271px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 12px 10px 0px;
	}

#contents #attention .detail dl.notes01{background-image:url(../img/top/notes-01.gif);}
#contents #attention .detail dl.notes02{background-image:url(../img/top/notes-02.gif);}
#contents #attention .detail dl.notes03{background-image:url(../img/top/notes-03.gif); margin-right:0px;}
#contents #attention .detail dl.notes04{background-image:url(../img/top/notes-04.gif);}
#contents #attention .detail dl.notes05{background-image:url(../img/top/notes-05.gif);}
#contents #attention .detail dl.notes06{background-image:url(../img/top/notes-06.gif); margin-right:0px;}


#contents #attention .detail dl *{display:none;}


#contents #attention .message{
	background: url(../img/top/att_staff.gif) no-repeat center top;
	text-indent: -9999px;
	height: 56px;
	}



