@charset "utf-8";

@import "reset.css";
@import "jquery.mmenu.all.css";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  font: 14px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Helvetica", "sans-serif";
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #333;
}
header.home {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0 0;
}
header aside {
  width: 100%;
  background: #012169;
  padding: 5px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
header aside .menubtn {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 25%;
}
header aside p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 70%;
}

header aside .menubtn img {
  width: 40%;
  max-width: 35px;
  height: auto;
  padding: 5px 0 0 0;
}
header aside p img {
  width: 90%;
  max-width: 220px;
  height: auto;
  padding: 3px 0;
}
header h1 {
  margin-top: 15%;
  clear: both;
  text-align: center;
  padding: 20% 0 20%;
}
header h1 img {
  width: 90%;
  height: auto;
}
header h2 {
  display: none;
}
header .inner {
  background: #012169;
}
nav#menu {
  z-index: 9999;
}

header nav {
  width: 95%;
	text-align: center;
	padding: 0px 0 10px 0;
	margin: 0 auto 10px;
	display: flex;
  align-items: center;
  justify-content: space-around;
	background: url(../../img/fmbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
header nav ul {
  width: 20%;
  padding: 0 1% 3% 0;
}
header nav ul li:first-child a {
	display: block;
}
header nav ul li img{
	width: 100%;
	height: auto;
}

header nav ul li:first-child a:hover {
	background: url(../../img/line-radio.png) no-repeat bottom;
}


/* ///////////////////////////////////////////////////////////////////
tab
/////////////////////////////////////////////////////////////////// */
.tab {
  overflow: hidden;
  text-align: center;
}
.tab li {
  background: #012169;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  text-align: center;
  cursor: pointer;
}
.tab li.select {
  background: #012169;
}
.tab li img {
  width: 100%;
  height: auto;
}
.content article {
  border-top: 6px solid #012169;
  padding: 15px;
  line-height: 1.5em;
}
.hide {
  display: none;
}


.bnr_special{
	text-align: center;
	margin: 2% 0 5% 0;

}
.bnr_special img{
	width: 95%;
	height: auto;
}

/* ///////////////////////////////////////////////////////////////////
info
/////////////////////////////////////////////////////////////////// */
section#corner-info h3 {
  display: none;
}
section#corner-info ul li {
  list-style: none;
}
section#corner-info h4 {
  padding: 0 0 0 0;
}
section#corner-info h4 img {
  width: 30%;
  min-width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}
section#corner-info article.hide h4 {
  display: none;
}
section#corner-info article dl {
	border-bottom: 2px dotted #1a3d8d;
  padding: 0 0 15px 0;
  position: relative;
}
section#corner-info article dl:last-child {
  border-bottom: none;
}
section#corner-info article dl dt {
  width: 20%;
  padding: 1% 2% 0 0;
  display: inline-block;
  vertical-align: top;
}
section#corner-info article dl dd {
  width: 75%;
  padding: 20px 0 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 90%;
  color: #012169;
}
section#corner-info article dl.c13 {
  width: 100%;
  padding: 15px 0 10px 0;
}
section#corner-info article dl.c13 dt {
  width: 100%;
  display: block;
}
section#corner-info article dl.c13 dd {
  clear: both;
  width: 100%;
  padding: 15px 0 0 0;
  display: block;
  text-align: center;
  font-size: 90%;
  color:#012169;
}
section#corner-info article dl dd p {
  color: #333;
  padding: 10px 0 0 0;
}
section#corner-info article dl dd span {
  color: #0966a1;
}
section#corner-info article dl dt img {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}
section#corner-info article dl dd img {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
}
section#corner-info .text {
  display: none;
  padding: 0;
}
section#corner-info .theme dl dd span a {
  color: #0966a1;
  text-decoration: underline;
  font-size: 120%;
}
section#corner-info .button {
  cursor: pointer;
  text-align: center;
  padding: 20px 0 0 0;
}
section#corner-info .button img {
  width: 50%;
  max-width: 200px;
  height: auto;
}
section#corner-info .detail-text {
  display: none;
  padding: 10px 10px 10px 10px;
  margin: 10px 0;
  color: #333;
  border: 1px dotted #333;
}
section#corner-info .detail-text ul li {
  padding: 0 0 20px 0;
  text-align: left;
}
section#corner-info .detail {
  cursor: pointer;
  font-size: 95%;
  text-decoration: underline;
  color: #333;
  display: inline-block;
}
section#corner-info .close {
  display: none;
  text-decoration: underline;
  color: #333;
}
section#corner-info article dl img.new {
  position: absolute;
  top: 50px;
  left: 3%;
}

