﻿@charset "utf-8";
/* CSS Document */
/*  head
------------------------------------------------------------------------*/
html
{
	background:#eee;
	font-size:0.9em;
	-webkit-text-size-adjust: 100%; 
}
.pc_view,
#topcontrol
{
	display:none;
}

#head
{
	background:#fff;
	z-index:150;
	height:55px;
}

#head .h_inner
{
	width:100%;
	margin:5px 0;
	margin-left:5px !important;
	position:relative;
}

.seo
{
	display:none;
}

#top a
{
	background-size:140px;
	background-position:0 5px !important;
	width:140px;
	height:40px;
}
.outline
{
	position:absolute;
	right:50px;
	top:5px;
	background:#666666;
	border-radius:5px;
	padding:8px 20px;
	color:#fff !important;
	text-decoration:none !important;
	box-shadow:1px 1px 5px 5px #555 inset;
	font-size:1em;
	
}
.open_menu
{
	position:absolute;
	right:10px;
	top:5px;
	background:url(../img/icon/icon_menu01.jpg) no-repeat 0 0;
	width:35px;
	height:35px;
	text-indent:-9999px;
}

/*  メインメニュー
------------------------------------------------------------------------*/
/*  メニュー領域の設定＆背景　*/
#mainMenu 
{
	background:#004DA1;
	width:100%;
	position:relative;
	display:none;
	z-index:100;
}

#mainMenu ul
{
	width:100%;
	margin:0 auto;
	background:#004DA1;
}

/*  ボタン幅設定　*/

#mainMenu ul li
{
	display:block;
	border-bottom:solid 1px #fff;
	height:40px;
}

#mainMenu ul li:nth-child(1) a
{
	background:url(../img/icon/icon_home.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(2) a
{
	background:url(../img/icon/icon_hito.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(3) a
{
	background:url(../img/icon/icon_compass.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(4) a
{
	background:url(../img/icon/icon_global.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(5) a
{
	background:url(../img/icon/icon_world.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(6) a
{
	background:url(../img/icon/icon_recruit.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(7) a
{
	background:url(../img/icon/icon_mail.png) no-repeat 0 center;
}
#mainMenu ul li:nth-child(8) a
{
	background:url(../img/icon/icon_link.png) no-repeat 0 center;
}

#mainMenu ul li:nth-child(8)
{
	border-right:solid 0px #E3EBF2;
}
#mainMenu a
{
	display:block;
	width:100%;
	font-size:1.2em;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background-size:20px !important;
	padding-left:30px;
}

/*  main　サイト全体の幅の設定
------------------------------------------------------------------------*/
body #main{
	width:100%;
	}


/*  footer
------------------------------------------------------------------------*/
#footer
{
	width:100%;
	display:block;
	clear:both;
	padding:10px 0;
	margin:0 0px;
	font-size:0.8em;
}

#footer ul
{
	margin:0 5px;
}
#footer ul li
{
	border-bottom:solid 1px #ccc;
	margin-bottom:5px;
}


#footer ul li a
{
	background:url(../img/icon/icon_arrow01.png) no-repeat 0 center;
	padding:5px;
	padding-left:15px;
	display:block;
	color:#000 !important;
}

#footer ol li
{
	border:0;
}

#footer ol li a
{
	background:url(../img/icon/icon_arrow02.png) no-repeat 0 center;
	padding:2px;
	padding-left:15px;
	display:block;
}
.copyright
{
	text-align:center;
}