/* CSS Document */

@charset "UTF-8";
/* common stylesheet */

/*--------------------------
resets
--------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
img,
span,
embed {
  margin: 0;
  padding: 0;
  border: none 0;
  font-size: 100%;
  font-style: normal;
  line-height: 1.6;
  font-weight: normal;
  text-decoration: none;
}

a {
  outline: none;
}

/*--------------------------
common settings
--------------------------*/
body {
  padding-bottom: 15px;
}

/*--------------------------
font settings
--------------------------*/

/*  colored font  */
.enred {
  color: #b70a1f !important;
}

.engreen {
  color: #4a6428 !important;
}

.enblue {
  color: #1b3e66 !important;
}

/*--------------------------
anchors
--------------------------*/
a {
  font-size: 100%;
  color: #003399;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

a:hover {
  color: #7f99cc;
  text-decoration: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*--------------------------
extra classes
--------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

img {
  vertical-align: baseline;
}

#main img {
  margin: 0 15px 3px 0;
}

#main {
  font-size: 15px;
  line-height: 1.5;
}

#side .menu ul {
  list-style: none;
}

#side .menu ul li {
  display: block;
  width: 202px;
  margin-bottom: 5px;
  float: left;
  border: none;
}

#side .menu ul li a,
#side .menu ul li img {
  display: block;
}

#main h3 img {
  margin-bottom: 5px;
}

.small {
  font-size: 11px;
  line-height: 120%;
}

/*--------------------------
h
--------------------------*/
.page_title {
  margin: 0 0 10px 0;
}

.midashi {
  margin: 0;
  padding: 0;
}

.komidashi {
}
#main #bugyosho h2 img {
  margin-bottom: 0px;
}

/*--------------------------
extra classes
--------------------------*/
.flt_r {
  float: right;
}
.flt_l {
  float: left;
}
.clr_bth {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

.side-link {
  background-color: #0d3366;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px !important;
}

.side-link:hover {
  opacity: 0.8;
}

.lang-switch {
  background-color: #6e451c;
  color: #fff;
  border: 1px solid #fff;
  border-top: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 10px 45px !important;
  line-height: 2 !important;
}

.lang-switch:hover {
  opacity: 0.8;
}
