@charset "utf-8";

/*
------------------------------------------------------------------------------- basic */
html {
	overflow-y: scroll;
	font-size: 62.5%;
	
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #333;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url(../../images/bg.png) top repeat-x;
}
body#index {
	background: url(../../images/bg_index.png) top repeat-x;
}
form {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, ul, li, ol, dl, code {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
textarea {
	font-size: 15px;
	font-size: 1.5rem;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
img { 
	border: none;
	vertical-align: bottom;
}
img.border { 
	border: 1px solid #ccc;
}
.en {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.opacity {
	
}
.middle {
	font-size: 14px;
	font-size: 1.4rem;
}
.large {
	font-size: 16px;
	font-size: 1.6rem;
}
.x-large {
	font-size: 18px;
	font-size: 1.8rem;
}
.italic {
	font-style: italic;
}
img { border: none; }
.white { color: #ffffff; }
.red { color: #CC0000; }
.blue { color: #0077d2; }
.wblue { color: #25aeff; }
.orange { color: #f60; }
.green { color: #409619; }
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.f-right {
	float: right;
	margin-left: 15px !important;
}
.f-left {
	float: left;
	margin-right: 15px !important;
}
.pointer {
	cursor: pointer;
}
.clear {
	clear: both;
}
.border {
	border: #ccc solid 1px;
}
.border-b {
	border-bottom: #ddd solid 1px;
}
.b0space {
	margin-bottom: 0 !important;
}
.b5space {
	margin-bottom: 5px !important;
}
.b10space {
	margin-bottom: 10px !important;
}
.b15space {
	margin-bottom: 15px !important;
}
.b20space {
	margin-bottom: 20px !important;
}
.b25space {
	margin-bottom: 25px !important;
}
.b30space {
	margin-bottom: 30px !important;
}
.b40space {
	margin-bottom: 40px !important;
}
.b50space {
	margin-bottom: 50px !important;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.pad-top10 {
	padding-top: 10px !important;
}
.pad-top20 {
	padding-top: 20px !important;
}
.pad-top30 {
	padding-top: 30px !important;
}
.pad-top40 {
	padding-top: 40px !important;
}
.pad-top50 {
	padding-top: 50px !important;
}
a:link {
	color: #406ab6;
	text-decoration:underline;
}
a:visited {
	color: #2f5089;
	text-decoration:underline;
}
a:hover {
	color: #ce9142;
	text-decoration:none;
}
a:active {
	color: #ce9142;
	text-decoration:none;
}
a.icon {
	padding-left: 15px;
	background: url(../../images/icon_link_01.png) 0 center no-repeat;
}
/* clearFix*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}



/*
------------------------------------------------------------------------------- headline */
.headline {
	padding: 15px 0 15px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-text-shadow: 1px 1px 0 #FFFFFF;
	text-shadow: 1px 1px 0 #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #054e96;
	background-color: #ddebf9;
	border-left: 5px solid #0c6bc9;
}
.headline01 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	border-left: 5px solid #b2d8fe;
}



/*
------------------------------------------------------------------------------- wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
}


/*
------------------------------------------------------------------------------- header */
#header {
	width: 960px;
	height: 120px;
	position: relative;
	background: url(../../images/bg_header.png) right 0 no-repeat;
}
#header h1 a {
	display: block;
    width: 462px;
    height: 0;
	top: 36px;
	left: 0;
	position: absolute;
    padding-top: 55px;
    background: url(../../images/header_logo.png) 0 0 no-repeat;
    overflow: hidden;
}



/*
------------------------------------------------------------------------------- nav */
ul.global-nav {
	height: 60px;
}
ul.global-nav li {
	float: left;
}



/*
------------------------------------------------------------------------------- layout */
#content {
	padding: 0 0 50px 0;
}
#index #content {
	padding: 20px 0 40px 0;
}


/*
------------------------------------------------------------------------------- 共通 */
#main table.normal {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}
#main table.normal th {
	padding: 15px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ddd;
	background-color: #edf3f8;
	vertical-align: top;
}
#main table.normal td {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
#main .cols-left {
	float: left;
}
#main .cols-right {
	float: right;
}
#main ol.normal {
	list-style-type: decimal;
}
#main ol.normal li {
	margin: 0 0 0 22px;
	list-style-type: decimal;
}



/*
------------------------------------------------------------------------------- index */
#index .main-image {
	width: 960px;
	height: 402px;
	margin: 18px 0 0 0;
	position: relative;
}
#index #main .mosaic-block:first-child {
	margin-right: 15px;
}
#index #main .block .cols-right {
	width: 720px;
}
#index #main .block .cols-left {
	width: 240px;
}



/*
------------------------------------------------------------------------------- business */
#business #main .block1 .cols-right {
	width: 460px;
}
#business #main .block1 .cols-left {
	width: 460px;
}
#business #main .block2 .cols-right {
	width: 620px;
}
#business #main .block2 .cols-left {
	width: 340px;
}



/*
------------------------------------------------------------------------------- company */
#company #main .cols-left {
	width: 530px;
}
#company #main .cols-right {
	width: 410px;
}



/*
------------------------------------------------------------------------------- performance */
#performance #main .normal th:first-child {
	width: 250px;
}
#performance #main .normal th {
	text-align: center;
}



/*
------------------------------------------------------------------------------- recruit */
#recruit #main .block .cols-left {
	width: 710px;
}
#recruit #main .block .cols-left .box {
	border: 1px solid #999;
	padding: 4px;
}
#recruit #main .block .cols-left .box h4 {
	margin: 0 0 10px 0;
	padding: 8px 0;
	background-color: #b2d8fe;
	text-align: center;
	color: #155ea6;
	line-height: 1;
	font-weight: bold;
}
#recruit #main .block .cols-left .box p {
	padding: 0 5px;
}
#recruit #main .block .cols-right {
	width: 230px;
}
#recruit #main .normal th {
	width: 160px;
}



/*
------------------------------------------------------------------------------- footer */
#footer-wrapper {
	background: #024 url(../../images/bg_footer.png) top repeat-x;
}
#footer {
    width: 960px;
	margin: 0 auto;
	padding: 15px 0 40px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}
#footer p.address {
	width: 390px;
	float: left;
}
#footer p.menu {
	width: 570px;
	float: right;
}
#footer p.menu a {
	margin-right: 14px;
	color: #333;
	text-decoration: none;
	padding-left: 8px;
	background: url(../../images/icon_link_02.png) 0 center no-repeat;
}
#footer p#back-top {
    display: none;
    margin: 0;
    position: fixed;
    right: 20px;
	bottom: 20px;
}
#footer p#back-top a {
    cursor: pointer;
}
#footer p.copyright {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #FFF;
}
