@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, 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;
}
/* 基本のレイアウトmax-width: 960px  */
body {
	background: #000;
	font-family: "新丸ゴ M","ゴシックMB101 L "," ゴシックMB101 M "," 新正楷書CBSK1 " ;
}
.wrapper-header {
	border-top: solid 6px #000;
}
.header {
	margin: -10px auto;
	max-width: 960px;
}
.wrapper-nav-global {
	background: #000;
	border-bottom: solid 3px #fd033e;
	
}

.nav-global {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper-category {
	background: #002b36;
	border-top: solid 10px #111;
	
}

.category {
	margin: -10px auto;
	max-width: 960px;
	
		
}


.wrapper-main {
	background: #000;
}
.main {
	background: #1b1b1b;
	margin: 20px auto;
	max-width: 1020px;
}
.wrapper-footer {
	background: #000;
/* margin: 30px auto; */
		   	  	
	}
	
/* footer */

.footer {
	max-width: 960px;
	margin: 30px auto;
		
}


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

/* header */
.header h1 {
	background: url(../images/yu_logo.png) no-repeat;
	height: 75px;
	margin: 45px 0 30px 4.1666666%;/* 4.1666666%（40px/960px） */
	text-indent: -9999px;
	width: 406px;
}
/* nav-global */
.nav-global li {
	float: left;
	text-align: center;
	width: 20%;
}
.nav-global li a {
	border-right: solid 1px #ddd;
	color: #fff;
	display: block;
	padding: 15px 0;
}
.nav-global li:last-child a {
	border-right: none;
}
.nav-global li a:hover {
	border-bottom: solid 5px #8ac2d0; 
	padding: 15px 0 10px 0;
}
.nav-global li a:active {
	border-bottom: solid 5px #75b4c4;
}

/* category */

.category  p {
	font-family: " 新正楷書CBSK1 "  ;
	color: #fff;
	font-size: 2.0em;
	line-height: 1.0em; /* 優勝チーム行間 */
	padding: 30px 4.1666666%  5px 0;/* 4.1666666%（40px/960px）ブルー上からの高さ20pxは第回 */
	text-align:center ;
	
}



/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅600px以下
 */
@media screen and (max-width:600px) {
	/* 基本のレイアウト */
	/* header */
	.header h1 {
		background: url(../images/new_yu_logo_300.png) no-repeat;
		height: 50px;
		width: 300px;
		margin: 20px auto; 
	}
	/* nav-global */
	.nav-global li a {
		font-size: 0.7em;
	}
	/* category */
	.category p { 
		padding: 15px  0  2px ;/* 4.1666666%（40px/960px） */
		font-size: 1.0em;
		line-height: 1.5em;
	}
