@charset "Shift_JIS";
/*note.css popup*/
/*----------------------------------------------------------------------*/
body		{background:url(../../common/images/color_line.gif) #fff5f5 center top repeat-x;}
#popWrapper	{background:url(../../common/images/color_line.gif) center bottom repeat-x;overflow:hidden;}

/*----------------------------------------------------------------------*/
#popContents {width:440px;margin:0 auto;}
#popContents h3{padding:30px 0;}
#popContents h4{padding-bottom:10px;}

.blockSet{padding-bottom:20px;}
.floatSet .textBox{float:left;width:240px;}
.floatSet .phBox{float:right;width:190px;}

/*noteOne*/
#note #noteOne .textBox{margin-left:-3px;position:relative;}

/*----------------------------------------------------------------------*/
/*btn close*/
#mBtnClose{padding:10px 0 30px;}
#mBtnClose p{width:91px;height:23px; margin:0 auto;}
#mBtnClose a{display:block;width:100%;height:100%;background:url(../../common/images/pop_btn_close.gif) no-repeat; text-indent:-9999px;overflow:hidden;}
#mBtnClose a:hover{background-position:0 -33px;}