*{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

body{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  line-height: 1.8em;
}

h1{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
	font-size:15px;
  line-height: 1.8em;
}

h2{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
	font-size:15px;
  line-height: 1.8em;
}

.sp_logo{ display: none; }

/* スマホメインメニュー */
/* =============== */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #275694;
	padding: 1em 0;
	font-weight: bold;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/* ハンバーガー表示 */
.navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #275694;
    text-align: center;
    border-radius: 3px;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
}

/* タップ動作 */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* =============== */
/* スマホメインメニュー */


p, table{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

ul.news > li{
	padding:3px 0;
}

ul.link{
	list-style:none;
}

ul.link li{
	float:left;
	padding:10px;
}

.selector12{
	border-left:7px solid #ccc;
	padding:.8em .9em;
}
.selector12b{
	display: block;
	padding-top:.2em;
	font-size:.8em;
	color:#666;
}


a img.linkimg{
	background:none!important;
}

a:hover img.linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

.wid50{
	width:100px;
}

.bar{
	height: 2px;
    padding: 0;
    background: #cfc url('../img/border.png');
    border: 0px none;
 }

.welcome_text{
	padding-left: 30px;
}

.nav a{
    color:black!important;
}

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

ul.backnumber_link li{
	list-style: none;
    display: inline-block;
	border: 1px solid #666666;
	margin: 8px;
}

ul.backnumber_link li a{
	display: block;
	padding:10px 20px;
	width: 100%;
	height: 100%;
    transition: background .8s;
}

ul.backnumber_link li a:hover{
	text-decoration: none;
	background-color: rgb(38, 88, 175);
	color: #ffffff;
}

.txa_c{
	text-align: center;
}

a > img:hover{
	opacity: 0.5;
}

/* スマホメニュー表示切り替え */
.navToggle{
    display:none;
}

.cs_click_block{
    display: none;
}

#cs_bgm:hover{
    opacity: 0.5;
}


/* smart phone */
@media screen and (max-width: 520px){
	.masthead{ display:none; }
	.sp_logo{ display: block; }
	.navToggle{
        display:block;
    }
    #cs_bgm{
        width:350px;
    }

}
