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

#header_images_wp{
	background-image:url(../images/record_bn_01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#pankuzu_list_wp{
	background-image:url(../images/record_pankuzu_bg.jpg);
}

.photo img{
	margin-top:0;
}

.record_textarea{
	background-color:#f3f3f3;
	padding: 1px 25px;
	margin-bottom:15px;
}

.record_textarea h5{
	margin-bottom:10px;
}

#text_top{
	margin-top:40px;
}

.record_p{
	margin-top:20px;
	letter-spacing:0.01em!important;
}

#record_list ul{
	overflow:hidden;
	width:735px;
	margin-left:30px;
	margin-bottom:120px;
}

#record_list ul li{
	float:left;
	width:240px;
	font-size:14px;
	color:#3c3c3c;
	padding:9px 0;
	border-bottom:1px dotted #cccccc;
	margin-right:5px;
}

#record_list ul li::nth-child(3n){
	margin-right:0;
}

#record_list ul li span{
	font-size:1px;
	line-height:14px;
	margin-right:10px;
}

	