@charset "utf-8";
/*html { font-size: 100%; font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif}*/

html { 
	font-family: 'Noto Sans JP', sans-serif;
}

p, ol, ul{
	font-size: 100%; font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*body { font-size: 1.8rem; }*/

/* CSS Document */
*{
	padding:0;
	margin:0;
}

li{
	list-style:none;
}

img{
	margin:0;
	padding:0;
	width:100%;
}

.clear{
	clear:both;
}

.BoldTxt{
	font-weight:bold;
}

.BigTxt{
	font-size:140%;
}

.MT20{
	margin-top:20px !important;
}

.MT30{
	margin-top:30px !important;
}

.MT50{
	margin-top:50px !important;
}

.MB20{
	margin-bottom:20px !important;
}

.MB30{
	margin-bottom:30px !important;
}

.MB50{
	margin-bottom:50px !important;
}


.PT20{
	padding-top:20px !important;
}

.PT30{
	padding-top:30px !important;
}

.PT50{
	padding-top:50px !important;
}

.PB20{
	padding-bottom:20px !important;
}

.PB30{
	padding-bottom:30px !important;
}

.PB50{
	padding-bottom:50px !important;
}

a:hover{
	opacity:0.8;
}

.MTB30{
	margin-top:30px !important;
	margin-bottom:30px;
}

.MTB50{
	margin-top:50px;
	margin-bottom:50px;
}

.TxtLineB{
	text-decoration:underline;
}

.TxtLineY{
	background: linear-gradient(transparent 60%, #ff0 0%);
}

.RedTxt{
	color:#D80000;
}
/*.Catch,.ReadCopy{
	font-family: HGS明朝E,メイリオ,Meiryo,serif;
}*/

.CatchBorder{
	border-bottom: solid 2px #333333;
}

.CatchBorder2{
	border-bottom: solid 2px #D80000;
}

.RedBorder{
	border-bottom:solid 2px #D80000;
}

.Border{
	border-bottom:solid 2px #333333;
}

.BorderB{
	border-bottom:solid 2px #2b70d8;
}

.SmallTxt{
	font-size:70%;
}

.BlueTxt{
	color:#0168b3;
}

.PurpleTxt{
	color:#9460a0;
}

.ListSpace{
	line-height:2em;
}

.Kai{
	display:block;
}



#footer{
	background:#c91c16;
	color:#ffffff;
	text-align:center;
	padding:10px 0 0 0;
}


#footer a{
	color:#333333;
}



.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */

#header {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}

#header a,
#header {
    color: #fff;
    text-decoration: none;
}

#header .inner {
    position: relative;
}

#floating-menu ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#floating-menu ul li {
    float: left;
}

#floating-menu ul li a {
    padding: 0 30px;
}

/* Fixed */
#header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#header.fixed .logo {
    font-size: 24px;
    color: #333;
}

#header.fixed #floating-menu ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}


.switch {
    visibility: hidden;
}


.TxtBorder{
	text-decoration:underline;
}


/*20161216ECC追加*/
/* ページトップへ
*****************************************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.pagetop a {
    display: block;
    /*background-color: #ccc;*/
    text-align: center;
    /*color: #222;*/
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    /*background-color: #222;*/
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
	opacity:0.7;
}

/*20161216ECC追加*/
