@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 基本設定
=============================================== */

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
  color: #555;
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0 30px;
  font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin-bottom: 1em;
}
img {
  vertical-align: bottom;
}
a {
  color: #003399;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #222;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/* ヘッダー
=============================================== */

#gHeader {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e3e5ed;
  margin-bottom: 30px;
}
#gHeader h1 {
  padding: 30px 0;
}


/* フッター
=============================================== */

#gFooter {
  border-top: 1px solid #e3e5ed;
  text-align: center;
  font-size: 11px;
  padding: 50px;
  margin-top: 50px;
}


/* 共通スタイル
=============================================== */

#container {
  max-width: 800px;
  margin: 0 auto;
}
#contents {;
  margin: 0 auto;
  padding: 0;
}
#contents #lead {
  margin: 0 0 30px 0;
}
#contents #lead h2 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 600;
}
#contents #lead p {
  font-size: 14px;
  line-height: 1.8;
}


/* パンくずナビ
=============================================== */

#topicpath {
  text-align: right;
  font-size: 11px;
}
#topicpath li {
  display: inline-block;
}
#topicpath li + li:before {
  margin: 0 5px;
  content: ">";
  color: #CCC;
}


/* フォーム
=============================================== */

#formArea {
  width: 100%;
  overflow: hidden;
}
#formArea h3 {
  margin-bottom: 1.5em;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 3px solid #e3e5ed;
}
#formArea dl {
  margin-bottom: 4em;
}
#formArea dt {
  margin: 0 0 0.8em 0;
  padding: 2em 0 0;
  clear: both;
  border-top: 1px solid #e3e5ed;
}
#formArea dt:first-child {
  padding-top: 0;
  border-top: 0;
}
#formArea dd {
  margin: 0 0 2em 1em;
  padding: 0;
}
#formArea dd img {
  max-width: 240px;
}
#formArea small {
  font-size: 12px;
}
select {
  -webkit-appearance:none;
}
.ws,
.wm,
.wl,
select {
  border: 1px solid #e3e5ed;
  margin: 2px 0;
  background: #FAFAFA;
  padding: 15px;
  border-radius: 1px;
  font-size: 14px
}


.ws {
  width: 30%;
}
.wm {
  width: 50%;
}
.wl {
  width: 100%;
}
.preview {
  margin: 0.5em 0;
  max-height: 200px;
  min-width: 200px;
}
.error {
  margin-top: 5px;
  color: #C92A2C;
}
.require {
  color: #C92A2C;
  font-size: 90%;
  margin-left: 5px;
  font-weight: 600;
}
#submit {
  clear: both;
  text-align: center;
  margin: 40px 0 0 0;
}
#submit input {
  border: none;
  padding: 15px 30px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font: normal 15px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
  -webkit-appearance: none;
  border-radius: 0;
}
#submit input:hover {
  background: #333;
}
#submit input.back {
  background: #B7B7B7;
}
#ssl {
  clear: both;
  text-align: center;
  margin: 0;
}
.addressArea {
  position: relative;
}
.addressArea p {
  margin: 0 0 10px 0;
}
#goHome {
  margin: 50px 0 80px 0;
}


/* スマートフォン用定義
=============================================== */

@media screen and (max-width: 640px) {
body {
	padding: 0;
}
img {
  max-width: 100%!important;
}
#gHeader {
  z-index: 100000;
}
#gHeader #gHeadeInner {
  width: 100%;
}
#gHeader h1 {
  padding: 20px 0;
}
#gHeader h1 img {
  height: 50px;
}
#gFooter {
    padding: 30px;
}

/* 共通
=============================================== */

#contents #title h2 {
  font: normal 26px/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 0 20px;
}
#contents #title p {
  font-size: 14px;
}
#contents {
  width: 100%;
  padding: 0 20px;
}
#formArea {
  padding: 0;
}
#formArea dt {
  clear: both;
}
#formArea dd {
}
.ws {
  width: 35%;
}
.wm {
  width: 100%;
}
.wl {
  width: 100%;
}
#submit input {
  width: 100%;
}
#submit input+input {
  margin-top: 1em;
}
}
