@charset "UTF-8";
#contentsWrap{
	max-width: 960px;
	width: 100%;
}

#caution a:link,
#caution a:visited {
	text-decoration: underline;
	color: #666;
	word-break: break-all;
}


.main{
	max-width:770px;
	width: 100%;
	padding: 0 20px;
	margin: 20px auto 50px;
	color:#666;
}
.main h2{
	text-align:center;
	margin-bottom:20px;
	font-size: 20px;
	font-weight: normal;
}
.main .read{
	color:#CC0033;
	font-size:22px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}
.main .txt_area{
	color:#666;
	font-size:16px;
	line-height:200%;
	max-width:700px;
	width: 100%;
	margin:20px auto;
}

#caution{
	background:url(../img/dot.gif);
	padding:20px;
	margin-bottom:10px;
}
#caution > div{
	background:#FFF;
	padding:20px 20px;
}
#caution > div > p{
	color:#990033;
	font-size:16px;
	font-weight:bold;
}
#caution > div > p + div{
	background:url(../img/arrow.png) no-repeat 0 center;
	padding-left:15px;
	min-height:16px;
	margin:10px 0 30px;
	font-size:16px;
}