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

.displayBlock {
	display: block;
}

.displayInlineBlock {
	display: inline-block;
}

.displayNone {
	display: none;
}

.clear {
	clear: both;	
}

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.175em;
}

main {
	width: 1200px;
	margin: 0 auto;
}

/* header */

header {
	width: 100%;
	height: 150px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

header div {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

header h1 {
	width: 198px;
	height: 66px;
	text-indent: -200%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
}

.statement {
	display: none;
}

.tel {
	width: 304px;
	height: 66px;
	text-indent: -100%;
	background-image:url(../img/tel.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 0;
}

nav {
	width: 100%;
	background: #555;
	padding: 20px 0;
	position: absolute;
	bottom: -20px;
}

nav ul {
	width: 1000px;
	margin: 0 auto;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:-webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

nav li {
	letter-spacing: 0.175em;
}

nav li a {
	display: block;
	width: 170px;
	height: 32px;
	padding: 8px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(top,#eee 0%,#eee 50%,#ddd 50%,#ddd);
    background: -webkit-gradient(linear, left top, left bottom,from(#eee), color-stop(0.5,#eee), color-stop(0.5,#ddd),  to(#ddd));
	border-radius: 8px;
	color: #555;
	font-size: 2.5rem;
	font-weight: 900;
	text-decoration: none;
	border: solid #ccc 2px;
	transition: 0.5s;
}

nav li a:hover {
	background: -moz-linear-gradient(top,#0CF 0%,#0CF 50%,#09F 50%,#09F);
    background: -webkit-gradient(linear, left top, left bottom,from(#0CF), color-stop(0.5,#0CF), color-stop(0.5,#09F),  to(#09F));
	border: solid #06F 2px;
	color: #fff;
}

.NavFont {
	font-size: 1.4rem;
	vertical-align: middle;
}

/* MainVisual */

#MainVisual {
	width: 100%;
	height: 500px;
	margin-top: 20px;
	background-image: url(../img/mainvisual.png);
	background-repeat: repeat-x;
	position: relative;
}

#MainVisual div {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}

#MainVisual h2 {
	font-size: 4.0rem;
	color: #fff;
	position: absolute;
	top: 20px;
}

.CatchCopy {
	font-size: 1.7rem;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 100px;
}

.cBtn a {
	display: block;
	width: 350px;
	height: 32px;
	padding: 12px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(top,#0CF 0%,#0CF 50%,#09F 50%,#09F);
    background: -webkit-gradient(linear, left top, left bottom,from(#0CF), color-stop(0.5,#0CF), color-stop(0.5,#09F),  to(#09F));
	box-shadow:0px 6px 6px 3px #adadad;
	-moz-box-shadow:0px 6px 15px 1px #999;
	-webkit-box-shadow:0px 6px 15px 1px #999;
	border-radius: 8px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	border: solid #fff 2px;
	text-decoration: none;
	position: absolute;
	top: 200px;
}

.cBtn a:hover {
	background: -moz-linear-gradient(top,#f60 0%,#f60 50%,#f30 50%,#f30);
    background: -webkit-gradient(linear, left top, left bottom,from(#f60), color-stop(0.5,#f60), color-stop(0.5,#f30),  to(#f30));
}

#TopContent {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

.AkiyaTaisaku {
	margin-top: 80px;
	padding-left: 380px;
	line-height: 2.5em;
	color: #555;
	position: relative;
}

.AkiyaTaisaku:before {
	content: "";
	display: block;
	width: 320px;
	height: 320px;
	background: #ccc;
	background-image: url(../img/akiya_taisaku.png);
	position: absolute;
	top: 10px;
	left: 0;
}

.AkiyaTaisaku h2 {
	font-weight: normal;
	margin-bottom: 20px;
}

.AkiyaTaisaku strong {
	font-weight: normal;
}

.AkiyaTaisaku a {
	color: #06F;
}

/* footer */

footer {
	width: 100%;
	height: 400px;
	background: #0CF;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position:top;
	color: #fff;
	margin-top: 80px;
}

footer div {
	width: 1000px;
	margin: 0 auto;
	padding-top: 210px;
	position: relative;
}

footer ul {
	width: 180px;
	float: left;
}

footer ul li a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}

#copy {
	font-weight: 500;
	position: absolute;
	top: 360px;
	right: 0;
}

/* about */

#about {
	width: 100%;
	margin-top: 80px;
	position: relative;
}

#about:before {
	display: block;
	content: "";
	width: 100%;
	height: 400px;
	background: #000;
	position: absolute;
	top: -60px;
}

#about div {
	width: 1000px;
	margin: 0 auto;
}

#about h2 {
	padding-top: 400px;
	position: relative;
	z-index: 1;
}

#about h2:before {
	content: "";
	display: block;
	width: 1000px;
	height: 400px;
	background-image: url(../img/about_bg.jpg);
	position: absolute;
	top: -60px;
	z-index: 0;
}

#about p {
	line-height: 2.5em;
}

/* service */

#service {
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}

#service dl {
	width: 770px;
	height: 200px;
	margin: 10px auto;
	padding-left: 230px;
}

#service dt {
	font-size: 1.7rem;
	padding-top: 20px;
}

#service dd {
	padding-top: 20px;
}

.service01 {
	background-image: url(../img/service_01.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service02 {
	background-image: url(../img/service_02.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service03 {
	background-image: url(../img/service_03.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service04 {
	background-image: url(../img/service_04.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service05 {
	background-image: url(../img/service_05.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service06 {
	background-image: url(../img/service_06.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service07 {
	background-image: url(../img/service_07.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

.service08 {
	background-image: url(../img/service_08.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* area */

#area {
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}

#check {
	width: 150px;
	cursor: pointer;
	background: -moz-linear-gradient(top,#f60 0%,#f60 50%,#f30 50%,#f30);
    background: -webkit-gradient(linear, left top, left bottom,from(#f60), color-stop(0.5,#f60), color-stop(0.5,#f30),  to(#f30));
	border: solid #f65 2px;
	color: #fff;
	font-size: 2.5rem;
	line-height: 30px;
	vertical-align: middle;
	font-weight: 900;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
}

#check:hover {
	opacity: 0.8;
}

#area table {
	margin: 20px 0;
}

#area table td {
	height: 50px;
	padding-right: 10px;
}

#output {
	height: 150px;
}

#area dl {
	margin-top: 50px;
}

/* contact */

#contact {
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}

#formWrap {
	width:1000px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:1.4rem;
}

table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th {
	height: 30px;
	border:1px solid #ccc;
	padding:10px;
}

table.formTable th {
	width: 200px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	padding-left: 30px;
}