@charset "utf-8";

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}

img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important; border:0;}

time {display:inline-block;}

/* --------------
 clearfix
-------------- */
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after {
	content: ""; 
	display: block;
	clear: both;
}

/* --------------
 base
-------------- */
body {
	/* width: 100%;
	height: auto; */
	color: #222;
	font: normal 15px/1.6 'Lucida Grande', Meiryo, sans-serif;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
}
h1 {font-size: 21px;}
h2 {font-size: 18px;}

	
/* link */
a {
	color: #866C14;
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
}

.toggle {
	cursor: pointer;
}
.toggle:hover img {
	opacity: 0.6;
}
.toggleCont {
	padding: 20px;
	background: rgba(0,0,0,.05);
}

.mincho {
	font-family:  "Roboto Slab" , Garamond , "Times New Roman" ,"a-otf-futo-min-a101-pr6n", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.mincho2 {
	font-family:  "Roboto Slab" , Garamond , "Times New Roman" ,"a-otf-midashi-mi-ma31-pr6n", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

h1.mincho,
h2.mincho,
h3.mincho {
	font-weight: normal;
}



.rubyB {
	ruby-position: after;
}



/* --------------
 modules css
-------------- */
/* ---------- font size */

.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }


/* ---------- font weight */
.bold {	font-weight: bold;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alm { vertical-align: middle !important;}
.alb { text-align: bottom !important;}

.alj {
	/* 文字均等割付 */
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */
.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml15 {	margin-left: 15px !important;}
.ml20 {	margin-left: 20px !important;}
.ml25 {	margin-left: 25px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr15 {	margin-right: 15px !important;}
.mr20 {	margin-right: 20px !important;}
.mr25 {	margin-right: 25px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 {	margin-top: 30px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb15 {	padding-bottom: 15px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb25 {	padding-bottom: 25px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt25 {	padding-top: 25px !important;}
.pt30 {	padding-top: 30px !important;}

.pl0 {	padding-left: 0px !important;}
.pl5 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}
.pl20 {	padding-left: 20px !important;}
.pl30 {	padding-left: 30px !important;}

.pr0 {	padding-right: 0px !important;}
.pr5 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}
.pr20 {	padding-right: 20px !important;}
.pr30 {	padding-right: 30px !important;}


/* ----- text */
.txtS {
	color: #666;
	font-size: 85%;
}

.txtI1 {
	text-indent: 1em;
}

.ls00 { letter-spacing: 0.00em; }
.ls05 { letter-spacing: 0.05em; }
.ls10 { letter-spacing: 0.10em; }



/* ----- list */
.ulDisc {
	margin-left: 22px;
	line-height: 1.4;
	list-style: outside disc;
}
.olDecimal {
	margin-left: 22px;
	list-style: outside decimal;
}
.olAiu {
	margin-left: 22px;
	list-style: outside katakana;
}
.olLRoman {
	margin-left: 22px;
	list-style: outside lower-roman;
}
.olSquare {
	margin-left: 22px;
}
.olSquare li {
	position: relative;
}
.olSquare > li:before {
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -22px;
}

.ulDisc li, .olDecimal li, .olAiu li, .olLRoman li, .olSquare li {
	margin-bottom: 10px;
}

dt {
	font-weight: bold;
}


/* ----- decoration (button, etc...) */

/* ----- font color */

.clWt { color: #fff; }

.clRed { color: #f00; }


/* ----- button */
.btnA {
	position: relative;
	display: inline-block;
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px 0;
		
	background-color: #eee;
	border: 3px solid #333;
	color: #fff;
	outline: none;
	z-index: 19;
}
.btnA:hover { 
	background-color: #fff;
	color: #111;
	text-decoration: none;
}
.btnPdf {
	border-color: #e70012;
	background-color: #e70012;
}
.btnXls {
	border-color: #067630;
	background-color: #067630;
}

.toggleClose {
	text-align: center;
	width: 60%;
	margin: 20px auto;
	padding: 10px 0;
	cursor: pointer;
	border: #111 solid 1px;
	border-radius: 3px;
	font-weight: bold;
	/*background: rgba(200,15,15,.3);	*/
	background: rgba(0,0,0,.2);
	
	
	/* box-shadow */
	box-shadow:0 5px 0 0 #000000;
	-moz-box-shadow:0 5px 0 0 rgba(0,0,0,1.0);
	-webkit-box-shadow:0 5px 0 0 rgba(0,0,0,.1.0);
}

.toggleClose:hover {
	background: rgba(0,0,0,.05);
}





/* ----- bg */
.bgBk10 {
	background-color: rgba(0,0,0,.1);
}

.bgRed { background-color: #e30012; }
.bgGray { background-color: #b0b9c6; }


.bdrRed {
	border: #e30012 solid 3px;
	padding: 10px;
}


/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: #ccc solid 1px;
	/*background: rgba(0,0,0,0.7);*/
	background: #e30012;
	
	/* box-shadow */
/*	box-shadow:0px 0px 5px 3px #000000;
	-moz-box-shadow:0px 0px 5px 3px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 5px 3px rgba(0,0,0,.5);*/
}

#header.front {
	z-index: 20;
}

/* =siteHeader
---------------------------------------------------- */

/* =globalNav
---------------------------------------------------- */
#globalNav {
}
#mainNav {
	text-align: center;
}
#mainNav li {
	 vertical-align: middle;
	 white-space: nowrap;
	 color: #fff;
}
#mainNav li a:hover img {
	opacity: 1;
}
#mainNav li a {
	padding: 10px 8px;
	color: #fff;
	font-size: 1.2em;
}
#mainNav li a:hover {
	text-decoration: none;
	/* text-shadow */
	-moz-text-shadow: 0px 0px 5px rgba(255,255,255, 0.8);
	-webkit-text-shadow: 0px 0px 5px rgba(255,255,255, 0.8);
	-ms-text-shadow: 0px 0px 5px rgba(255,255,255, 0.8);
	text-shadow: 0px 0px 5px rgba(255,255,255, 0.8);
}

/* =visual
-------------------------------------------------------------- **/
#visual {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	text-align: center;
	background: #fff url(../img/bg.png) no-repeat left top;
	background-size: auto 110%;
	z-index: 1;
}
#visualTxt {
	position: absolute;
	top: 5%;
	right: 5%;
	margin: auto;
	max-height: 60vh;
}
#visualDate {
	position: absolute;
	bottom: 7.3%;
	right: 15%;
	margin: auto;
	height: 25vh;
}

