@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	color: #666;
}

html,body{
	height:100%;

	-webkit-text-size-adjust;100%;

}

body {
	font-size: 14px;
	font-family:"游ゴシック","メイリオ", "Meiryo", "ヒラギノ", "角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	font-weight:500;
	line-height:1.6;
}

h1,h2,h3,h4{
	font-size: 100%;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 32px 0;
	padding: 8px 14px;
	color: #fff;
	text-align: center;
}

h3{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 4px 6px;
	color: #4d3309;
	text-align: center;
}
ul{
	text-decoration:none;
}

li{
	list-style-type:none;
}

li img{
	vertical-align:bottom;
}

img{
	max-width: 100%;
	height: auto;
	width:auto;
}

#header img{
	vertical-align:bottom;
}

.clear {
	clear:both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}

/*=========================link*/

a{
	text-decoration:underline;
	color:#4d3309;
}
a:active{
	text-decoration: underline;
	color:#fb6921;
}

a:hover{	color:#fb6921;
}

a img{
	border:none;
	width:100%;
	height:auto;
}

.name{
	font-weight:bold;
}