@media screen and (min-width: 568px) {
  section#corner-info article dl img.new {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 6%;
  }
}

section#corner-info article dl img.new2 {
  position: absolute;
  top: 15px;
  right: 0px;
}
section#corner-info article dl img.new6 {
  position: absolute;
  top: 15px;
  right: 0px;
}
section#corner-info article dl img.new,
section#corner-info article dl img.new2,
section#corner-info article dl img.new6,
section#corner-info article dl img.new7 {
  width: 15%;
  min-width: 35px;
  max-width: 50px;
  height: auto;
}
section#info {
 /* border-top: 6px solid #012169;*/
  display: flex;
  margin: 8% auto 0;
  padding: 8% 4% 8% 4%;
  background: #012169;
  line-height: 1.5em;

}
section#info h3 {
  text-align: center;
  padding: 0 0 5% 0;
}
section#info h3 img {
  max-width: 80px;
  height: auto;
  padding: 0 10px 0 0;
}
section#info article {
  width: 90%;
  margin: 0 auto 0;
  color: #fff;

}
section#info h4 {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;

}
section#info h4 a {
  color: #fff;
  font-size: 110%;
}
section#info .more {
  padding: 10px 0 0 0;
}
section#info .more a {
  font-size: 85%;
  color: #fff;
  text-decoration: underline;
}
/* ///////////////////////////////////////////////////////////////////
onair
/////////////////////////////////////////////////////////////////// */
section#onair {
  border-top: 6px solid #012169;
  line-height: 1.5em;
  padding: 0 0 20px 0;
}
section#onair h3 {
  text-align: center;
  padding: 10px 0 10px 0;
}
section#onair h3 img {
  width: 30%;
  min-width: 120px;
  height: auto;
}
section#onair p {
  text-align: center;
  padding: 0 0 10px 0;
}
section#onair p img {
  width: 90%;
  height: auto;
}
section#onair article {
  width: 90%;
  margin: 0 auto;
}
section#onair article h4 {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #012169;
  z-index: 0;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 1.3em;
  color: #012169;
}
section#onair article h4 a {
  color: #012169;
}
section#onair article h4:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
section#onair article h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #012169 transparent transparent transparent;
  z-index: -1;
}
section#onair article .txt {
  text-align: left;
  padding: 0 0 0 0;
}
section#onair article .moresong {
  text-align: left;
  padding: 0 0 0 4%;
}
section#onair article .moresong p {
  width: 46%;
  height: auto;
  padding: 0 2% 20px 0;
  font-size: 80%;
  display: inline-block;
  line-height: 1.2em;
  vertical-align: top;
}
section#onair article .moresong b,
section#onair article .moresong strong {
  display: block;
  padding: 0 0 5px 0;
}
section#onair article .moresong img {
  width: 100%;
  height: auto;
  border: 1px solid #e7e6e5;
  margin: 0 0 8px 0;
}
section#onair article .moresong br {
  display: none;
}
div.clearboth {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
div.clearboth a.truncate_more_link {
  width: 150px;
  height: 30px;
  max-width: 200px;
  background: url(../../img/more.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
section#onair article .more {
  text-align: center;
  padding: 10px 0 0 0;
}
section#onair article .more img {
  width: 50%;
  max-width: 200px;
  height: auto;
}

article .date {
  text-align: right;
  font-size: 90%;
  color: #012169;
  padding: 5px 10px 10px 0;
}
ul.sbpost {
  width: 280px;
  clear: both;
  padding: 20px 5px 5px;
  text-align: center;
  margin: 0 auto 20px;
}
ul.sbpost li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
ul.sbpost li.line {
  margin-right: 0;
}
/* ///////////////////////////////////////////////////////////////////
category
/////////////////////////////////////////////////////////////////// */
section#category {
  border-top: 6px solid #012169;
  padding: 0 0 20px 0;
  line-height: 1.5em;
}
section#category h3 {
  text-align: center;
  padding: 10px 0 10px 0;
}

section#category h3.category-m {
background:#DAB119;
color:#012169;
padding:5px 0 7px 0;
margin:0 0 20px 0;
line-height:1em;
}

