/* -----------------------------------------------
CSSリセット
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#000000;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* -----------------------------------------------
共通レイアウト
----------------------------------------------- */
body{
width:100%;
margin: 0px 0;
font-size:14px;
font-family: 'Noto Serif JP', serif;
text-align: center;
letter-spacing: 1px;
line-height: 1.4em;
-webkit-text-size-adjust: 100%;
}
h1{
display: none;
}
.marginright0{
margin-right:0;
}
a:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

a{
text-decoration:none;
}


 /* subContents要素 
----------------------------------------------------------- */  
div#subContents {  
width: 15%;
height:100%;
background:#0517a4;  
padding: 0;  
position: fixed;  
}  

* html div#subContents {     
position: absolute;     
top: expression(eval(document.documentElement.scrollTop+100));     
}  

div#subContents img{
width:100%;
height:auto;
}


div#subContents ul{
margin-top:50px;
padding:10px;
}

div#subContents li{
font-size:140%;
line-height:150%;
padding:50px 0;
}
div#subContents li a{
color:#FFFFFF;
}
h3 img{
width:100%;
height:auto;
}


#contents h3 img{
width:100%;
height:auto;
}


#contents .menu{
width:100%;
padding:20px 0;
background:#eff1f1;
}

#contents{
width:85%;
padding-left:15%;
margin:0 auto;
height:auto;
}


#contents .menu li{
display:inline-block;
font-size:140%;
line-height:160%;
margin:0 50px;
font-family: 'Noto Serif JP', serif;
}
#contents .menu li a{
color:#666666;
}

.fontsize_s{
font-size:70%;
}

#contents #corporateConte,#contents #newsConte,#contents  #recruitConte{
width:70%;
margin:50px auto 80px;
}

#contents h4{
font-size:160%;
line-height:160%;
margin:20px 0 50px 0;
padding-bottom:20px;
display:inline-block;
}

#contents #corporateConte h5{
font-size:150%;
text-align:left;
border-left:2px solid #666666;
padding-left:20px;
line-height:180%;
margin-bottom:30px;


}

#contents #corporateConte dl{
overflow:hidden;
font-size:120%;
text-align:left;
padding:10px 0;
margin:10px 0;
border-bottom:1px solid #999999;
}

#contents #corporateConte dt{
width:20%;
float:left;
padding:20px 0;
text-align:center;
color:＃000000;
}

#contents #corporateConte dd{
width:75%;
float:right;
padding:20px 0;
line-height:150%;
}


#contents  #groupConte{
width:70%;
margin:50px auto 60px;

}

#contents  #groupConte li{
display:inline-block;
vertical-align:middle;
margin:10px 30px 30px 30px;
}


#contents  #newsConte dl{
text-align:left;
font-size:120%;
overflow:hidden;
line-height:140%;
}

#contents  #newsConte dt{
width:10%;
float:left;
}
#contents  #newsConte dd{
width:88%;
float:right;
}


#contents #recruitConte a{
display:block;
width:20%;
padding:20px;
border:1px solid #000000;
margin:10px auto 0;
font-size:150%;
}

#contents #footer{
background:#eff1f1;
}
#contents #footer p{
margin-top:30px;
}






















