@charset "UTF-8";
/* CSS Document */

@import 'common.css';

/*----------------------------------------*/
/*共通*/
/*----------------------------------------*/




.content1,
.content2,
.content3{
	padding-bottom:30px;
}


.content1 .img{
	float:left;
	width:300px;
	padding-bottom:10px;
}
.content1 .img p{
	width:280px;
	text-align:center;
}


.content2 .img{
	float:left;
	width:350px;
}



.content3 h4{
	font-weight:bold;
	padding-bottom:10px;
}
.content3 table{
	font-size:10px;
}
.content3 table th{
	padding:10px 0px 3px 0;
	width:100px;
	border-bottom:1px solid #aaa;
	vertical-align:bottom;
}
.content3 table td{
	padding:10px 0px 3px 0;
	border-bottom:1px solid #dadada;
}

