@charset "utf-8";
/* CSS Document */

/* privacy css setting */
.privacyTtl{
background:url(../images/privacyTtl_bg01.jpg) left top no-repeat;
}
.privacy h2,
.policy h2{
margin-bottom:30px;
}
.txtHint{
margin-bottom:20px;
text-align:center;
}
.cm_section{
border:solid 1px #e1e1e1;
background:url(../images/about_hint_bg.gif) left top repeat;
padding:20px 20px 0 20px;
width:635px;
margin:0 auto;
}
.cm_section dt{
font-weight:bold;
margin-bottom:8px;
font-size:120%;
}
.cm_section dd{
margin:0 0 20px 10px;
}
/* privacy css setting over */
.policyTtl{
background:url(../images/policyTtl_bg01.jpg) left top no-repeat;
}
.cm_section dl:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .cm_section dl{
	display:inline-block;
}
*:first-child+html .cm_section dl{
	display:inline-block;
}
.cm_section dl dt{
font-weight:bold;
margin-bottom:0;
float:left;
width:5em;
}
.cm_section dl dd{
margin:0;
float:right;
width:550px;
}
.cm_section dl dd p{
margin-bottom:15px;
}
.cm_section dl dd p span{
color:#ff0000;
display:block;
}