@charset "utf-8";

/* ======================
 * Contents CSS
======================= */

@media print, screen and (min-width: 768px) {

.spOnly{
	display: none !important;
}

/* ClearFix
=========================================*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	min-height: 1%;
	zoom: 1;
}
.clearBoth{
	clear: both
}
	
	
/* Layout
=========================================*/
#mainContainer {
	padding-top: 96px !important;
}	
	
/* nav
=========================================*/
#header{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ccc;
	height: 96px;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
}
#headerInner{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}
#spHeader{
	display: none;
}
/*#headerInner h1{
		float: left;
	}
#headerInner #nav{
	float: right;
}*/
#nav h1{
	/*float: left;*/
	margin-top: 20px;
	width:100%;
}
#nav h1 img{
	width: 130px;
	height: auto;
}
#nav #pcHeader{
	display: -webkit-flex;
	display: flex;
}
#nav #topUtility01{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	justify-content: flex-end;
	/***display: table;***/
	margin-top: 5px;
	float: right;
	max-width: 840px;
	width: 100%;
	/*margin: 0 auto;
	position: relative*/
}
#nav #topUtility01 > li{
	background: #fff;
	overflow: hidden;
	flex-grow: 1;
	-webkit-flex-grow:1;
}
#nav #topUtility01 > li > a,
#nav #topUtility01 > li > span{
	display: block !important;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	flex-grow: 1;
	-webkit-flex-grow:1;
	position: relative;
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1em 1em 0.7em;
	cursor: pointer;
}
#nav #topUtility01 > li:hover{
	background: #444;
}
#nav #topUtility01 li.current {
	background: #444444;
}
#nav #topUtility01 > li:hover > a,
#nav #topUtility01 > li:hover > span{
	color: #fff;
	/***padding: 1rem 1.9rem;***/
	padding: 1em 1em 0.7em;
}
#nav #topUtility01 > li > a[target="_blank"]{
	padding-right: 2rem;
	background: url(/common2/images/com_ic028.png) no-repeat 83% 2.1rem;
}
#nav #topUtility01 > li:hover > a[target="_blank"]{
	background: url(/common2/images/com_ic016.png) no-repeat 83% 2.1rem;
}
#nav #topUtility01 > li > div{
    display: none;
    width: 100%;
	background: #444;
    padding: 10px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	/*display: flex;
    -webkit-justify-content: wrap;
  	justify-content:wrap;*/
}
#nav #topUtility01 > li > div > .topLink{
	max-width: 1000px;
	margin: 0 auto 10px;
	padding-bottom: 3px;
	overflow: hidden;
	background: url(/common2/images/com_ic010on.png) no-repeat 0 1.3em;
	padding-left:1em;
	border-bottom: 1px solid #fff;
}
#nav #topUtility01 > li > div > .topLink > a{
	color: #fff;	
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 0.6em 0 .3em 0;
	font-size: 18px;
	font-size: 1.8rem;
}
#nav #topUtility01 > li > div > .topLink > a:hover{
	text-decoration: underline;
}
#nav #topUtility01 > li > div > ul{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
#nav #topUtility01 > li > div > ul > li{
	width: 25%;
	background: none;
	float: left;
	margin-bottom: 1em;
	/*padding-left: 14px;*/
	background: url(/common2/images/com_ic010on.png) no-repeat 0 1.3em;
	padding-left:1em;
	box-sizing: border-box;
	/*border-left: 1px solid #fff;*/
}
#nav #topUtility01 > li > div > ul > li > a{
	color: #fff;
	width: 90%;
	display: inline-block;
	margin: 1em 0 .3em 0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#nav #topUtility01 > li > div > ul > li > a[target="_blank"]{
	padding-right: 2rem;
	background: url(/common2/images/com_ic016.png) no-repeat 90% 0.5rem;
}
#nav #topUtility01 li div ul li a:hover{
	text-decoration: underline;
}
#nav #topUtility01 > li > div > ul > li > ul{
	display: block;
	box-sizing: border-box;
}
#nav #topUtility01 > li > div > ul > li > ul > li{
	float: left;
	width: 100%;
	font-size: .8em;
	margin: .2em 0;
	padding-left: 14px;
	background: url(/common2/images/com_ic002on.png) no-repeat 0 0.5em;
}
#nav #topUtility01 > li > div > ul > li > ul > li > a{
	color: #fff;
	text-decoration: none;
}
#nav #topUtility01 > li > div > ul > li > ul > li > a:hover{
	text-decoration: underline;
}

	
#nav #topUtility02{
	/*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content:flex-end;*/
	display: table;
	/*box-sizing: border-box;*/
	float: right;
	margin-top: 12px;
	height:25px;
}
#nav #topUtility02 li{
	padding-left: 30px;
	display: table-cell;
	background: #fff;
	vertical-align: middle;
}
#nav #topUtility02 li a{
	color: #000;
	text-decoration: none;
}
#nav #topUtility02 li a:hover{
	text-decoration: underline;
}
#nav #topUtility02 li .text{
	font-size: 1.2rem;
	font-size: 12px;
}
#nav #topUtility02 li.serch01{
	vertical-align: middle;
	cursor: pointer;
}
#nav #topUtility02 li.serch01 img{
	vertical-align: middle;
}
#nav #topUtility02 li.serch02{
	/*display: none;*/
}
#nav #topUtility02 li.serch02 form{
	overflow: hidden;
	display: table;
	background: #eeeeee;
	border-bottom: solid 1px #cccccc;
}
#nav #topUtility02 li.serch02 input{
	/* reset */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;

	/* custom */
	background: #eeeeee;
}
#nav #topUtility02 li.serch02 input.tx{
	float: left;
	width: 170px;
	height: 20px;
	vertical-align: middle;
	background: #eeeeee;
	color: #000000;
	padding: 2px 5px;
}
#nav #topUtility02 li.serch02 .go{
	float: left;
	vertical-align: middle;
	padding: 4px 5px;
	background: #eeeeee;
	cursor: pointer;
}
	
	
}
	

