@charset "shift_jis";

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",  "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}
h1,h2,dl,dt,dd{ margin: 0;padding: 0; font-size: 100%;}
#contents{
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	margin: 0 auto;
	background:#fff;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow:hidden;
}
.center{text-align: center;}
a {
	color: #00F;
	text-decoration: none;
}

footer {
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #000;
	color: #000;
}
.w100{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
 
.w100 {
  width: 100%;
}
address{
	font-size: 65%;
	font-style:normal;
}
h1 {
	margin: 10px 0 5px;
}
/*h2 {
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
	background: -moz-linear-gradient(top, #fff, #dd9198);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dd9198));
	color: #75131c;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}*/
h2 {
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

p{ margin-bottom: 1em;}
dl.confirm dd {
  margin-bottom: 0.7em;
}
#page2 dl.confirm dd{ font-weight: bold;}
dd span{
	color: #666;
	margin-top: 5px;
}
.red{ color: #f00;}
input{font-size: 100%; line-height: 1.6}