@charset "Shift-JIS";

/******************************
Common Style Sheet
****************************/
/* ------------------------------
	 General Style
	 ------------------------------ */
body {
	width: 100%;
	min-width: 920px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.4em;
	color:#333333;
	/* [disabled]position:relative; */

	_text-align: center;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	min-height: 100%;
}

body > #container {
	height: auto;
}

div#body{
	_text-align: left;
	width: 940px;
	padding-bottom: 70px;
}

hr {display:none;}

a {color:#03c;}
a:visited {color:#336;}
a:hover {color:#f00;}
a:active {color:#f90;}

strong{ font-weight:bold; }
h1,h2{
	font-size: 100%;
	font-weight: normal;
}



/****************************
*
* Base Layout
*
****************************/
#body{
	width: 940px;
}

/* headArea */
#headArea{
	width:940px;
/*	margin-bottom: 5px;   2018/07/10 修正 */
	margin-top: 15px; 
	margin-bottom: 30px; 
	position:relative;
}

/****************************
*
* headArea
*
****************************/

#headleft{
	float: left;
}

#headlmiddle{
	float: left;
	margin: 0 0 8px 51px;
}

#headright{
	float: right;
}

#headArea h1{
	display: inline-block;
	margin: 0 0 0 51px;
	padding: 0;
}


#headArea #logo{
	display: inline-block;
	margin: 0 0 8px 51px;
	padding: 0;
}

#headArea #headright{
/*	padding: 10px;   2018/07/10 修正 */
	padding: 31px 0 0  7px;
}

#headArea #headright a{
	margin: 0 0 0 10px;
}

#path{
	display: inline-block;
	margin: 7px 0 12px 0;
}

#path li{
	display: inline;
}





/****************************
*
* footerArea
*
****************************/
#marks{
	text-align: center;
	display: block;
/*	width: 610px;*/
	margin: 0 auto;
}

#marks li{
	display: inline;
	margin: 5px 10px;
}

/* Footer */

#footArea {
	margin: 15px;
	width: 940px;
	height: 25px;
	background: #fff;
	padding: 10px 0 20px 0;
	border-top: 1px solid #ccc;
}

#footArea a{
	margin: 0 10px 0 0;
	float: left;
}
	
#footArea address { 
	float: left;
	width: 500px;
	margin:5px 0 0 0;
	padding: 0;
	font-size: 80%;
	font-style: normal;
}

#footArea .footerline{
	border-right: 1px solid #000;
	padding-right: 10px;
}

#footerleft{
	float: left;
	width: 600px;
}

.totop{
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
}

/*------------------------------------------------
	Font
------------------------------------------------*/
.small{font-size: 92%;}
.gray{color: #666666;}
.red{color: #fa0000;}

.bold{font-weight:bold!important;}
	
	
/*------------------------------------------------
	margin
------------------------------------------------*/
.mg0t{margin-top: 0!important;}
.mg5t{margin-top: 5px!important;}
.mg10t{margin-top: 10px!important;}
.mg15t{margin-top: 15px!important;}
.mg20t{margin-top: 20px!important;}
.mg25t{margin-top: 25px!important;}
.mg30t{margin-top: 30px!important;}
.mg40t{margin-top: 40px!important;}
.mg50t{margin-top: 50px!important;}
.mg100t{margin-top: 100px!important;}

.mg0b{margin-bottom: 0!important}
.mg5b{margin-bottom: 5px!important}
.mg10b{margin-bottom: 10px!important;}
.mg15b{margin-bottom: 15px!important;}
.mg20b{margin-bottom: 20px!important;}
.mg25b{margin-bottom: 25px!important;}
.mg30b{margin-bottom: 30px!important;}
.mg40b{margin-bottom: 40px!important;}
.mg50b{margin-bottom: 50px!important;}
.mg100b{margin-bottom: 100px!important;}

.mg0l{margin-left: 0!important;}
.mg5l{margin-left: 5px!important;}
.mg10l{margin-left: 10px!important;}
.mg15l{margin-left: 15px!important;}
.mg20l{margin-left: 20px!important;}
.mg25l{margin-left: 25px!important;}
.mg30l{margin-left: 30px!important;}
.mg40l{margin-left: 40px!important;}
.mg50l{margin-left: 50px!important;}
.mg100l{margin-left: 100px!important;}

.mg0r{margin-right: 0!important}
.mg5r{margin-right: 5px!important}
.mg10r{margin-right: 10px!important;}
.mg15r{margin-right: 15px!important;}
.mg20r{margin-right: 20px!important;}
.mg25r{margin-right: 25px!important;}
.mg30r{margin-right: 30px!important;}
.mg40r{margin-right: 40px!important;}
.mg50r{margin-right: 50px!important;}
.mg100r{margin-right: 100px!important;}

.left{ text-align: left;}
.right{ text-align: right;}
.center{ text-align: center;}

.left_box{ float: left; }
.right_box{ float: right; }

/****************************
*
* contents
*
****************************/
#main_container{
	width: 940px;
}

sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup{ bottom: 1ex;}
sub{ top: .5ex;}


.bordermenu dl{
	display: inline-block;
	float: left;
	width: 300px;
	min-height: 180px;
	border: 1px solid #999;
	margin: 0 5px 15px 5px;
}

.bordermenu dt{
	font-weight: bold;
	background: #e6e3de;
	padding: 5px 10px;
}

.bordermenu dd{
	padding: 3px 0 0 12px;
}

.bordermenu dl{
	display: inline-block;
	float: left;
	width: 300px;
	min-height: 180px;
	border: 1px solid #999;
	margin: 0 5px 15px 5px;
}

/*企業情報メニュー更新 201904　泉*/
.bordermenu2 dt{
/*	font-weight: bold;*/
/*	background: #EFEFEF;*/
	border-bottom: 1px solid #6A6A6A;
	letter-spacing: 0.05em;
	font-size: 150%;
	color: #6A6A6A;
	padding: 5px 2px;
	margin: 10px;
}

.bordermenu2 dd{
	padding: 5px 0 0 15px;
}

.bordermenu2 dl{
	display: inline-block;
	float: left;
	width: 300px;
	min-height: 180px;
/*	border: 1px solid #999;*/
	margin: 0 5px 15px 5px;
}

.sub_h2{
	padding: 14px 0 7px 5px;
	font-size: 120%;
/*	font-weight: bold;*/
/*	color: #e80e0e;*/
	color: #8E8E8E;	
	letter-spacing: 0.25em;
	font-size: 150%;	
	border-bottom :1px solid #8E8E8E;
	margin-bottom: 10px;
}


#leftcolum{
	float: left;
	width: 730px;
}

