@charset "UTF-8";
/**\*/
@import url("style-base.css");
@import url("style-default.css");


.txt01{
line-height:180%;
padding:5px 0px;
}
.txt02{
line-height:180%;
padding:5px 10px;
}

.list01{
padding:3px 0px 3px 25px;
}
.list01 li{
padding:1px 0px;
line-height:180%;
}

.list02{
padding:3px 0px 3px 25px;
list-style:circle;
}
.list02 li{
padding:1px 0px;
line-height:180%;
}













































.w90 {
	width: 90%;
}
.w40 {
	width: 40%;
}
.w60 {
	width: 60%;
}
.con_inp {
	padding: 8px;
}
.error-box {
	font-weight: normal;
	color: #CC0000;
	background-color: #FFF8F8;
	padding: 10px;
	border: 1px solid #C50000;
	line-height: 180%;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
}
