@charset "UTF-8";
/*===================================================
sectioning
===================================================*/
#wrapper {
  width: 100%;
}

#container {
  width: 100%;
}

#contents {
  max-width: 1220px;
  min-width: 769px;
  padding: 0 15px;
  margin: 20px auto 50px;
}

/*===================================================
header
===================================================*/
#site-header {
  width: 100%;
  background: #fff url(../images/background/bg_body_border.gif) repeat-x 0 0;
}

#header-contents {
  max-width: 1230px;
  min-width: 769px;
  margin: 0 auto;
  padding: 17px 15px 10px;
		position:relative;
}

#site-id {
	float: left;
	max-width: 280px;
 /*  margin-left: -100%;
 display: inline-block;*/
}
#site-id img {
	max-width:100%;
	max-height:60px;
}

#header-utility {
  float: right;
  width: 410px;
}

#hd-banner-wrap {
	position:absolute;
	left:280px;
	right:360px;
	max-width:480px;
}

#site-description {
  font-weight: bold;
  padding-bottom: 8px;
  text-align: right;
}

#utility-nav {
	/*
	width: 50%;
	display: table-cell;
	*/
}

#utility-nav li {
  float: left;
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #d0d0d0;
}

#utility-nav li:last-child {
	padding-right: 0;
	border-right: none;
}

#utility-nav li a {
  height: 28px;
  line-height: 28px;
  display: block;
}

#utility-nav li a.btn-switch-viewport {
	display: inline-block!important;
}

#utility-nav li a.btn-switch-viewport.active,
#utility-nav li a.btn-switch-viewport:hover {
	text-decoration: underline;
}

#utility-nav li a.btn-switch-viewport.active {
	color: #333;
	font-weight: bold;
}

#utility-nav li a.arrow {
  background: url(../images/icon/menu_arrow.gif) no-repeat right center;
  padding-right: 17px;
}

#utility-nav-name {
	margin: 10px 0px 0px 10px;
	max-width:356px;
	min-height:18px;
}

/*バナー*/
.hd-banner {
/*	margin:auto 30px;*/
	min-height:50px;
}
.hd-banner img {
	width: 100%;
	max-width:480px;
}



/*
.hd-banner {
	display: table;
	width: 450px;
	vertical-align: middle;
	border:1px solid #bbb;
	text-align: center;
	font-size: 16px;
	margin:0px auto;
}

.hd-banner div {
	display: table-cell;
	color: #00347c;
	font-weight: bold;
	text-align:center;
	width:50%;
	padding: 10px 10px;
}


@media (max-width: 1200px) {
	.hd-banner {
		display: table;
		width: 280px;
		font-size: 12px; 
		float:right;
		margin-right:30px;
		vertical-align: middle;
		border:1px solid #bbb;
		text-align: center;
	}
	.hd-banner div {
		padding: 5px 7px;
	}
}

@media (max-width: 680px) {
.hd-banner {
    display: none;
}
}
*/
/*===================================================
gloval nav
===================================================*/
#gloval-nav ul {
  max-width: 1200px;
  min-width: 769px;
  margin: 0 auto;
}

#gloval-nav > ul > li {
  min-width: 130px;
}

#gloval-nav li {
  /*width: 14.285714%;*/
  /*width: 12.5%;*/
  float: left;
  border-left: 1px solid #d0d0d0;
  position: relative;
  text-align: center;
}

#gloval-nav li:last-child {
  border-right: 1px solid #d0d0d0;
}

#gloval-nav li a {
  display: block;
  padding: 10px 0 8px;
  text-align: center;
}

#gloval-nav li a svg {
  display: block;
  margin: 0 auto;
}

#gloval-nav li a span {
  display: block;
  padding-top: 5px;
  font-weight: bold;
}

/*doropdown menu*/
.dropdown {
  max-width: auto !important;
  min-width: 0 !important;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px;
}

.dropdown li {
  display: block;
  float: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #d0d0d0;
  width:200px;
}

.dropdown li a:hover {
  background-color: #f2f2f2;
}

.dropdown li.hover {
  display: block;
}

/*===================================================
gloval nav
===================================================*/
#breadcrumb-list {
  width: 100%;
 /* border-bottom: 1px solid #d0d0d0;*/
}

/*===================================================
footer
===================================================*/
#site-footer {
  width: 100%;
  border-top: 1px solid #d0d0d0;
}

#footer-main-nav {
  width: 100%;
}

#footer-main-nav ul {
  width: 100%;
  max-width: 1220px;
  display: table;
  margin: 0 auto;
}

#footer-main-nav ul li {
  widtth: 20%;
  display: table-cell;
  vertical-align: middle;
}

#footer-main-nav ul li a {
  display: block;
  padding: 15px 10px 12px;
}

#footer-main-nav ul li a span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #fff;
}

#footer-main-nav ul li:last-child a span {
  border-right: 1px solid #fff;
}

#footer-container {
  width: 100%;
  background-color: #f2f2f2;
}

#footer-contents {
  max-width: 1240px;
  padding: 20px;
  margin: 0 auto;
}

#footer-copy-right {
  max-width: 1240px;
  padding: 10px 10px 8px;
  margin: 0 auto;
}

#footer-copy-right small {
  float: right;
}

/*===================================================
grid
===================================================*/
.grid-container {
  padding: 15px 30px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs2, .col-xs3, .col-xs4, .col-xs5, .col-xs6,
.col-xs7, .col-xs8, .col-xs9, .col-xs10 {
  float: left;
  padding: 0 15px;
}

/*2column*/
.col-xs2 {
  width: 50%;
}

/*3column*/
.col-xs3 {
  width: 33.33333%;
}

/*4column*/
.col-xs4 {
  width: 25%;
}

/*5column*/
.col-xs5 {
  width: 20%;
}

/*6column*/
.col-xs6 {
  width: 16.66666%;
}

/*7column*/
.col-xs7 {
  width: 14.28571%;
}

/*8column*/
.col-xs8 {
  width: 12.5%;
}

/*9column*/
.col-xs9 {
  width: 11.11111%;
}

/*10column*/
.col-xs10 {
  width: 10%;
}
