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

body{
	background-color: #ffffff;
	color: #808080;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: 4px;
}


h1{
	font-weight: normal;
	color: #808080;
	font-size: 1.2em;
	text-align: center;
	line-height: 30px;
	margin-bottom: 50px;
}

h2{
	font-weight: normal;
	color: #731484;
	font-size: 3em;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;

}

h3{
	color: #ffffff;
	font-size: 2.8em;
	line-height:0.5px;
	font-weight: normal;
}

h4  {
	color: #ffffff;
	font-size: 1em;
	line-height: 0.5px;
	font-weight: normal;
}

.mainpic{
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.mainlogo{
 position: absolute;
 top:45%;
 left:50%;
 -ms-transform:translate(-50%,-50%);
 -webkit-transform:translate(-50%,-50%);
 transform: translate(-50%,-50%);
 margin:0;
 padding: 0;
 z-index:1;
}

.consept{
	font-size: 1.5em;
 position: absolute;
 top:70%;
 left:50%;
 -ms-transform:translate(-50%,-50%);
 -webkit-transform:translate(-50%,-50%);
 transform: translate(-50%,-50%);
 margin:0;
 padding: 0;
 z-index:1;
}

nav{
	text-align: center;
	width: 100%;
	height:100px;
	background-color: #cccccc;
	margin:　0;
	padding: 0;
	border:　0;
		position: relative;
		top:-20px;
		box-shadow: 10px 10px 10px;
}

nav ul{
	display: inline-block;
	text-align: center;
}

nav ul li{
	font-size: 1.8em;
	float: left;
	list-style: none;
	padding:30px;
}

nav ul li a{
	text-decoration: none;
	color: #731484;
}

section{
width: 300px;
float:left;
margin:15px;
}
table{
  border-collapse:collapse;
  margin:0 auto;
  border: none;
}

td,th{
  padding:10px;
}
tr:nth-child(2n){
	background: #eee;
}

.aboutus{
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.text{
	position: relative;
	top:-285px;
	left:10px;
	text-align: center;
}

.case{
	clear:left;
	text-align: center;
}

.box{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.box1{
	display: inline-block;
	text-align: center;
}

.box2{
	text-align: center;
	width: 300px;
	margin: 30px;
	float:left;
}

.box2 p{
	text-align: left;
}
.price{
	clear:left;
	text-align: center;
}

th td{
	margin:0;
	padding: 0;
	float:none;
}

form{
	text-align: center;
}


.company table{
	margin: 0 auto;
}

footer{
	margin-top: 100px;
	width: 100%;
	height:380px;
	background-color: #cccccc;
	text-align: center;
}
footer ul{
	display: inline-block;
	text-align: center;
}
footer ul li{
	font-size: 1.8em;
	float: left;
	list-style: none;
	padding:30px;
}


footer ul li a{
	text-decoration: none;
	color: #731484;
}

footer img{
	display: block;
	margin: 0 auto;
	padding: 20px;
}
footer p{
	color:#ffffff;

}

small{
font-size: 1em;
color:#000000;
}

li:hover{
	border-bottom: solid 5px #ff0000;
}
li a:hover{
	color:#fff;
}

.footertext{
	margin:20px;
}
.anchor{
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}


