@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="number"],
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:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', sans-serif;
  font-size: 100%;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] { 
	-moz-appearance: textfield; 
} 
input,textarea,select,option:focus {
  outline:none;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', sans-serif;
}
textarea {
  display: block;
}
ol, ul{ list-style:none; }
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{ text-align: left; }
a:focus {	outline:none; }
body{
	background:#ffffff;
	font-size:100%;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', sans-serif;
	color:#333333;
	-webkit-text-size-adjust: 100%;
	/*line-height:1em;*/
	word-break: break-all;
	/**font-size: small;
	*font: x-small;*/
}
a {
	color:#333333;
	text-decoration:none;
	word-break: break-all;
}

/* select */
select {
	display: block;
	width: 320px;
	margin: 0 auto;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #d4d4d4;	
	appearance: button;
	-webkit-appearance: button;
	-moz-appearance: button;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 


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

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

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

header {
	height: 60px;
	border-bottom: 3px solid #db0c0c;
	background:url(../../images/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: 75% 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: 500px) {
li#backBtn {
	margin-bottom:10px;
}
}