/*2019.4.5　泉追加　製品/サービス/ソリューション index用*/
#indexcolum{
/*	float: left;*/
	width: 940px;
}

#rightcolum{
	display: inline-block;
	margin: 0 0 0 5px;
	width: 200px;
}

#rightcolum .categorytitle{
	background: url("../../images/common/sidecolum_ctitle.gif") 0 0 repeat-x;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#rightcolum .link_information{
	border-top: 1px solid #5b7694;
	border-bottom: 1px solid #5b7694;
	margin-bottom: 10px;
}

#rightcolum .link_information a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: url("../../images/common/sidemenu_close.gif") 30px 17px no-repeat #5b7694;
	padding: 15px 45px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#rightcolum .calenderimage{
	margin-bottom: 10px;
}


#rightcolum .sidemenu_current{
	background: url("../../images/common/sidemenu_open.gif") 3px 7px no-repeat #ebf1f7;
	padding: 5px 3px 5px 18px;
	color: #5b7694;
	font-weight: bold;
	border-top: 1px solid #5b7694;
	border-bottom: 1px solid #5b7694;
}

#rightcolum .sidemenu_current_sub{
	background: url("../../images/common/sidemenu_open.gif") 3px 7px no-repeat #ebf1f7;
	padding: 5px 3px 5px 18px;
	color: #5b7694;
	font-weight: normal;
	border-top: none;
	border-bottom: none;
	border-top: 1px solid #5b7694;
	border-bottom: 1px solid #5b7694;
}

#rightcolum .sidemenu_current_sub li.subcurrent{
	font-weight: bold;
	color: #000;
}


#rightcolum .sidemenu_first{
	background: url("../../images/common/sidemenu_close.gif") 3px 7px no-repeat;
	padding: 4px 18px;
}

#rightcolum ul ul{
	margin: 5px 0;
}

#rightcolum ul ul li{
	padding-left: 1em;
	text-indent: -1em;
}

.rightcolum_menu{
	margin: 0 0 15px 0;
}

.textContents{
	margin: 10px;
	padding: 0 15px;
	font-size: 110%;
}

/*社長メッセージ　2019.04　泉*/
.textContents2{
	margin: 10px 10px 30px 5px;
	padding: 0 20px;
	font-size: 110%;
	line-height: 22px;
	letter-spacing: 0.04em;
}

.textContents dt{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 3px;
}
.textContents dd{
	margin-bottom: 15px;
}

.language{
	text-align: right;
}

.language li{
	display: inline-block;
/display: inline;
/zoom: 1;
	margin: 3px 5px;
}

/*index　参考製品ベース　要素横並び*/
div#item_index{}
div#item_index div.item_flame{
	clear:both;
}
div#item_index div.item{
	float:left;
	margin: 15px;
/*	text-align:center;*/
/*	height: 100px;*/
}

/*NEWアイコン　赤　2019.07　泉*/
a.icon_red {
  background: #B00000; /*背景色*/
  margin: 0.5em;
  line-height: 2.5em;
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.3em;/*角の丸み*/
  text-decoration: none;/*	リンクの下線を消す*/
} 

/*参考製品アイコン　黒 2019.07　泉*/
a.icon_black {
  background: #000000; /*背景色*/
  margin: 0.5em;
  line-height: 2.5em;
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.3em;/*角の丸み*/
  text-decoration: none;/*	リンクの下線を消す*/
} 

/****************************
*
* 印刷時設定
*
****************************/

@media print {
	#multi-level,#headright,.rightcolum_menu,.categorytitle{
		display: none;
	}

	.topbottommenu{
		border: 2px solid #aaa;
	}

	.sehin_index{
		border: 2px solid #ccc;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	.embeded_h2{
		border-bottom: 2px solid #aaa;
	}
	
}