/*--------------------------------------------------------------------
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いの方は、【ＰＲ枠】のリンクは全て削除禁止です。
加工後の削除も禁止させていただいております。
絶対に削除しないでお使いください。
ご不明な点は、http://www.s-hoshino.com/info.html、または、
http://www.megapx.com/info.htmlのフォームよりお問い合わせください。
---------------------------------------------------------------------*/

* {
  padding: 0;
  margin: 0;
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body {
  color: #333333;
  background-color: #f9f9f9;
  font-size: 12px;
  word-wrap: break-word;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:hover img,
input.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #ffffff;
}

li {
  list-style-type: none;
}
a {
  color: #b48332;
}
a:hover {
  color: #cc9a46;
  text-decoration: none;
}

header {
  background-color: #fff;
}
header h1 {
  font-size: 9px;
  font-weight: normal;
  line-height: 16px;
  color: #777777;
}

header #h_list li {
  display: inline;
  padding-right: 7px;
  padding-left: 13px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  background-image: url(img/li.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
  font-size: 10px;
}
header #h_list a {
  text-decoration: none;
  color: #666666;
}
header #info {
  font-size: 11px;
  color: #666666;
  line-height: 24px;
}
header #info strong {
  font-size: 26px;
  color: #a7792e;
  font-family: Arial, Helvetica, sans-serif;
}
header #info span {
  font-size: 18px;
  color: #505050;
}
header #h_list a:hover {
  background-color: #ffffff;
  color: #e8443c;
}

#main {
  background-color: #fff;
}

#pankuzu {
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #e1e1e1;
  font-size: 10px;
  color: #999999;
  line-height: 16px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
}
#pankuzu strong {
  font-weight: normal;
  color: #505050;
  font-size: 11px;
  letter-spacing: 1px;
}

#content #mokuji {
  margin-top: 1px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #e5e5e5;
}
#mokuji ul {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#mokuji ul ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#mokuji li {
  font-size: 14px;
  line-height: 20px;
}
#mokuji li a {
  background-image: url(img/li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d8d8d3;
  display: block;
}
#content #mokuji h3 {
  color: #333333;
  background-image: none;
  padding-left: 10px;
  margin-bottom: 2px;
  padding-top: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d8bc7a;
  padding-bottom: 1px;
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
#content #mokuji h33 {
  color: #333333;
  background-image: none;
  padding-left: 10px;
  margin-bottom: 2px;
  padding-top: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d8bc7a;
  padding-bottom: 1px;
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}

#content .box_out {
  background-color: #f9f9f9;
  margin-bottom: 5px;
  padding: 5px;
}
#content .box_in {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  margin-bottom: 5px;
  padding: 10px;
}

h2 {
  font-size: 20px;
  line-height: 22px;
  padding-left: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #111;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d2a251;
  padding-top: 15px;
  padding-bottom: 10px;
  clear: both;
}

h2 span {
  font-size: 10px;
  padding-left: 15px;
  color: #d2a251;
  letter-spacing: 1px;
  line-height: 14px;
}
#content h3 {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 10px;
  margin-top: 1px;
  font-weight: normal;
  background-color: #171c61;
  margin-bottom: 0px;
  display: block;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #949599;
  padding-top: 6px;
  padding-bottom: 0px;
}

#content h33,
x:-moz-any-link {
  padding-top: 5px;
  padding-bottom: 1px;
}
#content h33 {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 10px;
  margin-top: 1px;
  font-weight: normal;
  background-color: #c31022;
  margin-bottom: 0px;
  display: block;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #949599;
  padding-top: 6px;
  padding-bottom: 0px;
}

#content h33 span {
  font-size: 10px;
  color: #171c61;
  padding-left: 15px;
  font-weight: normal;
  letter-spacing: 2px;
}
#content h3,
x:-moz-any-link {
  padding-top: 5px;
  padding-bottom: 1px;
}
#content h33,
x:-moz-any-link {
  padding-top: 5px;
  padding-bottom: 1px;
}
#content h3 span {
  font-size: 10px;
  color: #c31022;
  padding-left: 15px;
  font-weight: normal;
  letter-spacing: 2px;
}
#content h33 span {
  font-size: 10px;
  color: #171c61;
  padding-left: 15px;
  font-weight: normal;
  letter-spacing: 2px;
}
#content h4 {
  color: #c89d4f;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #e7ce8f;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 8px;
}
#content h4 span {
  font-size: 12px;
  color: #c89d4f;
  padding-left: 10px;
  line-height: 12px;
  font-weight: normal;
}

#content p {
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

