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

body{
	overflow-x: hidden;
}
#mainVisual{
	width: 1000px;
	height: 401px;
	margin:auto;
	position: relative;
}
@media screen and (max-width: 1000px){
	#mainVisual{
		overflow: hidden;
	}
}

#mainVisual img{
	position: absolute;
	left:-500px;
}
#contents{
	padding-top: 40px;
	width: 100%;
}
section{
	text-align: center;
	overflow: hidden;
}
section > *{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
section:nth-of-type(2){
	background: #f8f8f8;
	padding: 70px 0 20px;
	margin: 70px 0;
}
section:nth-of-type(2) > *{
	margin-bottom: 50px;
}
.profBox01{
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	float:left;
	width: 50%;
	padding: 0 30px;
	text-align: left;
}
.profBox01:first-of-type{
	border-left: 1px solid #ccc;
}
.profPic01{
	float:left;
	margin-bottom: 30px;
}
.profBox01 .txtMincho01{
	font-size: 16px;
	font-weight: bold;
}

.profBox01 div{
	width: 275px;
	float: right;
}
.profLink01{
	clear: both;
}
.profLink01 a{
	display:block;
	width: 100%;
	padding: 4px 0;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	color: #333;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
}
.profLink01 a:hover{
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #fafafa 80%);
	background: -webkit-linear-gradient(top, #ededed 0%, #fafafa 80%);
	background: linear-gradient(to bottom, #ededed 0%, #fafafa 80%);
}
#toGuide{
	width: 1050px;
	margin-right: -50px;
}
#toGuide li{
	display: table;
	margin-right: 50px;
	margin-bottom: 24px;
	float: left;
	height: 100px;
	width: 300px;
	box-sizing: border-box;
}
#toGuide li.wide{
	width: 650px;
}
#toGuide li.short{
	height: 38px;
}
#toGuide a{
	display: table-cell;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding-left: 16px;
	background: url(../img/ico_top01.gif) no-repeat right 14px center;
	text-align: left;
	color: #333;
	font-size: 14px;
}
#toGuide a:hover{
	background-color: #fcfcfc;
}


/**/

p.feature {
	font-size:17px;
	font-weight:bold;
}
