/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
li{float:left;}
#l-wrapper{
	height:100%;
	background-color: #FFF;
	margin:0 auto;
	padding:0;	
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	font-size-adjust: none;
	-webkit-text-size-adjust: 100%;
}
.top{width:960px; margin:0 auto;}
.top .logo {float:left;}
.top .logo img { vertical-align: baseline;}
.headtel{
    text-align:right;
    padding-top:6px;
}
.headtel a { pointer-events:none;}

.headerMenu {
	width: 100%;
	height:50px;
	text-align:center;
	background: url( ../img/menu_bg.jpg) repeat-x;
}
.headerMenu ul {
	width:960px;
	padding:14px 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.headerMenu ul li {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    border-right: #c9bc82 solid 1px;
}
/*.only-inter ul li{width: 265px;}*/
.headerMenu ul li:first-child {
     border-left: #c9bc82 solid 1px;
}

.headerMenu a {
	color: #FFF;
    font-size: 17px;
    font-weight: bold;
	text-decoration:none;
}
.headerMenu a:hover{
	opacity: 0.4;
	transition: 0.5s;
}

.container_main {
	margin-left: auto;
	margin-right: auto;
	height:calc(100% - 143px);
	width:100%;
}

#mainFrame{
	display:block;
	width:100%;
	height:100%;
}

.hover:hover {
  opacity: 0.6;
  transition: 0.2s;
}

