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

/*-float解除-*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-全てのタグに適用-*/
*{
	margin: 0px;
	padding: 0px;
	}
html {

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color:#666666;
	line-height:20px;
	background-image:url(img/bg4.png);  /* 画像ファイルの指定 */
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #fff;
}

a:link{
	color: #666666;
}

a:visited{
	color: #666666;
}

a:active{
	color: #FF3300;
}

a:hover{
	color: #FF3300;
	text-decoration: underline;
}

br{
	letter-spacing: normal;
}
ul{
	list-style-type:none;
}
ol{
	list-style-type:none;
}
img{
	border:none;
}
hr{
	margin:2rem auto;	
}
/*-menu-*/
#menu{
	height:370px;
	width:300px;
	background-image:url(img/menu_bg.png);
	background-repeat:no-repeat;

	top:30px;
}
#menu > h1{
	height:100px;
	width:260px;
	margin-top:10px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}
#menu > ul > li{
	height:60px;
	width:260px;
}
#menu > ul > li:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}





/*-contents index-*/
#top_space{
	height:30px;
	width:100%;
}
#contents_index{
	width:800px;
	margin-left:auto;
	margin-right:auto;

}
.contents{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#contents_contact{
	height:auto;
	width:800px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}
.back_top{
	width:800px;
}
.back_top > a{
	float:right;
	height:50px;
	width:200px;
	background-image:url(img/back.png);
	background-repeat:no-repeat;
}
.back_top > a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*-img_banner-*/
#img_banner{
	height:300px;
	width:800px;
}
#img_banner > h2{
	float:left;
	display:block;
}
#img_banner > div{
	float:left;
	height:300px;
	width:320px;
}
#img_banner > div > a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

/*-center dl-*/
#center{
	height:auto;
	width:740px;
	padding:10px 30px 10px 30px;
	background-image:url(img/center.png);
	background-repeat:repeat-y;
}
#center > dl{
	border-bottom:#6CF 1px dotted;
}
#center > dl > dt{
	float:left;
	height:auto;
	width:105px;
	padding:10px 0px 10px 5px;
	border-top:#6CF 1px dotted;
	font-weight:bold;
}
#center > dl > dd{
	float:left;
	height:auto;
	width:610px;
	padding:10px 0px 10px 20px;
	border-top:#6CF 1px dotted;
}
.business_p{
	width:730px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#6CF 1px dotted;
}

/*-contact-*/
#contents_contact > #center > p > span{
	color:#FF0000;
}
ol > li{
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#6CF 1px dotted;
}
label > span{
	color:#FF0000;
}
label{
	font-weight:bold;
	width:80px;
	padding-top:5px;
	padding-left:5px;
	display:block;
	float:left;
}
input{
	width:300px;
	padding:5px;
	border:#CCCCCC 1px solid;
}
input:focus{
	border:#0099FF 1px solid;
}
textarea{
	width:500px;
	padding:5px;
	border:#CCCCCC 1px solid;
}
textarea:focus{
	border:#0099FF 1px solid;
}
#button_box{
	width:200px;
	margin-left:auto;
	margin-right:auto;
}
#button_box > button{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
button{
	height:40px;
	width:90px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:	#80CCFF 2px solid;
	border-radius: 5px;
	background-color:#007ACC;
	cursor:pointer;
	display:block;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0px 1px 1px #99D6FF , 0px -1px 1px #006BB2;
	/*-gradient-*/
	background:-moz-linear-gradient(bottom,#007ACC, #4DB8FF);
    background:-webkit-gradient(linear, center bottom, center top, from(#007ACC), to(#4DB8FF));/*-webkit should appoint the X and Y.-*/
	background:-o-linear-gradient(bottom,#007ACC, #4DB8FF);
	/*-box-shadow-*/
	box-shadow: 0px 0px 2px 1px rgba(9,9,9,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(9,9,9,0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(9,9,9,0.2);
	-o-box-shadow: 0px 0px 2px 1px rgba(9,9,9,0.2);
	-ms-box-shadow: 0px 0px 2px 1px rgba(9,9,9,0.2);
}
button:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.check_txt{
	padding-top:5px;
}

/*-スマホ用-*/
.para {
    padding: 0 0 20px 0
}

.warpper {

    max-width: 800px;
    margin: 0 auto;
    border:none;
}
header {
	background-color:rgba(0,0,0,0);
    position: relative;
    height: 66px;
}
.button-toggle {
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 10px;
    color: #333;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    border:none;
	font-size:3rem;
}
.active {
    color: #fff;
}
.ttl {
    font-size: 90%;
    float: left;
    height: 5px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.ttl a {
    color: #fff;
    text-decoration: none;
}
.menu {
    position: absolute;
    top: 67px;
    left: 0px;
    width: 100%;
    background-color:rgba(255,255,255,0.9);
    color: #fff;
    overflow: hidden;
}
.menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    border-bottom: 1px solid #555;
    height: 40px;
    line-height: 40px;
    font-size: 90%;
}
section {
    padding: 40px;
}