@charset "utf-8";

/* contents page CSS

Index
------------------------------------------------------------
※□ディレクトリ（単一ページは省略）
　●静的ページ
　★CMSページ
　▲formページ
------------------------------------------------------------
★1．TOP → top.css
▲2．お問い合わせ･資料請求（HOME/contact/）
★3．新着情報（HOME/news/）
★4．募集要項（HOME/guideline/）
★5．製品紹介（HOME/product/）
●6．ユミックスの歩み（HOME/history/）
●7．会社案内（HOME/company/）
●8．設備紹介（HOME/equipment/）
●9．金型づくり（HOME/making/）
●10．求める人物像（HOME/recruit/）
●11．先輩社員の声（HOME/voice/）
●12．サイトマップ（HOME/sitemap/）


------------------------------------------------------------*/
/*============================================================
▲2．お問い合わせ（HOME/contact/）
============================================================*/
/* selector (#container) */
.contact {}


/* page title */
.contact #title {
  background: url(../contact/images/title_bg.jpg) no-repeat center top;
}


/* 個人情報保護方針 → base.css 5-7. privacy policy */
/* フォームテーブル → form.css 3. module */



/*== section 1 ========================*/
.contact #sec01 {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.contact #sec01 h4 {
  padding-bottom: 20px;
}


/*== section 2 ========================*/
.contact #sec02 {
  width: 960px;
  margin: 0 auto;
}

.contact #sec02 h4 {
  padding-bottom: 20px;
}

.contact .frmTable01 th label {
	padding-left: 0;
}
.contact .ppList dl li {
	list-style: decimal;
}


/*============================================================
★3．新着情報（HOME/news/）
============================================================*/
/* selector (#container) */
.news {}

.news #content {
  position: relative;
  padding-top: 10px;
}


/* page title */
.news #title {
  background: url(../../news/images/title_bg.jpg) no-repeat center top;
}


/* RSS */
.news .btn_rss {
  position: absolute;
  top: -92px;
  left: 330px;
  text-align: left;
}


/*== 記事 ========================*/
.news .repeat {
  position: relative;
  width: 930px;
  margin: 0 auto 60px;
  padding-left: 25px;
  border-left: 5px solid #5286C5;
}

.news .repeat:before{
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
  width: 960px;
  height: 10px;
  visibility: visible;
  background: url(../common_img/bg_shadow.png) no-repeat center bottom;
  content: "";
  zoom: 1;
}


/*-- 写真 ----------*/
.news .repeat .photo{
  float:right;
  padding: 0 0 10px 50px;
}

.news .repeat .photo a {
  display: block;
}

.news .repeat .photo img,
.news .repeat .photo a img,
.news .repeat .photo a:link img,
.news .repeat .photo a:visited img{
  padding: 2px;
  border: 1px solid #cccccc;
}

.news .repeat .photo a:hover img,
.news .repeat .photo a:active img,
.news .repeat .photo a:focus img{
  border: 1px solid #00A6FD;
}

.news .repeat .note {
  display: block;
  padding-top: 5px;
  color: #999999;
  font-size: 10px;
}


/*-- box ----------*/
.news .repeat .data {
  overflow: hidden;
}


/*-- 日付 ----------*/
.news .repeat .date {
  float: left;
  width: 9em;
  padding-top: 8px;
  color: #0C96D5;
  text-align: left;
}


/*-- title ----------*/
.news .repeat h4 {
  overflow: hidden;
  margin: 0 auto 10px;
  padding-top: 5px;
  font-size: 134%;
  font-weight: bold;
  text-align: left;
}


/*-- 本文 ----------*/
.news .repeat .text {
  overflow: hidden;
  border-top: 1px solid #dddddd;
  padding: 20px 0;
  padding-left: 9em;
  text-align: left;
}


/*============================================================
★4．募集要項（HOME/guideline/）
============================================================*/
/* selector (#container) */
.guideline {}


