/*
Theme Name: withdom
Author: star-next
Author URI: 
Description: 
*/
/* common */
* {
  margin: 0;
  padding: 0;
}

.inBox {
  margin: 0 auto;
  width: 1000px;
}

a {
  color: #555;
  text-decoration: none;
}

li {
  list-style: none;
}

/* header */
header {
  width: 100%;
  border-top: solid 5px #555;
  background: #fff;
  overflow: hidden;
}
header h1 {
  float: left;
}
header h1 a {
  display: block;
  padding: 25px 0;
  font-size: 48px;
}

nav {
  overflow: hidden;
  float: right;
}
nav li {
  float: left;
}
nav li a {
  display: block;
  margin-left: 30px;
  padding: 50px 0 10px 0;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px #31a589;
  border-bottom: solid 2px #555;
}

.contentBox {
  margin: 0 0 40px;
  overflow: hidden;
}

.mainBox {
  width: 680px;
  float: left;
}
.mainBox h2 {
  margin: 0 0 20px;
  font-size: 20px;
  color: #555;
}

.brandExpBox {
  overflow: hidden;
  margin: 0 0 40px;
}
.brandExpBox img {
  float: left;
  width: 150px;
  height: auto;
  border: 1px solid #333;
}
.brandExpBox p {
  float: right;
  margin: 0 0 40px;
  width: 500px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #666;
}

.itemListBox {
  overflow: hidden;
}
.itemListBox li {
  float: left;
  width: 145px;
  height: 280px;
  margin-right: 25px;
}
.itemListBox li:nth-child(4) {
  margin-right: 0;
}
.itemListBox dt img {
  width: 100%;
  height: auto;
}
.itemListBox .postTitle {
  margin: 0 0 10px;
  font-weight: bold;
}
.itemListBox .postExp {
  margin: 0 0 10px;
}
.itemListBox .postExp p {
  font-size: 12px;
}
.itemListBox .postTime {
  font-size: 12px;
}

/*itemListBox*/
.itemBox p {
  margin: 0 0 40px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #666;
}
.itemBox p img {
  width: 100%;
  height: auto;
}

.pnBox {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pnBox li {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 8px;
  background: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pnBox li.active {
  background: #31a589;
}

.pnBoxS, .BreadcrumbBox {
  margin: 0 auto;
  width: 100%;
}
.pnBoxS li, .BreadcrumbBox li {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  border-right: 1px solid #666;
}
.pnBoxS li:first-child, .BreadcrumbBox li:first-child {
  padding-left: 0;
}
.pnBoxS li:last-child, .BreadcrumbBox li:last-child {
  padding-rihgt: 0;
  border: none;
}

.BreadcrumbBox {
  margin: 0 0 40px;
  text-align: left;
}
.BreadcrumbBox li {
  padding: 0;
  border: none;
}
.BreadcrumbBox li:after {
  content: "\003e";
  margin: 0 20px;
}
.BreadcrumbBox li:last-child:after {
  content: none;
}

.sideBox {
  float: right;
  padding: 10px;
  width: 300px;
  background: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sideBox dl {
  margin: 0 0 20px;
  background: #fff;
}
.sideBox dt {
  padding: 5px;
  font-weight: normal;
  color: #FFF;
  background-color: #555;
}
.sideBox dd li {
  padding: 5px;
}

/* footer */
footer {
  width: 100%;
  background-color: #f0f0f0;
  padding: 45px 0px 0;
  clear: both;
  background: #eee;
}
footer .wire {
  padding: 0 0 45px;
  width: 100%;
  background-color: #f0f0f0;
  clear: both;
  overflow: hidden;
}
footer .aksent {
  margin: 0 auto 40px;
  width: 500px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-image: url(../../../../images/aksent.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
footer .line, footer .mail {
  float: left;
  margin-right: 50px;
  width: 300px;
  padding: 22px 0;
  background-color: #31a589;
  font-size: 20px;
  text-align: center;
  background-image: url(../../../../images/line.png);
  background-repeat: no-repeat;
  background-position: 10% 48%;
  border-radius: 5px 5px;
}
footer .line a, footer .mail a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
}
footer .line a:after, footer .mail a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .mail {
  background-image: url(../../../../images/mail.png);
}
footer .tel {
  float: left;
  width: 300px;
  text-align: center;
  background-image: url(../../../../images/tel.png);
  background-repeat: no-repeat;
  background-position: 40px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: #31a589;
  font-weight: bold;
}
footer .tel span {
  font-size: 20px;
  padding-left: 30px;
  color: #555;
  display: block;
}

.infooter {
  width: 1000px;
  margin: 0 auto;
  border-top: solid 1px #ccc;
  overflow: hidden;
}
.infooter .company,
.infooter .siteList01,
.infooter .siteList02 {
  float: left;
  padding: 45px 0 45px;
  width: 300px;
  margin-right: 50px;
}
.infooter .company span,
.infooter .siteList01 span,
.infooter .siteList02 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.infooter .siteList02 {
  margin: 0;
}

.copyLight {
  margin: 0 auto;
  padding: 20px;
  width: 1000px;
  clear: both;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-top: solid 1px #ccc;
}

.notFound p {
  margin: 0 0 10px;
  color: #666;
}
.notFound p a {
  text-decoration: underline;
}