section#category h3 img {
  width: 30%;
  min-width: 120px;
  height: auto;
}
section#category p {
  text-align: center;
  padding: 0 0 15px 0;
}
section#category p img {
  width: 90%;
  height: auto;
}
section#category article {
  width: 90%;
  margin: 0 auto 10px;
  padding: 20px 0 0 0;
  border-top: 1px solid #012169;
}
section#category article h4 {
	border-bottom: 2px dotted #1a3d8d;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.3em;
  color: #012169;
}
section#category article h4 a {
  color: #012169;
}
section#category article .txt {
  text-align: left;
  padding: 0 0 0 0;
}

article .txt a {
  text-decoration: underline !important;
}
section#category article .morelink {
  text-align: left;
}
section#category article .morelink a {
  text-decoration: underline;
  font-size: 85%;
  color: #012169;
}
section#category article .moresong {
  text-align: left;
  padding: 0 0 0 4%;
}
section#category article .moresong p {
  width: 46%;
  height: auto;
  padding: 0 2% 20px 0;
  font-size: 80%;
  display: inline-block;
  line-height: 1.2em;
  vertical-align: top;
}
section#category article .moresong b,
section#category article .moresong strong {
  display: block;
  padding: 0 0 5px 0;
}
section#category article .moresong img {
  width: 100%;
  height: auto;
  border: 1px solid #e7e6e5;
  margin: 0 0 5px 0;
}
section#category article .moresong br {
  display: none;
}

article .subtitle {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8em;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #333;
}

article .red {
color: #012169;
font-size: 110%;
line-height: 1.5em;
}

article .blue {
  color: #0966a1;
  font-size: 110%;
  line-height: 1.5em;
}

article .redbig {
  color: #bd011a !important;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.8em;
}

article .bluebig {
  color: #0966a1 !important;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.8em;
}
article .impact2 {
  color: #bd011a;
  font-size: 110%;
  line-height: 1.5em;
}

blockquote {
  border: 1px solid #ccc;
  padding: 3em 1em;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
blockquote:before {
content:"“";
  font-size: 600%;
  line-height: 1em;
  font-family:"ＭＳ Ｐゴシック",sans-serif;
  color: #999;
  position: absolute;
  left: 5px;
  top: 5px;
}
blockquote:after {
content:"”";
  font-size: 600%;
  line-height: 0em;
  font-family:"ＭＳ Ｐゴシック",sans-serif;
  color: #999;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
/* ///////////////////////////////////////////////////////////////////
oalist
/////////////////////////////////////////////////////////////////// */
section#oalist {
  border-top: 6px solid #012169;
  line-height: 1.5em;
  padding: 0 0 20px 0;
}
section#oalist h3 {
  text-align: center;
  padding: 10px 0 10px 0;
}
section#oalist h3 img {
  width: 30%;
  min-width: 120px;
  height: auto;
}
section#oalist article {
  width: 90%;
  margin: 0 auto;
}
section#oalist article h4 {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #012169;
  z-index: 0;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 1.3em;
  color: #012169;
}
section#oalist article h4 a {
  color: #012169;
}
section#oalist article h4:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
section#oalist article h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #012169 transparent transparent transparent;
  z-index: -1;
}
section#oalist article .txt {
}
section#oalist article .more {
  text-align: center;
  padding: 10px 0 0 0;
}
section#oalist article .more img {
  width: 50%;
  max-width: 200px;
  height: auto;
}
section#oalist article .moresong {
  text-align: left;
  padding: 0 0 0 4%;
}
section#oalist article .moresong p {
  width: 46%;
  height: auto;
  padding: 0 2% 20px 0;
  font-size: 80%;
  display: inline-block;
  line-height: 1.2em;
  text-align: center;
  vertical-align: top;
}
section#oalist article .moresong b,
section#oalist article .moresong strong {
  display: block;
}
section#oalist article .moresong img {
  width: 100%;
  height: auto;
  border: 1px solid #e7e6e5;
  margin: 0 0 5px 0;
}
section#oalist article .moresong br {
  display: none;
}
section#oalist article p.c5 {
  display: none;
}
/* ///////////////////////////////////////////////////////////////////
section#recent 
/////////////////////////////////////////////////////////////////// */
section#recent {
  border-top: 6px solid #012169;
  padding: 15px 0 15px 0;
}
section#recent h4 {
  width: 90%;
  margin: 0 auto 10px;
  color: #012169;
}
section#recent ul {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
section#recent ul li {
  padding: 10px 0 10px 15px;
  background: url(../../img/icon.png) no-repeat 0 13px;
  border-bottom: 1px dashed #ccc;
}
section#recent ul li:last-child {
  padding: 10px 0 10px 15px;
  border-bottom: none;
}
/* ///////////////////////////////////////////////////////////////////
section#recent 
/////////////////////////////////////////////////////////////////// */
section#backnumber {
  border-top: 6px solid #012169;
  padding: 15px 0 20px 0;
}
section#backnumber h4 {
  width: 90%;
  margin: 0 auto 10px;
  color: #012169;
}
section#backnumber p {
  width: 90%;
  margin: 0 auto;
}
/*select*/
section#backnumber select {
  width: 100%;
  padding: 5px;
  margin: 0 5px 0px 0px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  background: #eee;
}
/* ///////////////////////////////////////////////////////////////////
schedule
/////////////////////////////////////////////////////////////////// */
section#schedule {
  border-top: 6px solid #012169;
  line-height: 1.5em;
  padding: 0 0 20px 0;
}
section#schedule h3 {
  text-align: center;
  padding: 10px 0 10px 0;
}
section#schedule h3 img {
  width: 30%;
  min-width: 120px;
  height: auto;
}
section#schedule article {
  width: 90%;
  margin: 0 auto;
}
section#schedule article h4 {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #012169;
  z-index: 0;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 1.3em;
  color: #012169;
}
section#schedule article h4:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
section#schedule article h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #012169 transparent transparent transparent;
  z-index: -1;
}
section#schedule article h4 a {
  color: #012169;
}
section#schedule article .txt {
  text-align: left;
}
section#schedule article .more {
  text-align: center;
  padding: 10px 0 0 0;
}
section#schedule article .more img {
  width: 50%;
  max-width: 200px;
  height: auto;
}
/* ///////////////////////////////////////////////////////////////////
aside#sns
/////////////////////////////////////////////////////////////////// */
aside#sns {
  padding: 10px 0 10px;
  text-align: center;
  border-top: 2px dashed #000;
}
aside#sns dl dt {
  width: 40%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 20px 0 0;
}
aside#sns dl dt {
  position: relative;
  display: inline-block;
  padding: 5px;
  width: auto;
  min-width: 100px;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  z-index: 0;
}
aside#sns dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -8px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}
aside#sns dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #000;
  z-index: -1;
}
aside#sns dl dd {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
aside#sns dl dd img {
  width:100%;
  height: auto;
}

