@charset "UTF-8";

/* ========BASIC======== */
body{
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   font-size:12px;
   color:#000;
   background:#efefef;
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
   background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
   background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
   background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
   background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
   background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
}



/* ========TEMPLATE LAYOUT======== */
#container{
   width:960px;
   margin:30px auto;
   padding:20px;
   border:1px solid #ddd;
   -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
   -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
   box-shadow:0 0 10px #bfbfbf;
   background:#fff;
}

#header{
   position:relative;
   width:960px;
   margin-bottom:0px;
}

#menu{
   position:absolute;
   right:150px;
   top:40px;
   font-size:12px;
}


#footMenu{
   float:left;
   width:940px;
   margin-top:10px;
}

#footMenu2{
   float:center;
   width:940px;
   margin-top:10px;
}


#footer{
   clear:both;
   width:960px;
}
/* ========headermanu CUSTOMIZE======== */

#headerMenu ul{
   margin:0px 0;
   padding:20px 0px 0px 0px;
   text-align:right;
}

#headerMenu li{
   display:inline;
   margin:0 0 0 30px;
   list-style:none;
}

#headerMenu li a{
   color:#000;
}

#headerMenu li a:hover{
	color: #666;
	font-size: 100%;

}

.example{
    /*コレ*/display: flex;
    /*コレ*/align-items: right;
    /*コレ*/justify-content: right;
  
}
.example a{
    display: whith;
    padding: 10px;
    background: #a8a8a8;
    border: 1px solid #fff;
    color: #fff;
    width: 100px;
    text-align: center;
}
/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul{
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

#footMenu li{
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
}

#footMenu li a{
   color:#000;
}

#footMenu li a:hover{
   color:#666;
   text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.address{
   font-style:normal;
   font-size:12px;
   color:#333;
   line-height:3.0;
   text-align:center;
}

.copyright{
   font-style:normal;
   font-size:12px;
   color:#999;
   line-height:3.0;
   text-align:right;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop{
   position:fixed;
   right:0;
   bottom:0;
   padding:10px;
   background:#000
  
}

#pageTop a{
   padding:0 0 0 12px;
   color:#fff;
   font-size:11px;
   background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* CSS Document */

#wrapper{
	width: 960px;
	margin:auto;
}

#primary{
	width: 960px;
	float: left;
	background: #FFF;
	text-align : center 
}

#primary a:hover{
	width: 960px;
	float: left;
	background: #fff;
}

#secondary{
	width: 960px;
	float: left;
	background: #FFF;
}

#globalNav{
	width: 905px;
	float: left;
	margin-left: 27px;
}

#globalNav li{
	float: left;
}

#title{
	margin-left: 27px;
}

#company{
	width: 960px;
	float: left;
}

#company li{
	float: left;
	margin-bottom: -3px;
	
}

.image-map-container {
   position: relative;
   display: inline-block;
 }
 
.hover-link {
	position: absolute;
	display: block;
	background-color: rgba(248, 248, 210, 0); /* ←透明でもOK */
	box-shadow: 0 0 5px rgba(204, 228, 241, 0.1);  /* ←薄い影でクリック感 */
	transition: all 0.2s ease;
	left: 510px;
	top: 342px;
	width: 386px;
	height: 107px;
	outline: none; /* ←これで点線バイバイ */
}
 
.hover-link:hover {
  background-color: rgba(213, 248, 237, 0.959); /* ←うっすら明示 */
  cursor: pointer;
  outline: none; /* ←これで点線バイバイ */
}

 
 /* 各リンク位置（coordsをCSSに変換） */
 .link1 {
	left: 78px;
	top: 33px;
	width: 814px;
	height: 136px;
 }
 
 .link2 {
	left: 245px;
	top: 192px;
	width: 156px;
	height: 28px;
 }
 
 .link3 {
	left: 411px;
	top: 192px;
	width: 155px;
	height: 28px;
 }

 .link4 {
	left: 575px;
    top: 192px;
	width: 156px;
	height: 28px;
 }

 .link5 {
	left: 739px;
	top: 190px;
	width: 156px;
	height: 30px;
 }

 .link6 {
	left: 78px;
	top: 229px;
	width: 156px;
	height: 28px;
 }

 .link7 {
	left: 244px;
	top: 229px;
	width: 156px;
	height: 28px;
 }

 .link8 {
	left: 410px;
	top: 229px;
	width: 156px;
	height: 28px;
 }

 .link9 {
	left: 574px;
	top: 229px;
	width: 155px;
	height: 28px;
 }

 .link10 {
	left: 739px;
	top: 229px;
	width: 156px;
	height: 28px;
 }
 
.link11 {
	left: 78px;
	top: 267px;
	width: 156px;
	height: 28px;
 }

 .link12 {
	left: 245px;
	top: 267px;
	width: 156px;
	height: 28px;
 }
 
 .link13 {
	left: 410px;
	top: 267px;
	width: 156px;
	height: 28px;
 }

 .link14 {
	left: 575px;
	top: 267px;
	width: 156px;
	height: 28px;
 }
 .link15 {
	left: 739px;
	top: 267px;
	width: 156px;
	height: 28px;
 }
 .link16 {
	left: 510px;
	top: 342px;
	width: 387px;
	height: 110px;
 }
