@charset "UTF-8";
/* ********************************************************
	useful voice CSS
******************************************************** */
#wrap #main{
	background: #F5F5F5;
	width: 100%;
	min-width: 920px;
	padding: 0;
}
#fixbn{
	display: none;
}
#section{
	width: 100%;
	margin-top: 0;
	padding: 0;
	float: none;
	overflow: hidden;
	position: relative;
}
#section:before{
	background: #fff;
	width: 100%;
	height: 19px;
	padding: 20px 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#section .pankuzu{
	width: 980px;
	height: 19px;
	line-height: 17px;
	text-align: left;
  padding: 20px 0;
	font-size: 12px;
  margin: 0 auto;
	font-family: Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	position: relative;
}
#section .bx{
	background: #f5dd38;
	height:340px;
}
#section .bx h1{
	background:url(../../images/useful/voice/img_main.png) 0 0 no-repeat;
	width:900px;
	height:340px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	position:relative;
	font-size:78px;
	font-weight:bold;
	color:#000;
}
#section .bx h1>span{
	padding:20px 0 25px;
	display:block;
	color:#FFF;
	font-size: 38px;
  line-height: 1em;
}
#section .bx h1>span+span{
	display:block;
	position:absolute;
	top: 16px;
	right: 241px;
	font-size: 26px;
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	color:#000;
}
#section .bx h1 small{
	font-size: 60px;
}
#section .bx h1+p{
	margin-top:-141px;
	position:relative;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	z-index:1;
}


#section .bx h1+p span{
	font-size:14px;
	font-weight: normal;
}
#section .navPage{
	background: #f5dd38;
	width: 100%;
}
#section .navPage ul{
	width: 900px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
#section .navPage li{
	background: #fff;
	width: 225px;
	float: left;
}
#section .navPage li+li{
	width: 224px;
	border-left: solid 1px #fff;
}
#section .navPage li a{
	width: 225px;
	height: 70px;
	display: table-cell;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
}
#section .navPage li a span{
	display: inline-block;
	font-size: 18px;
}
#section .navPage li a:hover{
	opacity: 0.8;
	-ms-filter: alpha("opacity=80");
}
#section .navPage li+li a{
	width: 224px;
}
#section .navPage li a[onClick*="environment"]{
	background: #EF4180;
}
#section .navPage li a[onClick*="application"]{
	background: #0FAEE2;
}
#section .navPage li a[onClick*="interview"]{
	background: #FF6802;
}
#section .navPage li a[onClick*="feeling"]{
	background: #80CE1B;
}
#section .navPage li a[onClick*="feeling"] span{
	display: block;
}
#section .contents{
	width: 900px;
	margin: 0 auto;
	padding: 34px 0 102px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#section .contents>div{
	float: left;
}
#section .contents>div+div{
	float: right;
}
#section .contents section{
	background: #fff;
	width: 415px;
	margin: 0 16px 28px;
	padding: 15px 8px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#section .contents section:before,
#section .contents section:after{
	display: block;
	content: " ";
	position: absolute;
	left: -10px;
}
#section .contents section:before{
	background: #000;
	width: 100px;
	height: 70px;
	top: 15px;
}
#section .contents section:after{
	width: 0;
	height: 0;
	border-color: #000 #000 transparent transparent;
	border-style: solid;
	border-width: 5px;
	top: 85px;
}
#section .contents section h3{
	margin-bottom: 10px;
	padding-left: 97px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#section .contents section h3+div{
	min-height: 40px;
	margin-bottom: 16px;
	padding-left: 97px;
}
#section .contents section h3+div p{
	font-size: 10px;
	line-height: 1.5;
}
#section .contents section>p{
	background: #FAFAFA;
	padding: 25px 0;
	border-top: solid 1px #E8E8E8;
	text-align: center;
}
#section .contents .environment:before{
	background: url(../../images/useful/voice/label01.png) 0 0 no-repeat #EF4180;
}
#section .contents .environment:after{
	border-color: #D90055 #D90055 transparent transparent;
}
#section .contents .environment h3{
	color: #EF4180;
}
#section .contents .application:before{
	background: url(../../images/useful/voice/label02.png) 0 0 no-repeat #0FAEE2;
}
#section .contents .application:after{
	border-color: #0099E0 #0099E0 transparent transparent;
}
#section .contents .application h3{
	color: #0FAEE2;
}
#section .contents .interview:before{
	background: url(../../images/useful/voice/label03.png) 0 0 no-repeat #FF6802;
}
#section .contents .interview:after{
	border-color: #EA5400 #EA5400 transparent transparent;
}
#section .contents .interview h3{
	color: #FF6802;
}
#section .contents .feeling:before{
	background: url(../../images/useful/voice/label04.png) 0 0 no-repeat #80CE1B;
}
#section .contents .feeling:after{
	border-color: #6DAA15 #6DAA15 transparent transparent;
}
#section .contents .feeling h3{
	color: #80CE1B;
}
#section .contents section .exmArea+.exmArea{
	margin-top: 16px;
}
#section .contents section .exmArea h4{
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
#section .contents section .exm01 h4{
	background: #FF5086;
}
#section .contents section .exm02 h4{
	background: #8C5086;
}
#section .contents section .exmArea .scroll{
	background: #FAFAF2;
	padding: 6px;
}
#section .contents section .exmArea .scroll ul{
	height: 260px;
	overflow: auto;
}
#section .contents section .exmArea .scroll li{
	margin-right: 10px;
	padding: 12px 2px;
	font-size: 13px;
}
#section .contents section .exmArea .scroll li+li{
	border-top: solid 1px #DFDFDF;
}
#section .contents section .exmArea .scroll li strong{
	font-weight: bold;
}
#navArea{
	width: 552px;
	height: 0;
	position: fixed;
	bottom: 30px;
	left: 50%;
}
#navArea .pageTop{
	position: absolute;
	bottom: 0;
	right: 0;
}
#navArea.fixedBottom{
	position: absolute;
	bottom: 30px;
}