/* page title */
.guideline #title {
  background: url(../../guideline/images/title_bg.jpg) no-repeat center top;
}


/*== 記事 ========================*/
.guideline .repeat {
  position: relative;
  width: 720px;
  margin: 0 auto 20px;
  padding: 20px 20px 30px;
}

.guideline .repeat:before{
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 760px;
  height: 10px;
  visibility: visible;
  background: url(../common_img/bg_shadow02.png) no-repeat center bottom;
  content: "";
  zoom: 1;
}


/* 説明 */
.guideline .repeat .text {
  padding: 0 20px 20px;
  text-align: left;
}

/* 要項テーブル */
.guideline .repeat table {
  width: 720px;
  margin: 0 auto 15px;
  border-collapse: separate;
  border-spacing: 2px;
}

.guideline .repeat th {
  width: 160px;
  padding: 12px 15px;
  border: 1px solid #ffffff;
  border-left: 5px solid #5286C5;
  border-bottom: 1px solid #cccccc;
  background: #f1f1f1;
  font-weight: bold;
  text-align: left;
}

.guideline .repeat td {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  border-top:1px solid #ffffff;
  background: #f1f1f1;
  text-align: left;
}


/*============================================================
★5．製品紹介（HOME/product/）
============================================================*/
/* selector (#container) */
.product {}


/* page title */
.product #title {
  background: url(../../product/images/title_bg.jpg) no-repeat center top;
}


/*== 記事 ========================*/
.product .repeat {
  position: relative;
  width: 760px;
  margin: 0 auto;
  margin: 0 auto 20px;
  padding: 10px 0 10px;
}

.product .repeat:before{
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 760px;
  height: 10px;
  visibility: visible;
  background: url(../common_img/bg_shadow02.png) no-repeat center bottom;
  content: "";
  zoom: 1;
}


/*-- 記事導入部 ----------*/
.product .header {}

/* title */
.product .repeat h5 {
  margin: 0 auto 30px;
  padding: 0 0 0 10px;
  border-left: 5px solid #5286C5;
  font-size: 200%;
  text-align: left;
}

.product .repeat h6 {
  overflow: hidden;
}


/* photo */
.product .header .photo{
  float:right;
  padding: 0 0 20px 40px;
}

.product .header .photo a {
  display: block;
}

.product .header .photo img,
.product .header .photo a img,
.product .header .photo a:link img,
.product .header .photo a:visited img{
  padding: 2px;
  border: 1px solid #cccccc;
}

.product .header .photo a:hover img,
.product .header .photo a:active img,
.product .header .photo a:focus img{
  border: 1px solid #00A6FD;
}

.product .header .note {
  display: block;
  padding-top: 5px;
  color: #999999;
  font-size: 10px;
}


/* text */
.product .header .text {
  padding: 0 0 20px;
  text-align: left;
}

/* buttom */
.product .header .list01 {
  padding: 0 0 10px;
  text-align: left;
}

.product .header .list01 li {
  display: inline;
  padding: 0 5px;
}


/*-- 説明部 ----------*/

/* text */
.product .data .text {
  padding: 0 20px 30px;
  text-align: left;
}

/* image */
.product .data .image {
  margin: 0 auto 30px;
}


/*-- 導線リンクボタン ----------*/
.product .lead_btn {
  padding: 0 0 30px;
}

.product .lead_btn li {
  display: inline;
  padding: 0 10px;
}



/*============================================================
●6．ユミックスの歩み（HOME/history/）
============================================================*/
/* selector (#container) */
.history {}


/* page title */
.history #title {
  background: url(../../history/images/title_bg.jpg) no-repeat center top;
}


/*== section 1 ========================*/
.history #sec01 {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.history #sec01 h4 {
  padding-bottom: 20px;
}

.history #sec01 h5 {
  padding-bottom: 20px;
}


.history #sec01 .image {
  float: left;
  padding: 0 20px 20px 20px;
}