.ie #visualDate {
	position: absolute;
	top: 100%;
	bottom: 0;
	right: 15%;
	margin: auto;
	margin-bottom: 7.3vh;
	height: 25vh;
}
#scrollBtn {
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	margin: auto;
	height: 10vh;
	
  animation: inout 2s;
  animation-iteration-count: infinite;
  -webkit-animation: inout 2s; /* Safari & Chrome */
  -webkit-animation-iteration-count: infinite;
}
#scrollBtn img {
	max-width: auto !important;
	max-height: 100% !important;
}
@keyframes inout {
  0%   { transform: translate(0, 0); }
  50%   { transform: translate(0, 6px); }
  100%   { transform: translate(0, 0); }

}
@-webkit-keyframes inout { /* Safari & Chrome */
  0%   { transform: translate(0, 0); }
  50%   { transform: translate(0, 6px); }
  100%   { transform: translate(0, 0); }
}

/* =container
-------------------------------------------------------------- **/
#container {
	position: relative;
	z-index: 15;
	margin-top: 120%;
	margin-top: 120vh;
	background: #fff;
	
	/* box-shadow */
	box-shadow:0px 0px 5px 3px #ccc;
	-moz-box-shadow:0px 0px 5px 3px rgba(100,100,100,.3);
	-webkit-box-shadow:0px 0px 5px 3px rgba(100,100,100,.3);
}
.contents {
	margin-top: -50px;
	padding-top: 50px;
}
.contents .inner {
	margin-top: 50px;
}


/* =breadcrumb
---------------------------------------------------- */
#breadcrumb {
	margin-bottom: 20px;
}
#breadcrumb li {
	color: #AAA;
	font-size: 12px;
	display: inline-table;
}
#breadcrumb li a {
	color: #CCC;
	padding-right: 5px;
}
#breadcrumb li a:after {
	content: "　>"; 
}
#breadcrumb li a:hover {
	color: #999;
}

