@charset "utf-8";
/* CSS Document */

/*------body------*/

body{
margin:0;
padding:0;
}

img{
border:none;
}

#box{
width:296px;
height:100%;
margin-left:auto;
margin-right:auto;
}

#mainbox{
width:auto;
height:100%;
border-left:#ffa7c4 solid 3px;
border-right:#ffa7c4 solid 3px;
border-bottom:#ffa7c4 solid 3px;
padding:0 0 5px 5px;
margin-top:-4px;
}

.boxs{
width:100%;
height:100%;
}

p{
margin-top:6px;
margin-bottom:6px;
}

.mb12{
margin-top:12px;
}

.clear{
clear:both;
}

.txtc{
text-align:center;
}

/*------txt------*/

.title_bk{
color:#666666;
font-size:1.0em;
font-weight:bold;
}

.title_p{
color:#ff3367;
font-size:0.9em;
font-weight:bold;
}

.txt{
font-size:0.8em;
color:#666666;
}

.txt02{
font-size:0.7em;
color:#666666;
}

/*------box------*/

.fleft{
float:left;
}

.fright{
float:right;
}

#leftbox{
width:180px;
}

#rightbox{
width:80px;
padding-top:20px;
}

#leftbox02 ,#rightbox02{
width:135px;
margin-top:10px;
}

#leftbox03{
width:160px;
}

#rightbox03{
width:110px;
margin-top:-10px;
}

/*------list------*/

ul.point ,.dot{
margin-left:px;
margin-top:7px;
margin-bottom:7px;
}

