@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////// 
//  Page Content
/////////////////////////////////////////////////////////////////////*/

#pagetitle {
  padding-top: 90px; 
  background: url(../img/bg-pagetitle.jpg) ;
}

#pagetitle h1{
  padding-top: 37px;
  font-size: 2.2em;
  letter-spacing:0.1em;
  color: #333;
}


/* 事業紹介で使用 */

.page_block_title_box {
	margin-top: 30px;
	width: 100%;
}
.page_block_title {
	font-size: 2.2em;
	color: #222;
  line-height:1.3em;
}
.page_block_subtitle {
	font-size: 1.2em;
	color: #222;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.page_block_subtitle hr{
	border-color: #666;
	padding: 0px;
	margin-bottom: 0.3em;
	width:30px; 
}


/* 製品一覧で使用 */
	
.proname{
font-size:1.1em;
letter-spacing:0.6pt;
}



/* アイコンで使用 */
.i-fix {
  margin-right: 10px;
  color: #06a3e0;
}

/* 写真キャプション */
figcaption {
  font-size:0.9em;
  line-height:1.3em;
  letter-spacing:0.03em;
  padding-bottom: 15px;
}



/* サイドメニューで使用 */

.side-menu li {
  text-indent: -0.5em;
  padding-left: 1em;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 0.85em;
  width: 100%;
  border-bottom: 1px dotted #bfbfbf;
}

.side-menu li a {
  display: block;
  color: #666;
  text-decoration: none;
}

.side-menu li a:hover {
  color: #000;
}

.side-menu li i{
  font-size: 14px;
  color: #d4d6d6;
  padding-right: 7px;
  padding-left: 7px;
}

.side-menu a:hover i{
  color: #ff7e00;
}


/* LocalNavi イマイル
------------- ------------- */
.side-menu .imairu {
  background-color: #eee;
}

/* サイドメニューアンカー用入れ子リスト
------------- ---------------------------- */
.side-menu li ul {
  padding-top: 0px;
  padding-bottom: 0px;
}

.side-menu li ul li hr{ 
 width:10px; 
 float:left; 
 margin:1em 1em 0 0; 
}
.side-menu li ul li { 
font-size: 14px;
border-bottom: none;
margin:0 0 0 0; 
padding-top: 0px;
padding-bottom: 0px;
}

.side-menu li ul a {
  color: #666;
  display: block;
  width:auto;
  margin-left:1.2em; 
}









/* ページの大見出し */
h2 {
position: relative;
line-height:1.2;
letter-spacing: 1px;
display: block;
margin-top: 20px;
margin-bottom: 40px;
}

h2:before {
  color: #fff;
  content: '';
  position: absolute;
  left: 23px;
  bottom: -12px;/*線の上下位置*/
  display: inline-block;
  width: 50px;/*線の長さ*/
  height: 4px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #06a3e0;/*線の色*/
}


/*  */
h3 {
font-size: 25px;
letter-spacing: 1px;
position: relative;
padding-left: 24px ;
border-left: 8px solid #bbb;
margin-bottom: 30px;
}
h3:before {
position: absolute;
left: 3px;
bottom: 0;
content: '';
width: 5px;
height: 70%;
background-color: #06a3e0;
}
h3:after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
}



/* PAGEの中タイトルで使用　左にアイコン
h3.LeftTwin {
  font-size: 24px;
  letter-spacing: 1px;
  line-height:1.3;
  position: relative;
  padding: 10px 0px 10px 20px;
  border-left: 6px solid #ccc;
  margin-bottom: 30px;
}
h3.LeftTwin::before {
  position: absolute;
  left: 3px;
  bottom: 0;
  content: '';
  width: 18px;
  height: 10%;
  background-color: #06a3e0;
}
h3.LeftTwin::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}
 */



/* PAGEの中タイトルで使用　左右で色分け */

