@charset "UTF-8";
body {
    line-height: 2em;
    font-family: "MSGothic";
	background:#FFF;
}
#sub-header {
    width: 800px;
    margin: 0 auto;
    background: #362e2b;
    padding: 35px;
}
ul.f-menu {
    text-align: right;
    color: #fff;
}
#sub-header ul li {
    display: inline-block;
    margin: 0 15px;
}
#sub-header ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 100px;
}
#sub-header ul li a:hover {
    color: #326b00;
}
/*----------------------------- main---------------------------------- */
#content {
    width: 800px;
    margin: 0 auto;
}
#breadcrumbs-one{
  /* background: #538dd5; */
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  overflow: hidden;
  /* width: 44%; */
  margin: 30px 0;
  font-family: "ヒラギノ角ゴ ProW6";
  border: none;
}

#breadcrumbs-one li{
  float: left;
  background: #538dd5;
  border-color: #f5f5f5 #e5e5e5 #ccc;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #226104;
  background-image: linear-gradient(to right, #226104, #226104);
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #56bf24;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{
  z-index: 2;
  border-left-color: #226104;
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #56bf24;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
h1.sub-title {
    font-size: 30px;
    color: #774300;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-family: "MSMincho";
}
.sub-content-detail h3 {
    color: #226104;
    line-height: 1.2;
	font-size:16px;
	font-weight:bold;
}
.wrap-sub-content {
    margin: 50px 0;
}
.sub-content-detail {
    margin-bottom: 35px;
    font-family: "MSMincho";
}
.sub-sub-title {
    font-size: 21px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 10px;
    background: #226104;
    padding-left: 5px;
}
.sub-detail {
    font-size: 16px;
}
.font li {
    font-size: 16px;
}
.sub-detail a {
    text-decoration: none;
}
/*---------------------------- #footer----------------------------- */
#footer {
    clear: both;
    width: 800px;
    margin: 0 auto;
    background: #362e2b;
    padding: 35px;
}
ul.f-menu {
    text-align: right;
    color: #fff;
}
#footer ul li {
    display: inline-block;
    margin: 0 15px;
}
#footer ul li a, span.text-order a {
    color: #fff;
    text-decoration: none;
    line-height: 100px;
}

ul.font {
    list-style: inherit !important;
    display: inline-block;
    margin-left: 17px;
}
/* ------------------------Reponsiver smartphone------------------ */
/* ---------Screen min width 480------------ */


@media screen and (max-width: 640px){
  h1.sub-title {
    font-size: 32px;
  }


}



@media only screen and (min-width: 480px){
    div#sub-header,
    div#content,
    div#footer {
        width: 90%;
    }
.tableview {
    width: 100%;
    border-collapse: collapse;
    border: #E0E0E0 solid 1px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.tableview tr {
    border-bottom: #E0E0E0 solid 1px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.tableview th {
    width: 22%;
    padding: 15px 0 15px 0;
}
.tableview th, .tableview td {
    border-width: 1px 0;
    vertical-align: middle;
    line-height: 1.5;
}
.tableview th {
    text-align: center;
    font-weight: normal;
    background-color: #F0F0F0;
    width: 20%;
}
.tableview td {
    padding: 15px 0px 15px 10px;
}
.tableview th, .tableview td {
    border-width: 1px 0;
    vertical-align: middle;
    line-height: 1.5;
}


}/* end screen 480 */
@media only screen and (min-width: 1024px){
    div#sub-header,
    div#content,
    div#footer {
        width: 800px;
    }



}/* end screen 1024 */

@media screen and (max-width: 480px){
    div#sub-header,
    div#footer {
        width: 100%;
        height: 100px;
        padding:0;
    }
    div#content {
        width: 90%;
    }
    .wrap-sub-content {
        margin: 15px 0;
    }
    h1.sub-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .sub-sub-title {
        font-size: 20px;
    }
    .sub-detail {
        font-size: 15px;
    }
    .font li {
        font-size: 15px;
    }
    #footer ul li a {
        font-size: 12px;
    }
}/* end screen 480 */




@media screen and (max-width: 414px){
#breadcrumbs-one a {
    padding: 10px 0;
    font-size: 15px;
    padding-left: 19px;
}



}
@media screen and (max-width: 375px){
#breadcrumbs-one a {
    padding: 10px 0;
    font-size: 13px;
    padding-left: 19px;
}



}
@media screen and (max-width: 320px){
#breadcrumbs-one a {
    padding: 10px 0;
    font-size: 12px;
    padding-left: 19px;
}



}
.hover-link {
  font-size: 20px;
}
.hover-link {text-decoration: none;color: #226104;}
.hover-link:hover {
  color: #326b00;
}




