@charset "utf-8";

/*- 共通 -------------------------------------------------*/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,button {
	margin:0px;
	padding:0px;
}
table { border-collapse: collapse; }
ul,li { list-style:none; }
img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
th { font-weight:normal; }
body {
	height:100%;
	background-color:#F1F1F1;
	margin:0;
	padding:0;
	font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ　Pro　W3", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size:14px;
}
html {
	height:100%;
}

.error_text {
	color:#FF0000;
}
.required {
	color:#FF0000;
	font-size:12px;
}
.caution {
	color:#FF0000;
}
.error_box {
	color:#FF0000;
	margin: 10px;
}
.clearfix {
	clear:both;
}
h1 {
	font-size:12px;
	color:#48483F;
	font-weight:normal;
}
#wrapper {
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
	background-color:#FFFFFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#logo img {
	border:0;
	max-width:100%;
	height:auto;
	float:left;
	margin-right:10px;
}

#content {
	padding:100px 0;
}
#content section {
	min-height:200px;
}
#content p {
	line-height:32px;
	margin:20px 1%;
}
#content ul {
	line-height:24px;
	margin:20px 1%;
}

#footer {
	padding:20px 0;
	border-top:1px solid #000000;
}

/*----------------------------------------------------------
	横幅960px以上の場合
----------------------------------------------------------*/
@media screen and (min-width:960px){
	#wrapper {
		width:960px;
	}

	#content {
		min-height:300px;
	}

}
/*----------------------------------------------------------
	横幅959px以下の場合
----------------------------------------------------------*/
@media (min-width:480px) and (max-width:959px){
	#logo img {
		float:none;
		margin-right:0;
	}
	#wrapper {
		width:98%;
	}

	#content {
		min-height:250px;
	}

}
/*----------------------------------------------------------
	横幅479px以下の場合
----------------------------------------------------------*/
@media screen and (max-width:479px){
	#logo img {
		float:none;
		margin-right:0;
	}
	#wrapper {
		width:98%;
	}

	#content {
		padding:0;
	}
	#content section {
		min-height:0;
	}

}
/*----------------------------------------------------------*/