.history #sec01 .text {
  overflow: hidden;
  padding: 0 20px 20px 20px;
  text-align: left;
}


/*== section 2 ========================*/
.history #sec02 {
  width: 960px;
  margin: 0 auto;
}


/*-- left ----------*/
.history #sec02 .data {
  float: left;
  width: 520px;
  padding: 15px 0 0 20px;
}

.history #sec02 table {
  width: 514px;
}

.history #sec02 th {
  padding: 10px 15px 5px 0;
  border-top: 1px dotted #cccccc;
  color: #0C96D5;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.history #sec02 td {
  padding: 10px 0;
  border-top: 1px dotted #cccccc;
  text-align: left;
  vertical-align: top;
}

.history #sec02 .first_child th,
.history #sec02 .first_child td {
  border: none;
}


/*-- photo ----------*/
.history #sec02 .photo {
  width: 370px;
  margin-left: auto;
  padding: 20px 10px 20px 0;
}


/*============================================================
●7．会社案内（HOME/company/）
============================================================*/
/* selector (#container) */
.company {}


/* page title */
.company #title {
  background: url(../../company/images/title_bg.jpg) no-repeat center top;
}


/*== tab content & nav (jquery tabSwitchMenu) ========================*/

/*-- wrapper ----------*/
.company .tabMenuContents {}


/*-- tab nav ----------*/
.company .tabList {
  width: 960px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 5px solid #25408F;
}

.company .tabList li {
  position: relative;
  z-index: 1;
  float: left;
  width: 240px;
  height: 40px;
}

.company .tabList a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.company .tabList a span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


/*-- tab button image --*/
.company .tabList01 a,
.company .tabList01 a:link,
.company .tabList01 a:visited {
  background: url(../company/images/tabList01_off.png);
}
.company .tabList01 a:hover,
.company .tabList01 a:active,
.company .tabList01 a:focus {
  background: url(../company/images/tabList01_on.png);
}
.company .tabList01.select a,
.company .tabList01.select a:link,
.company .tabList01.select a:visited {
  background: url(../company/images/tabList01.png);
}
.company .tabList02 a,
.company .tabList02 a:link,
.company .tabList02 a:visited {
  background: url(../company/images/tabList02_off.png);
}
.company .tabList02 a:hover,
.company .tabList02 a:active,
.company .tabList02 a:focus {
  background: url(../company/images/tabList02_on.png);
}
.company .tabList02.select a,
.company .tabList02.select a:link,
.company .tabList02.select a:visited {
  background: url(../company/images/tabList02.png);
}
.company .tabList03 a,
.company .tabList03 a:link,
.company .tabList03 a:visited {
  background: url(../company/images/tabList03_off.png);
}
.company .tabList03 a:hover,
.company .tabList03 a:active,
.company .tabList03 a:focus {
  background: url(../company/images/tabList03_on.png);
}
.company .tabList03.select a,
.company .tabList03.select a:link,
.company .tabList03.select a:visited {
  background: url(../company/images/tabList03.png);
}
.company .tabList04 a,
.company .tabList04 a:link,
.company .tabList04 a:visited {
  background: url(../company/images/tabList04_off.png);
}
.company .tabList04 a:hover,
.company .tabList04 a:active,
.company .tabList04 a:focus {
  background: url(../company/images/tabList04_on.png);
}
.company .tabList04.select a,
.company .tabList04.select a:link,
.company .tabList04.select a:visited {
  background: url(../company/images/tabList04.png);
}


/*-- tab content wrapper ----------*/
.company .tabContentsWrap {
  overflow: hidden;
  width: 960px;
}

.company .tabContent {
  width: 960px;
  margin: 0 auto 20px;
  margin-top: -45px;
  padding-top: 47px;
}


/*== section 1 ========================*/
.company #sec01 {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../company/images/01bg.jpg) no-repeat 0 0;
}


