﻿@charset "UTF-8";

/**********************************************************************
CRIEPI ENGLISH[ /common/css/parts_n.css ]

2017.3 renewal
**********************************************************************/

/*---------------------------------------------
 Container
---------------------------------------------*/
#Container{
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
}
/*---------------------------------------------
 HeadArea
---------------------------------------------*/
#HeadArea{
	width: 920px;
	height: 80px;
	background: url(../img/hd_bg01.gif) 0 0 no-repeat;
	position: relative;
}

#hd-Logo{
	position: absolute;
	left: 0;
	top: 16px;
}

#hd-SubNavi{
	position: absolute;
	right: 0;
	top: 8px;
}

#hd-SubNavi li{
	float: left;
	line-height: 0;
	padding-left: 1px;
	background: url(../img/hd_subnavi_bg01.gif) 0 0 no-repeat;
}

#hd-SubNavi li.first-child{	background: none; }

#hd-SubNavi li img{}

#hd-SearchBox{
	width: 260px;
	height: 29px;
	position: absolute;
	right: 9px;
	top: 32px;
}

#hd-SearchBox .wrap{
	position: relative;
}

#hd-SearchBox .wrap img{
	vertical-align: middle;
}

#hd-SearchBox .wrap .search-site,
#hd-SearchBox .wrap .search-report{
	position: absolute;
}

#hd-SearchBox .wrap .search-site  { left: 0; top: 0; }


/*---------------------------------------------
 GlobalNaviArea
---------------------------------------------*/
#GlobalNaviArea{
	margin-bottom: 10px;
	width: 920px;
	height: 48px;
	background: url(../img/gnavi_bg01.gif) 0 0 repeat-x;
}

#g-Navi{
	z-index: 100;
	position: relative;
}

#g-Navi img{
	vertical-align: bottom;
}

#g-Navi li{
	float: left;
}

#g-Navi li.hd-home		{ width: 184px; height: 48px; background: url(../img/gnavi_homen_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about		{ width: 184px; height: 48px; background: url(../img/gnavi_aboutcriepi_on.gif) 0 0 no-repeat; }
/*#g-Navi li.hd-anreports		{ width: 184px; height: 48px; background: url(../img/gnavi_anreports_on.gif) 0 0 no-repeat; }*/
#g-Navi li.hd-tech		{ width: 184px; height: 48px; background: url(../img/gnavi_tech_on.gif) 0 0 no-repeat; }

#g-Navi li.hd-phamvideos 	{ width: 184px; height: 48px; background: url(../img/gnavi_brochvideos_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-contactus		{ width: 184px; height: 48px; background: url(../img/gnavi_contactus_on.gif) 0 0 no-repeat; }

#g-Navi li.hd-about .lev1-mokuji	{ background: url(../img/gsbnavi_1_0_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about .lev1-message	{ background: url(../img/gsbnavi_1_1_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about .lev1-outline	{ background: url(../img/gsbnavi_1_2_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about .lev1-organization	{ background: url(../img/gsbnavi_1_3_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about .lev1-location	{ background: url(../img/gsbnavi_1_4_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about .lev1-history    	{ background: url(../img/gsbnavi_1_5_on.gif) 0 0 no-repeat; }
#g-Navi li.hd-about .lev1-rscnet    	{ background: url(../img/gsbnavi_1_6a_on.gif) 0 0 no-repeat; }

#g-Navi li a{ display: block; }

#g-Navi li a:hover     { visibility: visible; }
#g-Navi li a:hover img { visibility: hidden; }

#g-Navi ul.level1{
	position: absolute;
	top: 40px;
	display: none;
	z-index: 100;
}

#g-Navi ul.level1 li{
	clear: both;
	width: 184px;
	height: 22px;
	line-height: 0;
}

/* pulldown position */
#g-Navi .hd-aboutcriepi ul{ 
	left: 183px; 
}

#g-Navi li:hover ul.level1{
	display: block;
}

/* current control */
body#TypeHOME #g-Navi .hd-home                         	{ background: url(../img/gnavi_homen_ac.gif) 0 0 no-repeat; }
body#TypeHOME #g-Navi .hd-home img                     	{ visibility: hidden; }

body#TypeABOUT #g-Navi .hd-about			{ background: url(../img/gnavi_aboutcriepi_ac.gif) 0 0 no-repeat; }
body#TypeABOUT #g-Navi .hd-about img.lev1-title		{ visibility: hidden; }

/*body#TypeAnnual #g-Navi .hd-anreports			{ background: url(../img/gnavi_anreports_ac.gif) 0 0 no-repeat; }
body#TypeAnnual #g-Navi .hd-anreports img               { visibility: hidden; }*/

body#TypeTech #g-Navi .hd-tech			{ background: url(../img/gnavi_tech_ac.gif) 0 0 no-repeat; }
body#TypeTech #g-Navi .hd-tech img               { visibility: hidden; }


body#Typephamvideos #g-Navi .hd-phamvideos              { background: url(../img/gnavi_brochvideos_ac.gif) 0 0 no-repeat; }
body#Typephamvideos #g-Navi .hd-phamvideos img          { visibility: hidden; }

/*---------------------------------------------
 MainArea
---------------------------------------------*/
#MainArea{
	margin: 0 0 5px;
}

/*---------------------------------------------
 BreadArea
---------------------------------------------*/
#HeadBreadArea{
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 1px #cccccc solid;
}

#FootBreadArea{
	padding: 12px 0 0 2px;
	border-top: 1px #cccccc solid;
}

#HeadBreadArea p,
#FootBreadArea p{
	line-height: 1.0;
	margin: 0 0 9px 0;
}

#HeadBreadArea em,
#FootBreadArea em{
	font-style: normal;
	font-weight: bold;
}

/*---------------------------------------------
 FootArea
---------------------------------------------*/
#FootArea{
	width: 920px;
	border-top: 1px solid #999999;
}

#ft-Copylight{
	padding: 10px 0;
	text-align: center;
}

/*---------------------------------------------
 TypeHOME toppage
---------------------------------------------*/
body#TypeHOME #ContentsArea{
	width: 920px;
	margin:20px 0 0!important;
	overflow:hidden;
}

/********************************************
 GetpdfReader
********************************************/

#GetPdfReader{
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
}


#GetPdfReader dl{
	width:550px;
	margin:0 auto;
}

#GetPdfReader dt{
	float: left;
	clear: both;
	width: 120px;
	margin: 3px 0 0;
}

#GetPdfReader dd{
	float:right;
	margin-top: 7px;
}

/********************************************
 toppage
********************************************/

#IndVisualArea{
	margin: 0;
	width: 920px;
	height: 280px;
}

#News{
	float: left;
	width: 450px;
	min-height:473px;
	margin-bottom: 0;
}

#News .ban{
	/*position:  absolute;
	left:0;
	bottom:0;*/ /*ニュースに長い行が入ったため、一旦この指定をかえます */
	margin-top: 8px;
} 

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #News .ban {
    /* IE11 にのみ適用される */
		margin:8px 0 12px;
	} 
}

.info-list dl{
	padding: 3px;
    background: url(../img/dotline02.gif) 0 100% repeat-x;
}

.info-list dl:nth-child(2n+1){
	background-color: #f1f5fe;
}

.info-list dt {
    float: left;
    width: 8.0em;
}

.info-list dd {
    margin-left: 7.5em;
}

.info-list h2{
	position:relative;
}

.info-list h2 span.to-list {
    position: absolute;
    width: 54px;
    height: 30px;
    right: 3px;
    top: 5px;
}

#locations{
	float:right;
	width: 450px;
}

.alignC{
	text-align:center;
}