@charset "utf-8";
/* reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,p,dl,dt,dd,ol,ul,li,
h1,h2,h3,h4,h5,h6,
form,input,button,textarea,table,tr,th,td,
article,aside,header,footer,section,nav{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -------------------------------------------------------
   font
------------------------------------------------------- */
body,
html,
td,
th,
input[type="text"],
textarea {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*font-weight: 500;*/
}

/* for IE10 */
@media all and (-ms-high-contrast: none) {

body { font-family: Verdana, 'メイリオ', Meiryo, '游ゴシック', sans-serif!important; }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;	
	word-break: break-all;
}


a:link,
a:visited {
	color: #454545;
	text-decoration: none;
  transition:all 0.2s;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align:bottom;
	max-width: 100%;
}

/* -------------------------------------------------------
   一括指定 boxsizing / clearfix / image hover / contents width
------------------------------------------------------- */
/* boxsizing */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* block */
.blockSiteLinks__MsTop a {
	display: block;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* image hover */
.Container a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* contents width */
.class {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#suzuka_sitemap ul,
#suzuka_sitemap dl,
ul.blockRound__linksItems,
.blockSiteCaption ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* form style reset */
/*
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/

/* -------------------------------------------------------
 base layout
------------------------------------------------------- */
#suzuka_sitemap .Container {
	background: #fff;
	color: #454545;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
line-height: 228%;
}
@media screen\0 {
.Container {
    font-family: 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}

.blockContents {
	width: 980px;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

.blockSiteCaption {
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	line-height: 170%;
	font-family: YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}



/* -------------------------------------------------------
 basic parts
------------------------------------------------------- */
/*gnav
---------------------------------*/
#suzuka_sitemap .gnav{width: 980px;margin-top: 40px ;margin-left: auto;margin-right: auto;margin-bottom: 20px;  font-size: 15px;}
#suzuka_sitemap .gnav ul {width: 100%;}
#suzuka_sitemap .gnav ul li {width: 310px;float: left;margin-right: 25px;margin-bottom: 20px;line-height: 1.2; min-height: 3em;}
#suzuka_sitemap .gnav ul li:nth-child(3n) {margin-right: 0;}
#suzuka_sitemap .gnav ul li a { border:solid 5px #efefef; padding: 15px; text-align:center;display: block;color: #454545;box-sizing:border-box;}

#suzuka_sitemap .gnav ul li a:hover { border:solid 5px #209389; }

/* list
---------------------------------*/


#suzuka_sitemap ul.sitemap_list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	width: 980px;
}

#suzuka_sitemap .gnav:after,#suzuka_sitemap ul.sitemap_list:after {
  content: "";
  clear: both;
  display: block;
}

#suzuka_sitemap ul.sitemap_list li {float: left;width: 310px;margin-right: 25px;margin-bottom: 20px;  font-size: 15px;}
#suzuka_sitemap ul.sitemap_list li:nth-child(3n){margin-right: 0;}
#suzuka_sitemap ul.sitemap_list li a::before {content:'> ';font-size: 12px;color:#209389;vertical-align:middle;}

#suzuka_sitemap ul.sitemap_list li.s-plaza {clear:both;width: 100%;}
#suzuka_sitemap ul.sitemap_list li.s-plaza li { float:left;margin-right: 3em;margin-top: 15px;display: inline-block;width: auto;}
#suzuka_sitemap ul.sitemap_list li.s-plaza li a::before {content:'- ';font-size: 12px;color:#209389;vertical-align:middle;}

/* title
---------------------------------*/
#suzuka_sitemap h1 {width: 980px;margin: 20px auto;}

#suzuka_sitemap h2 { font-size: 24px; font-weight: 600;border-bottom : solid 1px #ccc;clear:both;line-height: 1.5;margin: 40px auto 20px;color:#069382;}
#suzuka_sitemap h2 a::before {content:'> ';font-size: 12px;color:#209389;vertical-align:middle;}

#suzuka_sitemap h2.sub { font-size: 21px; font-weight: 600;border-left : solid 4px #333;border-bottom: none;clear:both;line-height: 1.5;margin: 40px auto 20px;color:#333;padding-left: 4px;}


#suzuka_sitemap h3 { font-size: 18px; font-weight: 600;clear:both;line-height: 1.5;margin: 20px auto;padding :2px 5px ; background: #eee;}



.mb2em{margin-bottom: 2em;}

.sp {display:none;}


#suzukaHeaderWrap2016 ol,#suzukaHeaderWrap2016 ul,#suzukaHeaderWrap2016 li,#suzukaHeaderWrap2016 .logo {
    box-sizing: content-box;
}

/* 画像 -> HTML化

------------------------------------------------------------------------*/
/* reset */
#container .pc a:hover {
	text-decoration: none;
}

#suzuka_sitemap h1 {
	width: auto;
	margin: auto;
	text-align: left;
}

/* add */
.blockContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* ページタイトル */
.header-area {
	font-family: メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
    width: 100%;
	display: table;
    justify-content: flex-start;
    padding-top: 30px;
	margin-bottom: -30px;
}

.header-area a {
	display: block;
}

.title-page-icon {
    width: 90px;
    padding: 25px 0 25px 20px;
    box-sizing: border-box;
	display: table-cell;
    vertical-align: bottom;
}

.title-page-icon img {
	max-width: 100%;
    vertical-align: bottom;
	margin-right: 10px;
    height: auto;
	display: inline-block;
}

#container h1.title-page-title,
.title-page-title {
    margin: 0 1em;
    padding: 5px 5px 15px 15px;
    color: #01948a;
    font-weight: 700;
	width: 8em;
    padding-bottom: 25px;
    font-size: 36px;
	display: table-cell;
    vertical-align: bottom;
	border: none;
	line-height: 100%;
}

