@charset "UTF-8";

/* ==================================================
shared
================================================== */
/* wrapper
============================== */
#wrapper {
	min-width:980px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto !important;
}
#service #wrapper {
	background-image: url(../images/main/service_bg.jpg);
}
#taxi #wrapper {
	background-image: url(../images/main/taxi_bg.jpg);
}
#aegis #wrapper {
	background-image: url(../images/main/aegis_bg.jpg);
}
#attendant #wrapper {
	background-image: url(../images/main/attendant_bg.jpg);
}
#company #wrapper,
#privacy #wrapper {
	background-image: url(../images/main/company_bg.jpg);
}
/* header
============================== */
header {
	position:relative;
	width:100%;
	min-width:980px;
	background:url(../images/header/header_bg.png) repeat;
	border-bottom:4px solid #333333;
}
header #logo {
	background:url(../images/header/logo_bg.png) no-repeat top center;
	position:absolute;
	z-index:10;
	width:250px;
	height:110px;
	margin:auto;
	top:0;
	left:0;
	right:0;
	line-height:0.1;
}
header #logo p {
	padding-top:27px;
	margin:0 auto;
	text-align:center;
}
/* トップのみ */
.top header {
	padding:15px 0;
	text-align:center;
	border-top:5px solid #F29600;
	border-bottom:none;
}
.top header #logo {
	position:inherit;
	width: inherit;
	height:inherit;
}
/* container
============================== */
#container {
	clear:both;
	width:100%;
	padding-top:20px;
	min-width:980px;
	background-color:#FFFFFF;
}
.section {
	width:980px;
	margin:0 auto;
}
/* main
============================== */
.top #main_wrap {
	background:url(../images/top/main_bg.jpg) no-repeat top center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	min-width:980px;
	clear:both;
}
.top #main {
	background:url(../images/top/main_home.png) no-repeat right bottom;
	padding:20px 0 100px;
}
.free #main {
	width:980px;
	margin:0 auto;
	padding-bottom:30px;
	clear:both;
}
/* gnavi_top
============================== */
#gnavi_top ul {
	list-style:none;
}
#gnavi_top ul li {
	float:left;
	width:240px;
	margin-right:6px;
}
#gnavi_top #glist04 {
	margin-right:0;
}
#gnavi_top ul li a {
	display:block;
	width:240px;
	height:305px;
	background-repeat:no-repeat;
	background-position:left top;
}
#gnavi_top #glist01 a {
	background-image:url(../images/top/gnavi_service_off.png);
}
#gnavi_top #glist02 a {
	background-image:url(../images/top/gnavi_taxi_off.png);
}
#gnavi_top #glist03 a {
	background-image:url(../images/top/gnavi_attendant_off.png);
}
#gnavi_top #glist04 a {
	background-image:url(../images/top/gnavi_aegis_off.png);
}
#gnavi_top #glist01 a:hover {
	background-image:url(../images/top/gnavi_service_on.png);
}
#gnavi_top #glist02 a:hover {
	background-image:url(../images/top/gnavi_taxi_on.png);
}
#gnavi_top #glist03 a:hover {
	background-image:url(../images/top/gnavi_attendant_on.png);
}
#gnavi_top #glist04 a:hover {
	background-image:url(../images/top/gnavi_aegis_on.png);
}
#gnavi_top ul li span {
	display:block;
	width:240px;
	height:305px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* gnavi
============================== */
#gnavi {
	position:relative;
	z-index:5;
	width:980px;
	margin:0 auto;
}
#gnavi ul {
	list-style:none;
}
#gnavi ul li {
	float:left;
	width:180px;
}
#gnavi #glist02 {
	margin-right:260px;
}
#gnavi ul li a {
	display:block;
	width:180px;
	height:85px;
	background-image:url(../images/header/gnavi.png);
	background-repeat:no-repeat;
}
#gnavi #glist01 a {
	background-position:left top;
}
#gnavi #glist01 a:hover,
#gnavi #glist01.active a {
	background-position:left bottom;
}
#gnavi #glist02 a {
	background-position:-180px top;
}
#gnavi #glist02 a:hover,
#gnavi #glist02.active a {
	background-position:-180px bottom;
}
#gnavi #glist03 a {
	background-position:-360px top;
}
#gnavi #glist03 a:hover,
#gnavi #glist03.active a {
	background-position:-360px bottom;
}
#gnavi #glist04 a {
	background-position:-540px top;
}
#gnavi #glist04 a:hover,
#gnavi #glist04.active a {
	background-position:-540px bottom;
}
#gnavi ul li span {
	display: block;
	width:180px;
	height:85px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/* pankuzu
============================== */
#pankuzu {
	border-top:1px solid #ccc;
	background-color:#FFFFFF;
	color:#666;
	padding:10px 0;
	font-size:76%;
	width:100%;
	min-width:980px;
}
#pankuzu p {
	width:980px;
	margin:0 auto;
}
#pankuzu a {
	color:#333333;
}
#pankuzu a:hover {
	color:#666666;
}
/* pnavi
============================== */
#pnavi {
	position:fixed;
	right:0;
	bottom:70px;
	z-index:100;
}
#pnavi a {
	background:url(../images/main/pnavi.gif) no-repeat left top;
	display:block;
	width:30px;
	height:130px;
}
#pnavi span {
	display:block;
	width:30px;
	height:130px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* footer
============================== */
footer {
	background-color:#333333;
	color:#ffffff;
	padding:20px 0;
	width:100%;
	min-width:980px;
	clear:both;
}
footer #fnavi {
	padding-bottom:25px;
	margin-bottom:20px;
	background: url(../images/footer/fnavi_line.png) no-repeat center bottom;
}
footer #fnavi ul {
	list-style:none;
	text-align:center;
}
footer #fnavi ul li {
	display:inline-block;
	line-height:1;
	padding:0 20px;
	border-right:1px solid #ffffff;
}
footer #fnavi ul li:first-child {
	border-left:1px solid #ffffff;
}
footer #fnavi ul li a {
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
}
footer #fnavi ul li a:hover {
	text-decoration:underline;
	color:#FC0;
}
footer address {
	font-size:85.7%;
	font-style:normal;
	text-align:center;
}
/* topcontrol
============================== */
#topcontrol {
	width:100px;
	height:100px;
	z-index:100;
}
#topcontrol p {
	display:block;
	width:100px;
	height:100px;
	background:url(../images/footer/ptop.png) no-repeat left top;
}
#topcontrol p span {
	display:block;
	width:100px;
	height:100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* ==================================================
clearfix
================================================== */
header:after,
#gnavi_top:after,
#gnavi:after,
#container:after,
footer:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