dl.dl_link {
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9;
  margin-right: 10px;
  margin-left: 5px;
}
.dl_link dt {
  font-size: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  line-height: 28px;
  margin-bottom: 7px;
  background-image: url(img/li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}
.dl_link dd {
  font-size: 13px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #505050;
}

.img_left {
  float: left;
  background-color: #ffffff;
  padding: 2px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #edece9;
}
.img_right {
  float: right;
  background-color: #ffffff;
  padding: 2px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  border: 1px solid #edece9;
}
#top_img {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 5px;
  position: relative;
}

#top_img .top_txt {
  text-align: left;
  position: absolute;
  z-index: 10;
  left: 30px;
  color: #ffffff;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 50px;
  background-image: url(img/top_txt.png);
  letter-spacing: 1px;
  line-height: 18px;
  /* width: 350px; */
  background-repeat: repeat-y;
  background-position: left top;
  top: 20%;
}
#top_img .top_txt span {
  font-size: 10px;
}

#content .to_top {
  text-align: right;
  padding-right: 5px;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
}
#content ul.list {
  padding-top: 10px;
  padding-bottom: 10px;
}
#content ul.list li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
  padding-left: 15px;
  background-image: url(img/li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dddddd;
  color: #777;
}

#content .chui {
  color: #e44545;
  font-size: 13px;
}
.syomei {
  font-size: 18px;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 15px;
  font-family: "有澤楷書", "ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ", "ヒラギノ明朝 Pro W6", "HiraMinPro-W6";
  padding-top: 5px;
}

#form {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px;
  background-color: #f8f8f6;
}

.teisei {
  text-decoration: line-through;
  padding-right: 5px;
  padding-left: 5px;
}

#content .box02_left h3,
#content .box02_right h3 {
  clear: both;
}
#content .box02_left h33,
#content .box02_right h33 {
  clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
  margin: 0px;
}

.box02_left .img_left {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 10px;
}
.box02_left .img_right {
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 10px;
}

#content .menu_base {
  background-color: #f8f7f5;
  width: 96%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

textarea,
input {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
}
.map_base {
  background-color: #ffffff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 5px;
  border: 1px solid #eaeaea;
}

#foot_base {
  background-image: url(img/foot.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f0f0f0;
  clear: both;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
}

footer p {
  font-size: 10px;
  color: #666666;
  line-height: 16px;
}

footer #f_logo {
  font-size: 24px;
  color: #999999;
  font-family: "Times New Roman", Times, serif;
}

footer .prbox {
  font-size: 10px;
  color: #999;
}

footer .prbox a {
  color: #999;
}

address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #666666;
  background-color: #f5f5f5;
  line-height: 30px;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  width: 100%;
}

/*table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

#content table.table_info {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	border: 5px solid #c0c0c0;
	font-size: 20px;
}
#content table th {
	font-size: 20px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #EAE8DF;
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
*/

#content form table th {
  width: 127px;
}

#content table td.td_head {
  background-color: #f3f3f3;
  text-align: right;
  padding: 8px;
  white-space: nowrap;
  color: #333333;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d5d5d5;
  border-right-color: #c0c0c0;
  border-bottom-color: #d5d5d5;
  border-left-color: #d5d5d5;
  font-size: 13px;
  background-image: url(img/td_head.gif);
  background-repeat: repeat-x;
}

#content table td.td_odd {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border: 1px solid #d5d5d5;
  font-size: 20px;
  background-image: url(img/td_odd.gif);
  background-repeat: repeat-x;
  line-height: 20px;
}

.td_head .eng {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: #c1a359;
}

#content table.table_menu {
  width: 92%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}

#content table.table_menu th {
  font-size: 20px;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #e1c67d;
  text-align: right;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  white-space: nowrap;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  padding-left: 20px;
  background-image: url(img/th.gif);
  background-repeat: repeat-x;
  background-position: center top;
  color: #333333;
  background-color: #fdf7e8;
}
#content table.table_menu th span {
  font-size: 20px;
  color: #e24b4b;
}
#content table.table_menu td {
  font-size: 20px;
  padding-left: 15px;
  border-bottom-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #ffffff;
  border-top-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-left-color: #e5e5e5;
  padding-right: 15px;
}
#content .table_menu strong {
  font-size: 20px;
  color: #d39732;
  padding-right: 5px;
  padding-left: 5px;
}

.table_info th a {
  color: #312d24;
}
#content .table_info .td_odd p {
  margin: 0px;
}

.btn_s {
  text-align: right;
  clear: both;
  padding: 10px;
}

.btn_s a,
.box3 .btn a {
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  font-size: 12px;
  border-top-width: 2px;
  border-right-width: 3px;
  border-bottom-width: 2px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  text-decoration: none;
  line-height: 16px;
  color: #ffffff;
  background-color: #cc9a46;
  border-top-color: #ddd;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
}
.btn_s a:hover,
.box3 .btn a:hover {
  color: #a7792e;
  background-color: #ffffff;
  border-top-color: #d8b172;
  border-right-color: #d8b172;
  border-bottom-color: #d8b172;
  border-left-color: #d8b172;
}

