/* tablet style */

img {
  width: 100%;
}

/* frame */
#wrap {
  width: 100%;
  height: 100px;
  background: #0077ca;
}

#header {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}

#header .shoulderlogo {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 0px;
  background-image: url(../images/logo.png);
  background-size: 80px;
  background-repeat: no-repeat;
}

#header .shouldertext {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: bold;
}

#header .shoulderurl {
  position: absolute;
  bottom: 0px;
  left: 65px;
  color: #ffffff;
  font-size: 12px;
}

#topimage {
  max-width: 100%;
  max-height: 100%;
  min-height: 120px;
  margin: 0;
  background-image: url(../images/topimage.jpg);
  background-size: cover;
}

#topimage .inner {
  position: relative;
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
}

#topimage .read {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
}

#container {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  background: #ffffff;
//  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

#footer {
  position: relative;
  text-align: center;
  width :100%;
  height: 100px;
  color: #ffffff;
  font-size: 12px;
  line-height: 100px;
  background: #0077ca;
}


.banner {
  width: 100%;
  margin: 10px 0 20px 0;
}

.banner a {
  display: inline-block;
  width: 100%;
  height: 120px;
  background-image: url(../images/banner-entry-sp.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.chapter {
  width: 100%;
  border-bottom: 2px solid #0077ca;
  margin-bottom: 10px;
}

.chapter h1 {
  display: inline-block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  background: #0077ca;
  padding-left: 15px;
}

news.ul {
  width: 100%;
}

ul.news li {
  margin-bottom: 20px;
}

ul.news li .photo {
  width: 100%;
  height: 180px;
  display: block;
  overflow: hidden;
  border-right: solid 10px #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #ffffff;
}

ul.news li .rightcol {
  font-size: 14px;
  line-height: 22px;
}

ul.news li h2 {
  font-size: 18px;
  padding-bottom: 5px;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #cccccc;
}

.commontext {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.tablebox1 {
  border: 1px solid #999999;
  margin-bottom: 20px;
}

.tablebox1 dl {
  display: table-row-group;
}

.tablebox1 dt {
  width: 100%;
  padding: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #cccccc;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
}

.tablebox1 dd {
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
}


.tablebox2 {
  margin-bottom: 20px;
  border: 1px solid #999999;
}

.tablebox2 dl {
  border-bottom: 1px solid #999999;
}

.tablebox2 dt {
  width: 100%;
  padding: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #cccccc;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
}

.tablebox2 dd {
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
}

.tablebox2 .attention {
  padding: 10px;
}

iframe {
  width: 100%;
  height: 480px;
  border: 1px solid #999999;
  boxsizing: border-box;
}

.btn {
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0 auto 40 auto;
  border-radius: 6px;
  background: #7fba00;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  box-shadow:rgba(98, 144, 0, 1.0) 0px 5px 0px 0px;
  -webkit-box-shadow:rgba(98, 144, 0, 1.0) 0px 5px 0px 0px;
  -moz-box-shadow:rgba(98, 144, 0, 1.0) 0px 5px 0px 0px;
}

.btn a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding-right: 25px;
  background: url(../images/arrow01.png) no-repeat  right;
  background-size: 16px;
}

.btn a:link {color: #ffffff;}
.btn a:hover {color: #ffffff;}
.btn a:visited {color: #ffffff;}


.formbox1 {
  margin-bottom: 20px;
}

.formbox1 dl {
  
  width: 100%;
  border: 1px solid #999999;
  margin: 0 0 20px 0;
}

.formbox1 dt {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #cccccc;
  font-size: 18px;
  line-height: 22px;
}

.formbox1 dd {
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
}

.formbox1 .attention {
  padding: 10px;
}

.formbox1 input[type=text] {
  height: 26px;
  line-height: 26px;
}

.formbox1 input[type=radio] {
  margin: 0 5px 0 0;
  vertical-align: -1px;
}

.formbox1 .short {
  width: 100%;
}

.formbox1 .medium {
  width: 100%;
}

.formbox1 .large {
  width: 100%;
}

.formbox1 textarea {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

input[type=submit] {
  display: inline-block;
  border: none;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  padding-right: 25px;
  background: url(../images/arrow01.png) no-repeat  right;
  background-size: 16px;
}

.backbtn {
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0 auto 40 auto;
  border-radius: 6px;
  background: #999999;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  box-shadow:rgba(99, 99, 99, 1.0) 0px 5px 0px 0px;
  -webkit-box-shadow:rgba(99, 99, 99, 1.0) 0px 5px 0px 0px;
  -moz-box-shadow:rgba(99, 99, 99, 1.0) 0px 5px 0px 0px;
}

.backbtn a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/arrow02.png) no-repeat  left;
  background-size: 16px;
}

.backbtn a:link {color: #ffffff;}
.backbtn a:hover {color: #ffffff;}
.backbtn a:visited {color: #ffffff;}



