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

/* 基本設定クリア　 */
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, input, textarea, legend, article, aside, footer, header, hgroup, menu, nav, section {
	border: 0;
	color: #000;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.clear {
	overflow: hidden;
	zoom: 1;
}
/* 基本のレイアウト */
body {
	background: #fff;
	font-family: " UD Shin Go Conde90 M", " UD新ゴNT M "," UD Shin Go NT Bold " ;      /**** "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*****/
}

/* ウェイブフォント設定 */


.wrapper-header {
	border-top: solid 20px #000000;  /*画面の上飾りライン黒色 */
}
.header {
	margin: 3px auto ;
	max-width: 960px;
	
}
/* 一番上リンクボタン*/
.wrapper-nav-global {
 /* background:url(../images/wrapper-nav-global-back.jpg)  repeat-x;  */
	border-bottom: ridge 2px #666; /*項目の下飾りライン */
	border-top: ridge 2px #666; /*項目の上飾りライン */
	font-size: 1.3em;  /*Webフォントサイズに設定2020.05.19 */
	
}
.nav-global {
	margin: 5px auto;
	max-width: 960px;
}
.wrapper-slideshow {
	background: #ddd;
}
.wrapper-main {
	background: #fff;
	
}

.main {
	background: #222;
	margin: 10px auto;  /* トップバナーと第84回との間隔*/
	max-width: 960px;
}
.news {
	float: left;
	padding: 0px 1% 0px 2%;/* 4.1666666%（40px/960px） */
	width: 63.75%;/*43.75%（420px/960px） */
}

.articles {
	
	float: left;
	padding: 0px  0  0 2.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
	width: 28%;/*43.75%（420px/960px） */
	 border-bottom: ridge 5px #0267a5; /*項目の下飾りライン */
}

.articles img {
	border:solid 2px #666 ;  /*右側プレー写真の枠*/
	
}

.wrapper-footer {
	background: #000;
	padding-top: 10px;
	
	
	
	}
	
.footer {
	margin: 0 auto;
	max-width: 960px;
}


/* header */
.header h1 {
    background: url(../images/siro-logo.png) no-repeat; 
	height: 120px;
	margin: 0 0 10px 2%;/* 4.1666666%（40px/960px） */
	text-indent: -9999px;
	width:750px;
}

/* nav-global */
.nav-global li {
	float: left;
	width: 20%;
	text-align: center;
}
.nav-global li a {
	display: block;
	padding: 5px 0;
	color: #000;
}
.nav-global li:last-child a {
	border-right: none;
}
.nav-global li a:hover {
	padding: 2px 0 2px 0;
	border-bottom: solid 5px #f110ff;
}
.nav-global li a:active{
	border-bottom: solid 5px #b00cbb;
}