/* =headline / titles
---------------------------------------------------- */
.ttlCont {
	margin-bottom: 15px;
	font-weight: normal;
}
.ttlCont span {
	display: block;
	padding: 10px 3%;
}
.ttlCont span i {
	font-style: normal;
}

h1 small,
h2 small {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.5%;
}

#reqDl {
	margin-top: -60px;
	padding-top: 60px;
}

.ttlCont2 {
	margin-bottom: 15px;
	font-weight: normal;
}
.ttlCont2 span {
	display: block;
	padding: 10px 3%;
}
.ttlCont2 span i {
	font-style: normal;
}


/* bnr
---------------------------------------------------- */

.bnrA {
	padding: 15px 0;
	text-align: center;
	position: relative;
	background: #fbb03b;
}
.bnrA:hover {
	background: #ffd26e;
}
/*.bnrA.toggle:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 65px;
	height: 65px;
	background: url(../img/bnr-open.png) no-repeat right bottom;
}
.bnrA.toggle.active:after {
	background: url(../img/bnr-close.png) no-repeat right bottom;
}
*/
.bnrB {
	position: relative;
	border: #111 solid 1px;
}
.bnrB:hover {
	background-color: #ffd26e;
}
.bnrB h1,
.bnrB h2 {
	font-weight: normal;
}
.toggleOpen {
	position: absolute;
	bottom: 15px;
	right: 3%;
	padding: 5px 10px;
	color: #fff;
	background: #d41519;
}
.bnrA .toggleOpen {
	background: #111;
}
.toggleOpen img {
	vertical-align: middle;
}

.bnrA:hover img,
.bnrB:hover img {
	opacity: 1;
}

/* table
---------------------------------------------------- */

table, th, td {
	border-collapse: collapse;
	border:1px solid #111;
}
th, td {
	padding: 5px;
}

/* witter
---------------------------------------------------- */

.writterBox {
	font-size: 0.85em;
	margin-bottom: 1em;
	line-height: 1.5em;
}


/* =footer
-------------------------------------------------------------- **/
#footer {
	position: relative;
	width: 100%;
	height: 300px;
	border-bottom: #ccc solid 1px;
	background: #adb5c2 url(../img/footer.png) no-repeat left top;
	z-index: 20;
}
#footerDate {
	position: absolute;
	top: -12.5vh;
	right: 15%;
	margin: auto;
	height: 25vh;
}

/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */
#copyright {
	position: absolute;
	bottom: 5%;
	right: 15%;
	text-align: center;
	color: #fff;
}
#copyright a {
	color: #fff;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
	display: block;
	position: fixed;
	z-index: 30;
}

#pageTop a {
	text-indent: -9999px;
	background: url(../img/pagetop.png?0707) no-repeat;
	display: block;
}


/* --------------
 home contents
-------------- */

/* =aboutKinjo
---------------------------------------------------- */


#aboutKinjo .toggleCont h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
}
#aboutKinjo .toggleCont h3 {
	margin: 15px 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background: rgba(220,190,100,.8);
}

#aboutKinjo .writterBox {
	margin: 0;
	margin-top: 1em;
}
#kinjoRuby {
	display: inline-block;
	position: relative;
	letter-spacing: 0.2em;
	font-size: 1.4em;
	margin-bottom: 0.8em;
}
#kinjoRuby:after {
	position: absolute;
	content: 'TETSUO KINJO';
	font-size: 0.4em;
	top: 100%;
	left: 0;
	white-space: nowrap;
	letter-spacing: 0.1em;
}



/* =judges
---------------------------------------------------- */
.judge {
	margin-bottom: 30px;
}
.judge:last-child {
	margin-bottom: 0;
}
/* =supporters
---------------------------------------------------- */

.supporter {
	margin-bottom: 30px;
}
.supporter:last-child {
	margin-bottom: 0;
}
.supporter .writterBox {
	margin: 0;
	margin-top: 1em;
	font-size: 1.0em;
}


/* =requirements
---------------------------------------------------- */

.addressBox {
	border: #111 solid 1px;
	padding: 20px;
}
li .addressBox {
	margin-right: 22px;
}
/* =bnr area
---------------------------------------------------- */
.bnrList {
	text-align: center;
}
.bnrList li {
	display: inline-block;
	width: 80px;
	padding: 10px;
}
.bnrList li.bdrR {
	border-right: #111 solid 1px;
}
