@charset "utf-8";

/*共通パーツ
-------------------------------*/

/*h2切り替え*/
h2.tech{
	background:url(../img/technology/h2.jpg) 50% 0 no-repeat;
	text-indent:-9999px;
	display:block;
	height: 233px;
}
h2.company{
	background:url(../img/company/h2.jpg) 50% 0 no-repeat;
	text-indent:-9999px;
	display:block;
	height: 233px;
}
h2.rec{
	background:url(../img/recruit/h2.jpg) 50% 0 no-repeat;
	text-indent:-9999px;
	display:block;
	height: 233px;
}
h2.contact{
	background:url(../img/contact/h2.jpg) 50% 0 no-repeat;
	text-indent:-9999px;
	display:block;
	height: 233px;
}

/*見出し・アイテム*/
#h2box{
	position:relative;
}
h3
{
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.5;

    position: relative;

    margin: 0 0 30px;
    padding: 29px 10px 30px;

    text-align: center;

    border-bottom: 1px solid #edecec;
    background: #FFFFFF;
}
h3:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 150px;
    height: 6px;
    margin: 0 auto;

    content: '';

    background-color: #71C9E8;
}
div.h4box{
	background:url(../img/common/h3_bg_under.gif) 0 100% repeat-x;
	width:100%;
	margin-bottom: 20px;
}
h4{
	background: url(../img/common/h3_bg_circler.gif) 0 2px no-repeat;
	padding: 0 0 5px 25px;
	font-weight:bold;
	color:#000099;
	font-size:141%;
}
h5{
	font-size:115%;
	color:#000099 !important;
	font-weight:bold;
}
hr{
	margin-bottom: 1px;
	border-top: 1px #cccccc solid;
	border-bottom: none;
}
.blue{
	color:#000099 !important;
}
/*テーブル*/
table{
	width:100%;
	border-top:1px solid #000099;
	border-bottom:1px solid #000099;
}
table caption{
	background-color:#000099;
	color:#ffffff;
	padding:5px 0 ;
	text-align:center;
	font-weight: bold;
	font-size: 115%;
}
td,th{
	border-bottom:1px solid #cccccc;
	padding:5px 15px;
}
th{
	color:#000099;
	font-weight:bold;
	text-align:center;
}
.lasttr td, .lasttr th, th.lasttr, td.lasttr{
	border:none;
}
.bb{
	background-color:#eeeeee;
}
ul.nomal-list{
}
ul.nomal-list li{
	background: url(../img/common/mark_li.gif) 0 4px no-repeat;
	padding:0 0 0 15px;
	margin-bottom: 5px;
}

/*サブナビゲーション*/
#subnavi{
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
	font-size:115%;
	text-align:center;
	padding: 20px 0;
	/* margin-bottom:30px; */
	font-weight:bold;
	position: absolute;
	width:100%;
	z-index:97;
}
#subnavi a:hover{
	background:url(../img/common/bg_submenu.gif) 50% 100% no-repeat;
	padding-bottom: 20px;
	color:#00c6ff;
	text-decoration:none;
}
#subnavi .checked{
	background:url(../img/common/bg_submenu.gif) 50% 100% no-repeat;
	padding-bottom: 20px;
	color:#00c6ff;
}

/*レイアウト*/
.wide-l{
	width:520px;
	float:left;
	margin-right: 40px;
}
.wide-r{
	width:520px;
	float:right;
}
.narrow-l{
	width:400px;
	float:left;
	margin-right:40px;
}
.narrow-r{
	width:400px;
	float:right;
}
.herf-l{
	width:440px;
	float:left;
	margin-right: 40px;
}
.herf-r{
	width:440px;
	float:right;
}
.box{
	background-color:#eeeeee;
	padding:15px;
	border-left:2px solid #000099;
}
.radius img{
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

/*コンテンツ別
---------------------------------------------*/
.fukuri{
	display:table;
	height:100%;
}
.fukuri .box{
	display:table-cell;
	height:100%;
}
.rinen-bg{
	background:url(../img/company/bg-rinen.jpg) 0 100% no-repeat;
}
.rinen-wide-l{
	float:left;
	width: 590px;
	margin: 0 40px 100px 0;
}
.rinen-narrow-r{
	float: left;
	width:290px;
}