/* shortcut */
.shortcut {
	border-bottom: solid 1px #e3e3e3;
}
.shortcut li {
	float: left;
	width: 33.3333333%;/* 33.3333333%（320px/960px） */
}
.shortcut li a {
	display: block;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.shortcut li p {
	margin: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.shortcut li a:hover p {
	color: #8ac2d0;
}
.shortcut li a:active p {
	color: #75b4c4;
}
/* news */
.news h1 {
	background:url(../images/h1ba.jpg)  repeat-x;
	font-family: "UD新ゴNT M";　　　/*Webフォントに設定2020.05.19 */
	margin: 10px 0 10px 0;
	padding: 5px 0  10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border-top: ridge 5px #666;
	border-bottom: ridge 3px #666; /*項目の下飾りライン */
}
/* articles */
.articles h1 {
	background:url(../images/h1ba.jpg)  repeat-x;
	margin: 0px 0 10px 0;
	padding: 5px 0  10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border-top: ridge 5px #666; /*項目の上飾りライン */
	border-bottom: ridge 5px #666; /*項目の下飾りライン */
}

 

 　h2 {
 　　font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	
	}
	
 
 .articles h3 {
/*	background:url(../images/h1ba.jpg)  repeat-x; */
    font-family: "UD Shin Go Conde90 M";　　　/*Webフォントに設定2020.05.19 */
	margin: 5px;
	padding: 7px ;
	font-size: 1.2em;
  /*font-weight: bold; */
	color: #fff;
	text-align:center;
	border-top: ridge 5px #666;
	/* border-bottom: ridge 5px #0267a5; /*項目の下飾りライン */
}
 
.articles h3 a:visited { color: #fff; } 

.articles h3 a:link {color:#fff;}

 .articles h3 a:hover{
    display:block;
　  width:15px;
　  height:5px;
    background:#ea10f8;
	
	 }
 
 
 
.articles h1 a:visited { color: #fff; } 

.articles h1 a:link {color:#fff;}

 .articles h1 a:hover{
    display:block;
　  width:15px;
　  height:5px;
    background:#ea10f8;
	
	 }

/* footer */
.footer p {
	color: #fff;
	text-align: center;
	line-height:20px; 
	font-size: 0.8em
		
	}

/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅600px以下
 */
@media screen and (max-width:600px) {
	/* 基本のレイアウト */
	.news {
		float: none;
		padding: 0px  0  0 2.1666666%;;/* 4.1666666%（40px/960px） 両側で80px分 */
		width: 91.6666666%;/*91.6666666%（880px/960px） */
	}
	
	.articles {
		float: none;
		padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
		width: 91.6666666%;/*91.6666666%（880px/960px） */
	}
 
  .articles h1 a:visited { color: #fff; } 

  .articles h1 a:link {color:#dddada;}	

  .articles h1 a:hover{
    display:block;
　  width:15px;
　  height:10px;
    background:#FF0000;
	
	 }	
	
	/* header */
	.header h1 {
		background: url(../images/bak-siro-logo.300.png) no-repeat; 
		height: 60px;
		width: 370px;
		margin-top: 7px; 
			 
	}
		
	/* nav-global */
	.nav-global li a {
		font-size: 0.8em;
	}
	
	/* shortcut */
	.shortcut li img {
		width: 80%;
	}
	.shortcut li p {
		font-size: 1.0em;
	}
	
	.footer p {
	line-height: 17px;
	text-align: center;  
			
    }
	
/* ------ Utility ------ */

#utility {
	position: absolute; 			/* PC用の表示ではposition:absoluteとする */
	width: 100%;
	top: 0px;	 				/* top:0としてヘッダー部に移動 */
	height: 40px;				/* 高さは固定とする */
	background-color: #000;
}

#utility .row {
	height: 100%;
}

#country {
	float: right;
}

#country p {
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0px  0px 0px 0px;    /* Google 横間隔上右下左指定 */
	color: #999;
	font-weight: bold;
	/* border-left: solid 0px #444; */

}
#country p:first-child {
	border-left: none;
}

#country p img {
	width: 5px;
	height: 20px;
	margin-right: 0px;
}

#country p a {
	display: block;
	width: 4em;
	text-decoration: none;
}

/* ------ お問合せプルダウン re.htm ページ------ */

/**
 * 03-02　ドロップダウンメニュー
 */
.wrapper-menubar {
	height: 35px;
	position: relative;
}
.menubar {
	position: absolute;
	right: 2px; /* 4.1666666%（40px/960px） */
	bottom: 8px;
	width: 226px;
}


.dropdown-menu li{
	width: 180px;
}


/* ボタンのスタイル */
.dropdown-menu > a {
	display: block;
	padding: 5px 0 5px 43px; /* 大会申込み高さ幅 */
	background-color: #343434;
	background-image: url(../images/arrow-dropdown5.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	color: #e6e6e6;
	font-size: 0.9em;
	border-radius: 5px;
}

.dropdown-menu > a:hover {
	background-image: url(../images/arrow-dropdown2.png);
	color: #ddd;
}
.dropdown-menu > a:active {
	background-image: url(../images/arrow-dropdown3.png);
	color: #a2a2a2;
}
/* クリックして開くメニューのスタイル */
.dropdown-menu > .items {
	display: none;
	margin: 5px 0 0 0;
	width: 150px;
	position: absolute;
}
.dropdown-menu > .items li a {
	display: block;
	padding: 10px 0;
	background: #515151;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
.dropdown-menu > .items li:first-child a {
	border-radius: 5px 5px 0 0;
}
.dropdown-menu > .items li:last-child a {
	border-radius: 0 0 5px 5px;
}
.dropdown-menu > .items li a:hover {
	background: #bbb;
}
.dropdown-menu > .items li a:active {
	background: #757575;
}

/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅600px以下
 */
@media screen and (max-width:600px) {
	.wrapper-menubar {
		height: 30px;
	}
	.menubar {
		top: 0;
	}
	.dropdown-menu > a {
		border-radius: 0 0 5px 5px;
		font-size: 0.8em;
	}
	.dropdown-menu > .items li a {
		font-size: 0.8em;
	}
}

