@charset "UTF-8";


/*----------------------------------------------------------------------
	初期設定
 ---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
a { outline: 0;	text-decoration:underline; color:#555; }
a:focus { outline: thin dotted; color:#555; }
a:hover,
a:active { outline: 0; color:#555; text-decoration:underline; }
a:hover { text-decoration:underline; color:#555; }
a:visit { color:#555; }
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
address {
	margin-top:0;
}
b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i,
b {
	font-weight:700;
}
mark,
ins {
	text-decoration: none;
}
p {
	margin-bottom: 30px;
}
code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
ul,
ol {
	list-style: none;
}
ul {
}
ol {
}
li > ul,
li > ol {
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin:0 auto 24px auto;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border: none;
	border-top: 1px #000 solid;
	height: 1px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.flt-l { float:left; }
.flt-r { float:right; }

.disp-sp {
	display:none;
}

.fixed {
    position: fixed !important;
	top: -130px;
    width: 100%;
    z-index: 10000 !important;
}
	
.fixed-bg {
    background-position: 0 115px !important;
	background-attachment: fixed !important;
}
.mrg {
	padding-bottom:245px !important;
}

/*----------------------------------------------------------------------
	BODY設定
 ---------------------------------------------------------------------*/


html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
 font-family:Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.7em;
	letter-spacing:0.075em;
	text-align:justify;
}

/*----------------------------------------------------------------------
	メールフォーム設定
 ---------------------------------------------------------------------*/

form#mailform {
}
table.mailform {
	border-collapse: separate;
	border-spacing: 10px;
	width:100%;
	margin:0 0 20px 0;
	text-align:center;
}
p.txt-form {
	width:100%;
	margin:0 auto;
	text-align:right;
}
p.txt-form span {
	color:#F00;
}
table.mailform th {
	font-weight:normal;
	padding:7px 0 7px 10px;
	margin:0;
	width:110px;
	vertical-align:middle;
	text-align:left;
	color:#FFF;
	background:#509db9;
}
table.mailform td {
	font-size:90%;
	padding:0;
	text-align:left;
	width:520px;
	vertical-align:middle;
}
table.mailform td p {
	clear:both;
}
table.mailform td span {
	display:block;
	float:left;
	min-width:150px !important;
	margin:5px 5px 5px 0;
}

table.mailform input[type=text],
table.mailform input[type=email] {
	padding:8px 5px;
	border:1px solid #CCC;
	width:100%;
}
.submitBox {
	margin:0 auto 30px auto;
	padding:0;
	text-align:center;
	width:400px;
}
input.submit {
	width:150px;
	color:#fefefe;
	background:#509db9;
	border:2px solid #4490ab;
    cursor:pointer;
    overflow:hidden;
    display: block;
	margin:0 20px;
	padding:10px 0;
	border-radius:3px;
	text-align:center;
	float:left;
}
input.submit:hover {
	
}
table.mailform td textarea {
	width: 100%;
	padding:5px;
	height: auto;
	border:1px solid #CCC;
}
table.mailform th span,
form#mailform p span {
	color:#f3b3c4;
}
table.mailform span.hisu {
	margin-left:5px;
}
#thanks {
	min-height:300px;
}
#thanks p {
	margin-left:28px;
}

input[type="radio"] {
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type="radio"]+label:before {
	display: inline-block;
	content: "";
	vertical-align: top;
	background: #FFF;
	color: #333;
	border:2px solid #facd89;
	width: 13px;
	height: 13px;
	margin-right: 5px;
}
input[type="radio"]+label:before {
	border-radius: 50%;
}
input[type="checkbox"]+label:before {
  border-radius: 0.1875em;
}
input[type="radio"]:checked+label:before {
  border-width: 2px;
	width: 13px;
	height: 13px;
	background: #666;
}






@media only screen and (min-width: 641px) and (max-width: 768px) {

table.mailform th {
	font-weight:normal;
	padding:2% 0 2% 3%;
	width:30%;
}
table.mailform td {
	width:66%;
}








}

@media only screen and (max-width: 640px) {

table.mailform th {
	font-weight:normal;
	padding:2% 0 2% 3%;
	width:30%;
}
table.mailform td {
	width:66%;
}

.submitBox {
	width:100%;
}
input.submit {
	width:42%;
	margin:0 3%;

}






}




