@charset "utf-8";

/* --------------------------------
	基本レイアウト
-------------------------------- */
/* ==========================================================================================================

	 1. 基本レイアウト
 
============================================================================================================*/
html {
}
body {
	color : #000;
}
#wrapper {
	width : 100%;
}
#header {
	width : 100%;
	height: 96px;
	margin: auto;
	background-image:url(../img/frame/headerBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#header-in {
	position: relative;
	width : 980px;
	height: 96px;
	margin: 0 auto;
}
#container {
	clear : both;
	background-image:url(../img/frame/bodyBG02.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#mainContent {
	width : 980px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
}
#footer {
	clear : both;
	width : 100%;
	height: auto;
	min-height: 168px;
	position: relative;
	background-image:url(../img/frame/footerBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #00a0e9;
}
/*  スクリーンリーダー用とCSS無効時の配慮
-----------------------------------*/
#nocss,
.accessible {
	display : none;
}
/* ==========================================================================================================

	 * 2. Template Style
 
============================================================================================================*/
/* ==========================================================================================================

	 2-1. header
 
============================================================================================================*/
#header h1,
#header p,
#header ul {
	position: absolute;
}
#header .siteID {
	top: 15px;
}
#header .tel {
	top: 15px;
	right: 7px;
}
#header .time {
	top: 42px;
	right: 20px;
	line-height: 1.0;
	font-size: 12px;
	font-size: 1.2rem;
}
#header ul#utilNav {
	right: 0px;
	bottom: 12px;
}
#header ul#utilNav li {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 20px;
}
/* ==========================================================================================================

	 2-2. container
 
============================================================================================================*/
#mainVisual {
}
#mainContent .txt p {
	margin-bottom: 0.8em;
}
.txtBlock {
	padding-left: 10px;
}
/* ==========================================================================================================

	 2-3. gNav
 
============================================================================================================*/


/* ==========================================================================================================

	 2-3. gNav
 
============================================================================================================*/
#gNavwrap {
	background-image: url(../img/frame/gNav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.5);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 34px;
}

#gNav {
	width: 980px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
}

	#gNav li{ float:left; width: 140px; height: 34px; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: 700; padding-top: 5px; }
	#gNav li a{ width: 140px; height: 24px; display: block; border-right: 1px solid #fdfdfd; }
	#gNav li a:hover{ text-decoration: none; }
	#gNav li:first-child a{ width: 141px; border-left: 1px solid #fdfdfd; }
	#gNav li.lastChild a{ width: 139px; }

ul.sub{
	position: absolute;
	z-index: 999;
	display:none;
}

	#gNav li ul.sub li{ float: none; width: 140px; height: 34px; text-align: left; font-size: 14px; font-size: 1.4rem; font-weight: 400; }
	#gNav li ul.sub li a{ width: 140px; height: 34px; display: block; border-right: 1px solid #fdfdfd; border-bottom: 1px solid #fdfdfd; border-left: 1px solid #fdfdfd; background: #dcdcdc; padding-top: 6px; padding-left: 10px; }
	#gNav li ul.sub li a:hover{ text-decoration: none; background: #f5f5f5; }
	
	#gNav li ul.sub li.works a{ width: 140px; height: 34px; display: block; font-size: 14px; font-size: 1.4rem; border-right: 1px solid #fdfdfd; border-bottom: 1px solid #fdfdfd; border-left: 1px solid #fdfdfd; background: #dcdcdc; padding-top: 6px; padding-left: 30px; }
	#gNav li ul.sub li.works a:hover{ text-decoration: none; background: #f5f5f5; }
	
	#gNav li ul.sub li.s-text a{ width: 140px; height: 34px; display: block; font-size: 13px; font-size: 1.3rem; border-right: 1px solid #fdfdfd; border-bottom: 1px solid #fdfdfd; border-left: 1px solid #fdfdfd; background: #dcdcdc; padding-top: 6px; padding-left: 10px; }
	#gNav li ul.sub li.s-text a:hover{ text-decoration: none; background: #f5f5f5; }

	#gNav li.lastChild ul.sub li.lastChild{ float: none; width: 140px; height: 34px; text-align: left; font-size: 14px; font-size: 1.4rem; font-weight: 400; }
	#gNav li.lastChild ul.sub li.lastChild a{ width: 140px; height: 34px; display: border-right: 1px solid #fdfdfd; border-bottom: 1px solid #fdfdfd; border-left: 1px solid #fdfdfd; background: #dcdcdc; padding-top: 6px; padding-left: 10px; }
	#gNav li.lastChild ul.sub li.lastChild a:hover{ text-decoration: none; background: #f5f5f5; }

.fixed {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    z-index: 10000;
}


/* ==========================================================================================================

	 2-4. footer
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	footerInner

---------------------------------------------------------------------*/
#footerInner {
	width: 980px;
	margin: auto;
	padding-top: 34px;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}
#footerInner .footerID {
	margin-bottom: 20px;
}
#footerInner ul#util_fNav {
	width: 100%;
	height: 50px;
}
#footerInner ul#util_fNav li {
	float: left;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 20px;
}
#footerInner ul#util_fNav li img {
	margin-bottom: 6px;
}
#footerInner ul#util_fNav li:first-child {
	margin-left: 0px;
}
#footerInner .inquiry_txt {
	margin-bottom: 8px;
}
#footerInner .linktxt {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #FFF;

}
#footerInner .linktxt a {
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height: 1.0em;

}
#footerInner .linktxt a:hover {
	color: #000;
	text-decoration: underline;
}
#footerInner .copy {
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
}
/*  ------------------------------------------------------------------

	footNav

---------------------------------------------------------------------*/
#footNav {
	font-size: 0;
	margin-left: 12px;
	margin-bottom: 20px;
}
#footNav li {
	border-right: 1px solid #FFF;
	white-space: nowrap;
	margin-right: 10px;
	display: inline-block;
	padding-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
}
#footNav li:first-child {
	border-left: 1px solid #FFF;
	padding-left: 10px;
}
#footNav li a {
	color: #FFF;
	text-decoration: none;
}
#footNav li a:hover {
	color: #000;
	text-decoration: underline;
}




/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* IE6/7 support */
.clearfix {
	*zoom: 1;
}
/* end clearfix */
