@charset "UTF-8";

/***** 全ページ共通CSS *****/

/* base (reset)
---------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ol,
li {
	list-style: none;
}

img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------- */
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}

th,
td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}

input,
select {
	vertical-align: middle;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

pre {
	white-space: -moz-pre-wrap;/* Mozilla */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	white-space: pre-wrap;/* CSS3 */
	word-wrap: break-word;/* IE 5.5+ */
}


/* Selected Text
---------------------------------------------------*/
::selection {
	background: #191919;
	/* Safari */
	color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}

body {
	background-color: #fff;
	position: relative;
	width: 100%;
	line-height: 1;
	color: #666;
	font-size: 1.6rem;
	font-size: 16px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.spno {display:block;}
br.spno {display: inline;}
.pcno {display:none;}
br.pcno {display:none;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	body {
		background-color: #fff;
		min-width: auto;
		min-width: inherit;
		min-height: 100%;
		font-size: 24px;
		font-size: 2.4rem;
		-webkit-text-size-adjust: 100%;
	}

	.pcno {display: block;}
	br.pcno {display: inline;}
	.spno {display: none;}
	br.spno {display: none;}
}


/* link
---------------------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #333333;
}
a:hover {
	color: #006633;
}
a.u {
	text-decoration: underline;
}
a,
a:hover,
.hover {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/* clearfix
---------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

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


/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	border: 0;
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	border: 0;
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
	overflow : hidden;
	outline : none;
}

input:focus{ outline: 0 none black; }

/* ------ */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	font-size: 16px;
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
}
textarea {
	overflow: auto;
}

select {
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
}

.w100 {width: 100%;}
.w80 {width: 80%;}
.w60 {width: 60%;}
.w40 {width: 40%;}
.w20 {width: 20%;}


/** placeholder **/
.placeholder {color: #ccc; background: #fafafa;}
:placeholder-shown{color:#ccc; background: #fafafa;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder{color:#ccc; background: #fafafa;}
/* Firefox 18- */
:-moz-placeholder{color:#ccc;opacity:1; background: #fafafa;}
/* Firefox 19+ */
::-moz-placeholder{color:#ccc;opacity:1; background: #fafafa;}
/* IE 10+ */
:-ms-input-placeholder{color:#ccc !important; background: #fafafa;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		/*font-size: 18px;*/
		font-size: 3.75vw;
	}
}


/* wrapper
---------------------------------------------------*/
#wrapper {
	background-color: #1e1418;
	margin: 0 auto;
	/*width: 1280px;*/
	width: 100%;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
	#wrapper {
	/*	position: relative;*/
	}
}

/* Header
---------------------------------------------------*/


/* 768px以下 */
@media screen and (max-width: 768px) {

}


/* Footer
---------------------------------------------------*/

#Footer {
	max-width: 100%;
	background-color: #000;
	padding: 10px;
}

#Footer .copy {
	/*max-width: 1200px;*/
	font-size: 14px;
	letter-spacing: 0.1em;
	/*line-height: 3.4;*/
	text-align: center;
	color: #fff;
}

/* 768px以下 */
@media screen and (max-width: 768px) {
	#Footer .copy {
		font-size: 3.125vw;
	}
}

/* main
---------------------------------------------------*/

#main {
	width: auto;
	min-height: calc(100vh - 34px); /* 画面高さ-フッターの高さ */
}
/* 768px以下 */
@media screen and (max-width: 768px) {
	#main {
		min-height: calc(100vh - 4.6vw); /* 画面高さ-フッターの高さ */
	}
}

/* Common
---------------------------------------------------*/
/* 共通のパーツのみ記述する */

