@media screen and (min-width:769px) {
body{
	min-width: 900px;
}
.smp-block{
	display: none!important;
}
.pc-block{
	display: block!important;
}
a:hover{
	opacity: 0.5;
}
/*
header{
	background: url(../img/common/head-bg.png) no-repeat center top 15px;
}
*/
header{
	margin-top: 20px;
	padding: 20px 0 20px 0;
}
header div{
	max-width: 1280px;
	margin: 0 auto;
}
header div h1{
	width: 27.8%;
	margin: 0;
	margin-left: 9.2%;
	padding-top: 5px;
	float: left;
}
header div ul{
	width: 32%;
	float: left;
	margin-left: 8%;
	display: -webkit-flex;
	display: flex;	
	position: relative;
	z-index: 2;
}
header div ul li{
	border-left: solid 1px #FFF;
	width: 33%;
	text-align: center;
}
header div ul li a{
	display: block;
    padding: 10px 10% 10px 10%;
    font-size: 12px;
   	color: #231815; 
   	position: relative;
}
header div ul li a:hover{
	color: #FFF;
}
header div ul li a:before{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #605f5e;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
header div ul li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header div ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=10);
	-ms-filter: "alpha(opacity=10)";
}
header div ul li.on{
	background: #1f6272;
}
header div p{
	display: block;
	width: 21%;
	float: right;
	margin-left: 2%;
	background: #605f5e;
	padding-top: 4px;
	padding-bottom: 2px;
}

/******************************************/
#newsbox{
	max-width: 1042px;
	margin: 0 auto;
}
#newsbox div{
	width: 538px;
	float: right;
}
section div#newsbox h2{
	border-bottom: none;
	padding-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 0;
}
section div#newsbox h2 span{
	display: block;
	width: 36px;
}
section div#newsbox ul{
	display: table-cell;
	border-left: solid 1px #DDD;
	padding-left: 20px
}
section div#newsbox ul li span{
	display: inline-block;
	padding-right: 15px;
}

section #bnrbox{
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
}
section #bnrbox ul{
	width: 100%;
	max-width: 924px;
	display: -webkit-flex;
	display: flex;	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section #bnrbox ul li{
	max-width: 220px;
}
section #bnrbox ul li a:hover img{
	opacity: 0.6;
}
section div#bnrbox ul li span{
	margin-top: 15px;
}
section div#bnrbox ul li:nth-child(2) span{
	margin-top: 25px
}
section div#bnrbox ul li:nth-child(3) span{
	margin-top: 28px
}

section #bnrbox02 ul{
	width: 100%;
	max-width: 556px;
	padding-bottom: 80px;
	display: -webkit-flex;
	display: flex;	
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section #bnrbox02 ul li{
	width: 200px;
}
/**************/
/******************************************/
section#floor{
	padding-bottom: 100px;
}
section#floor > ul{
	max-width: 910px;
	margin: 0 auto;
	margin-top: 80px;
}
section#floor > ul > li{
	margin-bottom: 80px;
}
section#floor > ul li ul li{
	display: block;
}
section#floor ul li figure{
	width: 63.5%;
	float: left;
}
section#floor ul li ul{
	width: 32%;
	margin-top: 40px;
	margin-left: 4%;
	float: left;
}
section#floor ul li ul li{
	margin-bottom: 40px;
}

/***************/
footer dl dt{
	width: 200px;
}



/*******************************************/
@media screen and (min-width:1140px) {
header{
		background: url(../img/common/head-bg.png) no-repeat center top 20px #e5e5e6;

}
header div ul li a{
	display: block;
    padding: 10px 10% 10px 10%;
    font-size: 16px;
   	color: #231815; 
   	position: relative;
}

}