aside#sns dl dd:last-child span{
  display: flex;
  width: 40px;
  height: 40px;
  background: #012169;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
aside#sns dl dd:last-child img{
  width: 20px;
  height: auto;
  padding: 1px 0 0 0;
}


/* ///////////////////////////////////////////////////////////////////
aside#logo
/////////////////////////////////////////////////////////////////// */
aside#logo {
  padding: 20px 0 0 0;
  text-align: center;
  border-top: 2px dashed #000;
}

/*
@media only screen and (min-width: 481px) {
	aside#logo ul {
	text-align: center;
	clear: both;
	padding: 0 0 0 10px;
     }
	aside#logo ul li {
	text-align: center;
	line-height: 1.3em;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding: 0 15px 0 0;
	margin:0;
}

}


@media only screen and (max-width:480px) {
	aside#logo ul {
	text-align: center;
	clear: both;
	padding: 0 0 0 20px;
     }
	aside#logo ul li {
	text-align: center;
	line-height: 1.3em;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding: 0 15px 0 0;
	margin:0;
}


}*/
/*
@media only screen and (max-width: 410px) {
}*/
aside#logo ul {
  text-align: center;
  padding: 0 0 5px 0;
}
aside#logo ul li {
  text-align: center;
  line-height: 1.3em;
  clear: both;
  display: block;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
}


aside#logo ul li.logo5 {
  padding: 0 0 15px 0;
}

aside#logo ul li img{
  width: 70%;
  height: auto;
}

aside#logo ul li.logo1 img {
  /*	width: 162px;*/
  width: 149px;
  height: auto;
}
aside#logo ul li.logo2 img {
  width: 170px;
  height: auto;
}
aside#logo ul li.logo3 img {
  width: 140px;
  height: auto;
}
aside#logo ul li.logo4 img {
  width: 80px;
  height: auto;
}
aside#logo ul li.logo5 img {
  width: 190px;
  height: auto;
}

aside#logo ul li.logo7 img {
  width: 180px;
  height: auto;
}