#content .box3 {
  text-align: center;
  width: 31%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #eee8df;
  float: left;
  margin-bottom: 10px;
  margin-left: 2%;
  background-color: #f9f7f4;
}
.box3 .btn a {
  margin-top: 5px;
  width: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}

.box3 a img {
  background-color: #ffffff;
  padding-top: 2px;
  padding-right: 1px;
  padding-bottom: 2px;
  padding-left: 1px;
  border: 1px solid #e2dbcd;
}
.box3 a:hover img {
  border-top-color: #dab67a;
  border-right-color: #dab67a;
  border-bottom-color: #dab67a;
  border-left-color: #dab67a;
}
#content .box3:hover {
  background-color: #fffcec;
  border-top-color: #e8c77b;
  border-right-color: #e8c77b;
  border-bottom-color: #e8c77b;
  border-left-color: #e8c77b;
}

#sitemap #main p {
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
}
#sitemap #main ul {
  padding: 10px;
}
#sitemap #main li {
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 35px;
}
#sitemap #main ul {
  margin: 0px;
  padding: 0px;
}
#sitemap #main li a {
  background-image: url(img/li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

#sitemap #main {
  padding-top: 10px;
  padding-right: 3%;
  padding-left: 3%;
  padding-bottom: 20px;
  width: 94%;
}

#sitemap header {
  height: 80px;
}

#content .box02_right .box_in ul.list li {
  font-size: 12px;
}

#content .dl_list dl dt {
  float: left;
  width: 22%;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #b48332;
  text-align: right;
  padding-right: 3%;
  margin-right: 3%;
}
#content .dl_list dl {
  clear: both;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d6d6d6;
  padding-top: 10px;
  padding-right: 6%;
  padding-bottom: 10px;
  padding-left: 2%;
}
#content .dl_list dl dd {
  margin-left: 28%;
}

@media screen and (max-width: 980px) {
  #content .box_in {
    padding: 1%;
  }

  #form {
    margin: 1%;
    background-color: #f8f8f6;
  }

  #content table td.td_head {
    padding: 5px;
    white-space: inherit;
    font-size: 12px;
  }

  .td_head .eng {
    font-size: 9px;
  }

  #content table td.td_odd {
    padding: 5px;
    font-size: 11px;
  }

  #content .chui {
    font-size: 10px;
  }

  textarea,
  input {
    font-size: 11px;
  }

  #hp_base {
    width: 100%;
    min-width: 320px;
  }

  header {
    width: 98%;
    padding-top: 5px;
    padding-right: 1%;
    padding-bottom: 5px;
    padding-left: 1%;
  }

  #logo {
    float: left;
  }
  #info {
    float: left;
    margin-bottom: 10px;
    margin-left: 3%;
  }
  #h_list {
    clear: both;
  }

  a.menu {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #555;
    border: 1px solid #fff;
    padding: 10px;
    box-shadow: #ccc 0 0 3px;
  }
  a.menu span {
    font-size: 12px;
    padding-left: 20px;
  }
  a.menu span:after {
    content: "表示する ▼";
  }
  a.menuOpen span:after {
    content: "閉じる ×";
  }
  a.menu:hover {
    cursor: pointer;
    background-color: #777;
  }

  #g_navi {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #g_navi .gl_menu {
    background-color: #fff;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    box-shadow: #ccc 0 0 3px;
  }

  #g_navi .gl_menu li {
    padding: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px;
  }
  #g_navi .gl_menu li span {
    font-size: 10px;
  }

  #g_navi .gl_menu li a {
    background-color: #eee;
    display: block;
    padding: 10px;
  }

  #g_navi .gl_menu li a:hover {
    background-color: #f9f9f9;
  }

  #g_navi .gl_menu li strong {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  #top_img .top_txt {
    left: 5%;
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5%;
    width: 85%;
  }
  #top_img .top_txt span {
    font-size: 8px;
  }

  #main {
    width: 98%;
    background-color: #fff;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
  }

  #content .box3 {
    width: 30%;
    margin-left: 2%;
  }

  .box3 .btn a {
    font-size: 10px;
    line-height: 16px;
    width: 80px;
  }

  footer {
    width: 100%;
    min-width: 320px;
    position: relative;
    height: 120px;
  }

  footer #f_logo {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #ededed;
  }
  /*--
	footer ul {
		display: none;
	}
	--*/
  footer .prbox {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding-left: 5px;
  }

  footer p {
    padding: 5px;
  }
}

