@charset "utf-8";




/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Fonts
-------------------------------------------------------------- */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Georgia, "Bitstream Charter", serif;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f2f2f2;
	text-align: center;
}

body,
input,
textarea {
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-botttom: 10px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-botttom: 10px;
}

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

.justifyleft {
	text-align: left;
}

.justifyright {
	text-align: right;
}

.center,
.centerize {
	text-align: center;
}

.red {
	color: #d60000;
}

.yellow {
	color: #ffbd10;
}

.blue {
	color: #5a8cc6;
}

.bold {
	font-weight: bold;
}

.sub {
	font-size: 0.95em;
	font-weight: normal;
}

.small {
	font-size: 0.91em;
}

.large {
	font-size: 1.11em;
}

.x-large {
	font-size: 1.21em;
}

.xx-large {
	font-size: 1.41em;
}




/* =Layout and Structure
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: left;
}

#wrapper #header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	background-color: #ffffff;
}

#wrapper #mainmenu {
	width: 100%;
	overflow: hidden;
	background-color: #3de62e;
}

#wrapper #main {
	clear: both;
	width: 100%;
	background-color: #ffffff;
}

#wrapper #main #container {
	position: relative;
	float: left;
	overflow: hidden;
	width: 70%;
	margin: 20px 0;
	padding-top: 35px;
	background-color: #ffffff;
}

#wrapper #main.main_top #container {
	padding-top: 0;
}

#wrapper #main #sidebar {
	float: right;
	overflow: hidden;
	width: 30%;
	margin: 15px 0;
	background-color: #ffffff;
}

#wrapper #footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	background-color: #e66000;
	color: #ffffff;
}

@media only screen and (max-width: 480px) {
	#wrapper {
		width: 100%;
		margin: 0;
		border-right: 0;
		border-left: 0;
	}
	
	#wrapper #header {
		width: 100%;
		margin-bottom: 0;
	}
	
	#wrapper #main {
		width: 100%;
	}
	
	#wrapper #main #container {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	
	#wrapper #main #sidebar {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#wrapper #footer {
		width: 100%;
	}
}


/* =Header
-------------------------------------------------------------- */

#header h1 {
	margin: 0;
	color: #d60000;
	font-size: 2.01em;
	font-weight: bold;
}

#header h1 a {
	display: block;
	color: #d60000;
	text-decoration: none;
}

#header h1 a img {
	margin-right: 10px;
	vertical-align: -5px;
}

@media only screen and (max-width: 480px) {
	#header h1 a img {
		width: 100%;
		height: auto;
	}

}




/* =Menu
-------------------------------------------------------------- */

#mainmenu ul#mainmenu1 {
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
}

#mainmenu ul#mainmenu1 li {
	display: inline;
	float: left;
	width: 20%;
	text-align: center;
}

#mainmenu ul#mainmenu2 {
	width: 100%;
	min-height: 40px;
	overflow: hidden;
}

#mainmenu ul#mainmenu2 li {
	display: inline;
	float: left;
	width: 16%;
	text-align: center;
}

#mainmenu ul#mainmenu2 li#mainmenu2-1,
#mainmenu ul#mainmenu2 li#mainmenu2-2,
#mainmenu ul#mainmenu2 li#mainmenu2-4,
#mainmenu ul#mainmenu2 li#mainmenu2-5 {
	width: 17%;
}

#mainmenu ul li a {
	display: block;
	width: 100%;
	border-left: 1px solid #ffffff;
	background: #3de62e url(http://jnne.org/gce2012/images/mainmenu_li_bg.png) left top no-repeat;
	color: #ffffff;
	font-size: 1.21em;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}

#mainmenu ul li a:active,
#mainmenu ul li a:hover {
	background: #a7e6a1 url(http://jnne.org/gce2012/images/mainmenu_li_bg_hover.png) left top no-repeat;
	color: #666666;
}

#mainmenu ul li#mainmenu1-1 a,
#mainmenu ul li#mainmenu2-1 a {
	border-left: 0;
}

#mainmenu ul li#mainmenu1-3 a {
	line-height: 20px;
}

