@charset "UTF-8";
/* CSS Document */

@-ms-viewport {/* IE用のビューポイント*/
    width: 1280px;
}
html {/* スクロールバーを常に表示*/
    margin-bottom:1px;
    height:100%;
    }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
.one #container {
	font-size: 1.4em;
	line-height: 1.6em;
	width: 100%;
	background: #000;
	text-align: left;
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .50);*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden
}
.one #header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	padding: 0px;
	line-height: 0px;
} 
.one #container #header img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.one #hedder p {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.one #header table p {
	margin: 0px;
	padding: 0px;
	line-height: 0em;
} 
.one #menubotton {
	padding: 0px;
	background-color: #00a0e9;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.one #container #mainContent li {
	font-size: 1em;
	line-height: 1.3em;
}
.one #nav {
	padding: 0px;
	margin: 0px;
} 
.one #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 60px;/* コンテンツ幅1080pxに調整*/
	padding-bottom: 0;
	padding-left: 60px;/* コンテンツ幅1080pxに調整*/
}
.one #footer {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #00a0e9;
} 
.one #footer p {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 30px;
}
.one #subnavi{
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnavi li{
	float: left;
	margin: 0px;
	padding: 0px;
}
#subnavi a{
	text-align: left;
	display:block;
	width: 100%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	font-family: sans-serif;
	font-size: 13px;
	background-image: url(../2018image/icon1.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-bottom: 0px;
}
#subnavi a:hover{
	color: #FF0000;
}
/* 01_2スケジュール*/
dl dt {
	width: 130px;
	float: left;
	background-color: #DADADA;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
/* 01_2スケジュール*/
dl dd {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
/* ニュース*/
.news {
	font-size: 100%;
	color: #555;
	text-align: left;
	font-family: sans-serif;
	overflow: auto;
	line-height: 180%;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
/* ニュース内*/
.news dl dt{
	width: 100px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 100px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	font-size: 100%;
	background-color: #ccc;
}
/* ニュース内*/
.news dl dd {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.red {
	color: #FF0000;
}
.bikers {
	color: #FFFFFF;
	background-color: #006633;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	letter-spacing: 1px;
}
.suzuka {
	color: #FFFFFF;
	background-color: #004ea2;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.moushikomi {
	color: #000000;
	background-color: #00a0e9;
	margin-right: 10px;
	font-family: sans-serif;
	font-weight: normal;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
/* パンくずリスト */
ol.topic-path {
	list-style-type: none; /* リストマーク非表示 */
	font-size: 100%; /* 文字サイズ */
	text-align: left;
	background-color: #00a0e9;
	margin: 0;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* パンくずリスト項目 */
ol.topic-path li {
padding-left: 2px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* パンくずリスト項目（最初の項目） */
ol.topic-path li.first {
	padding-left: 20px; /* ホーム記号（※） */
	background-image: url(../2018image/topic-path-home-gray.png);
	background-repeat: no-repeat;
	background-position: left;
}
/* パンくずリンクエリア */
ol.topic-path li a {
	padding-right: 13px; /* 矢印記号（※） */
	background-image: url(../2018image/topic-path-gray.png);
	background-repeat: no-repeat;
	background-position: right;
}
/* パンくずリンク色 */
ol.topic-path li a {
	color: #003399;
}
/* パンくずリンク色（マウスオーバー） */
ol.topic-path li a:hover {
	color: #FF0000;
}
.img_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.img_all {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.img_all2 {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.img_all3 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
/* リンク色調整*/
a{text-decoration:none}
a:link{color:#0066FF}
a:visited{color:#006699}
a:active{color:#FF0000}
a:hover{color:#FF0000}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* リンク先ズレ補正*/
a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
@media screen and (max-width: 767px), print { 
	a.anchor{
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}
}

/* この画像はワイド100%表示に*/
p.resizeimage img {
	width: 100%;
	height: auto;
}
/* サイドバー*/
#sidebar1 {
	float: right;
	padding: 0px;
	width: 160px;
	background-color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}
#sidebar1 a{text-decoration:none}
#sidebar1 p  {
	line-height: 110%;
	margin-top: 5px;
}
#sidebar1 a:link{color:#666666}
#sidebar1 a:visited{color:#999999}
#sidebar1 a:active{color:#FF0000}
#sidebar1 a:hover{color:#FF0000}
#sidebar1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.fltrt { /*ページ上でフローティングエレメントを右側に配置。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 0px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* スマホ460px以下の場合は非表示にする*/
@media screen and (max-width: 460px){
.none {display:none}
} 

/* スマホのみ右よせ画像はワイド100%を適用 回り込み無し*/
@media only screen and (max-device-width : 460px){
.image_m5 {
 width:100%;
 height:auto;
 float: none; 
}
/* スマホのみ左よせ画像はワイド100%を適用 回り込み無し*/
.image_h5 {
 width:100%;
 height:auto;
 float: none;
 }
/* スマホのみテーブル強制100%*/
.one #container #mainContent table {
	overflow: auto;
	background-color: #ffffff;
	height: auto;
	width: 100%;
	table-layout: fixed;
	word-break: break-word;}
}

/*--- PC表示領域が1200px以下の場合に適用するスタイル ---*/
@media screen and (max-width: 1200px) {
body { -webkit-text-size-adjust : 100%!important ; }
.one #container {
	font-size: 1.4em;
	line-height: 1.6em;
	width: 100%;
	background: #000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .50);*/
} 
.one #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
img {
max-width : 100% ;
height : auto ;
}
img { float : none ; }
iframe { width : 100% ; }
#wrap { overflow : hidden ; }
}
