@charset 'UTF-8';
@import url(eng_base.css);
@import url(index.css);



/* -----------------------------------------------------------------------------
>> 英語用のCSS追加分
----------------------------------------------------------------------------- */

#service_menu a:nth-child(1){background-color:#675237;}
#service_menu a:nth-child(1):hover{background-color:#846A6A;}
#service_menu a:nth-child(2){background-color:#413F62;}
#service_menu a:nth-child(2):hover{background-color:#716F89;}
#service_menu a:nth-child(3){background-color:#543959;}
#service_menu a:nth-child(3):hover{background-color:#7F6B83;}




#news_area{
  width: 100%;
  background-color: #FFF;
    height: 400px;
    margin-bottom: 66px;
    margin-top: 47px;
    padding-top: 30px;
}
#news{
  width: 980px;
  float: none;
  margin: auto;
}
#news .half_wrapper{
  border: 0;
  width: 100%;
}
#news_area h3 {
    display: block;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #2D407F;
}
#news_area ul {
    line-height: 1.4em;
    height: 300px;
    overflow-y: auto;
}
#news_area ul li {
    padding: 10px 0;
    clear: both;
    border-bottom: 1px solid #CCC;
}
#news_area ul li a {
    font-size: 0.8em;
    display: block;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
/* sub_menu_area */
header .sub_menu_area ul {
    margin: 0;
    min-width: 300px;
}
header .sub_menu_area ul li {
    border-right: 1px solid #DDD;
}
header .sub_menu_area ul a {
    color: #1E263D;
    display: inline-block;
    padding: 0 1em;
    font-size: 12px;
    /* background-color: #E0E1EB; */
    background-position: 10px center;
    background-repeat: no-repeat;
    text-decoration: none;
}


header.cbp-af-header-shrink .sub_menu_area ul a:after{
	display:none;
}


/*******************************************************************************
>> PC用
*******************************************************************************/
@media only screen and (min-width:1000px) {



/* -----------------------------------------------------------------------------
>> トップページ用
----------------------------------------------------------------------------- */

/*** メインメニュー ***/
/*#mainmenu a{
	background-image:url(../img/btn/eng_mainmenu.jpg);
}*/

#mainmenu {
}
#mainmenu a {
	width:100%;
	margin:0;
	padding:0;
}

#service_menu{
	text-align:center;
}
#service_menu a{
	float:initial;
	display:inline-block;
	color:#FFF;
}
#service_menu a .image_area{
	margin-bottom:1em;
}



#footer{
	margin-top:46px;
}
#footer .address_area em {
	width: 180px;
}
}

/*******************************************************************************
>> レシポンシブ対応
*******************************************************************************/
/* モニター幅959px以下 */
@media only screen and (max-width:999px) {


}



