@charset "UTF-8";

/* defult */
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #666;
  margin: 0px;
  padding: 0px;
  background: #fff;
  word-wrap:break-word;
}
p {
  line-height: 1.5em;
}
b {
  font-weight: bold;
}
a {
  color: #33aa33;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.bold {
  font-weight: bold;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.margin10 {
  margin: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.text_right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.img img {
  width: 100%;
}
.small_img img {
  width: 50%;
}
.line {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.iframe iframe {
  width: 100%;
}

/* ヘッダー */
header .header_logo {
  padding: 0px;
  margin-top: 10px; 
  margin-bottom: 10px; 
}
header .header_logo img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* フッター */
footer #page_top {
  float: right;
  margin: 20px 10px 20px 10px;
}
footer #page_top a {
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: .3125em;
  border-radius: .3125em;
  background-color: #68c561;
  padding: 8px 10px;
  text-decoration: none;
}
footer .copyright{
  text-align: center;
  padding: 15px 0px;
  background: #d1ba8d;
  font-size: 12px;
  text-shadow: none;
  color: #fff;
}

article header iframe {
  width: 100%;
  margin-bottom: 10px;
}

/* メニュー */
#menu {
  margin: 0px 0px 0px 0px;
}
#menu .menu_bg {
  background: #ffa8a8;
  width: 100%;
  padding: 12px 0px;
}
#menu #menu_btn {
  float: left;
  margin-left: 10px;
  padding-right: 20px;
}
#menu #menu_btn span {
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  background: #fff;
}
#menu #menu_btn span:last-child {
  margin: 0;
}
#menu #open {
  display: none;
}
#menu #open ul {
  background: #e4efdc;
}
#menu #open ul li {
  border-bottom: 1px solid #b4d29d;
  padding: 8px 0px 8px 8px;
  margin: 0px;
}
#menu #open ul li a {
  position: relative;
  color: #333;
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 14px;
}
#menu #open ul li a:after {
  content:"";
  display: block;
  width:10px;
  height:10px;
  border-top:4px solid #b4d29d;
  border-right:4px solid #b4d29d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right:10px;
  top:50%;
  margin-top:-7px;
}

/* パンくず */
.pan {
  margin: 10px;
}
.pan ol li {
  color: #666666;
  display: inline;
  font-size: 11px;
  font-weight: bold;
}
.pan ol li:before {
  content: " > ";
}
.pan ol li:first-child:before {
  content: none;
}
.pan ol li a {
  font-size: 11px;
}

/* contents */
.box {
  margin: 10px;  
}
.box h2 {
  font-weight: bold;
}
.box h3 {
  color: #ca3f45;
  font-weight: bold;
  background: url(../images/icon_h3.gif) no-repeat left center;
  border-bottom: #c83e44 1px solid;
  margin-bottom: 10px;
  padding: 4px 4px 4px 30px; 
}
.box .news_body {
  margin: 5px;
}
.box .news_body dt {
  display: block;
  margin-bottom: 5px;
  color: #A40035;
}
.box .news_body dd {
  display: block;
  margin-bottom: 10px;
}
.box ul {
  list-style-type: disc;
}
.box li {
  margin-left: 20px;
}
