* {
/*	margin: 0;
	padding: 0;*/
}

body {
	color: #333;
	font-size: 16px;
	line-height: 180%;
	font-family: "Verdana","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:#fff;
}

img{
	vertical-align:bottom;
	border:1px solid #ccc;
}

img{
	max-width:100%;
	height:auto;
}

a{
	display:block;
	width:100%;
	font-size: 16px;
	padding:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:#333;
	border:0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

@media screen and (max-width:768px){

	body {
		min-width:320px;
		font-size:0.86em;
		line-height: 150%;

	}

}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1
}

.center {
	text-align:center;
}

header,
footer{
	width:800px;
	margin:auto;
	padding:10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background:#fff;
}

section{
	width:700px;
	margin:auto;
	padding:10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background:#fff;
}


footer{
	text-align:center;
}

footer a{
	color:#333;
	font-size:0.86em;
	text-decoration:none;
}

@media screen and (max-width:768px){

	header,
	section,
	footer{
		width:100%;
		padding:10px 10px 15px;

		background:transparent;
	}

	header{
		padding-top:10px;
		background:none;
	}

}

h1{
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.4em;
}

h2{
	width:100%;
	font-size:1.2em;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}

@media screen and (max-width:768px){

	h1{
		font-size:1.1em;
	}

	h2{
		font-size:1em;
		padding-bottom:10px;
	}

}

.atn{
	color:#c00;
}

