@charset "UTF-8";
.opacity, .sub .sub-nav li a:hover, a img:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* layout style
----------------------------------------------------------- */
html, body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f3f3f3;
  color: black;
  line-height: 1.5;
  height: 100%;
}

/* contents */
.contents {
  overflow: hidden;
  background-image: none;
}

.home .contents {
  background: url(../images/body_bg.png) no-repeat;
  background-size: contain;
}

/* header */
header {
  position: relative;
  z-index: 0;
  /*
  	@include box-shadow(-5px 0 8px rgba(204,204,204,0.9));
  */
  background: #FFF;
  height: 50px;
  margin-top: 50px;
}
header h1 a {
  width: 397px;
  height: 87px;
  background-image: url('../images/base-sdff1d6ac99.png');
  background-position: 0 -448px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: -37px;
  left: -30px;
  margin: 0;
}
header .header-nav {
  position: absolute;
  top: 15px;
  right: 0;
}
header .header-nav li {
  float: left;
  margin-left: 30px;
  background: url(../images/base/ar_01.png) 0 5px no-repeat;
  padding-left: 15px;
}

.home header {
  margin-top: 0;
}

/* menu */
.main-nav {
  background: #DE2E05;
}
.main-nav a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  width: 192px;
  height: 50px;
  background: url(../images/base/menu.png) no-repeat;
}
.main-nav .menu-01 a {
  background-position: 0 0;
}
.main-nav .menu-01 a:hover {
  background-position: 0 -50px;
}
.main-nav .menu-02 a {
  background-position: -192px 0;
}
.main-nav .menu-02 a:hover {
  background-position: -192px -50px;
}
.main-nav .menu-03 a {
  background-position: -384px 0;
}
.main-nav .menu-03 a:hover {
  background-position: -384px -50px;
}
.main-nav .menu-04 a {
  background-position: -576px 0;
}
.main-nav .menu-04 a:hover {
  background-position: -576px -50px;
}
.main-nav .menu-05 a {
  background-position: -768px 0;
}
.main-nav .menu-05 a:hover {
  background-position: -768px -50px;
}

.news .menu-01 a {
  background-position: 0 -50px;
}

.about .menu-02 a {
  background-position: -192px -50px;
}

.measuring .menu-03 a {
  background-position: -384px -50px;
}

.software .menu-04 a {
  background-position: -576px -50px;
}

.substrate .menu-05 a {
  background-position: -768px -50px;
}

/* main */
.main {
  width: 690px;
  float: left;
}

/* sub */
.sub {
  width: 220px;
  float: right;
}
.sub h3 {
  background: #de2e05;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.sub .sub-nav li {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1px;
}
.sub .sub-nav li:first-child {
  margin-top: 0;
}
.sub .sub-nav li a {
  padding: 10px 10px 10px 25px;
  background: white url(../images/base/ar_02.png) 10px 15px no-repeat;
  color: #de2e05;
  display: block;
}
.sub .sub-nav li a:hover {
  text-decoration: none;
}

/* footer */
footer .footer-info {
  margin-top: 100px;
  padding: 20px 0;
  background: #FFF;
}
footer .footer-info .foot-logo {
  width: 314px;
  height: 61px;
  background-image: url('../images/base-sdff1d6ac99.png');
  background-position: 0 -367px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
footer .footer-info .tel {
  width: 459px;
  height: 24px;
  background-image: url('../images/base-sdff1d6ac99.png');
  background-position: 0 -555px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}
footer .footer-info address {
  background: url(../images/base/access_icon.png) no-repeat;
  padding: 0 0 0 30px;
  color: #de2e05;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
}
footer .footer-info address span {
  margin-left: 20px;
  color: #333;
  font-weight: normal;
}
footer .footer-menu {
  background: #de2e05;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
}
footer .footer-menu a {
  color: #FFF;
}
footer .footer-menu .copyright {
  margin-top: 20px;
}

/* common-class */
/* clearfix */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

/* box */
.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.section {
  margin-top: 50px;
}
.section:first-child {
  margin-top: 0;
}

.section > .inner {
  background: #FFF;
  padding: 30px 20px;
}

.full {
  width: 960px;
}

.half {
  width: 465px;
}

/* バナー */
.banners li {
  margin-top: 10px;
}

/* float */
.left {
  float: left;
}

.right {
  float: right;
}

/* 見出し */
.page h2,
.blog h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #de2e05;
}

.section h2,
.section h3 {
  margin-bottom: 10px;
}

.tit-01 {
  background: url(../images/base/bg_tit_01.png) 0 4px no-repeat;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  padding-left: 30px;
  margin-bottom: 10px;
}

.tit-02 {
  color: #FFF;
  background: #de2e05;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 20px;
}

.tit-03 {
  background: url(../images/base/bg_tit_02.png) 0 4px no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 20px;
  margin-bottom: 10px;
}

