@charset "utf-8";

body{
	background: #ffffff;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif!important;  
}

div {
	box-sizing: border-box;
}

img{
	width: 100%;
}



/***************** contents *****************/

div#container {
}

h1, h2 {
	text-indent: -9999px;
	font-size: 16px;
}

section.header {
	width: 100%;
	height: auto;
}

section.footer {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
}

section.footer p {
	font-size: 16px;
	color: #808080;
}

.button_box {
	width: 100%;
	height: auto;
}

.button_au {
	background: url(../img/bt_au.png) no-repeat left top;
	background-size: contain;  
}

.button_entag {
	background: url(../img/bt_entag.png) no-repeat left top;
	background-size: contain;  
}

.button_sb {
	background: url(../img/bt_sb.png) no-repeat left top;
	background-size: contain;  
}

.button_gp {
	background: url(../img/bt_gp.png) no-repeat left top;
	background-size: contain;  
}

