@charset "utf-8";
.coming {
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto; 
	padding-top: 200px; 
	padding-bottom: 200px; 
	text-align: center; 
	font-size: 30px; 
	color: #16A6B6;
}
@media (max-width: 700px) {
.coming {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 150px; 
	padding-bottom: 150px; 
	font-size: 20px; 
}
}
/* Basic Structure
-------------------------------------*/
*{
	margin: 0;
	padding-top: 0px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f5f1e9;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;}

fieldset{
	border:none;
}

a img{
  border:none;
}

form {
 margin: 0;
}

img.crisp-edges {
  image-rendering:optimizeSpeed; // Legal fallback
  image-rendering:-moz-crisp-edges; // Firefox
  image-rendering:-o-crisp-edges; // Opera
  image-rendering:-webkit-optimize-contrast; // Chrome, Safari
  image-rendering:crisp-edges; // CSS3 Proposed
  -ms-interpolation-mode:bicubic; // IE8+
}
/* Sentence, Character
------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
    font-family:"游ゴシック","Yu Gothic" , YuGothic , Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "游ゴシック","Yu Gothic" , YuGothic , Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #484848;
	line-height: 1.8em;
}

table{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "游ゴシック","Yu Gothic" , YuGothic , Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #484848;
	line-height: 1.8em;
}

h3.contents_H3 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EE6557;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}
a {
	text-decoration: none;
}

/* List
-------------------------------------*/
ul, ol, li, dd, dt, dl{
	margin: 0;
	padding: 0;
	list-style-type: none;
	    font-family:"游ゴシック","Yu Gothic" , YuGothic , Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #484848;
	line-height: 1.3em;
}

/* Other
-------------------------------------*/
#container{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
    overflow:hidden;
}
.reset{
	clear: both;
	margin-bottom: 0px;
}
.contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* Header
-------------------------------------*/
.header {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ee6557;
}
 
.headerBox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* グローバルナビ
-------------------------------------*/
nav {
	background-color: #e3decc;
}
nav ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
nav ul li {
	float: left;
	width: 25%;
	border-left: 1px solid #5e5a4a;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	box-sizing: border-box;
}
nav ul li a {
	color: #5e5a4a;
	display: block;
}
nav ul li:last-child {
	border-right: 1px solid #5e5a4a;
}
nav ul li a:hover {
	background-color: #c6bea1;
	color: #5e5a4a;
}


/* footer
-------------------------------------*/
.footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ee6557;
	background-color: #e3decc;
}
.copyright {
	background-color: #5E5A4A;
	text-align: center;
}
.copyright p {
	color: #c6bea1;
	font-size: 12px;
}
.copyright p a {
	color: #fff;
}
.foorer_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foorer_in h2 {
float: left;
width: 320px;
border-top-style: none;
}
.footer_box1 {
	float: right;
	box-sizing: border-box;
	width: 630px;
	border-left: 1px solid #5E5A4A;
}
.footer_box1 li {
	width: 25%;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #5E5A4A;
}
.footer_box1 li a {
	color: #5E5A4A;
	display: block;
	line-height: 30px;
}

/* スマ�E用
-------------------------------------*/
@media (max-width: 700px) {
.contents {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
h3.contents_H3 {
	font-size: 20px;
	line-height: 30px;
}
.header {
	border-top-width: 5px;
}
 
.headerBox {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headerBox h1 {
	max-width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.headerBox h1 img {
	max-width: 100%;
	height: auto;
}
nav ul {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
nav ul li {
	font-size: 12px;
	line-height: 30px;
}
.foorer_in {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.copyright p {
	font-size: 10px;
}
.foorer_in h2 {
	display: none;
}
.footer_box1 {
	float: none;
	width: 100%;
}
.footer_box1 li {
	font-size: 12px;
}
}