/* title */
.company #sec01 h4 {
  padding: 60px 20px 36px;
  text-align: left;
}


/* data */
.company #sec01 .data {
  width: 550px;
  margin: 0 auto 0 20px;
  padding: 20px;
  background: url(../common_img/bg_box02.png);
}

.company #sec01 .text {
  text-align: left;
}

.company #sec01 .date {
  text-align: right;
}

.company #sec01 .name {
  text-align: right;
}


/*== section 2 ========================*/
.company #sec02 {}


/* 概要テーブル */
.company #sec02 table {
  width: 960px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
}

.company #sec02 th {
  width: 200px;
  padding: 12px 10px;
  border: 1px solid #ffffff;
  border-left: 5px solid #5286C5;
  border-bottom: 1px solid #cccccc;
  background: #f1f1f1;
  font-weight: bold;
  text-align: left;
}

.company #sec02 td {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  border-top:1px solid #ffffff;
  background: #f1f1f1;
  text-align: left;
}

/* 中のリスト */
.company #sec02 td dt {
  padding-top: 4px;
  color: #0C96D5;
}

.company #sec02 td dd {
  padding-bottom: 4px;
}

.company #sec02 td .list01 dt {
  clear: left;
  float: left;
  width: 8em;
}

.company #sec02 td .list01 dd {
  overflow: hidden;
}


/*== section 3 ========================*/
.company #sec03 {}


/*-- 共通 ----------*/
.company #sec03 h5 {
  padding-bottom: 15px;
}


/*- left --*/
.company #sec03 .data {
  background: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  text-align: left;
}

.company #sec03 .data .text {
  padding: 0 0 10px;
  text-align: left;
}

.company #sec03 .data ol {
  list-style: outside decimal;
  margin-left: 25px;
}

.company #sec03 .data ol li {
  padding: 4px 0;
  color: #0C96D5;
}

.company #sec03 .data ol li span {
  color: #333333;
}

.company #sec03 .data ol dl {
  padding: 5px 0 0 10px;
}

.company #sec03 .data ol dt {
  color: #0C96D5;
}

.company #sec03 .data ol dd {
  padding-bottom: 5px;
}


/*- right table --*/
.company #sec03 table {
  width: 430px;
  margin: 0 20px 0 auto;
  border-collapse: collapse;
}

.company #sec03 th {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  background: #B4CFEF;
  font-weight: normal;
  white-space: nowrap;
}

.company #sec03 td {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  font-weight: normal;
  text-align: left;
}


/*-- block 1 ----------*/
.company #sec03 .bloc01 {
  width: 920px;
  margin: 0 auto 30px;
}


/*-- block 2 ----------*/
.company #sec03 .bloc02 {
  width: 920px;
  margin: 0 auto 30px;
}

.company #sec03 .bloc02 dl {
  padding: 0 0 20px;
}



/*== section 4 ========================*/
.company #sec04 {}


/*-- マップ部 ----------*/
.company #sec04 .mapbox {
  margin: 10px 0 20px; padding: 9px;
  border: 1px solid #cccccc;
}
*:first-child+html .company #sec04 .mapbox {
  margin: 10px 0 20px; padding: 9px 9px 25px;
  border: 1px solid #cccccc;
}
.company #sec04 .map_img {
  padding-bottom: 5px;
}

.company #sec04 .map_link {
  padding: 0 0 5px;
  text-align: right;
  float:right;
}
.company #sec04 .map_txt {
  float: left;
  color: #A1403A;
}

/*-- 情報部 ----------*/
.company #sec04 .data {
  position: relative;
  z-index: 1;
  float: right;
  width: 430px;
  padding: 9px;
  border: 1px solid #cccccc;
  text-align: left;
}

.company #sec04 .data:before{
  position: absolute;
  z-index: 2;
  top: 290px;
  left:-54px;
  display: block;
  width: 54px;
  height: 60px;
  visibility: visible;
  background: url(../company/images/04arrow.png) no-repeat center bottom;
  content: "";
  zoom: 1;
}