h4{
  font-size: 18px;
  letter-spacing: 1px;
  line-height:1.3;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
h4::before,
h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 2px;
}
h4::before {
  z-index: 2;
  width: 77%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #999 2px, #999 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #999 2px, #999 4px);
}
h4::after {
  width: 100%;
  background-color: #999;
}


/* HOMEの営業品目で使用 */
h5 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
h5 span {
  font-size: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #666;
}



/* お問い合わせ等で使用 */
h6 {
font-size: 20px;
position: relative;
padding: 2px 24px 8px ;
border-left: 5px solid #06a3e0;
margin-bottom: 25px;
}
h6:before {
position: absolute;
left: 3px;
bottom: 0;
content: '';
width: 5px;
height: 70%;
background-color: #42c7fb;
}
h6:after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #888;
}

/* 点線上下ライン */
.topbottomline {
color: #fff;
font-size: 20px;
line-height:1.5em;
letter-spacing:0.3em;
border-top:2px solid #dbdbdb ;
border-bottom:2px solid #dbdbdb ;
padding:10px 6px 6px 16px;
margin-top: 50px;
margin-bottom: 10px;
background-color: #333;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.panqz {
  text-align:right;
  margin: 0;
  font-size:0.8em;
  list-style: none;
  padding-left: 0;
}
.panqz:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.panqz li {
  display: inline-block;
}
.panqz li:before {
  content: "／";
  padding: 0 4px;
  color: #999;
}
.panqz li:first-child:before {
  content: "";
  padding-left: 0;
}
.panqz a {
  color: #06a3e0;
}

.panqz a:hover {
 color: #fc4902;
}

/*PDFリンクボタン
　（注）aタグがないと反応しない*/

.pdf-link {
	width:auto;
}

.pdf-link:after {
	content:url(../img/icon_pdf.png);
	padding-left: 0.4em;
}

/*他サイトリンクボタン
　（注）aタグがないと反応しない*/

.web-link {
	width:auto;
}

.web-link:after {
	content:url(../img/icon_web.png);
	padding-left: 0.4em;
}



/*画像表組ポップアップボタン
　（注）aタグがないと反応しない*/

.pop-link {
	width:auto;
}

.pop-link:after {
	content:url(../img/icon_pop.png);
	padding-left: 0.4em;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Table
/////////////////////////////////////////////////////////////////////*/

.border_lt {
display: block;
background-image: url(../../company/img/ellebg.png);
background-repeat: no-repeat;
background-position: 5px 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 30px;
}

.under {
border-bottom: dotted 1px #666;
margin: 0px 5px 10px 5px;
padding-bottom: 10px;
}

.under-obi {
border-bottom: dotted 1px #666;
margin: 0px 5px 10px 5px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #eee;
}



.table_sosiki_s {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    border-collapse: collapse;
}

.table_sosiki_s th {
    background-color: #EFECE5;
    font-weight: normal;
}

.table_small {
    font-size: 0.9em;
}

/* グレー細線ボーダーのボックス
--------------------------------------*/

.border-box-gray {
display: block;
border: 1px solid #eee;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 0px;
padding-left: 20px;
border-radius :5px;/*角の丸み*/
margin-bottom: 20px;
background-color: #f4f3f3;
}


/* 背景色で●を作って前に入れる指示
--------------------------------------*/

.list_circle {
    list-style:  none;  /* デフォルトのアイコンを消す */
    text-indent: -1em;
    margin-left: 1em;
}
 
 
.list_circle li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #6dd0d2;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
}

.list_circle_inline {
    list-style:  none;  /* デフォルトのアイコンを消す */
}

.list_circle_inline li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #6dd0d2;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
}


/* 
--------------------------------------*/
.list_fi {
    list-style: none;
    text-indent: -1em;
    padding-left: 10px;
    margin-left: 17px;
}

.uncos_rd {
background-image: url(../img/uncos_rd.jpg);
background-position:right bottom;
background-repeat: no-repeat;
}

.uncos_recruit {
background-image: url(../img/uncos_recruit.jpg);
background-position:right bottom;
background-repeat: no-repeat;
}
