﻿#main-pic-area{
	width:100%; height:190px;
	background:url(../images/main-pic-bg.jpg) repeat-x;
	background-position:center bottom;
}
#pic-area{
	width:980px; height:190px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/pic-area-bg.png);
	box-sizing:border-box;
	text-align:center;
}
#pic-area h1{
	font-size:14pt;
	padding:25px;
	margin:0 30px;
	border-bottom:1px dotted #5abf1b;
	line-height:1.0;
}
#pic-area p{
	padding-top:10px;
	padding-left:30px; padding-right:30px;
	color:#333;
	font-size:12px;
}

#main{
	width:980px;
	margin-top:40px;
	margin-bottom:40px;	
}
.voice{
	margin-bottom:40px;
	float:left;
	width:470px;
	border:1px solid #d7cbbb;
	box-sizing:border-box;
	background:#fff;
}
.voice:nth-child(even){
	float:right;
}
.voice h1{
	background:url(../images/voice_midashi_bg.jpg) no-repeat;
 	background-position: left top;
 	border-bottom: 4px solid #5abf1b;
 	height: 56px;
 	line-height: 130%;
 	padding-left:75px;
	padding-top:15px;
 	font-size: 14px;
	box-sizing:border-box;
}
.voice h2{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	margin:10px 0;
	width:auto;
	display:inline-block;
	border-radius:10px;
	padding:2px 10px;
}
.voice.souzoku h2{
	background:#ff5d94;
}
.voice.baikyaku h2{
	background:#ff8e5d;
}
.voice.kounyu h2{
	background:#5d9dff;
}
.voice.bukken h2{
	background:#58ef5e;
}
.voice.sonota h2{
	background:#ffbf5d;
}

.voice div{
	width:470px; height:300px;
	overflow:auto;
	padding:10px 20px; 
	box-sizing:border-box;
}
.voice p{
	font-size:13px;
}
