@charset "utf-8";

/*-----リセット-----*/

html {
    color: #000;
    background: #FFF;
}
body {
	font-family: "Times New Roman", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif, "メイリオ", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 81%;
	letter-spacing: 1.9px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

/*-----共通-----*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #9b8934;
}
a:active {
	color: #000000;
}

/*-----header-----*/

.header {
	width: 100%;
}
.header .info {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 90%;
	line-height: 120%;
}
.header .fb {
	float: right;
	margin: 0 20px 0 0;
}
.header .ig {
	float: right;
	margin: 0 10px 0 0;
}

/*-----main_content-----*/

.main_content {
	width: 100%;
　margin: 0 auto;
} 

/*-----grand_navi-----*/
.main_content .g_navi {
	margin: 0 auto;
	overflow: hidden;
    position: relative;
    font-size: 115%;
}
.main_content .g_navi ul {
    float: left;
    position: relative;
    left: 50%;
}
.main_content .g_navi ul li {
	float: left;
    padding-right: 35px;
    position: relative;
    left: -50%;
}
.main_content .g_navi ul li.right {
	margin-right: -35px;
}
.main_content .g_navi .current {
	color: #9b8934;
}