@media only screen and (max-width: 480px) {
	#mainmenu ul#mainmenu1 {
		border-bottom: 0;
	}

	#mainmenu ul#mainmenu1 li,
	#mainmenu ul#mainmenu2 li {
		display: block;
		float: none;
		width: 100% !important;
		text-align: left;
	}

	#mainmenu ul li a {
		padding-left: 25px;
		border-bottom: 1px solid #ffffff;
		border-left: 0;
		font-size: 1.11em;
		line-height: 29px !important;
	}

	#mainmenu ul li a:active,
	#mainmenu ul li a:hover {
	}

	#mainmenu ul li a br {
		display: none;
	}
}

/* =Container
-------------------------------------------------------------- */

#container .content_box {
	clear: both;
	margin: 0 5px 20px 15px;
}

#container .content_box .content_left,
#container .content_box .content_left2 {
	float: left;
	width: 320px;
	overflow: hidden;
}

#container .content_box .content_right,
#container .content_box .content_right2 {
	float: right;
	width: 200px;
}

#container .content_box .content_half {
	float: left;
	width: 270px;
	margin: 0;
}

#container .content_box .content_half.content_right {
	float: right;
	width: 270px;
	margin: 0;
}

#container .content_box .content_half240 {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0 15px;
}

#container .content_box .content_third {
	float: left;
	width: 180px;
	margin: 0;
}

#container .content_box h2 {
	color: #e66000;
	margin-bottom: 20px;
	padding: 1px 5px;
	border-bottom: 3px double #e66000;
	font-size: 1.41em;
	font-weight: bold;
}

#container .content_box .content {
	clear: both;
	margin-bottom: 20px;
}

#container .content_box .content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#container .content_box .content.top-photo {
	font-size: 0.95em;
}

#container .content_box .content.top-guiness {
}

#container .content_box .content.top-border {
	padding: 5px 10px;
	border: 3px double #e66000;
}

#container .content_box .content.top-contact {
	padding: 5px 10px;
	border: 3px double #333333;
}

#container .content_box .content.border-red {
	padding: 5px 10px;
	border: 3px double #d60000;
}




#container .breadcrumb {
	position: absolute;
	left: 15;
	top: 0;
	width: 630px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 0.91em;
}

#container .content.social-media {
	clear: both;
	width: 100%;
	height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

#container .social-media:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media only screen and (max-width: 480px) {
	#container .content_box .content_left,
	#container .content_box .content_right {
		width: 50%;
	}

	#container .content_box .content_left2,
	#container .content_box .content_right2 {
		float: none;
		width: 100%;
	}

	#container .content_box .content.top-photo {
		padding-right: 10px;
	}

	#container .content_box .content.top-guiness {
		padding-left: 10px;
	}

	#container .content_box .content.top-border {
	}

	#container .content_box .content.top-contact {
	}

	#container .breadcrumb {
		display: none;
	}

	#container .social-media {
		height: auto;
	}
}




/* =Form
-------------------------------------------------------------- */

body#form_top {
	background-color: #ffffff;
}

.form_content {
	text-align: left;
}




/* =Entry Content
-------------------------------------------------------------- */

/* Text elements */

