@charset "utf-8";

/*////////////////////////////////////////////////////////

リセット

////////////////////////////////////////////////////////*/

*{
	padding: 0;
	margin: 0;
}
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-style:normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	background:none;
	border:0;
}
input, textarea{
	margin: 0;
	padding: 0;
}
input[type=text],
input[type="tel"],
textarea {
	-webkit-appearance:none;
	display:inline-block;
	width:100%;
	padding:8px;
	box-sizing:border-box;
	border-radius:5px;
	border:0;
	border:1px solid #d4d4d4;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	letter-spacing:0.04em;
}
input,textarea,select,option:focus {
  outline:none;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	letter-spacing:0.04em;
}
ol, ul{ list-style:none; }
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{ text-align: left; }
a:focus {	outline:none; }



/*////////////////////////////////////////////////////////

フォーム用　ヘッダー・フッター

////////////////////////////////////////////////////////*/

header {
	height: 60px;
	border-bottom: 3px solid #db0c0c;
	background:url(../img/header_logo.jpg) no-repeat center #fff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}
header a {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 60px;
}
footer {
	padding: 12px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	background: #4b4b4b;
	font: 93% Arial, Helvetica, sans-serif;
}


/*////////////////////////////////////////////////////////

エラー表示

////////////////////////////////////////////////////////*/
.error {
	line-height:1.6;
	margin-bottom:30px;
	padding:20px;
	background:#FECBBC;
	color:#C00;
	font-weight:bold;
	font-size:116.7%;
	text-align:center;
}
dl.errorElement {
    padding: 16px;
    background: #fecbbc;
    border: 1px dotted #f66;
}


/*////////////////////////////////////////////////////////

送信・戻るボタン

////////////////////////////////////////////////////////*/

#btnWrap {
	text-align:center;
}
#btnWrap li {
	display:inline-block;
	margin:0 3px;
	cursor:pointer;
}
li#backBtn {
	/*display: none;*/
}



@media (max-width: 480px) {
li#backBtn {
	margin-bottom:10px;
}
}
