@charset "UTF-8";
/* スタイル 20171111 */
.kado-maru{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.h-opacity{
  background-color: transparent;
}
.h-opacity:hover{
  opacity: 0.8;
}
.line-through{
  text-decoration: line-through;
}
.line-under{
  text-decoration: underline;
}
.clear-both{
  clear: both;
}
.text-left{
  text-align:left;
}
.text-center{
  text-align:center;
}
.text-right{
  text-align: right;
}
.text-top{
  vertical-align: top;
}
.text-middle{
  vertical-align: middle;
}
.text-bottom{
  vertical-align: bottom;
}
.text-little{
  font-size: 16px;
  color: #666666;
}
.yoseru-left{
  float: left;
  margin: 0px 10px 10px 0px;
  display: block;
}
.yoseru-center{
  margin: 0px auto;
  display: block;
}
.yoseru-right{
  float: right;
  margin: 0px 0px 10px 10px;
  display: block;
}
h1{
  margin: 0px;
  padding: 0px;
}
h2{
  margin: 0px;
  padding: 0px;
}
h3{
  margin: 0px;
  padding: 0px;
}
h4{
  margin: 0px;
  padding: 0px;
}
h5{
  margin: 0px;
  padding: 0px;
}
h6{
  margin: 0px;
  padding: 0px;
}
strong{
  font-weight: bold;
}
b{
  font-weight: bold;
}
ol{
  margin: 0px;
  padding: 0px;
}
ul{
  margin: 0px;
  padding: 0px;
}
li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.li-text{
  margin: 10px 0px;
  line-height: 1.6;
  text-align: left;
}
.li-text-i{
  margin: 10px 0px;
  margin-left:1em;
  text-indent:-1em;
  line-height: 1.6;
  text-align: left;
}
p{
  margin: 0px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}
p.style{
  margin-top: 0.8em;
}
hr{
  width: 100%;
  height: 10px;
  margin: 0px auto 10px auto;
  padding: 0px;
  clear: both;
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
  border-color: #cccccc;
}
/* リンク文字色 */
a:link{
  color: #3366cc;
  text-decoration: underline;
}
a:visited{
  color: #3366cc;
  text-decoration: underline;
}
a:hover{
  color: #57b6e7;
  text-decoration: underline;
}
a:active{
  color: #57b6e7;
  text-decoration: underline;
}

iframe{
  max-width: 100%;
}

table{
  width: 100%;
  max-width: 100%;
  line-height : 150%;
  margin: 0px auto 0px auto;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

table th{
  font-weight: normal;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

table td{
  font-weight: normal;
  padding: 10px;
  text-align : center;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

table.table-price{
  width: 100%;
  max-width: 100%;
  line-height : 150%;
  margin: 0px auto 0px auto;
  border-collapse: collapse;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #ccc;
}

table.table-price th{
  font-weight: normal;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #ccc;
}

table.table-price td{
  font-weight: normal;
  padding: 10px;
  text-align : right;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #ccc;
}

/* フォームパーツ設定 */
input.button{
  font-size: 18px;
  padding: 3px;
  margin: 15px 0px;
}

textarea{
  width: 380px;
  height: 200px;
}

input.l{
  width: 380px;
}
input.m{
  width: 250px;
}
input.s{
  width: 50px;
}