.content h3 {
	margin-bottom: 15px;
	padding: 0 5px 0 30px;
	background: url(http://jnne.org/gce2012/images/h3_bg.png) 5px 4px no-repeat;
	color: #e66000;
	font-size: 1.21em;
	font-weight: bold;
}

.content.top-border h3 {
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 1.61em;
	text-align: center;
	background-image: none;
}

.content.top-ust h3 {
	background-image: none;
	margin-bottom: 0;
	padding: 0 5px;
	font-size:1.31em;
}

.content h4 {
	margin-bottom: 10px;
	padding: 0 5px 0 25px;
	background: url(http://jnne.org/gce2012/images/h4_bg.png) 6px 5px no-repeat;
	color: #0d9900;
	font-size: 1.11em;
	font-weight: bold;
}

.content h4.bottom0 {
	margin-bottom: 0;
}

.content h5 {
	font-size: 1.11em;
	font-weight: bold;
}




.content .nowrap {
	white-space: nowrap;
}

.content p {
	margin-bottom: 15px;
	padding: 0 5px;
}

.content.top-guiness p {
	margin-bottom: 0;
	padding: 0;
}

.content.top-border p {
	margin-bottom: 8px;
	padding: 0;
	font-size: 1.11em;
	font-weight: bold;
	line-height: 1.3;
}

.content.top-border p.top-border0 {
	color: #d60000;
	font-size: 1.41em;
	font-weight: bold;
}

.content.top-border p.top-border1 {
	padding-left: 10px;
	text-indent: -10px;
}

.content.top-ust p.top-ust1 {
	margin-bottom: 0;
	font-size: 1.21em;
	font-weight: bold;
}

.content.top-contact p {
	margin-bottom: 0;
	padding: 0;
}

.content.border-red p {
	text-align: center;
}

.content.border-red p strong {
	font-size: 1.21em;
	font-weight: bold;
	color: #d60000;
}

.content dl {
}

.content dl dt {
	float: left;
	width: 80px;
}

.content dl dd {
	margin-left: 80px;
}

.content dl.qanda {
}

.content dl.qanda dt {
	float: none;
	width: auto;
	margin-bottom: 5px;
}

.content dl.qanda dd {
	margin-left: 15px;
}

.content dl.event {
}

.content dl.event dt {
	width: 120px;
}

.content dl.event dd {
	margin-left: 120px;
}

.content ul {
	margin-bottom: 20px;
	padding: 0 5px 0 20px;
	list-style: square outside;
}

.content ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(http://jnne.org/gce2012/images/li_bg.png) left 4px no-repeat;
	list-style: none;
}

.content ol {
	margin-bottom: 20px;
	padding: 0 5px 0 20px;
	list-style: decimal outside;
}

.content ol li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	list-style: decimal outside;
}

.content table {
	margin-bottom: 20px;
	border: 1px solid #e66000;
	border-collapse: collapse;
	font-size: 1em;
}

.content table.donation {
	width: 540px;
}

.content table th {
	padding: 1px 2px;
	border: 1px solid #e66000;
	background-color: #e68845;
	color: #ffffff;
	font-size: 1.11em;
	text-align: center;
	vertical-align: middle;
}

.content table.current_seika tbody th {
	min-width: 140px;
	background-color: #fff0e6;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.content table.more tbody th {
	min-width: 200px;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.content table.donation thead th {
	background-color: #fff0e6;
	color: #333333;
}

.content table td {
	padding: 2px 2px;
	border: 1px solid #e66000;
	vertical-align: middle;
}

.content table.donation tbody td {
	text-align: center;
}

.content table td ul {
	margin: 0;
	padding: 0 0 0 5px;
}

.content table td ul li {
	margin: 0;
}

.content input,
.content textarea {
	max-width: 100%;
}

.content iframe.commit_apply {
	width: 540px;
	height: 910px;
}




@media only screen and (max-width: 480px) {
	.content.border-red p {
		text-align: left;
	}

	.content.top-photo img {
		width: 100%;
		height: auto;
	}

	.content.top-guiness img {
		width: 50%;
		height: auto;
	}

	.content table.donation {
		width: 100%;
	}

	.content table.current_seika tbody th {
		width: 40%;
		min-width: 40px;
	}

	.content iframe.commit_apply {
		width: 100%;
		height: 950px;
	}

}




/* =Images
-------------------------------------------------------------- */

.content img {
}

@media only screen and (max-width: 480px) {
	.content img {
		max-width: 100%;
		height: auto;
	}

	.content img.alignleft,
	.content img.alignright {
		max-width: 40%;
		height: auto;
	}
}




/* =Social Media
-------------------------------------------------------------- */

.social-media .social-media-twitter {
	float: left;
	width: 90px;
	height: 20px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.social-media .social-media-facebook {
	float: left;
	width: 400px;
	height: 25px;
	overflow: hidden;
	margin: 0 10px 0 0;
}




/* =Sidebar
-------------------------------------------------------------- */

#sidebar .sidebar-content {
	margin: 5px 15px 10px 15px;
}

#sidebar .sidebar-content h3,
#sidebar .sidebar-content h4 {
	clear: none;
}

#sidebar .sidebar-content.top-notice {
	padding: 5px 5px 20px 5px;
	border: 3px double #333333;
}

#sidebar .sidebar-content.top-notice strong {
	color: #e66000;
	font-weight: bold;
	font-size: 1.51em;
}

@media only screen and (max-width: 480px) {
	#sidebar .sidebar-content {
		margin: 5px 5px 10px 5px;
	}
}




/* =Footer
-------------------------------------------------------------- */

#footer #footer-copyright {
	padding: 5px;
	color: #ffffff;
	font-size: 0.91em;
	text-align: center;
}

#footer #footer-copyright a {
	color: #ffffff;
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}




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

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}