.company #sec04 .photo {
  padding: 0 0 10px;
}

.company #sec04 h4 {
	text-align:center;
}

.company #sec04 .map_info {
  padding: 10px 0;
  text-align:center;
}

/*-- 情報部 ----------*/
.company #sec04 .access {
  width: 500px;
  margin-right: auto;
}


/*============================================================
●8．設備紹介（HOME/equipment/）
============================================================*/
/* selector (#container) */
.equipment {}


/* page title */
.equipment #title {
  background: url(../../equipment/images/title_bg.jpg) no-repeat center top;
}

.equipment h4 {
  padding-bottom: 20px;
}


/*== 記事 ========================*/

/*-- 一覧ラッパー ----------*/
.equipment #list {}



/*-- 各記事 ----------*/
.equipment .repeat {/* カラム整列はjquery.masonry.js で制御 */
  width: 450px;
  padding-bottom: 20px;
  padding-left: 20px;
}


/*- table --*/
.equipment .repeat table {
  width: 450px;
  margin: 0 20px 0 auto;
  border-collapse: collapse;
}

.equipment .repeat caption {
  padding: 4px 10px 2px;
  color: #ffffff;
  font-size: 117%;
  font-weight: bold;
  text-align: left;
}

.equipment .repeat tbody {
  border-top: 3px double #cccccc;
}

.equipment .repeat th {
  padding: 5px 9px;
  border: 1px solid #cccccc;
  border-top: 3px double #eeeeee;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.equipment .repeat td {
  padding: 5px;
  border: 1px solid #cccccc;
  font-weight: normal;
  text-align: left;
}

.equipment .repeat .even td {
  background: #ffffee;
}


/* table01 */
.equipment .table01 .col01 {
  width: 120px;
}

.equipment .table01 .col02 {
  width: 180px;
}

.equipment .table01 caption {
  border-left: 5px solid #25408F;
  background: #5286C5;
}

.equipment .table01 th {
  background: #B4CFEF;
}


/* table02 */
.equipment .table02 .col01 {
  width: 260px;
}


.equipment .table02 caption {
  border-left: 5px solid #D2522D;
  background: #918C86;
}

.equipment .table02 th {
  background: #DEDCDA;
}


/*- note --*/
.equipment .note {
  padding: 5px 0;
  text-align:right;

}
.equipment .note02 {
  padding: 5px 18px;
  text-align:left;

}


/*============================================================
●9．金型づくり（HOME/making/）
============================================================*/
/* selector (#container) */
.making {}


/* page title */
.making #title {
  background: url(../../making/images/title_bg.jpg) no-repeat center top;
}


/*== 記事 ========================*/
.making .repeat {
  width: 920px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

/* 本文部 */
.making .repeat .data {
  float: left;
  width: 300px;
  padding-bottom: 15px;
}

.making .repeat .text {
  text-align: left;
}

/* 画像 */
.making .repeat .image {
  width: 590px;
  margin: 0 0 0 auto;
  padding-bottom: 15px;
}


/*-- 記事別 ----------*/
.making #sec02 .data,
.making #sec04 .data {
  float: right;
}
.making #sec02 .image,
.making #sec04 .image {
  margin: 0 auto 0 0;
}



/*============================================================
●10．求める人物像（HOME/recruit/）
============================================================*/
/* selector (#container) */
.recruit {}


/* page title */
.recruit #title {
  background: url(../../recruit/images/title_bg.jpg) no-repeat center top;
}


/*== section 1 ========================*/
.recruit #sec01 {
  width: 760px;
  margin: 0 auto;
  padding: 20px 0;
}

.recruit #sec01 h6{ text-align:left; margin-left:4px; }

.recruit #sec01 ul {
  list-style: outside disc;
  margin: 0 auto 20px;
  padding: 10px 20px 40px;
  background: url(../common_img/bg_shadow02.png) no-repeat center bottom;
  text-align: left;
}

