@charset "utf-8";

/*全体共通
---------------------------------------------------*/
#smart-main h3 span,
#smart-main p span {
	visibility:hidden;
}
.odd {
background:#f0f0f0;
}
.even {
background:none;
}

#smart-text {
	width:701px;
	background:url(../img/back.jpg) no-repeat;
}

#smart-text:after{	content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/*ヘッダー
---------------------------------------------------*/
#smart-main h3 {
	width:701px;
	height:397px;
	background:url(../img/top.jpg) no-repeat;
}

/*文言
---------------------------------------------------*/

#smart-main .smart-text {
width:701px;
height:300px;
background:url(../img/bg.jpg) no-repeat;
}

#smart-text span p{
text-align:center;
}


/*特典紹介欄
---------------------------------------------------*/

#smart-text dl{
float:left;
padding:5px 0 0 10px;
}

#smart-text dt{
display:block;
float:left;
width:150px;
height:150px;
margin-top:10px;
padding:0 10px 0 10px;
line-height:0;
font-size:0;
}

#smart-text dt img{
display:block;
line-height:0;
font-size:0;
}

#smart-text dd{
display:block;
float:left;
width:163px;
height:148px;
margin-top:10px;
border:1px solid #CCCCCC;
}

#smart-text dd strong{
display:block;
margin:4px;
}

#smart-text .p-red{
color:#FF0000;
}

#smart-text dd p{
margin:2px;
}


#smart-attention {
width:701px;
height:230px;
background:url(../img/bg.jpg);
padding-top:20px;
}

#smart-attention p{
display:block;
padding:0 0 5px 20px;
width:670px;
}


/*上に戻る
---------------------------------------------------*/
.gotop {
	width:634px;
	padding:10px 0 15px 0;
	text-align:right;
}



/*フッター
---------------------------------------------------*/
.bottom {
	width:701px;
	height:22px;
	background:url(../img/bottom.jpg) no-repeat;	
}