aside#logo ul li.logo8 img {
  width: 280px;
  height: auto;
}
aside#logo ul li.logo6 img {
  width: 100px;
  height: auto;
}
aside#logo p.official {
  width: 90%;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
  border: 3px solid #000;
}
aside#logo p.official img {
  width: 100%;
  height: auto;
}
/* ///////////////////////////////////////////////////////////////////
aside#sticker
/////////////////////////////////////////////////////////////////// */

aside#sticker {
  background:#012169;
  margin: 20px auto 0;
  text-align: center;
  /*	border-bottom: 2px solid #333333;*/
}
aside#sticker div {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding: 15px 0 0 0;
}
aside#sticker div img {
  width: 20%;
  max-width: 150px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
aside#sticker p {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 3%;
  text-align: left;
  font-size: 115%;
}
/* ///////////////////////////////////////////////////////////////////
aside#tw-area
/////////////////////////////////////////////////////////////////// */
aside#tw-area {
  background:#012169;
  padding: 15px 0 20px;
  text-align: center;
  color: #012169;
  font-size: 88%;
}
aside#tw-area div {
  width: 85%;
  margin: 0 auto;
  padding: 15px 0 10px;
  border: 1px dotted #fff;
  background: #012169;
}
aside#tw-area .x span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
aside#tw-area img {
  width: 75%;
  max-width: 320px;
  height: auto;
  padding: 0 0 2px 0;
}
aside#tw-area img.xlogo {
  width: 25px;
  height: auto;
  padding: 0 2px 2px 0;
}
aside#tw-area a {
  color: #fff;
  text-decoration: underline;
  font-size: 180%;
  font-weight: bold;
  text-decoration: none;

}


aside#tw-area .line {
  border-top: 1px dotted #fff;
  padding: 12px 0 0 0;
}

/* ///////////////////////////////////////////////////////////////////
footer
/////////////////////////////////////////////////////////////////// */
footer {
  clear: both;
  width: 100%;
}
footer #pagetop img {
  width: 20%;
  max-width: 80px;
  height: auto;
}
footer p {
  clear: both;
  padding: 10px 0 10px;
  font-size: 80%;
  text-align: center;
  color: #012169;
}
footer p:last-child {
  margin: 0;
}
/* clearfix */
.clearfix:after {
  content: "."; /* Ǥ */
  display: block; /* ֥å٥Ǥ */
  clear: both;
  height: 0;
  visibility: hidden;
}
/* =========================================================
.pageswitch
========================================================= */
.pageswitch {
  clear: both;
  width: 300px;
  text-align: center;
  color: #333;
  margin: 0 auto;
}
.pageswitch a {
  border: 1px solid #999999;
  color: #333;
  padding: 3px 5px;
  margin: 3px;
  display: -moz-inline-box; /* for mozilla */
  display: inline-block; /* for Opera & Safari */
  zoom: 1; /* has layout */
  text-decoration: none;
}
.pageswitch strong {
  border: 1px solid #333333;
  color: #ffffff;
  padding: 3px 5px;
  margin: 3px;
  display: -moz-inline-box; /* for mozilla */
  display: inline-block; /* for Opera & Safari */
  zoom: 1; /* has layout */
}
/* =========================================================
social bookmark
========================================================= */

ul.sbpost {
  width: 280px;
  clear: both;
  padding: 20px 5px 5px 5px;
  text-align: center;
  margin: 0 auto 20px;
}
ul.sbpost li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
ul.sbpost li.line {
  margin-right: 0px;
}
/* ----------------------------------------

textdecorations CSS ƥCSS

 ----------------------------------------*/
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: underline;
}
#menu_sp dl {
  width: 100%;
  margin: 20px auto 0;
}
#menu_sp dt {
  border-top: 1px solid #012169;
  width: auto;
  width: 100% !important;
  font-weight: bold;
  padding: 20px 0 0 0 !important;
  background: url(../../mailform/img/m-icon.png) no-repeat 0 5px;
  float: none;
  color: #012169;
}
#menu_sp dd {
  width: 100% !important;
  display: none;
  padding: 10px;
  margin: 0 0 20px 0;
  font-size: 90%;
  line-height: 1.7em;
  float: none;
  color: #333 !important;
}
#menu_sp dd.text2 {
  color: #333;
}
#menu_sp dt a {
  clear: both;
  width: 100%;
  display: block;
  color: #012169;
  font-size: 100%;
  text-decoration: underline;
}
#menu_sp dd span {
  text-decoration: underline;
  font-size: 85%;
  color: #333;
  cursor: pointer;
}
