body {
  font-family:"游ゴシック体", YuGothic, "メイリオ", "Meiryo",  "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
  /*user-select:none;*/
}

/*html{
  scroll-padding-top: 5rem;
}

main {
  margin-bottom:2rem;
}

.article-list .article {
	margin: 0px;
	}
   
.article:after {
    content: "";
   display: block;
    clear: both;
    }

.article-intro-image{
  width:33%;
  float:left;
}

.article-body{
  padding-left:0px;
  width:67%;
  float:right;   
}*/

/*body topのマージン*/
#sp-main-body {
    padding: 60px 0;
}

/*HOME*/
.home h3 {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 7px #611f00;
    font-weight: normal;
    background-color: #e7e7e7;
    margin-left: -5px;
}

.home p {
  padding: 5px;
  line-height:1.8em;
}

.home div {
  padding: 0 0 7px 5px;
}

/*テーブル company*/
.company table {
    width:100%;
    border-collapse: collapse;
	border: solid 1px #cccccc;
}

.company td {
    padding: 10px;
    font-size: 16px;
    text-align: left;
    vertical-align: center;
    border: solid 1px #aaa;
}

.company th {
  	background-color: #e7e7e7;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    vertical-align: center;
    border: solid 1px #aaa;
}

.company tr>:first-child {
    width:25%;
  background-color: #e7e7e7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 

/*.company tr>:nth-child(2) {
    width:18%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/

/*.company h3 {
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 6px #002147;
    font-weight: normal;
    margin-left: 0px;
}*/

/*テーブル boat*/
.boat table {
    width:100%;
    border-collapse: collapse;
	border: solid 1px #cccccc;
}

.boat td {
    padding: 10px;
    font-size: 16px;
    text-align: left;
    vertical-align: center;
    border: solid 1px #aaa;
  
}

.boat th {
  	background-color: #e7e7e7;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    vertical-align: center;
    border: solid 1px #aaa;
}

.boat tr>:first-child {
    width:20%;
  background-color: #e8e8e8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   font-weight: bold;
} 