@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	oshirase.css
	
	[概要]			お知らせページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div#section1 h2,
div#section1 h3,
body#beautyRoller div#section1 p.button a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								div#mainContent
									
------------------------------------------------------------------------------*/
div#mainContent{
	width: 670px;
	padding-left: 10px;
	text-align: center;
}

* html div#mainContent{
	width: 680px;
}



/*------------------------------------------------------------------------------

									h1
									
------------------------------------------------------------------------------*/
h1{
	width: 550px;
	margin: 0 auto 15px auto;
	background: no-repeat scroll left top;
}

body#beautyRoller h1{
	height: 155px;
	background-image: url(../../oshirase/images/netshop_korokoro1.jpg);
}

body#giftCard h1{
	height: 190px;
	background-image: url(../../oshirase/images/gift_card1.gif);
}



/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	width: 550px;
	margin: 0 auto;
	text-align: center;
}


/*------------------------------------------------------------------------------

								body#beautyRoller
								
------------------------------------------------------------------------------*/
body#beautyRoller div#section1 p.imgArea{
	margin-bottom: 20px;
}

body#beautyRoller div#section1 p.imgArea img{
	border: 1px solid #cccccc;
}

/*----- 購入はこちらボタン -----*/
								
body#beautyRoller div#section1 p.button,
body#beautyRoller div#section1 p.button a{
	height: 40px;
	background: no-repeat scroll left bottom;
}

body#beautyRoller div#section1 p.button{
	width: 207px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-image: url(../../card/images/local_nav_bg.gif);
	text-align: left;
}

div#localNav ul{
	padding-left: 7px;
}

body#beautyRoller div#section1 p.button,
body#beautyRoller div#section1 p.button a{
	width: 207px;
}

div#localNav ul li{
	float: left;
	background-color: #3a5e87;
}

/*----- 各ボタン ロールオーバー時画像指定 -----*/
body#beautyRoller div#section1 p.button{
	background-image: url(../../oshirase/images/buynow1_off.gif);
}

/*----- 各ボタン 通常時画像指定 -----*/
body#beautyRoller div#section1 p.button a{
	background-image: url(../../oshirase/images/buynow1_on.gif);
}

/*----- ロールオーバー動作指定 -----*/
body#beautyRoller div#section1 p.button a:hover{
	background-image: none!important;
}

/*------------------------------------------------------------------------------

								body#giftCard
								
------------------------------------------------------------------------------*/
body#giftCard div#section1 p.imgArea{
	margin-bottom: 20px;
}

body#giftCard div#section1 p.text,
body#giftCard div#section1 p.note{
	width: 550px;
	margin: 0 auto;
	text-align: left;
}

body#giftCard div#section1 p.note{
	margin-bottom: 20px;
}




/*------------------------------------------------------------------------------

								body#driversLicense
								
------------------------------------------------------------------------------*/
body#driversLicense div.section_d{
	width: 630px;
	margin: 0 auto;
	text-align: center;
}


/*----- リンク矢印 -----*/
body#driversLicense div#section1 div.cell ul{
	padding: 15px;
}

body#driversLicense div#section1 div.cell ul li{
	float: left;
	width: 500px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../../images/common/icon_arrow_orange.gif) no-repeat scroll 0em 0.2em;
	text-align: left;

}

* html body#driversLicense div#section1 div.cell ul li{
	width: 510px;
	text-align: left;
	padding-bottom: 10px;
}

body#driversLicense div#section1 div.cell{
	float: left;
	width: 620px;
	margin-right: 5px;
	margin-bottom: 20px;
	background-color: #ffdf95;
	border: 1px solid #ffa932;
	border-top-style: none;
	border-right-style: none;
	font-size: 150%;
}

body#driversLicense div#section1 div.cell ul li a{
	font-weight: bold;
}

