/* =Web Font
-------------------------------------------------------------- */
@font-face {
    font-family: 'あんずもじ';
    src: url('../fonts/APJapanesefont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* =Reset
-------------------------------------------------------------- */

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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a:hover img {
	opacity: 0.75;
}

/* Clearing floats */
.cf:after {
	clear: both;
}
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf {
    *zoom: 1;
}




/* =Repeatable patterns
-------------------------------------------------------------- */

/* font */

.red { color: #ff3333; }
.purple { color: #7f03b1; }
.orange { color: #fa9401; }
.green { color: #8cc902; }
.blue { color: #42a7d3; }
.small { font-size: 1.2rem; }
.large { font-size: 1.6rem; }
.x-large { font-size: 1.8rem; }
.xx-large { font-size: 2rem; }
.xxx-large { font-size: 2.2rem; }
.nowrap { white-space: nowrap; }

/* Responsive images and multimedia */
img {
	max-width: 100%; /* Fluid images for posts, comments, and sidebars */
	height: auto;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* layout */
.justifyleft { text-align: left; }
.justifyright { text-align: right; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* hyperlink */
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}



/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 62.5%;
}
body {
	font-size: 10px;
	color: #444;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* Page structure */
#wrapper {
	background-color: #fff;
}
#site-header {
}
#site-main {
	padding: 0 5px;
}
#contents {
	margin: 10px 0 0;
	overflow: hidden;
}
#sidebar {
	margin: 10px 0 0;
}
#site-footer {
	clear: both;
}

/* Header */
h1 img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}
h1 a img:hover {
	opacity: 1;
}

/* Navigation Menu */
.navi ul {
	border-top: 2px solid #fff;
}
.navi li {
}
.navi li a {
	display: block;
	height: 30px;
	padding: 5px 10px;
	background-color: #8cc902;
	background-position: right 15px center;
	background-repeat: no-repeat;
	color: #fff;
	box-shadow: inset 0 0 5px 5px #fff;
	font-family: 'あんずもじ';
	font-size: 1.8rem;
	line-height: 30px;
	text-decoration: none;
}
.navi li a.off {
	background-image: url(../images/common/navi-li-off-bg.png);
}
.navi li a.on {
	background-image: url(../images/common/navi-li-on-bg.png);
}
.navi li ul {
	display: none;
	border-top: 0;
}
.navi li li {
	position: relative;
	border-bottom: 0;
}
.navi li li a {
	padding: 5px 5px 5px 15px;
}
.navi li li:nth-child(4n) a {
	background-color: #8cc902;
}
.navi li li:nth-child(4n+1) a {
	background-color: #7f03b1;
}
.navi li li:nth-child(4n+2) a {
	background-color: #fa9401;
}
.navi li li:nth-child(4n+3) a {
	background-color: #4fadd6;
}
.navi li li a.off,
.navi li li a.on {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 24px;
	height: 30px;
	background-color: transparent;
	border-left: 1px solid #fff;
	box-shadow: 0 0 0 0;
	text-indent: -99999px;
}
.navi li li li a:before {
	content: ' - ';
}
.navi li li:nth-child(4n) li a {
	background-color: #a7cc52;
}
.navi li li:nth-child(4n+1) li a {
	background-color: #d265fc;
}
.navi li li:nth-child(4n+2) li a {
	background-color: #fcbd65;
}
.navi li li:nth-child(4n+3) li a {
	background-color: #8acae5;
}

/* Sidebar */
.banner {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.banner a {
	display: block;
	padding: 0 5px;
}
.banner img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.facebook {
	clear: left;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
	padding: 0 5px;
	text-align: center;
}
.fb-like-box,
.fb-like-box > span,
.fb-like-box iframe {
	width: 100% !important;
}

/* Footer */
.footer-line img {
	width: 100%;
	height: 5px;
	overflow: hidden;
	vertical-align: top;
}
.footer-sitemap li {
	display: inline-block;
	margin: 5px 0;
	padding: 0 5px;
	border-right: 1px solid #999;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.footer-sitemap li:last-child {
	border-right: 0;
}
.footer-jnne {
	margin: 10px 10px 0;
}
.footer-jnne-left {
	display: table-cell;
	vertical-align: middle;
}
.footer-jnne-right {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.footer-jnne img {
}
.footer-logo ul {
	text-align: center;
}
.footer-logo li {
	display: inline-block;
	margin: 10px 7px;
	vertical-align: middle;
}
.footer-copyright {
	padding: 4px 0 6px;
	background-color: #fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
}
.footer-copyright a {
	color: #666666;
}
.footer-copyright a:hover {
	color: #999999;
	text-decoration: none;
}


/* =Main content
-------------------------------------------------------------- */

#contents {
	clear: both;
	margin-bottom: 10px;
}

/* common - class */
.content-box {
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.content-box.border {
	padding: 15px 10px 5px;
	border: 1px solid #666;
	border-radius: 10px;
}
.content-box-600 {
	margin: 0 auto 15px;
	max-width: 600px;
}
.content-box-700 {
	margin: 0 auto 15px;
	max-width: 700px;
}
.content-box-800 {
	margin: 0 auto 15px;
	max-width: 800px;
}
.socialmedia {
	height: 21px;
	margin: 5px 0 10px;
}
.socialmedia-twitter {
	float: left;
	width: 100px;
	height: 21px;
}
.socialmedia-facebook {
	float: left;
}
.socialmedia-facebook iframe {
	max-width: none;
}
.pagetop {
	clear: both;
	padding: 0 5px;
	text-align: right;
}

.left120,
.right120 {
	width: 120px;
}
.left160,
.right160 {
	width: 160px;
}
.left120,
.left160 {
	float: left;
	padding: 0 10px 10px;
}
.right120,
.right160 {
	float: right;
	padding: 0 10px 10px;
}
.sp-left33 {
	float: left;
	width: 33.33333333%;
}
.sp-left50 {
	float: left;
	width: 50%;
}
.sp-left60 {
	float: left;
	width: 60%;
}
.sp-left33 .content-box,
.sp-left50 .content-box {
	padding-right: 5px;
}
.sp-center33 {
	float: left;
	width: 33.33333333%;
}
.sp-center33 .content-box {
	padding: 0 2px;
}
.sp-right33 {
	float: right;
	width: 33.33333333%;
}
.sp-right40 {
	float: right;
	width: 40%;
}
.sp-right50 {
	float: right;
	width: 50%;
}
.sp-right33 .content-box,
.sp-right50 .content-box {
	padding-left: 5px;
}
.sp-clear {
	clear: both;
}

/* common - block tags */
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	margin: 10px 0;
	padding: 0 10px;
}
#contents .h2-box {
	width: 100%;
	height: 72px;
	margin: 15px 0;
	border-top: 3px solid #fa9401;
	border-bottom: 3px solid #fa9401;
	border-left: 3px solid #fa9401;
	border-radius: 10px;
}
#contents .h2-box h2 {
	margin: -3px auto;
	height: 4.9rem;
	padding: 3rem 108px 0 7px;
	padding: 30px 16.875% 0 1.09375%;
	background: url(../images/common/h2-bg.png) right center no-repeat;
	background-size: contain;
	color: #fa9401;
	font-family: 'あんずもじ';
	font-weight: normal;
	font-size: 2.4rem;
	text-align: center;
	line-height: 2.6rem;
	white-space: nowrap;
}
#contents .h2-box h2.h2-2lines-sp {
	height: 6.7rem;
	padding-top: 1.2rem;
}
#contents h3 {
	padding-left: 48px;
	background: url(../images/common/h3-bg.png) 10px 6px no-repeat;
	font-size: 1.4rem;
}
#contents h3.h3-center {
	padding-left: 0;
	background: none;
	text-align: center;
}
#contents h4 {
	font-size: 1.4rem;
	line-height: 1.846153846;
}
#contents h5 {
	font-size: 1.3rem;
	line-height: 1.846153846;
}
#contents h6 {
	font-size: 1.2rem;
	line-height: 1.846153846;
}
#contents p {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
#contents ol {
	margin: 0 0 15px;
	font-size: 1.4rem;
	line-height: 2.6rem;
	list-style: decimal outside;
}
#contents ol li {
	margin: 0 0 0 35px;
}
#contents ul {
	margin: 0 0 15px;
	font-size: 1.4rem;
	line-height: 2.6rem;
	list-style: none outside;
}
#contents ul li {
	padding: 0 0 0 35px;
	background: url(http://www.jnne.org/gce2015/images/li-bg.png) 12px 7px no-repeat;
}
#contents ul ul,
#contents ol ol,
#contents ul ol,
#contents ol ul {
	margin-bottom: 0;
}
#contents dl {
}
#contents table {
	max-width: 100%;
	margin: 15px 10px;
	border: 3px double #8cc902;
	border-radius: 2px;
}
#contents caption {
	font-size: 1.6rem;
	margin: 25px 0;
}
#contents thead {
	border-bottom: 3px double #8cc902;
}
#contents th {
	border: 1px solid #8cc902;
	padding: 2px 5px;
	text-align: center;
}
#contents td {
	border: 1px solid #8cc902;
	padding: 2px 5px;
}

