@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: top; }

ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a {text-decoration:none;}
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { overflow: hidden; font-family: "Mplus 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #333333; /* 	font-size: $size + px;
font-size: ( $size * 0.0625 ) + rem; */ font-size: 100%; url(../img/common/back.png) repeat-x; }
p, dl, ul, ol, table {
	line-height: 1.5;
}

body {
  min-width: 970px;
}


/* ヘッダー
=========================================================================================== */
/*ヘッダー*/
header{
  border-top: solid 14px #e1242A;
  padding: 24px 0 0 0;
}

header div.inner{
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

header h1 img{
  max-width: 315px;
  margin-bottom: 10px;
}

header div.inner div{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

header .inner div p:nth-of-type(1){
  max-width: 235px;
}

header .inner div p:nth-of-type(2){
  font-size: 11px;
}

/*ヘッダーにリンク追加*/

.header_nav{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 8px;
}

.header_nav::after{
	content: "";
	display: block;
	clear: both;
}

.header_nav li {
    float: left;
	padding-left: 8px;
    margin-right: 28px;
    font-size: 11px;
	line-height: 1;
}
.header_nav li a{
	color:#666;
	font-size: 12px;
}
.header_nav li a::before{
	content: ">";
	margin-right: 0.5em;
	color: #ed0000;
}
.header_nav li a:hover{
	color: #ed0000;
}

.header_nav li:last-child{
	margin-right: 0;
}

.header_nav li a{
	display: block;
}


/* フッター
=========================================================================================== */
footer{
  border-left: solid 17px #e1242A;
  padding: 35px 0 30px;
font-family: Noto Sans CJK JP, Open Sans, sans-serif;
color: #000;
}

footer a{
  color: #000 !important;
}
footer a:hover{
	text-decoration: none !important;
	color: #e10 !important;
}

footer div.inner{
  max-width: 950px;
  margin: 0 auto;
}

footer div.inner ul{
  margin-bottom: 57px;
  font-size: 15px;
  line-height: 20px;
}

footer div.inner ul li{
  float: left;
}

footer div.inner ul li:nth-of-type(1):after{
  content: "｜"
}

footer div.inner p{
  font-size: 17px;
  line-height: 18px;
}






/* 移動
=========================================================================================== */

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

sup {
	font-size: 0.85em;
	font-size: 1.0em\9;
	line-height: 100%;
}
sub {
	font-size: 0.85em;
	font-size: 1.0em\9;
	line-height: 100%;
}
/*IE7*/
*:first-child+html sup {
	font-size: 1.0em;
	line-height: 100%;
}
/*IE7*/
*:first-child+html sub {
	font-size: 1.0em;
	line-height: 100%;
}
/*IE9*/
sup:not(:target) {
	font-size: 1.0em\9;
	line-height: 100%;
}
/*IE9*/
sub:not(:target) {
	font-size: 1.0em\9;
	line-height: 100%;
}

sup {
	vertical-align: 0.5em;
}

sub {
	vertical-align: -0.3em;
}


.red {
	color: #C30D23;
}

#update {
	font-size:11px;
	text-align:right;
	padding:5px 55px 0 0;
	line-height:1;
}

.sidebtn-s {
	padding:10px 0 0 15px;
}

.serach_txt {
	text-align:center;
	padding:15px 0 0;
}
.serach_txt2 {
	text-align:center;
	padding:10px 0;
}
.serach_txt a:visited {
	color:#06C;
	text-decoration:underline;
}
.serach_txt a:link {
	color:#06C;
	text-decoration:underline;
}
.serach_txt2 a:visited {
	color:#06C;
	text-decoration:underline;
}
.serach_txt2 a:link {
	color:#06C;
	text-decoration:underline;
}