@charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {display: none;}

/* --------------
 modules css
-------------- */
/* ---------- float */
.fll { float: left;}
.flr { float: right;}

/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd33 {width: 33.3% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd78 {width: 78% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

/* ---------- margin,padding */
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt45 {	margin-top: 45px !important;}
.mt50 {	margin-top: 50px !important;}
.mt55 {	margin-top: 55px !important;}
.mt60 {	margin-top: 60px !important;}
.mt70 {	margin-top: 70px !important;}
.mt80 {	margin-top: 80px !important;}
.mt90 {	margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}
.mt-30 { margin-top: -30px !important;}
.mt-50 { margin-top: -50px !important;}



/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ----- base width */
 #siteFooter {
	width: 1000px;
	margin: 0 auto;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}



.btnA {		
	background-color: #fff;
	color: #fff;
}
.btnA:hover { 
	background-color: #fff;
	color: #111;
}
.btnA,
.btnA:before,
.btnA:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnA:before,
.btnA:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	
	z-index: -1;
}
.btnA:before {
	right: 0;
}
.btnA:after {
	left: 0;
}


.btnA:hover:before,
.btnA:hover:after {
	width: 50%;
	background-color: #59b1eb;
}


.btnPdf {
	border-color: #e70012;
	background-color: #e70012;
}
.btnPdf:before,
.btnPdf:after {
	background-color: #fff;
}
.btnPdf:hover:before,
.btnPdf:hover:after {
	background-color: #fff;
}

.btnXls {
	border-color: #067630;
	background-color: #067630;
}
.btnXls:before,
.btnXls:after {
	background-color: #fff;
}
.btnXls:hover:before,
.btnXls:hover:after {
	background-color: #fff;
}

.bdrRed {
	padding: 20px;
	width: 85%;
	margin: auto;
}

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

/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */
#snsBox {
	position: absolute;
	top: 5px;
	right: 3%;
}


/* =globalNav
---------------------------------------------------- */
#globalNav {
	max-width: 1000px;
	margin: auto;
}
#mainNav li {
	display: inline-block;
}
#mainNav li:after {
	display: inline-block;
	content: '／';
	padding-left: 5px;
}
#mainNav li:last-child:after {
	content: '';
}
#mainNav li a {
	display: inline-block;
}

@media screen and (max-width: 1000px) { /*以下の時*/
#mainNav {
	padding-right: 93px;
	font-size: 0.9em;
		margin: 5px auto;
}
}
/* =visual
---------------------------------------------------- */
#visual {
	min-width: 1000px;
}

#visualTxt {
}
/* =container
-------------------------------------------------------------- **/
#container {
	min-width: 1000px;
}
.contents .inner {
	padding-bottom: 100px;
}
.inWrap {
	width: 96%;
	margin: auto;
}


/* =breadcrumb
---------------------------------------------------- */

/* =headline / titles
---------------------------------------------------- */
.ttlCont {
	margin-bottom: 50px;
	font-size: 2.0em;
}
.ttlCont:after {
	content: '';
	display: block;
	clear: both;
}
.ttlCont span {
	float: left;
	width: 44%;
	padding: 0 3%;
	position: relative;
	height: 56px;
	line-height: 56px;
}
.ttlCont span.bgRed {
	font-size: 0.8em;
}
.ttlCont span.bgGray {
	letter-spacing: 0.15em;
}
.ttlCont span.bgGray:before {
	content: '';
	width: 1px;
	height: 200%;
	background: #111;
	
	position: absolute;
	top: -50%;
	right: 0;
}

.ttlCont2 {
	margin-bottom: 50px;
	font-size: 2.0em;
}
.ttlCont2 span {
	padding: 10px 3%;
	letter-spacing: 0.15em;
}

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

.bnrA {
	letter-spacing: 0.3em;
}
.bnrA > img {
	padding-right: 100px;
}
.bnrB {
	letter-spacing: 0.3em;
	background: #fff url(../img/bnr-bgRed.png) no-repeat left top;
}
.bnrB h1,
.bnrB h2 {
	line-height: 1.8em;
}

/* =footer
-------------------------------------------------------------- **/

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

/* =copyright
---------------------------------------------------- */

/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
	bottom: 30px;
}
@media screen and (max-width: 1200px) { /*以下の時*/
#pageTop {
	right: 0;
}
}
@media screen and (min-width: 1201px) { /*以上の時*/
#pageTop {
	right: 100px;
}
}

#pageTop a {
	width: 50px;
	height: 50px;
}


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

/* =lead
---------------------------------------------------- */
#lead p {
	font-size: 1.3em;
	line-height: 2.0em;
}

/* =greeting
---------------------------------------------------- */
#greeting p {
	text-align: center !important;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
/* =aboutKinjo
---------------------------------------------------- */
#aboutKinjo .fll p {
	line-height: 2.0em;
	letter-spacing: 0.08em;
}
/* =judges
---------------------------------------------------- */
.judge {
	margin-bottom: 80px;
}
.judge p.txtI1 {
	line-height: 1.8em;
	font-size: 1.1em;
}

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

#requirements .dlBox a {
	width: 90%;
	text-align: center;
}
#requirements .addressBox dt {
	float: left;
	width: 10%;
	margin-bottom: 10px;
	text-align: center;
}
#requirements .addressBox dd {
	float: right;
	width: 90%;
	margin-bottom: 10px;
}

