﻿@charset "UTF-8";

@import url(pc.css) screen and (min-width: 769px);
@import url(sp.css) screen and (max-width: 768px);

/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
    margin:0px;
	display:block;
    
}

li{
	list-style:none;
	}


/* micro clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

html {
  margin: 0 auto;
  background: #fff; /* Fills the page */
  position: relative; /* Fix for absolute positioning */
overflow-y:scroll;
}


@media screen and (max-width: 767px){
	.pcver{
		display:none;
		}
	}
@media screen and (min-width: 768px) {
	.spver{
		display:none;
		}
	}



/* --------------------------------------------------------------------------------------------------------------------

common

-------------------------------------------------------------------------------------------------------------------- */

body > header {
	line-height: 0;
}

body > footer {
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
.index{
	text-align:center;
	height:100%;
	padding:0px 0px;
	margin: 0 auto;
}

.index img{
	height: auto;
	display:block;
    margin:0px 0px;
    line-height:0em;
    vertical-align:bottom;
	margin:0 auto;
}

.header-slider img {
  width: 100%;
}

@media (max-width: 640px) {
  .header-slider {
    height: 120px;
  }
}


/*-----------------------------------------------------------------
	form
-------------------------------------------------------------------*/
@media (max-width: 767px) {
	.contact {
		padding: 0 10px;
	}
}

.contact .container {
	padding-top: 50px;
}

@media (max-width: 767px){
	.contact .container {
		padding-bottom: 50px;
	}
}

form {
	text-align: left !important;
}

form p {
	margin-bottom: 30px;
}

label {
	display: block;
	/* width: 40%; */
	text-align: left;
	margin-bottom: 5px !important;
}

label span {
	font-size: .7em;
}

form input, form textarea {
	width: 100%;
	padding: 5px 0 5px 10px;
}

@media (max-width: 767px){
	form input, form textarea {
		width: 95%;
	}
}

form input[type=text], form input[type=email]{
	height: 30px;
}

input[type=radio]{
	width: auto;
}

.radio {
	margin-right: 50px;
}

@media (max-width: 767px){
	.radio {
		margin-right: 10px;
	}
}

input[type=submit]{
	width: 200px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
	color: #fff;
	background-color: #231818;
	cursor: pointer;
}

input[type=radio]:after {
	background-color: #000000;
}