@charset "shift_jis";
/* contentspCSS*/

/*x[X*/
body{
	background: #F5F5F5;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", "sans-serif";
	line-height: 1.7;
	padding: 0;
	margin: 0;
	font-size:16px;
	color: #333;
	
}
a:link {
	color:#181878;
	text-decoration: none;
}
a:visited {
	color:#181878;
	text-decoration: none;
}
a:active {
	color:#181878;
	text-decoration: none;
}
a:hover {
	color:#3333FF;
	text-decoration: none;
}
p{
	margin: 20px 0;
}
#wp{
	width: 1200px;
	margin: 0 auto;
	border: 0;
	background: #ffffff;
	display: block;
}
/*header*/
header{
	padding: 20px 10px;
	font-size: 14px;
	line-height:14px;
}


/*navigation*/
nav ul{
  margin:0;
  padding:0;
}
nav ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background:#333;
  color: #FFF;
  text-align:center;
  letter-spacing: 0.2em;
}
nav ul li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
}
nav ul li:hover, nav ul li a:hover {
  background:#666;
  color: #FFF !important;
}
nav ul li ul {
  position: absolute;
  top: 40px;
  width: 150px;
  z-index: 100;
}
nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  height: 0;
  background:#666;
}
nav ul li ul li:hover, nav ul li ul li a:hover {
  background:#999;
}
nav ul li:hover ul li, nav ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
}
nav * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*footer*/
footer{
	background: #ccc;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

/*main*/
section{
	background: #fff;
	padding: 20px 40px;
	background: url(../img/contents_bg.png) no-repeat bottom;
}
section img{
	padding: 0 0 20px 20px;
	float: right;
}
h1{
	font-size: 40px;
	color: #000;
	font-weight: 900;
}
h2{
	font-size: 30px;
	color: #000;
	font-weight: 700;
}

#contact_btn{
	background-color: #cc0000;
	color: #fff;
	display: block;
	width: 300px;
	font-size: 24px;
	margin:40px auto;
	padding:5px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
	clear: both;
}
a:hover #contact_btn {
	background-color: #FF0000;
}
.sp_box{
	width:230px;
	display: block;
	height: 230px;
	margin: 20px 18px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.sp_box img{
	margin: 0 0 10px 0;
	width:230px;
	padding: 0;
}
a:hover .sp_box{
	border: 1px solid #CC0000;
}
table{
	width: 800px;
}
table td{
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
}
table th{
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
	font-weight: bold;
	width: 150px;
	
}
/*¨β’νΉ*/
#formWrap {
	width:800px;
	margin:0 auto;
	display: block;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable td .hissu{
	color: #CC0000;
	font-size: 12px;
}
table.formTable td input{
	padding: 5px 10px;
	background:#ffffff;
}
input.btn{
	padding: 5px 30px;
	margin: auto 20px;
	font-size: 16px;
}

/*^c*/
#unei{
	width: 800px;
	display: block;
}
#unei .box{
	width:232px;
	display: block;
	margin: 0 30px 25px 0;
	float: left;
	font-size: 12px;
	padding: 0;
	text-align: center;
	height: 245px;
}
#unei .box img{
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0;
	width: 230px;
}
#unei .box h5{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
