@charset "utf-8";
/* CSS Document */


body{
	background: #fff;
	font-size: 14px;
}


.exWrap{
	width: 800px;
	margin: 0 auto;
}

.box00{
	width: 760px;
	padding: 0 20px;
	margin-bottom: 50px;
}




.txt01 span{
	letter-spacing: -2px;
}

.box01{
	width: 760px;
	padding: 0 20px;
	margin-bottom: 60px;
}

.boxIn01{
	float:left;
	width: 500px;
}

.box01 span{
	background:#fde5e5;
}

strong{
	font-weight: bold;
}

.boxIn01 h2{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	border-bottom: dotted 1px #333;
}

.boxIn01 p{
	margin-top: 10px;
}


.boxIn02{
	float:right;
	width: 240px;
}


.boxIn21{
	float:left;
	width: 240px;
}

.boxIn22{
	float:right;
	width: 500px;
}

.boxIn22 h2{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	border-bottom: dotted 1px #333;
}

.boxIn22 p{
	margin-top: 10px;
}


.txt21{
	float:left;
	width: 390px;
}

.txt22{
	float:right;
	width: 340px;
	vertical-align:middle;
	height: 292px;
}

.dataBox{
	border-top: dotted 1px #333;
	padding-top: 30px;
	width: 760px;
	margin: 0 20px;
	font-size: 12px;
	margin-bottom: 60px;
}

.dataIn01{
	float:left;
	width: 440px;
}

.dataIn02{
	float:right;
	width: 300px;
}

.close{
	width: 200px;
	margin: 0 auto 40px auto;
}