/* common - inline tags */
#contents img {
	vertical-align: bottom;
}
#contents img.border {
	border: 1px solid #ccc;
}





/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px), print {
	/* Basic Structure */
	body {
		background-color: #f5f5f5;
		font-size: 1.3rem;
	}
	#wrapper {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		overflow: hidden;
		box-shadow: 0 5px 5px 0 #999;
	}
	#site-main {
		margin: 0 auto;
		padding: 0 10px;
		overflow: hidden;
	}
/*	#contents {
		float: left;
		max-width: 660px;
		width: 70.212765957%;
	}
	#sidebar {
		float: right;
		max-width: 280px;
		width: 29.787234042%;
	}*/

	/* header */
	.navi li ul {
		display: block;
	}
	.navi li li {
		position: relative;
		display: inline-block;
		width: 16.66666666%;
		height: 60px;
		vertical-align: top;
	}
	.navi li li a {
		height: 60px;
		padding: 0 5px;
		text-align: center;
		line-height: 59px;
		white-space: nowrap;
		overflow: hidden;
	}
	.navi li a.off {
		display: none;
	}
	.navi li li ul {
		position: absolute;
		display: none;
		top: 60px;
		left: 0;
		z-index: 9;
	}
	.navi li li:nth-child(5) ul,
	.navi li li:nth-child(6) ul {
		left: auto;
		right: 0;
	}
	.navi li li li {
		display: block;
		width: auto;
		height: 40px;
	}
	.navi li li li a {
		height: 4rem;
		padding: 0 10px;
		font-size: 1.6rem;
		line-height: 3.9rem;
		text-align: left;
	}
	.navi li li li a:before {
		content: '';
	}


	/* footer */
	.footer-jnne-right{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	/* sidebar */
	.banner {
		float: none;
		width: auto;
		margin-bottom: 15px;
		padding: 0 0 0 20px;
	}
	.banner a {
		padding: 0;
	}
	.facebook {
		margin-bottom: 15px;
		padding: 0 0 0 20px;
	}

	/* contents */
	.sp {
		display: none;
	}
	.socialmedia {
		padding: 5px 5px 10px;
	}

	/* contents - class */
	.sp-left50,
	.sp-right50 {
		float: none;
		width: auto;
	}
	.sp-left50 .content-box,
	.sp-right50 .content-box {
		padding: 0;
	}
	.sp-clear {
		clear: none;
	}
	.pc-left25 {
		float: left;
		width: 25%;
	}
	.pc-left33 {
		float: left;
		width: 33.33333333%;
	}
	.pc-left50{
		float: left;
		width: 50%;
	}
	.pc-left60 {
		float: left;
		width: 60%;
	}
	.pc-left67 {
		float: left;
		width: 66.66666667%;
	}
	.pc-left25 .content-box,
	.pc-left33 .content-box,
	.pc-left50 .content-box,
	.pc-left60 .content-box,
	.pc-left67 .content-box {
		padding-right: 10px;
	}
	.pc-center33 {
		float: left;
		width: 33.33333333%;
	}
	.pc-center33 .content-box {
		padding: 0 5px;
	}
	.pc-right25 {
		float: right;
		width: 33.33333333%;
	}
	.pc-right33 {
		float: right;
		width: 33.33333333%;
	}
	.pc-right40 {
		float: right;
		width: 40%;
	}
	.pc-right50 {
		float: right;
		width: 50%;
	}
	.pc-right67 {
		float: right;
		width: 66.66666667%;
	}
	.pc-right25 .content-box,
	.pc-right33 .content-box,
	.pc-right40 .content-box,
	.pc-right50 .content-box,
	.pc-right67 .content-box {
		padding-left: 10px;
	}

	.pc-right240 {
		float: right;
		width: 240px;
		padding: 0 10px 10px;
	}
	.pc-clear {
		clear: both;
	}

	/* contents - tag */
	#contents .h2-box h2.h2-2lines-sp {
		height: 4.9rem;
		padding-top: 3rem;
	}
	#contents h3 {
		font-size: 1.6rem;
	}
}




/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
}