@media screen and (min-width: 980px) {
  #hp_base {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
  }

  #main {
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  #content {
    width: 100%;
    margin-right: 5px;
    margin-top: 10px;
  }

  header {
    height: 250px;
    position: relative;
  }
  header h1 {
    position: absolute;
    top: 10px;
    left: 27px;
  }

  header img#logo {
    position: absolute;
    left: 15px;
    top: 25px;
  }
  header #h_list {
    position: absolute;
    right: 20px;
    top: 6px;
    display: none;
  }

  header #info {
    position: absolute;
    right: 25px;
    top: 28px;
    text-align: right;
  }

  nav#g_navi {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 44px;
    width: 990px;
    padding-left: 5px;
  }
  nav#g_navi ul.gl_menu {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f0f0f0;
    height: 44px;
    display: block !important;
  }
  nav#g_navi li a {
    display: block;
    float: left;
    color: #666666;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e0e0e0;
    text-align: center;
    line-height: 16px;
    height: 32px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 20px;
    padding-top: 12px;
    width: auto;
  }
  nav#g_navi li strong {
    display: block;
    float: left;
    color: #666666;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e0e0e0;
    text-align: center;
    line-height: 16px;
    height: 32px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    font-size: 20px;
    padding-top: 8px;
    width: auto;
  }
  nav#g_navi li a span {
    color: #999999;
    line-height: 10px;
    font-size: 10px;
  }
  nav#g_navi li strong span {
    color: #c28c32;
    line-height: 12px;
    font-size: 10px;
  }
  nav#g_navi li a:hover span {
    color: #eee;
  }

  nav#g_navi li a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
  }
  nav#g_navi li a:hover {
    color: #ffffff;
    background-color: #666;
    border-bottom-color: #444;
  }
  nav#g_navi li strong {
    color: #000000;
    font-weight: normal;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #cda64b;
  }
  nav#g_navi li {
    display: inline;
  }

  a.menu {
    display: none;
  }

  #content .box02_left {
    float: left;
    width: 49%;
  }
  #content .box02_right {
    float: right;
    width: 49%;
  }

  footer {
    width: 980px;
    height: 120px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  footer li a {
    color: #666666;
    text-decoration: none;
    font-size: 11px;
  }

  footer li a:hover {
    color: #999999;
  }

  footer li {
    font-size: 12px;
    display: inline;
    padding-right: 8px;
    padding-left: 8px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
  }

  footer p {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  footer #f_ul01 {
    position: absolute;
    left: 10px;
    top: 15px;
  }
  footer #f_ul02 {
    position: absolute;
    left: 10px;
    top: 38px;
  }
  footer #f_logo {
    position: absolute;
    top: 40px;
    right: 10px;
  }

  footer .prbox {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
}

@media screen and (min-width: 950px) {
  #hp_base {
    width: 950px;
  }

  nav#g_navi {
    height: 44px;
    width: 980px;
    padding-left: 10px;
  }

  nav#g_navi ul {
    height: 44px;
  }
  nav#g_navi li a {
    line-height: 16px;
    height: 32px;
    padding-right: 25px;
    padding-bottom: 6px;
    padding-left: 25px;
    font-size: 13px;
    padding-top: 6px;
    width: auto;
  }
  nav#g_navi li strong {
    line-height: 16px;
    height: 32px;
    padding-right: 25px;
    padding-bottom: 4px;
    padding-left: 25px;
    font-size: 13px;
    padding-top: 8px;
    width: auto;
    background-color: #fff;
  }
  nav#g_navi li a span {
    line-height: 10px;
    font-size: 10px;
  }
  nav#g_navi li strong span {
    line-height: 12px;
    font-size: 10px;
  }

  #main {
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
  }

  #content {
    float: right;
    width: 100%;
    margin-right: 5px;
    margin-top: 10px;
  }

  footer {
    width: 980px;
  }
}
@media only screen and (max-width: 420px) {
  /*table tr{
        display: block;
        margin-bottom: 1.5em;
    }
    table th,
    table td{
        display: list-item;
        border: none;
		list-style: none;
		text-align: left;
    }
	#content table td.td_head {
	text-align: left;
	border-right-width: 1px;
	}
	#content table.table_menu th {
	text-align: left;
	font-size: 12px;
	border-right-width: 1px;
	}
	#content table.table_menu td {
	font-size: 12px;
	}
	#content .table_menu strong {
	font-size: 14px;
}*/
  footer {
    /* width: 420px; */
    height: 220px;
  }
  footer #f_ul01 {
    position: absolute;
    left: 10px;
    top: 55px;
  }
}
form .formbottom {
  text-align: center;
}
form .btns {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 6px 25px;
  color: #f15a24;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #f15a24;
  cursor: pointer;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
form .btns:hover {
  color: #ffffff;
  background-color: #f15a24;
}
