@charset "UTF-8";
/* ページ共通CSS
===================================*/
h1 ,nav.g_menu {background-color: #ffffff;}
header {background: #7d493c;}
nav.g_menu{border-bottom: solid 1px #3e3a39;}
nav.g_menu ul li a{color: #3e3a39;}
nav.g_menu ul li {border-right: solid 1px #3e3a39;}
.header img{width: 100%;}
.head-right{
	float: right;
	width: 400px;
	padding-top: 1.4%;
}
.head-right img{float: left;height: 30px;margin-right: 0%;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {

}