html{
	font-family: 'Noto Sans JP', sans-serif;
	height:100%;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	margin: 0;
	background:#f7f7f7;
}

img{
	border:0;
}

ul,ol{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
	border:0;
}

a:hover{
	text-decoration:underline;
}

form{
	margin:0;
	padding:0;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	text-align:center;
}

#main_contents{
	padding:0 0 30px;
}

.header{
	width:100%;
	padding:10px 0;
	background:#17a2b8;
	color:#ffffff;
	font-size:14px;
}

.footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background:#17a2b8;
}

.enq_body{
	width:100%;
	margin:0 auto;
	padding:30px 0;
}

.title{
	margin:0 0 10px 0;
	padding:10px 0;
	background:#17a7cb;
	color:#ffffff;
}

.text{
	margin:0 0 10px 0;
}

.text input[type="text"]{
	width:94%;
	height:30px;
	margin:0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ccc;
}

.text select{
	width:94%;
	height:30px;
	margin:0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ccc;
}

.text textarea{
	width:94%;
	height:100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ccc;
}

.submit input{
	margin:0 auto;
	padding:10px 0;
	width:90%;
	background:#17a7cb;
	color:#ffffff;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a.regist{
	display:block;
	margin:0 auto;
	padding:10px 0;
	width:90%;
	background:#17a7cb;
	color:#ffffff;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (min-width:768px){
}

.att{
	color:#ff0000;
}