@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************
reset
******************************/
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr, acronym, fieldset, img, input {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: '';
}

a, img {
  vertical-align: top;
  display: inline-block;

}

/******************************
共通
******************************/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  min-height: 100%;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, input {
  outline: none;
}

a,
a:link,
a:visited {
  color: #3b3b3b;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

/******************************
レイアウト
******************************/
body {
  font-size: 1.6rem;
}

/******************************
共通パーツ
******************************/
.box {
  width: 960px;
  margin: 0 auto;
}

.imgResponsive {
  width: 100%;
  height: auto;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.fwb {
  font-weight: bold;
}

.dn {
  display: none !important;
}

.imgOver {
  background-repeat: no-repeat;
  background-position: bottom;
}

.imgOver img {
  transition: .5s;
}

.imgOver:hover img {
  opacity: 0;
}

.btn a {
  overflow: hidden;
  position: relative;
}
.btn a:hover {
  opacity: .9;
}
.btn img {
  position: absolute;
  top: 0;
  left: 0;
}

/******************************
HEADER
******************************/
.header {
  padding: 24px 0 24px;
  overflow: hidden;
}

.logSite {
  width: 220px;
  float: left;
}

.gnav {
  padding-top: 13px;
  float: right;
  overflow: hidden;
}
.gnav li {
  float: left;
  margin-left: 67px;
}
.gnav li:last-child {
  margin-left: 21px;
}
.gnav .btn a {
  width: 155px;
  height: 30px;
}
.gnav .btn a:active img {
  top: 3px;
  left: 3px;
}

/******************************
FOOTER
******************************/
.footer {
  padding: 50px 0 70px;
  background-color: #eeeeee;
}

.footerTop {
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px dashed #000;
}

.footerLog {
  margin-top: 3px;
  float: left;
}

.footerAddress {
  margin-top: 10px;
  margin-left: 13px;
  float: left;
  color: #323232;
  font-size: 1.2rem;
  line-height: 1.5;
}

.pageTop {
  padding-top: 11px;
  float: right;
}

.copyright {
  padding-top: 22px;
  color: #2B2B2B;
  font-size: 1.1rem;
}

/******************************
INDEX
******************************/
.contents.indexContents {
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 105px;
}

.mainVisual {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.mainVisual img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -640px;
}

.boxIndex {
  margin-bottom: 85px;
  padding: 1px 0;
  background: url(/common/images/index/bg_menu.png) repeat-x left top;
}

.menuList {
  overflow: hidden;
}
.menuList li {
  float: left;
}
.menuList a:hover {
  opacity: 0.8;
}

.message {
  margin-bottom: 90px;
  text-align: center;
}
.message p {
  margin-top: 28px;
}
.message p:first-of-type {
  margin-top: 0;
}

.messageTit {
  margin-bottom: 18px;
}

.indexBtn {
  text-align: center;
}
.indexBtn li {
  margin-left: 16px;
  display: inline-block;
}
.indexBtn li:first-child {
  margin-left: 0;
}
.indexBtn li.active img {
  top: 5px;
  left: 5px;
}
.indexBtn .btn a {
  width: 393px;
  height: 73px;
}
.indexBtn .btn a:active img {
  top: 5px;
  left: 5px;
}

/******************************
PROJECT
******************************/
.boxTitle {
  padding: 40px 0 35px;
  background: url(/common/images/common/bg_title.png) repeat left top;
  text-align: center;
}
.titPage {
  width: 960px;
  margin: 0 auto;
  color: #FFF;
  font-size: 4.3rem;
  font-weight: bold;
}
.breadCrumb {
  padding: 7px 0px 9px;
  background-color: #eee;
}
.breadCrumb ul {
  overflow: hidden;
}
.breadCrumb li {
  float: left;
  margin-left: 5px;
}
.breadCrumb li:first-child {
  margin-left: 0;
}
.breadCrumb li, .breadCrumb a {
  color: #000;
  font-size: 1.4rem;
}
.project {
  margin-top: 64px;
  margin-bottom: 80px;
}
.project .messageTit {
  margin-bottom: 29px;
}
.project .message {
  margin-bottom: 62px;
}
.projectList {
  margin-top: -41px;
  overflow: hidden;
}
.projectList li {
  width: 458px;
  margin-top: 39px;
  font-size: 1.4rem;
}
.projectList li:nth-child(odd) {
  float: left;
}
.projectList li:nth-child(even) {
  float: right;
}
.projectList li:nth-child(0) {
  clear: both;
}
.projectList li:hover {
  opacity: 0.8;
}
.projectList img {
  margin-bottom: 15px;
}
.projectLink {
  width: 960px;
}
.subTit{
  width: 960px;
  position: relative;
}
.subTit .tit{
  font-size: 2.4rem;
  color: #00458f;
  margin: 43px 0 21px 2px;
}
.subTit hr{
  width: 410px;
  height: 1px;
  margin: 0;
  border: none;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
}
.subTit .hrLeft{
  left: 0;
}
.subTit .hrRight{
  right: 0;
}
.projectLink .linkList{
  overflow: hidden;
}
.projectLink .linkList li{
  float: left;
  margin-right: 9px;
}
.projectLink .linkList li:hover {
  opacity: 0.8;
}
.projectLink .linkList .last{
  margin: 0;
}
/*.imgList {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.imgList li {
  display: inline-block;
}
.imgList li:first-child {
  margin-left: 0;
}

.imgListContents {
  margin-top: 57px;
}
.imgListContents li {
  margin-left: 12px;
}

.titProjectList {
  position: relative;
  text-align: center;
}
.titProjectList span {
  width: 6em;
  margin: 0 auto;
  padding: 0 1em;
  display: block;
  color: #00458F;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  background-color: #FFF;
}
.titProjectList:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e1e1e1;
  content: "";
}

.projectListBottom .imgList {
  margin-top: 21px;
}
.projectListBottom .imgList li {
  margin-left: 7px;
}*/

/***********************************
project下層共通
***********************************/
.contents {
  margin: 72px auto 85px;
  text-align: center;
}
.contents h2{
  margin: 60px 0 52px;
}
.contents p{
  margin-bottom: 29px;
}
.contents .bold{
  font-weight: bold;
}
.contents .imgBox{
  width: 969px;
  margin: 48px auto 0;
  overflow: hidden;
}
.contents .imgBox li{
  float: left;
  margin:0 9px 9px 0;
}
.mainImg{
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
}
.mainImg img{
  position: absolute;
  left: 50%;
  top: 0;
  width: 1280px;
  height: 380px;
  margin-left: -640px;
}
.contents.projectChild{
  width: 960px;
  margin: 0 auto 90px;
  overflow: hidden;
}
/******************************
selling
******************************/

/******************************
demolition
******************************/
.works{
  width: 960px;
}
.worksTable{
  overflow: hidden;
}
.worksTable tr:nth-of-type(n+10){
  display: none;
}
.works table{
  width: 780px;
  margin: 0 auto;
}
.works table th,
.works table td{
  border: 1px solid #c8c8c8;
  padding: 9px 14px;
  line-height: 1.5;
}
.works table th{
  background: #f7f7f7;
  text-align: center;
}
.works table th.area{ width: 150px; }
.works table th.date{ width: 140px; }
.works table td{
  text-align: left;
}
.works .show{
  width: 340px;
  height: 63px;
  margin: 0 auto; 
  position: relative;
}
.works .btn{
  width: 340px;
  display: inline-block;
  background: #004ea2;
  color: #fff;
  font-size: 1.8rem;
  margin: 30px auto;
  padding: 15px 10px 13px;
  box-shadow: 4px 4px 0px 0px #e7e7e7;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.works .btn:hover{
  opacity: .9;
}
.works .btn:active{
  top: 4px;
  left: 4px;
  box-shadow: 0px 0px 0px 0px #e7e7e7;
}
.works .btn.showTable{
  /*display: none;*/
}

/******************************
transporting
******************************/
.contents .different{
  margin-bottom: 27px;
}
.ships{
}
.shipsBox{
  padding: 0 20px;
  overflow: hidden;
}
.shipsBox table{
  width: 780px;
  margin: 0 auto;
}
.shipsBox th,
.shipsBox td{
  border: solid 1px #c8c8c8;
}
.shipsBox th{
  width: 203px;
  text-align: center;
  background: #f7f7f7;
  padding: 4px 10px;
}
.shipsBox td{
  padding: 9px 15px;
  text-align: left;
}
.shipsBox td.tit{
  width: 75px;
  background: #fafafa;
  text-align: center;
}
.shipsBox .img{
  float: right;
  border: solid 1px #c8c8c8;
}

/******************************
insurance
******************************/
.projectLink .title .insuranceH3{
  margin-top: 54px;
}
.items{
}
.itemsBox{
  padding: 0 20px;
  overflow: hidden;
}
.itemsBox table{
  font-size: 16px;
  width: 600px;
  float: left;
}
.itemsBox th,
.itemsBox td{
  border: solid 1px #c8c8c8;
}
.itemsBox th{
  width: 150px;
  text-align: center;
  background: #f7f7f7;
  padding: 4px 10px;
}
.itemsBox td{
  padding: 9px 15px;
  text-align: left;
}
.itemsBox td.tit{
  width: 75px;
  background: #fafafa;
  text-align: center;
}
.itemsBox td a{
  display: inline-block;
}
.itemsBox td a.logo{
  margin-top: 5px;
}
.itemsBox td a + a{
  margin-top: 10px;
}
.itemsBox .img{
  float: right;
  margin: 0;
  border: solid 1px #c8c8c8;
}

/******************************
company
******************************/
.contCompany{
  width: 780px;
  margin: 0 auto 100px;
  padding: 0;
}
.contCompany h2{
  font-size: 1.5em;
  font-weight: bold;
  margin: 41px 0 5px 4px;
}
.contCompany .companyTable tr th{
  width: 203px;
  background: #f7f7f7;
  text-align: center;
}
.contCompany .companyTable td{
  width: 576px;
  padding-left: 14px;
}
.contCompany .companyTable td span{
  font-size: 12px;
}
.contCompany .companyTable tr th, .companyTable tr td{
  border: 1px solid #c8c8c8;
  padding: 9px 0;
  line-height: 1.5;
}
.contCompany .companyTable .greetingLink a{
  background: #004ea2;
  padding: 4px 22px 4px 11px;
  margin-left: 347px;
  font-size:1.1rem;
  color: #fff;
  text-decoration: none;
}
.contCompany .companyTable .greetingLink a:hover{
  opacity: .9;
}
.contCompany .companyTable .greetingLink span{
  font-size: 0.9em;
  padding-right: 12px;
}
.contCompany .staff .people{
  width: 463px;
}
.contCompany .staff .years{
  width: 106px;
  background: #f7f7f7;
}

/******************************
greeting
******************************/
.contents.greetContents{
  width: 960px;
  margin: 0 auto;
  padding: 118px 0 110px;
}
.greeting{
  overflow: hidden;
}
.greeting .tit{
  margin: 0;
  text-align: center;
}
.greeting .txt{
  width: 770px;
  margin: 32px auto;
  text-align: left;
}
.greeting .img{
  margin: 61px 98px 0 0;
  text-align: right;
}

/******************************
contant
******************************/
.contContents{
  width: 780px;
  margin: 0 auto 100px;
}
.contContents.regist{
  margin: 0 auto;
  min-height: 500px;
}
.contContents .contTit{
  font-size: 1.5em;
  font-weight: bold;
  margin: 41px 0 7px 4px;
}
.contContents .contTable{
  width: 100%;
  line-height: 1.5
}
.contTable th{
  width: 289px;
  background: #f7f7f7;
  border: 1px solid #c8c8c8;
  padding: 22px 14px 18px;
  overflow: hidden;
  vertical-align: top;
}
.contTable th span{
  color: #fff;
  font-size: 0.94em;
  background: #c6000f;
  padding: 1px 9px 0px;
  float: right;
}
.contTable td{
  border: 1px solid #c8c8c8;
  padding: 14px 9px;
  overflow: hidden;
}
.contTable td.error{
  background: #ffe7e7;
  padding: 14px 9px 5px;
}
.contTable td.error p{
  color: #d80808;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
  clear: both;
}
.contTable td.name input{
  width: 231px;
  float: left;
}
.contTable td.name input + input{
  margin-left: 9px;
}
.contTable td.checkbox{
  padding: 18px 0 17px;
}
.contTable td.checkbox input[type=checkbox]{
  width: 14px;
  margin: 9px 8px 9px 15px;
}
.contTable input{
  width: 471px;
  padding: 7px 12px;
  border: 1px solid #c8c8c8;
}
.contTable textarea{
  width: 471px !important;
  padding: 7px 12px;
  line-height: 1.45;
  border: 1px solid #c8c8c8;
}
.privacy{
  margin-top: 20px;
  font-size: 16px;
  border: solid 1px #c8c8c8;
}
.privacyTit{
  padding: 7px 15px;
  background: #454545;
  color: #fff;
  border-bottom: solid 1px #c8c8c8;
}
.privacyIn{
  font-size: 14px;
  padding: 20px 15px;
  height: 240px;
  overflow: auto;
  line-height: 1.5;
}
.privacyIn p{
  margin-bottom: 21px;
}
.privacyIn .tit{
  margin-bottom: 0;
  font-weight: bold;
}
.privacyCheck{
  text-align: center;
  margin-top: 27px;
}
.privacyCheck.error{
  background: #ffe7e7;
}
.privacyCheck input{
  margin-right: 10px;
}
.privacyCheck p{
  color: #d80808;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
}
.btnBox{
  width: 805px;
  text-align: center;
  margin: 35px 0 0 -15px;
}
.btnBox li{
  width: 390px;
  height: 72px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.btnBox li + li{
  margin-left: 15px;
}
.btnBox a,
.btnBox input{
  width: 390px;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  padding: 17px 20px 18px;
  box-shadow: 5px 5px 0px 0px #e7e7e7;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.btnBox a{
  background: #004ea2;
}
.btnBox input{
  background: #f3c527;
}
.btnBox a:hover,
.btnBox input:hover{
  opacity: .9;
}
.btnBox a:active,
.btnBox input:active{
  top: 5px;
  left: 5px;
  box-shadow: 0px 0px 0px #e7e7e7;
}

/******************************
@media
******************************/
@media print {
  .gnav {
    display: none;
  }

  .indexContents {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .boxIndex {
    margin-bottom: 30px;
  }

  .indexMessage p {
    margin-top: 20px;
  }

  .indexMessage {
    margin-bottom: 30px;
  }

  .indexBtn {
    display: none;
  }

  .footer {
    padding: 0;
  }

  .pageTop {
    display: none;
  }
}