.tit-04 {
  color: #FFF;
  background: #de2e05;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-indent: 1em;
  display: inline-block;
  width: 100%;
}

/* テキスト */
.bold {
  font-weight: bold;
}

.inner p {
  margin-top: 10px;
}
.inner p:first-child {
  margin-top: 0;
}

/* 非表示 */
.hide {
  display: none !important;
}

/* リンク */
a {
  color: #333333;
  text-decoration: none;
}
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #333333;
}
a:active {
  color: #333333;
}
a:hover {
  text-decoration: underline;
}

/* totop */
.totop {
  position: fixed;
  bottom: 100px;
  right: 50px;
}

/* tobottom */
.tobottom {
  position: fixed;
  top: 550px;
  right: 50px;
}

/* パンくず */
.topicpath {
  margin: 20px 0 35px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.topicpath li {
  float: left;
  margin-right: 5px;
}

/* ページャー */
.wp-pagenavi {
  margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #FFF;
  border: none !important;
  color: #333;
}
.wp-pagenavi .current {
  background: #de2e05;
  color: #FFF;
}

/* テーブル */
.tbl_base {
  width: 100%;
  border-collapse: inherit;
  border-spacing: inherit;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
.tbl_base th {
  width: 25%;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
  background: #F7F7F7;
}
.tbl_base td {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
}

/* pages style
----------------------------------------------------------- */
/* トップページ */
#slide-container {
  background: #FFF;
}

#lead {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/top/txt_top.png) no-repeat;
  width: 707px;
  height: 21px;
  margin: 50px auto;
}

#service {
  margin-bottom: 60px;
}
#service .inner {
  margin-right: -30px;
  padding: 0;
  background: none;
}
#service .inner .group {
  width: 300px;
  float: left;
  margin-right: 30px;
}
#service .inner .group .photo {
  height: 149px;
}
#service .inner .group .info {
  border-top: 2px solid #de2e05;
  background: #FFF;
  padding: 15px;
}
#service .inner .group .info h2 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}
#service .inner .group .info .en {
  font-size: 16px;
  font-size: 1rem;
  color: #de2e05;
  margin-top: 0;
}
#service .inner .group .info .text {
  margin: 10px 0 15px;
  min-height: 55px;
}
#service .inner .group .info .more {
  text-align: right;
}

#news {
  background: #FFF;
  position: relative;
}
#news h2 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 19px;
  background: url(../images/top/news_tit.png) 20px 20px no-repeat;
  border-bottom: 1px solid #de2e05;
  padding: 20px 0;
  margin-bottom: 10px;
}
#news .more {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/base/ar_02.png) 0 5px no-repeat;
  padding-left: 15px;
}
#news .more a {
  color: #de2e05;
}
#news .list {
  padding: 0 20px 20px 20px;
}
#news .list dt {
  width: 95px;
  float: left;
  clear: both;
  padding: 10px 0;
}
#news .list dd {
  padding: 10px 0 10px 95px;
  border-top: 1px dotted #999;
}
#news .list dd:nth-child(2) {
  border: none;
}
#news .list dd a {
  text-decoration: underline;
}
#news .list dd a:hover {
  text-decoration: none;
}

#qa {
  margin-top: 30px;
}
#qa h2 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #de2e05 url(../images/top/qa_tit.png) 30px 8px no-repeat;
  width: 100%;
  height: 35px;
}
#qa dl {
  padding-top: 10px;
}
#qa dl dt {
  background: url(../images/top/q_icon.png) 0 2px no-repeat;
  padding: 0 0 8px 25px;
  border-bottom: 1px dotted #999;
  margin-top: 20px;
  cursor: pointer;
}
#qa dl dt:first-child {
  margin-top: 0;
}
#qa dl dd {
  background: white url(../images/top/a_icon.png) 10px 10px no-repeat;
  padding: 15px 15px 15px 50px;
  margin-top: 10px;
}
#qa dl dd p {
  margin-top: 10px;
}

#achievements h3 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 18px;
  background: url(../images/top/achivements_tit.png) no-repeat;
}
#achievements ul {
  margin: 0 -12px 0 0;
}
#achievements ul li {
  width: 147px;
  height: 125px;
  float: left;
  margin-right: 12px;
}

#facebook {
  margin-top: 30px;
}
#facebook h3 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 130px;
  height: 31px;
  background: url(../images/top/fb_tit.png) no-repeat;
}

.top-banner {
  margin-top: 30px;
}

#banner-group {
  clear: both;
}
#banner-group ul {
  margin-right: -24px;
}
#banner-group ul li {
  width: 222px;
  float: left;
  margin-right: 24px;
}
#banner-group ul li .name {
  background: url(../images/base/ar_01.png) 0 5px no-repeat;
  padding-left: 15px;
  margin-top: 5px;
}

