@charset "utf-8";

h1{
	font-size: 1.4em;
}

header h1 a {
	display: block;
	position: absolute;
	text-decoration: none;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

header h1 a {
	top: 20px;
	left: 10px;
}

header.fixed h1 a {
	height: 40px;
	top:5px;
}

@media screen and (min-width:1200px){
header h1 a {
	left:50%;
	margin-left: -600px;
}

}
/*(/1200～)*/

@media screen and (max-width:480px){
	header h1 a {
		font-size: 0.6em;
	}
}
/*(/480～)*/


#g_navi ul.navi_base {
	max-width: 900px;
}

#g_navi li a {
	width: 33%;
}

footer ul.f_list {
	display: block;
	width: 33%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#top_slide .top_catch {
	top: 40%;
}

#top_slide .top_catch span {
	font-size: 40%;
}

.textbox {
	width: 500px;
	height: 20px;
	padding: 3px 7px;
	/*border-radius: 5px;*/
	/*border: 2px solid #ccc;*/
	font-size: 1.0em;
}

::placeholder {
	color: #808080;
}

select{
	color: #808080;
	padding: 5px 0;
	font-size: 1.0em;
}

textarea {
	font-size: 1.0em;
	padding: 5px;
}

.pb50{padding-bottom: 50px;}
.pb90{padding-bottom: 90px;}