.recruit #sec01 li {
  padding: 4px 0;
}



/*============================================================
●11．先輩社員の声（HOME/voice/）
============================================================*/
/* selector (#container) */
.voice {}


/* page title */
.voice #title {
  background: url(../../voice/images/title_bg.jpg) no-repeat center top;
}


/*== 記事 ========================*/
.voice .repeat {
  position: relative;
  width: 720px;
  margin: 0 auto;
  margin: 0 auto 20px;
  padding: 20px 0 20px;
}

.voice .repeat:before{
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 760px;
  height: 10px;
  visibility: visible;
  background: url(../common_img/bg_shadow02.png) no-repeat center bottom;
  content: "";
  zoom: 1;
}

.voice .repeat .image {
  float: right;
}

.voice .repeat .name {
  padding: 10px 10px;
  color: #0C96D5;
  text-align: left;
}

.voice .repeat .text {
  overflow: hidden;
  padding: 0 10px 20px;
  text-align: left;
}


/*============================================================
●12．サイトマップ（HOME/sitemap/）
============================================================*/
/* selector (#container) */
.sitemap {}


/* page title */
.sitemap #title {
  background: url(../../sitemap/images/title_bg.jpg) no-repeat center top;
}


/*== section 1 ========================*/
.sitemap #sec01 {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto 20px;
  background: url(../sitemap/images/bg01.png);
}

.sitemap #sec01:before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 960px;
  height: 60px;
  visibility: visible;
  background: url(../sitemap/images/bg01top.png) no-repeat 0 0;
  content: "";
}

.sitemap #sec01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 960px;
  height: 20px;
  visibility: visible;
  background: url(../sitemap/images/bg01botm.png) no-repeat 0 0;
  content: "";
}


/*-- リスト ----------*/
.sitemap #sec01 ul li p:first-child {
  margin: 0 auto 10px;
  padding: 0 0 5px ;
  border-bottom: 1px dotted #cccccc;
  color: #25408F;
  font-size: 117%;
  font-weight: bold;
  text-align: left;
}

.sitemap #sec01 p a,
.sitemap #sec01 p a:link,
.sitemap #sec01 p a:visited {
  display: inline-block;
  padding: 0 10px;
  background: url(../common_img/icon_arrow02.png) no-repeat left center;
  text-decoration: none;
}

.sitemap #sec01 p a:hover,
.sitemap #sec01 p a:active,
.sitemap #sec01 p a:focus {
  text-decoration: underline;
}

.sitemap #sec01 ul li div:first-child {
  margin: 0 auto 15px;
  padding: 0 0 5px 18px;
  border-bottom: 1px dotted #cccccc;
  background: url(../common_img/icon_bullet01.png) no-repeat 0 3px;
  color: #25408F;
  font-size: 117%;
  font-weight: bold;
  text-align: left;
}


/* 子リスト */
.sitemap #sec01 li ul {
  padding: 0 0 30px 20px;
}

.sitemap #sec01 li li {
  display: inline-block;
  padding: 4px 20px 4px 0;
}

.sitemap #sec01 li li a,
.sitemap #sec01 li li a:link,
.sitemap #sec01 li li a:visited {
  display: inline-block;
  padding-left: 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat 0 5px;
  text-decoration: none;
}

.sitemap #sec01 li li a:hover,
.sitemap #sec01 li li a:active,
.sitemap #sec01 li li a:focus {
  text-decoration: underline;
}

/* ブロック別 */
.sitemap #sec01 .bloc01 {
  float: left;
  width: 440px;
  padding: 20px 0 20px 20px;
  text-align: left;
}

.sitemap #sec01 .bloc02 {
  float: right;
  width: 440px;
  padding: 20px 20px 20px 0;
  text-align: left;
}

.sitemap #sec01 .bloc02 li li {
  display: block;
  padding: 4px 20px 4px 0;
}