/* 昭和電子工業について */
.about h2 {
  width: 233px;
  height: 24px;
  background: url(../images/about/tit_about_01.png) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.about #greeting .text {
  width: 320px;
}
.about #greeting .photo {
  width: 300px;
}
.about #access .gmap {
  margin-bottom: 20px;
}
.about .inner h4 {
  margin-top: 20px;
}
.about .inner h4:first-child {
  margin-top: 0;
}
.about .inner ul {
  padding-left: 1.5em;
  margin-top: 10px;
}
.about .inner ul:first-child {
  margin-top: 0;
}
.about .inner ul li {
  list-style: decimal;
  margin-top: 10px;
}
.about .inner ul li:first-child {
  margin-top: 0;
}
.about .inner ul li li {
  list-style: none;
}
.about .inner dt {
  width: 95px;
  float: left;
  clear: both;
  padding: 10px 0;
}
.about .inner dd {
  padding: 10px 0 10px 95px;
  border-top: 1px dotted #999;
}
.about .inner dd:nth-child(2) {
  border: none;
}
.about #rinen p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

/* お知らせ */
.news h2 {
  width: 89px;
  height: 23px;
  background: url(../images/news/tit_news_01.png) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news article {
  background: #FFF;
  padding: 30px 20px;
}
.news article h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  color: #333;
}
.news article .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #de2e05;
  text-align: right;
}
.news article .post-content {
  margin-top: 20px;
}
.news article .post-content .photo {
  width: 250px;
  margin-left: 20px;
}

/* 測定機/ソフトウェア/基板 */
.measuring h2,
.software h2,
.substrate h2 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.measuring .inner .photo,
.software .inner .photo,
.substrate .inner .photo {
  width: 250px;
  margin-right: 20px;
}

.measuring h2 {
  width: 72px;
  height: 24px;
  background: url(../images/measuring/tit_measuring_01.png) no-repeat;
}

.software h2 {
  width: 120px;
  height: 22px;
  background: url(../images/software/tit_software_01.png) no-repeat;
}

.substrate h2 {
  width: 48px;
  height: 23px;
  background: url(../images/substrate/tit_substrate_01.png) no-repeat;
}

/* 採用情報 */
.recruit h2 {
  width: 96px;
  height: 24px;
  background: url(../images/recruit/tit_recruit_01.png) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.recruit #voice .list {
  margin-top: 20px;
}
.recruit #voice .list:first-child {
  margin-top: 0;
}
.recruit #voice .list .photo {
  margin-right: 20px;
}
.recruit #voice .list .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.recruit #require .entry {
  margin-top: 30px;
}

/* 採用フォーム */
.recruit-form h2 {
  width: 132px;
  height: 24px;
  background: url(../images/contact/tit_rectuit-form_01.png) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contact h2 {
  width: 576px;
  height: 24px;
  background: url(../images/contact/tit_contact_01.png) no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.recruit-form .step,
.contact .step {
  margin-top: 20px;
}
.recruit-form .required,
.contact .required {
  width: 40px;
  height: 20px;
  background: url(../images/contact/icon_required.png) no-repeat;
  vertical-align: middle;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}
.recruit-form .form,
.contact .form {
  margin: 10px 0 30px;
}
.recruit-form .form .required,
.contact .form .required {
  margin: 0 0 0 10px;
}
.recruit-form .form .example,
.contact .form .example {
  color: #999;
  margin-left: 10px;
}
.recruit-form .submit,
.contact .submit {
  text-align: center;
}
.recruit-form input,
.contact input {
  vertical-align: middle;
}

input[type="text"] {
  width: 50%;
}

input[type="text"][name="age"],
input[type="text"][name="zip01"],
textarea[name="zip01"],
input[type="text"][name="zip02"],
textarea[name="zip02"] {
  width: 50px;
}

input[type="text"][name="address"] {
  width: 80%;
}

textarea {
  width: 80%;
  min-height: 200px;
}

label + label {
  margin-left: 10px;
}

input[type="submit"][name="confirm"] {
  border: 0 none;
  padding: 0;
  margin: 0;
  width: 250px;
  height: 50px;
  background: url(../images/contact/btn_confirm.png);
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

#pp .inner {
  height: 250px;
  overflow-y: auto;
}
#pp .inner h4 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
}
#pp .inner h4:first-child {
  margin-top: 0;
}
#pp .inner ul {
  margin-top: 10px;
  padding-left: 1.5em;
}
#pp .inner ul li {
  list-style: disc;
}

.error_title,
.error {
  color: red;
}

/* WPテーマ用CSS */
img.alignright {
  float: right;
  display: block;
  margin: 0 0 0 20px;
}

img.alignleft {
  float: left;
  display: block;
  margin: 0 20px 0 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}
