/* CSS Document */
/*-----------------------------------------------
	common
-----------------------------------------------*/
p {
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: normal;
}
#contents {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 720px;
  background: #F6F6F6 url(../../test01.region-net.jp/showa-legal/css/bg_contents.gif) repeat-x;
  color: black;
}
#contents .container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 634px;
  background: #F6F6F6 url(../../test01.region-net.jp/showa-legal/css/bg_contents.gif) repeat-x;
  color: black;
}
#contents .container .box {
  float: left;
  width: 634px;
}
#contents .container .boxA {
  float: left;
  width: 300px;
}
#contents .container .boxB {
  float: right;
  width: 300px;
}
#contents .container .boxC {
  float: left;
  width: 400px;
}
#contents .container .boxD {
  float: right;
  width: 200px;
}
.clear_box {
  clear: both; /* 回り込みを解除する */
}
/*-----------------------------------------------
	header
-----------------------------------------------*/
.sub-menu {
  font-size: 18px;
  padding: 0.3rem 1rem;
  background: #1e90ff;
  border-radius: 100vh;
  color: #fff;
}
.sub-menu2 {
  font-size: 24px;
  font-weight: bold;
  padding: 1rem 0rem;
  border-top: 3px dashed #000;
  border-bottom: 3px dashed #000;
  border-color: #1e90ff;
}
.sub-menu3 {
  font-size: 18px;
  font-weight: bold;
  color: #1e90ff;
}
/*-----------------------------------------------
	container
-----------------------------------------------*/
.mgn5 {
  margin-bottom: 5px;
}
.mgn10 {
  margin-bottom: 10px;
}
.mgn20 {
  margin-bottom: 20px;
}
.mgn30 {
  margin-bottom: 30px;
}
.mgn40 {
  margin-bottom: 40px;
}
.bold {
  font-weight: bold;
}
.mgnl-1moji {
  margin-left: 14px;
}
.mgnl-2moji {
  margin-left: 28px;
}
.f12px {
  font-size: 12px;
}
/*-----------------------------------------------
	menu
-----------------------------------------------*/
#dropmenu {
  list-style-type: none;
  width: 720px;
  height: 40px;
  margin: 30px auto 0px;
  padding: 0;
  background: #1e90ff;
  border-bottom: 5px solid #1e90ff;
  border-radius: 3px 3px 0 0;
}
#dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a {
  background: #1e90ff;
  color: #fff;
}
#dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul {
  left: -100%;
  width: 100%
}
#dropmenu li ul li {
  overflow: hidden;
  width: 300%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #1e90ff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-top: 1px solid #1e90ff;
  border-bottom: 1px solid #1e90ff;
}
#dropmenu li:hover ul li:first-child {
  border-top: 0;
}
#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer {
  text-align: center;
  font-size: 10px;
}