@charset "utf-8";

/* UNIVERSAL-RESET */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	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;
}

a {
	outline: none;
}

img {
	vertical-align: bottom;
}

/* BASE-SET */

body {
	background: #fff;
	font-size: 13px;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

@media screen and (max-device-width: 599px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

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

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
	color: #36c;
	overflow: hidden;
	text-decoration: none;
}

a:visited {
	color: #609;
}

a:hover {
	text-decoration: underline;
}

/* WIRE-FRAME */

html {
	overflow-y: scroll;
}

* html {
	text-align: center;
}

#NR-header-in,
#NR-footer-in,
.NR-tpath,
#NR-wrapper-in,
.NR-search-in {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	width: 1004px;
}

#NR-nav,
#NR-nav-main,
#NR-nav-sub,
#NR-wrapper,
#NR-footer,
#NR-gosp {
	min-width: 1024px;
}

#NR-wrapper {
	padding-top: 10px;
}

#NR-wrapper-in {
	margin: 0 auto 20px;
}

/* col2a(default) */

#NR-main {
	float: left;
	width: 684px;
}

#NR-sub {
	float: right;
	width: 300px;
}

/* col1 */

.NR-col1 #NR-main {
	float: none;
	margin-right: 0;
	width: 100%;
}

.NR-col1 #NR-main-in {
	margin-right: 0;
}

/* col2b */

.NR-col2b #NR-main {
	float: right;
}

.NR-col2b #NR-sub {
	float: left;
}

#NR-header-in {
	padding: 15px 10px;
}

#NR-footer-in {
	padding: 25px 10px;
}

/* UI */

.NR-tpath {
	padding-bottom: 10px;
}

.NR-tpath ol {
	overflow: hidden;
	padding: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.NR-tpath li {
	display: inline;
}

*:first-child+html .NR-tpath li.NR-first {
	background: none;
	padding-left: 0;
}

*:first-child+html .NR-tpath li {
	background: url(img/lt.png) 3px no-repeat;
	padding-left: 12px;
}

.NR-tpath li:before {
	color: #999;
	content: '>';
	font-family: monospace;
	margin: 0 5px;
}

.NR-tpath li.NR-first:before {
	content: '';
	margin: 0;
}

*:first-child+html #tpath li {
	margin-right: 10px;
}

#NR-nav {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

#NR-nav a {
	text-decoration: none;
}

#NR-nav li {
	float: left;
}

#NR-nav-main {
	background: #930;
	margin-bottom: 3px;
	padding-top: 4px;
}

#NR-nav-sub {
	background: #eee;
}

#NR-nav-main-in,
#NR-nav-sub-in {
	margin: 0 auto;
	padding: 0 10px;
	width: 984px;
}

#NR-nav-main li {
	margin-right: 5px;
}

#NR-nav-main li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 10px 20px;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}

#NR-nav-main li.NR-now a {
	border-bottom: 1px solid  #eee;
}

#NR-nav-main li a:hover,
#NR-nav-main li.NR-now a {
	border-radius: 2px 2px 0 0;
}

#NR-nav-main li a:hover {
	background: rgba(255, 255, 255, 0.2);
}

#NR-nav-main li.NR-now a {
	background: #eee;
	color: #000;
}

#NR-nav-sub li {
	margin-right: 10px;
}

#NR-nav-sub li a {
	border: 0 solid #930;
	display: block;
	padding: 10px;
}

#NR-nav-sub li.NR-now a,
#NR-nav-sub li a:hover {
	border-bottom-width: 2px;
	padding-bottom: 8px;
}

#NR-nav-sub #NR-nav-sub-more-label {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAEAQMAAACJA+yzAAAAA3NCSVQICAjb4U/gAAAABlBMVEVmZmb///9zS1moAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACusAAArrAYKLDVoAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAEElEQVQImWNgYGhkOMzwHAAFvQIss49Z/gAAAABJRU5ErkJggg==) 100% no-repeat;
	padding-right: 15px;
}

*:first-child+html #NR-nav-sub #NR-nav-sub-more-label {
	background-image: url(img/dw.png);
}

#NR-nav-sub #NR-nav-sub-more-label:hover {
	border-bottom: 0;
	padding-bottom: 10px;
}

#NR-nav-sub #NR-nav-sub-more-label.NR-open {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAEAQMAAACJA+yzAAAAA3NCSVQICAjb4U/gAAAABlBMVEVmZmb///9zS1moAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACusAAArrAYKLDVoAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAEElEQVQImWN4znCYoZGBAQALqwIsdz9yjwAAAABJRU5ErkJggg==);
}

*:first-child+html #NR-nav-sub #NR-nav-sub-more-label.NR-open {
	background-image: url(img/up.png);
}

#NR-nav-sub-more-list {
	background: #fff;
	border: 1px solid #666;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 1;
}

#NR-nav-sub-more-list li {
	float: none;
	margin-right: 0;
}

#NR-footer {
	background: #eee;
	border-top: 1px solid #ccc;
}

#bta {
	display: none;
}

/* FORM */

input,
select,
textarea {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	font-size: 12px;
}

.NR-search {
	vertical-align: middle;
}

.NR-search-in {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: baseline;
}

.NR-text,
.NR-select,
.NR-button {
	font-size: 12px;
	vertical-align: middle;
}

.NR-text {
	border: 1px solid #ccc;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	width: 24em;
}

.NR-text:focus {
	border-color: #333;
}

.NR-button {
	white-space: nowrap;
	-webkit-appearance: none;
}

.NR-button,
.NR-button:visited,
.NR-button:hover {
	color: #000;
	text-decoration: none;
}

.NR-button {
	background: #ffd700;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	padding: 6px 1em;
	text-align: center;
}

*:first-child+html .NR-button {
	min-width: 0;
}

.NR-button:hover {
	background: #ffe711;
}

.NR-button-normal {
	background: #ddd;
}

.NR-button-normal:hover {
	background: #eee;
}

.NR-button-disabled,
.NR-button-disabled:hover {
	background: #f0f0f0;
	color: #aaa;
	cursor: default;
}

.NR-select {
	border: 1px solid #ccc;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.NR-search-text {
	width: 24em;
}

/* COMMON */

#NR-nav-sp {
	display: none;
	background: #36c;
}

#NR-nav-sp a {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

.NR-copyright-ip {
	font-size: 12px;
	line-height: 1.4;
	margin: 15px auto;
	text-align: right;
	width: 1004px;
}

.NR-copyright {
	text-align: center;
}

#NR-header-logo {
	line-height: 36px;
	width: 400px;
}

#NR-header-logo img {
	vertical-align: middle;
}

#NR-header-logo-goo img {
	height: 36px;
	margin-right: 10px;
	width: 70px;
}

#NR-header-logo-sv img {
	height: 28px;
	margin-left: 5px;
	width: 28px;
}

#NR-header-logo a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#NR-header-in {
	position: relative;
}

#NR-header-util {
	position: absolute;
	right: 10px;
	top: 10px;
}

#NR-header-util li {
	float: right;
	margin-left: 8px;
}

#NR-header-util a {
	color: #333;
	font-size: 12px;
}

#NR-header-util a:hover {
	color: #36c;
}

#NR-header-tool {
	margin-bottom: 5px;
	text-align: right;
}

#NR-header-ocn {
	text-align: right;
}

#NR-header-ocn-logo {
	margin-right: 5px;
	vertical-align: middle;
}

#NR-sp-menu {
	display: none;
}

#NR-footer-sv {
	margin-bottom: 20px;
}

#NR-footer a {
	color: #333;
	font-size: 12px;
}

#NR-footer a:hover {
	color: #36c;
}

#NR-footer-sv  {
	border-bottom: 1px solid #ccc;
}

#NR-footer-sv dl {
	line-height: 1.5;
	margin-bottom: 15px;
}

#NR-footer-sv dt,
#NR-footer-sv dd {
	margin-bottom: 15px;
}

#NR-footer-sv dt {
	clear: left;
	float: left;
	margin-right: 2em;
	width: 8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#NR-footer-sv dt,
#NR-footer-sv dt a {
	font-size: 13px;
	font-weight: bold;
}

#NR-footer-sv ul,
#NR-footer-sv li {
	display: inline;
}

#NR-footer-sv li {
	margin-right: 10px;
}

#NR-footer-link {
	margin-bottom: 20px;
	text-align: center;
}

#NR-footer-link li {
	display: inline;
	margin-right: 10px;
}

.NR-pr {
	margin: 0 auto 10px;
	text-align: center;
}

.NR-pr a {
	color: #36c;
}

.NR-pr-imgTxt {
	border: 1px solid #ccc;
	padding: 10px;
	width: 950px;
}

.NR-pr-imgTxt img {
	margin-right: 10px;
	vertical-align: middle;
}

.NR-pr-txt {
	padding: 20px 0;
}

.NR-go {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAIAQMAAADk/cxGAAAABlBMVEX///9mZmaO7mygAAAAAXRSTlMAQObYZgAAABVJREFUeF5jaGA4wPCA4QMQPgCyGgAxEAYhoO6KiwAAAABJRU5ErkJggg==) 0 no-repeat;
	padding-left: 12px;
}

*:first-child+html .NR-go {
	background-image: url(img/go.png);
}

#NR-gosp-in {
	background: #36c;
	color: #fff;
	display: block;
	font-size: 48px;
	padding: 2em;
	text-align: center;
	text-decoration: none;
}

.txtimgl {
	margin-bottom: 20px;
}

.txtimgl dt {
	margin-bottom: 1em;
	font-size: 16px;
}

.txtimgl dd {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
	min-height: 80px;
	position: relative;
	zoom: 1;
}

.txtimgl .NR-txtimgl-img {
	position: absolute;
	top: 0;
	left: 0;
}

.txtimgl .NR-txtimgl-txt {
	display: block;
	margin-left: 90px;
	position: static;
}

.txtimgl .black {
	font-weight: bold;
	margin-bottom: 5px;
}

/* SOCIAL */

#NR-wrapper-in .social-button,
#NR-wrapper-in .social-button li {
	margin: 1em 0;
}

#NR-wrapper-in .social-button li {
	display: inline-block;
	list-style: none;
	margin-right: 8px;
}

#NR-wrapper-in .social-button li.line {
	display: none;
}

*:first-child + html #NR-wrapper-in .social-button li {
	display: inline;
}

#NR-wrapper-in .social-button li a:hover {
	-moz-opacity: .8;
	opacity: .8;
}

#NR-wrapper-in .social-button li a,
#NR-wrapper-in .social-button li img {
	display: block;
	height: 32px;
	width: 32px;
}

/* ==============================
Module Base Style
============================== */
i {
	margin-right: .5em;
}

/* ==============================
Module Components
============================== */

/* Heading
------------------------------ */
/* type-a */
.nr-ttl-a {
	border-bottom: none;
	border-left: 3px solid #000080;
	font-size: 30px;
	line-height: 1.2;
	margin: 10px 0 20px;
	padding: 10px 0 10px 15px;
	vertical-align: middle;
}

.nr-ttl-a:first-child {
	margin-top: 0;
}

.nr-ttl-a .nr-ttl {
	padding-right: 15px;
	vertical-align: middle;
}

.nr-ttl-a .nr-sup {
	font-size: 15px;
	vertical-align: middle;
}

/* type-b */
.nr-ttl-b {
	border-top: 2px solid #000080;
	font-size: 24px;
	line-height: 1.2;
	margin: 20px 0 5px;
	padding: 20px 0;
}

.nr-ttl-b:first-child {
	margin-top: 0;
}

.nr-ttl-b .nr-ttl {
	padding-right: 15px;
	vertical-align: middle;
}

.nr-ttl-b .nr-sup {
	font-size: 15px;
	vertical-align: middle;
}

/* type-c */
.nr-ttl-c {
	border-bottom: 1px solid #000080;
	border-top: none;
	font-size: 24px;
	line-height: 1.2;
	margin: 20px 0;
	padding: 15px 0 7px;
}

.nr-ttl-c:first-child {
	margin-top: 0;
}

/* type-d */
.nr-ttl-d {
	border-bottom: 1px solid #ccc;
	border-top: none;
	font-size: 16px;
	margin: 1em 0;
	padding: 0 0 10px;
}

.nr-ttl-d:first-child {
	margin-top: 0;
}

/* Text
------------------------------ */
.nr-text {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.3;
	margin: 1em 0;
}

.nr-text:first-child {
	margin: 0 0 1em;
}

/* notice */
.nr-notice {
	padding-left: 1em;
	text-indent: -1em;
}

/* blockquote */
.nr-blockquote {
	background: #f2f2fa;
	border-radius: 8px;
	padding: 3em 4em 1.5em;
	position: relative;
}

.nr-blockquote p {
	margin: 0;
}

.nr-blockquote:before {
	color: #999;
	content: '“';
	font-family: 'MS PGothic',sans-serif;
	font-size: 500%;
	left: 10px;
	line-height: 1;
	position: absolute;
	top: 10px;
}

/* Image
------------------------------ */
.nr-img-right {
	text-align: right;
}

.nr-img-center {
	text-align: center;
}

.nr-text.nr-img-right {
	text-align: left;
}

.nr-text.nr-img-right img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.nr-text.nr-img-left img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* List
------------------------------ */
.nr-list {
	margin: 1em 0;
}

.nr-list li {
	font-size: 14px;
	line-height: 1.2;
	list-style-type: disc;
	margin-bottom: .5em;
	margin-left: 1.5em;
}

.nr-list-link {
	margin: 1em 0;
	padding: 0 0 0 5px;
}

.nr-list-link li {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: .75em;
	margin-left: 15px;
	position: relative;
}

.nr-list-link li:before {
	color: #ccc;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 14px;
	left: -15px;
	position: absolute;
}

.nr-list-link li a:link,
.nr-list-link li a:visited {
	color: #333;
}

.nr-list-link-inner {
	margin: 1em 0;
	padding: 0 0 0 5px;
}

.nr-list-link-inner li {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: .75em;
	margin-left: 15px;
	position: relative;
}

.nr-list-link-inner li:before {
	color: #000080;
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 10px;
	left: -15px;
	margin-top: -.6em;
	position: absolute;
	top: 50%;
}

.nr-list-link-inner li a:link,
.nr-list-link-inner li a:visited {
	color: #333;
}

/* col2 */
.nr-list-col2:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.nr-list-col2 li {
	float: left;
	width: 46%;
}

.nr-list-link.nr-list-col2 li {
	float: left;
	width: 47%;
}

/* col3 */
.nr-list-col3:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.nr-list-col3 li {
	float: left;
	width: 29%;
}

.nr-list-link.nr-list-col3 li {
	float: left;
	width: 30%;
}

/* tag */
.nr-tag {
	background: #e9e9e9;
	border-radius: 15px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	margin-right: 10px;
	padding: 3px 12px;
}

.nr-tag:visited {
	color: #333;
}

.nr-tag:hover {
	background-color: #000080;
	color: #fff;
	text-decoration: none;
}

.nr-list-tag li {
	float: left;
	line-height: 2.1;
	margin: 5px 0 0;
	position: relative;
	white-space: normal;
}

/* type-a */
.nr-list-img-a {
	margin-left: -9px;
	zoom: 1;
}

.nr-list-img-a .nr-list-img-block {
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 2px solid #e4e2dc;
	float: left;
	margin: 0 0 10px 9px;
	width: 220px;
}

.nr-list-img-a .nr-list-img-block .nr-img-block {
	display: block;
}

.nr-list-img-a .nr-list-img-block .nr-img-block:hover {
	cursor: pointer;
	opacity: .8;
	text-decoration: none;
}

.nr-list-img-a .nr-list-img-block dt {
	min-height: 140px;
}

.nr-list-img-a .nr-list-img-block .nr-date {
	color: #9c9c9c;
	margin: 10px;
}

.nr-list-img-a .nr-list-img-block .nr-ttl {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px;
	min-height: 50px;
}

.nr-list-img-a .nr-tag-block {
	border-top: 1px solid #eee;
	padding: 1em 0;
	text-align: right;
}

.nr-list-img-a .nr-tag-block .nr-tag {
	display: inline-block;
	margin-right: 6px;
	max-width: 40%;
	overflow: hidden;
	padding: 4px 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* type-b */
.nr-list-img-b li {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
	min-height: 75px;
	position: relative;
	zoom: 1;
}

.nr-list-img-b .nr-img {
	min-height: 75px;
	position: absolute;
	top: 0;
}

.nr-list-img-b.nr-right .nr-img {
	right: 0;
}

.nr-list-img-b.nr-left .nr-img {
	left: 0;
}

.nr-list-img-b .nr-img img {
	height: auto;
	max-height: 75px;
	max-width: 75px;
	overflow: hidden;
	width: auto;
}

.nr-list-img-b .nr-img img:hover {
	opacity: .8;
}

.nr-list-img-b .nr-txt-block {
	position: static;
}

.nr-list-img-b.nr-right .nr-txt-block {
	margin-right: 85px;
}

.nr-list-img-b.nr-left .nr-txt-block {
	margin-left: 85px;
}

.nr-list-img-b .nr-ttl {
	margin-bottom: .1em;
}

.nr-list-img-b .nr-ttl a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.nr-list-img-b .nr-lead {
	color: #9c9c9c;
	margin-bottom: .5em;
}

.nr-list-img-b .nr-tag {
	display: inline-block;
	font-size: 12px;
}

*:first-child + html .nr-list-img-b .nr-tag {
	margin-bottom: 5px;
}

/* word */
.nr-list-word.nr-col2 {
	display: inline-block;
	width: 49%;
}

.nr-list-word.nr-col3 {
	display: inline-block;
	overflow: hidden;
	width: 32%;
}

*:first-child + html .nr-list-word.nr-col2,
*:first-child + html .nr-list-word.nr-col3 {
	display: inline;
	zoom: 1;
}

.nr-list-word .nr-word-block li {
	float: left;
	margin: 10px 0 0 10px;
	width: 30px;
}

.nr-list-word .nr-word-block li a,
.nr-list-word .nr-word-block li .disable {
	background: #eee;
	border: 1px #ccc solid;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	text-align: center;
}

.nr-list-word .nr-word-block li .disable {
	color: #ccc;
}

.nr-list-word .nr-word-block li a:link,
.nr-list-word .nr-word-block li a:visited {
	color: #333;
	text-decoration: none;
}

.nr-list-word .nr-word-block li a:hover {
	color: #fff;
	background: #000080;
	opacity: 1;
	text-decoration: none;
}

.nr-list-word .nr-word-block li.nr-blank {
	visibility: hidden;
}

/* Box
------------------------------ */
/* type-a */
.nr-box-a {
	border: 1px solid #e3e3e3;
	margin: 30px 0;
	overflow: hidden;
	padding: 10px;
}

/* type-b */
.nr-box-b {
	background-color: #f5f5f5;
	margin: 30px 0;
	overflow: hidden;
	padding: 10px;
}

/* Button
------------------------------ */
/* basic */
.nr-btn-basic {
	height: 43px;
	text-align: center;
	width: 100%;
}

.nr-btn-basic a {
	background: #36c;
	border-radius: 4px;
	box-shadow: -1px -2px 1px 1px #24478e inset;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	min-width: 0;
	padding: 0 43px;
}

.nr-btn-basic a:visited {
	color: #fff;
	text-decoration: none;
}

.nr-btn-basic a:hover {
	opacity: .8;
}

/* more */
.nr-btn-more {
	margin: 1em 0;
}

.nr-btn-more a {
	background: #000080;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}

.nr-btn-more a:visited {
	color: #fff;
	text-decoration: none;
}

.nr-btn-more a:hover {
	opacity: .8;
}

.nr-btn-more .nr-more:after {
	color: #fff;
	content: '\f054';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}

/* Mark
------------------------------ */
/* new */
.nr-new {
	background: #f44d64;
	color: #fff;
	font-size: 10px;
	margin-left: .4em;
	padding: 0 .3em;
	vertical-align: middle;
}

/* label */
.nr-label {
	color: #fff;
	display: inline-block;
	background: #999;
	font-size: 10px;
	font-weight: bold;
	height: 11px;
	padding: 4px 0 5px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}

.nr-label.nr-aqua {
	background: #2cefdd;
}

.nr-label.nr-blue {
	background: #5275eb;
}

.nr-label.nr-green {
	background: #23dc2d;
}

.nr-label.nr-lime {
	background: #c2cc09;
}

.nr-label.nr-yellow {
	background: #e4a81b;
}

.nr-label.nr-orange {
	background: #f38758;
}

.nr-label.nr-pink {
	background: #e3527f;
}

.nr-label.nr-purple {
	background: #a758f3;
}

/* Photo
------------------------------ */
.nr-photo {
	margin: 28px 0 0;
}

.nr-photo .nr-photo-unit {
	background: #eee;
	margin: 40px 0 0;
	text-align: center;
}

.nr-photo .nr-photo-unit img {
	max-width: 644px;
}

/* caption */
.nr-photo .nr-caption {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	padding: 16px 0 0;
	text-align: center;
}

/* photo-list */
.nr-photo .nr-photo-list {
	display: table;
	margin: 11px -11px 0;
	border-collapse: separate;
	border-spacing: 11px 0;
}

*:first-child + html .nr-photo .nr-photo-list {
	margin: 11px 0 0 -11px;
}

.nr-photo .nr-photo-list .nr-photo-img {
	background: #eee;
	display: table-cell;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	width: 130px;
}

*:first-child + html .nr-photo .nr-photo-list .nr-photo-img {
	display: inline;
	margin-left: 9px;
	zoom: 1;
}

.nr-photo .nr-photo-list .nr-photo-img img {
	max-height: 120px;
	max-width: 120px;
}

.nr-photo .nr-cite {
	color: #666;
	font-size: 14px;
	text-align: right;
	margin: 16px 0 0;
}

/* Search
------------------------------ */
.nr-search {
	margin-bottom: 15px;
}

input.nr-search-txt {
	border: 1px solid #ddd;
	font-size: 16px;
	height: 45px;
	line-height: 45px; /* IE7,8対応 */
	padding: 0 15px;
	width: 510px;
}

input.nr-search-txt:-webkit-input-placeholder {
	color: #a9a9a9;
}

input.nr-search-txt:-ms-input-placeholder {
	color: #a9a9a9;
}

input.nr-search-txt:-moz-placeholder {
	color: #a9a9a9;
}

input.nr-search-btn {
	background-color: #ffd700;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	height: 47px;
	margin-left: 5px;
	padding: 0 15px;
	width: 65px;
}

input.nr-search-btn:hover {
	background-color: #ffe711;
	cursor: pointer;
}

/* Form
------------------------------ */
/* default */
.nr-form input,
.nr-form select {
	font-size: 16px;
	padding: 0 0 0 5px;
}

.nr-form input[type=radio],
.nr-form input[type=checkbox],
.nr-form select[type=radio],
.nr-form select[type=checkbox] {
	background: transparent;
}

.nr-form .nr-error input,
.nr-form .nr-error select {
	border: 2px #e03f70 solid;
}

.nr-form input[type=text],
.nr-form input[type=password] {
	height: 27px;
	vertical-align: top;
	width: 100%;
}

.nr-form input[type=text].nr-small,
.nr-form input[type=password].nr-small {
	width: 135px;
}

.nr-form select {
	min-width: 65px;
}

.nr-form .nr-form-line {
	padding: 0 65px 0 0;
	position: relative;
}

/* radio & checkbox */
.nr-form input[type=radio],
.nr-form input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

.nr-form input[type=radio] + label,
.nr-form input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin-right: 12px;
	position: relative;
}

@media (min-width: 1px) {
	.nr-form input[type=radio],
	.nr-form input[type=checkbox] {
		display: none;
		margin: 0;
	}

	.nr-form input[type=radio] + label {
		padding: 0 0 0 20px;
	}

	.nr-form input[type=radio] + label:before {
		background: #fff;
		border: 1px #ccc solid;
		border-radius: 30px;
		box-sizing: border-box;
		content: '';
		display: block;
		height: 14px;
		left: 0;
		margin-top: -9px;
		position: absolute;
		top: 50%;
		width: 14px;
	}

	.nr-form .nr-error input[type=radio] + label:before {
		border: 2px #e03f70 solid;
	}

	.nr-form input[type=radio]:checked + label:after {
		background: #333;
		border-radius: 8px;
		box-sizing: border-box;
		content: '';
		display: block;
		height: 8px;
		left: 3px;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		width: 8px;
	}

	.nr-form input[type=checkbox] + label {
		padding: 0 0 0 20px;
	}

	.nr-form input[type=checkbox] + label:before {
		background: #fff;
		border: 1px solid #ccc;
		box-sizing: border-box;
		content: '';
		display: block;
		height: 14px;
		left: 0;
		margin-top: -9px;
		position: absolute;
		top: 50%;
		width: 14px;
	}

	.nr-form .nr-error input[type=checkbox] + label:before {
		border: 2px #e03f70 solid;
	}

	.nr-form input[type=checkbox]:checked + label:after {
		border-bottom: 3px #333 solid;
		border-left: 3px #333 solid;
		box-sizing: border-box;
		content: '';
		display: block;
		height: 6px;
		left: 3px;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 8px;
	}
}

.nr-form .nr-required {
	font-size: 13px;
	line-height: 1.2;
	margin-top: -0.5em;
	position: absolute;
	right: 10px;
	top: 50%;
}

.nr-form .nr-note {
	font-size: 12px;
}

.nr-form .nr-error .nr-note {
	color: #e03f70;
}

.nr-form .nr-blue a:link,
.nr-form .nr-blue a:visited {
	color: #36c;
	text-decoration: none;
}

.nr-form .nr-blue a:hover {
	color: #36c;
	opacity: .8;
	text-decoration: underline;
}

.nr-form .nr-red {
	color: #e03f70;
}

.nr-form .nr-red a:link,
.nr-form .nr-red a:visited {
	color: #e03f70;
	text-decoration: none;
}

.nr-form .nr-red a:hover {
	color: #e03f70;
	opacity: .8;
	text-decoration: underline;
}

.nr-form .nr-btn {
	background: #333;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 20px 4px;
	text-align: center;
	width: auto;
}

.nr-form .nr-btn:link,
.nr-form .nr-btn:visited {
	color: #fff;
	text-decoration: none;
}

.nr-form .nr-btn:hover {
	color: #fff;
	opacity: .8;
	text-decoration: none;
}

/* entry */
.nr-form .nr-form-table {
	display: table;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.nr-form .nr-form-table dt,
.nr-form .nr-form-table dd {
	border-top: 2px #fff solid;
	display: table-cell;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 16px 10px 16px 20px;
	vertical-align: middle;
}

*:first-child + html .nr-form .nr-form-table dt,
*:first-child + html .nr-form .nr-form-table dd {
	display: block;
	float: left;
}

.nr-form .nr-form-table dt {
	background: #999;
	color: #fff;
}

.nr-form .nr-form-table dd {
	background: #f2f2fa;
	border-left: 2px #fff solid;
}

.nr-form .nr-form-table dd.nr-form-block {
	padding: 8px 10px;
}

.nr-form .nr-form-table.nr-col2 dt {
	width: 376px;
}

.nr-form .nr-form-table.nr-col2 dd {
	width: 100%;
}

*:first-child + html .nr-form .nr-form-table.nr-col2 dd {
	width: 566px;
}

.nr-form .nr-form-table.nr-col2 dd .nr-note {
	margin: 10px 0 0;
}

.nr-form .nr-form-table .nr-error {
	background: #fcebf0;
}

/* Table
------------------------------ */
.nr-table table {
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
}

.nr-table table col.nr-half {
	width: 50%;
}

.nr-table table th,
.nr-table table td {
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}

.nr-table table th {
	background-color: #f5f5f5;
}

.nr-table table td {
	border-top: 1px solid #ccc;
	margin: 0;
	vertical-align: top;
}

.nr-table table td.nr-level1,
.nr-table table td.nr-level2,
.nr-table table td.nr-level3,
.nr-table table td.nr-level4 {
	border-top-style: dashed;
}

.nr-table table td.nr-level1:before,
.nr-table table td.nr-level2:before,
.nr-table table td.nr-level3:before,
.nr-table table td.nr-level4:before {
	color: #999;
	content: '+';
	display: inline-block;
	margin-right: .2em;
	vertical-align: middle;
}

.nr-table table td.nr-level1 {
	padding-left: 1em;
}

.nr-table table td.nr-level2 {
	padding-left: 1.5em;
}

.nr-table table td.nr-level3 {
	padding-left: 2em;
}

.nr-table table td.nr-level4 {
	padding-left: 2.5em;
}

.nr-table table td ul {
	font-size: 12px;
	margin: 0;
}

.nr-table table td ul li {
	margin-bottom: .5em;
}

/* info */
.nr-table-info {
	border: 1px solid #ccc;
	line-height: 1.6;
	width: 100%;
}

.nr-info-col1 {
	width: 150px;
}

.nr-info-col2 {
	width: auto;
}

.nr-table-info th,
.nr-table-info td,
.nr-table-info td a,
.nr-table-info td li {
	font-size: 14px;
}

.nr-table-info th,
.nr-table-info td {
	border-top: 1px solid #ccc;
	padding: 8px 10px;
	vertical-align: top;
}

.nr-table-info tbody td {
	border-left: 1px solid #ccc;
}

.nr-table-info thead th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.nr-table-info th {
	background-color: #f5f5f5;
}

/* hours */
.nr-table-hours {
	border: 1px solid #ccc;
	line-height: 1.6;
	width: 100%;
}

.nr-table-hours th,
.nr-table-hours td,
.nr-table-hours td a,
.nr-table-hours td li {
	font-size: 14px;
}

.nr-table-hours th,
.nr-table-hours td {
	border-top: 1px solid #ccc;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
}

.nr-table-hours tbody td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.nr-table-hours th {
	background-color: #fff;
	border-left: 1px solid #ccc;
}

.nr-table-hours td {
	background-color: #f5f5f5;
	font-size: 18px;
}

.nr-table-hours td.nr-bg-time,
.nr-table-hours td.nr-bg-exam,
.nr-table-hours td.nr-bg-note {
	background-color: #fff;
}

.nr-table-hours td.nr-bg-time,
.nr-table-hours td.nr-bg-note {
	font-size: 14px;
}

.nr-table-hours.narrow td.nr-bg-note {
	font-size: 10px;
}

.nr-table-hours th:first-child + th + th + th + th + th + th,
.nr-table-hours td:first-child + td + td + td + td + td + td.nr-bg-exam {
	background-color: #ebf9fc;
}

.nr-table-hours th:first-child + th + th + th + th + th + th + th,
.nr-table-hours th:first-child + th + th + th + th + th + th + th + th,
.nr-table-hours td:first-child + td + td + td + td + td + td + td.nr-bg-exam,
.nr-table-hours td:first-child + td + td + td + td + td + td + td + td.nr-bg-exam {
	background-color: #fceae9;
}

/* Tab
------------------------------ */
.nr-tab {
	border-bottom: 1px solid #000080;
}

.nr-tab li {
	float: left;
	margin: 0 0 -1px 10px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.nr-tab li:first-child {
	margin-left: 30px;
}

.nr-tab li .NR-on,
.nr-tab li a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-top: 1px solid #000080;
	display: block;
	letter-spacing: .1em;
	padding: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.nr-tab li .NR-on {
	color: #000080;
}

.nr-tab li .NR-on:after {
	bottom: 0;
	content: '\f078';
	font-family: FontAwesome;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	text-decoration: none;
}

.nr-tab li.NR-off a {
	background: #000080;
	border-bottom: 1px solid #000080;
	border-top: 1px solid #000080;
	text-decoration: none;
}

.nr-tab li.NR-off a:hover {
	opacity: .8;
}

.nr-tab li.NR-off a:link,
.nr-tab li.NR-off a:visited {
	color: #fff;
}

.nr-tab li.NR-off a:after {
	content: none;
}

/* Paging
------------------------------ */
.nr-paging {
	margin: 35px 0;
	text-align: center;
}

.nr-paging li {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 5px;
	min-width: 32px;
}

.nr-paging li.nr-prev a,
.nr-paging li.nr-next a {
	padding-left: 10px;
	padding-right: 10px;
}

*:first-child + html .nr-paging li {
	display: inline;
	width: 32px;
}

*:first-child + html .nr-paging li.nr-prev,
*:first-child + html .nr-paging li.nr-next {
	width: 90px;
}

.nr-paging li a {
	display: block;
	font-size: 14px;
	padding: 9px 0 8px;
}

.nr-paging li a:hover {
	text-decoration: underline;
}

.nr-paging li.NR-now a {
	background: #000080;
	color: #fff;
}

/* Nav
------------------------------ */
/* list */
.nr-nav-list {
	margin: 0 0 0 -10px;
}

.nr-nav-list li {
	background-color: #fff;
	border: 2px solid #eee;
	border-bottom: 3px solid #e4e2dc;
	float: left;
	margin: 0 0 10px 10px;
	position: relative;
	width: 214px;
}

.nr-nav-list li a:before {
	color: #999;
	content: '\f054';
	font-family: FontAwesome;
	font-size: 15px;
	margin-top: -7px;
	position: absolute;
	right: 7px;
	top: 50%;
}

.nr-nav-list li:hover a:before {
	opacity: .8;
}

.nr-nav-list li a {
	display: block;
	font-size: 16px;
	padding: 22px 20px 22px 12px;
}

.nr-nav-list li a:link,
.nr-nav-list li a:visited {
	color: #333;
}

.nr-nav-list li a span {
	font-weight: bold;
}

/* Other
------------------------------ */
/* definition-type-a */
.nr-definition-a dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

.nr-definition-a dd {
	width: 650px;
}

.nr-definition-a-in {
	width: 100%;
}

.nr-definition-a-in li {
	font-size: 13px;
	margin-bottom: 10px;
	min-height: 0;
	padding: 0;
	position: relative;
}

.nr-definition-a-in li.nr-left {
	clear: left;
	float: left;
	width: 325px;
}

.nr-definition-a-in li .nr-date {
	font-weight: bold;
	padding-right: 10px;
}

/* definition-type-b */
.nr-definition-b {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}

.nr-definition-b:first-child {
	padding-top: 0;
}

.nr-definition-b dt,
.nr-definition-b dd {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0;
}

*:first-child + html .nr-definition-b dd {
	margin-left: 20px;
}

.nr-definition-b dd a {
	font-size: inherit;
}

.nr-definition-b-in li {
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 0 20px;
	min-height: 0;
	padding: 0;
	position: relative;
	text-align: right;
}

*:first-child + html .nr-definition-b-in li {
	display: inline;
	zoom: 1;
}

/* map */
.nr-map {
	height: 500px;
	position: relative;
}

.nr-map li {
	border-radius: 5px;
	display: list-item;
	position: absolute;
	width: 44px;
}

.nr-map li:hover {
	opacity: .8;
}

.nr-map li a {
	color: #333;
	display: block;
	padding: 10px 0;
	text-align: center;
}

.nr-map .nr-hokkaido {
	background-color: #c3ddeb;
}

.nr-map .nr-kanto {
	background-color: #c3cbe5;
}

.nr-map .nr-shutoken {
	background-color: #b4dfbc;
}

.nr-map .nr-tokai {
	background-color: #f5c1c1;
}

.nr-map .nr-kansai {
	background-color: #f1d15a;
}

.nr-map .nr-chugoku {
	background-color: #d7c4ea;
}

.nr-map .nr-shikoku {
	background-color: #bbe1e6;
}

.nr-map .nr-kyushu {
	background-color: #f7c2d9;
}

.nr-map li.nr-mcol3x3 {
	width: 116px;
}

.nr-map li.nr-mcol3x3 a {
	padding: 42px 0;
}

.nr-map li.nr-mcol2 {
	width: 92px;
}

.nr-map li.nr-mcol2h {
	width: 116px;
}

.nr-map li.nr-mcol1h {
	width: 68px;
}

.nr-map li.nr-mcol1x2 a {
	padding: 29px 0;
}

.nr-map li.nr-pref01 {
	left: 533px;
	top: 2px;
}

.nr-map li.nr-pref02 {
	left: 533px;
	top: 104px;
}

.nr-map li.nr-pref03 {
	left: 605px;
	top: 142px;
}

.nr-map li.nr-pref04 {
	left: 605px;
	top: 180px;
}

.nr-map li.nr-pref05 {
	left: 533px;
	top: 142px;
}

.nr-map li.nr-pref06 {
	left: 533px;
	top: 180px;
}

.nr-map li.nr-pref07 {
	left: 533px;
	top: 218px;
}

.nr-map li.nr-pref08 {
	left: 605px;
	top: 294px;
}

.nr-map li.nr-pref09 {
	left: 605px;
	top: 256px;
}

.nr-map li.nr-pref10 {
	left: 533px;
	top: 256px;
}

.nr-map li.nr-pref11 {
	left: 533px;
	top: 294px;
}

.nr-map li.nr-pref12 {
	left: 605px;
	top: 332px;
}

.nr-map li.nr-pref13 {
	left: 533px;
	top: 332px;
}

.nr-map li.nr-pref14 {
	left: 533px;
	top: 370px;
}

.nr-map li.nr-pref15 {
	left: 483px;
	top: 218px;
}

.nr-map li.nr-pref16 {
	left: 435px;
	top: 218px;
}

.nr-map li.nr-pref17 {
	left: 387px;
	top: 218px;
}

.nr-map li.nr-pref18 {
	left: 387px;
	top: 256px;
}

.nr-map li.nr-pref19 {
	left: 483px;
	top: 332px;
}

.nr-map li.nr-pref20 {
	left: 483px;
	top: 256px;
}

.nr-map li.nr-pref21 {
	left: 435px;
	top: 256px;
}

.nr-map li.nr-pref22 {
	left: 483px;
	top: 370px;
}

.nr-map li.nr-pref23 {
	left: 435px;
	top: 332px;
}

.nr-map li.nr-pref24 {
	left: 387px;
	top: 332px;
}

.nr-map li.nr-pref25 {
	left: 387px;
	top: 294px;
}

.nr-map li.nr-pref26 {
	left: 339px;
	top: 294px;
}

.nr-map li.nr-pref27 {
	left: 291px;
	top: 332px;
}

.nr-map li.nr-pref28 {
	left: 291px;
	top: 294px;
}

.nr-map li.nr-pref29 {
	left: 339px;
	top: 332px;
}

.nr-map li.nr-pref30 {
	left: 291px;
	top: 370px;
}

.nr-map li.nr-pref31 {
	left: 242px;
	top: 294px;
}

.nr-map li.nr-pref32 {
	left: 193px;
	top: 294px;
}

.nr-map li.nr-pref33 {
	left: 242px;
	top: 332px;
}

.nr-map li.nr-pref34 {
	left: 193px;
	top: 332px;
}

.nr-map li.nr-pref35 {
	left: 145px;
	top: 294px;
}

.nr-map li.nr-pref36 {
	left: 222px;
	top: 426px;
}

.nr-map li.nr-pref37 {
	left: 222px;
	top: 388px;
}

.nr-map li.nr-pref38 {
	left: 173px;
	top: 388px;
}

.nr-map li.nr-pref39 {
	left: 173px;
	top: 426px;
}

.nr-map li.nr-pref40 {
	left: 96px;
	top: 332px;
}

.nr-map li.nr-pref41 {
	left: 48px;
	top: 332px;
}

.nr-map li.nr-pref42 {
	left: 0;
	top: 332px;
}

.nr-map li.nr-pref43 {
	left: 48px;
	top: 370px;
}

.nr-map li.nr-pref44 {
	left: 96px;
	top: 370px;
}

.nr-map li.nr-pref45 {
	left: 96px;
	top: 408px;
}

.nr-map li.nr-pref46 {
	left: 48px;
	top: 408px;
}

.nr-map li.nr-pref47 {
	left: 48px;
	top: 462px;
}

/* RWD(option) */

@media screen and (max-width: 599px) {
	.NR-rwd #NR-header-util,
	.NR-rwd #NR-header-logo-sv img,
	.NR-rwd #NR-sub,
	.NR-rwd #NR-nav-sub,
	.NR-rwd #NR-footer-sv,
	.NR-rwd #NR-footer-link,
	.NR-rwd .NR-pr {
		display: none !important;
	}

	.NR-rwd #NR-nav,
	.NR-rwd #NR-nav-main,
	.NR-rwd #NR-nav-sub,
	.NR-rwd #NR-wrpper,
	.NR-rwd #NR-footer,
	.NR-rwd #NR-nav-main-in,
	.NR-rwd #NR-nav-sub-in,
	.NR-rwd #NR-header-in,
	.NR-rwd #NR-header-logo,
	.NR-rwd #NR-footer-in,
	.NR-rwd #NR-tpath,
	.NR-rwd #NR-wrapper,
	.NR-rwd #NR-wrapper-in,
	.NR-rwd #NR-main,
	.NR-rwd .NR-tpath,
	.NR-rwd .NR-copyright-ip {
		min-width: 0;
		width: auto;
	}

	.NR-rwd #NR-wrapper {
		padding-top: 0;
	}

	.NR-rwd .NR-copyright-ip {
		padding: 0 10px;
	}

	.NR-rwd #NR-header-in {
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}

	.NR-rwd #NR-header-logo {
		height: 36px;
		position: relative;
	}

	.NR-rwd #NR-header-logo-goo {
		position: absolute;
		left: 0;
		top: 0;
	}

	.NR-rwd #NR-header-logo-goo img {
		height: 32px;
		margin-right: 0;
		vertical-align: bottom;
		width: auto;
	}

	.NR-rwd #NR-header-logo-sv {
		display: block;
		line-height: 36px;
		margin: 0 32px 0 70px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.NR-rwd #NR-sp-menu {
		display: block;
		background-size: 24px 21px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAVAQMAAABmJ7xlAAAABlBMVEUAAAD///+l2Z/dAAAAEklEQVR4XmPABv7//w/D5MgDAPF+Ee+1qqw3AAAAAElFTkSuQmCC) no-repeat 50% 50%;
		position: absolute;
		right: -5px;
		top: 0;
		width: 36px;
		height: 36px;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}

	.NR-rwd #NR-sp-menu.NR-on {
		opacity: 0.3;
	}

	.NR-rwd #NR-nav-main,
	.NR-rwd .NR-search {
		max-height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		-webkit-transition: max-height 0.7s;
		-moz-transition: max-height 0.7s;
		transition: max-height 0.7s;
	}

	.NR-rwd #NR-nav-main.NR-open,
	.NR-rwd .NR-search.NR-open,
	.NR-rwd .NR-search.NR-search-fixed {
		max-height: 600px;
	}

	.NR-rwd #NR-nav {
		border: none;
	}

	.NR-rwd #NR-nav ul {
		padding: 0;
	}

	.NR-rwd #NR-nav li {
		border-bottom: 1px solid #fff;
		float: none;
		margin-right: 0;
	}

	.NR-rwd #NR-nav-main li a,
	.NR-rwd #NR-nav-main li a:hover {
		background: #eee;
		color: #000;
		padding: 15px;
		position: relative;
	}

	.NR-rwd #NR-nav-main li.NR-now a {
		background: #930;
		border-bottom: 0;
		border-radius: 0;
		color: #fff;
	}

	.NR-rwd .NR-search {
		background: #ddd;
	}
	.NR-rwd .NR-search-in {
		padding: 10px;
		text-align: left;
		width: auto;
	}

	.NR-rwd .NR-search-in .NR-select {
		display: none;
	}

	.NR-rwd .NR-search-in .NR-search-text {
		box-sizing: border-box;
		float: left;
		height: 40px;
		line-height: 1.4;
		width: 80%;
	}

	.NR-rwd .NR-search-in .NR-button {
		box-sizing: border-box;
		display: inline-block;
		float: left;
		height: 40px;
		line-height: 40px;
		padding: 0;
		width: 20%;
	}

	.NR-rwd #NR-main {
		float: none;
	}

	.NR-rwd .NR-tpath {
		font-size: 12px;
		padding: 0 0 0 10px;
	}

	.NR-rwd .NR-tpath ol {
		overflow: hidden;
		padding: 10px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.NR-rwd .NR-tpath li {
		display: inline;
		float: none;
		padding: 0;
	}

	.NR-rwd .NR-tpath li.NR-first span {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAJ1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADdEvm1AAAADHRSTlMAgO8Q0mAwnHBQQCDxzyhtAAAA2klEQVRIx+2SsQqCUBSGjaiGHGp3VQgaHBoi2oQmh/AJInqAHsCt1alX6AV6BK0LOpyHSo7VRf3PbZXw2w7/h8inVgfZ3Mz7NFR3o3Ak8kz7eEn0OBiEiEpceR8RsxcFh5hM2if05oz3YfwRch8KK/oSwAeEWlA+bqTxYCMNqhVRDRc3YnCtpCkUqBGDa8VtIRcaaQLcCNY6EWSHGsFaVxJYgEaoViILRaMRrrU1Cc9SsE1CCt4Rf1M08vCPQjZnHFFIq8PuhV74IYRtQdWENf9rs+oY8HGxOsML6dGn/Tfwgb8AAAAASUVORK5CYII=) 0 0 no-repeat;
		background-size: 14px 14px;
		display: inline-block;
		height: 14px;
		line-height: 14px;
		text-indent: -9999px;
		width: 14px;
	}

	/* SOCIAL */

	#NR-wrapper-in .social-button {
		text-align: center;
	}

	#NR-wrapper-in .social-button li.line {
		display: inline-block;
	}

	/* ==============================
	Module Base Style
	============================== */
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	i {
		display: inline-block;
	}

	/* ==============================
	Module Reset Style
	============================== */
	a:hover,
	a:visited {
		opacity: 1;
		text-decoration: none;
	}

	/* ==============================
	Module Hide Style for SP
	============================== */
	.nr-sp-hidden {
		display: none;
	}

	/* ==============================
	Module Components
	============================== */

	/* Heading
	------------------------------ */
	/* type-a */
	.nr-ttl-a {
		border-left: 8px solid #000080;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 20px;
		padding: 10px 0 10px 10px;
		vertical-align: middle;
		width: 100%;
	}

	.nr-ttl-a .nr-ttl {
		font-weight: bold;
		padding-right: 0;
	}

	.nr-ttl-a .nr-sup {
		display: none;
	}
	/* type-b */
	.nr-ttl-b {
		font-size: 18px;
		font-weight: bold;
		margin: 1em -10px;
		padding: 14px 10px 0;
	}

	.nr-ttl-b .nr-ttl {
		font-weight: bold;
		padding-right: 0;
	}

	.nr-ttl-b .nr-sup {
		display: none;
	}

	/* type-c */
	.nr-ttl-c {
		border-top: none;
		font-size: 18px;
		font-weight: bold;
		margin: 1em -10px;
		padding: 0 10px 5px;
	}

	/* type-d */
	.nr-ttl-d {
		border-top: none;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		padding: 0 0 10px;
	}

	/* Text
	------------------------------ */
	.nr-text {
		font-size: 15px;
		line-height: 1.4;
		margin: 1em 0;
	}

	.nr-text:first-child {
		margin: 0 0 1em;
	}

	/* notice */
	.nr-notice {
		padding-left: 1em;
		text-indent: -1em;
	}

	/* blockquote */
	.nr-blockquote {
		padding: 2em 1.7em 1em;
	}

	.nr-blockquote:before {
		font-size: 250%;
	}

	/* Image
	------------------------------ */
	.nr-img-left img,
	.nr-img-right img {
		width: 110px;
	}

	.nr-img-center img {
		max-width: 100%;
	}

	/* List
	------------------------------ */
	.nr-list li {
		font-size: 15px;
	}

	.nr-list-link li {
		font-size: 15px;
	}

	.nr-list-link-inner li {
		font-size: 15px;
	}

	/* list-col2 */
	.nr-list-col2:after {
		content: "";
	}

	.nr-list-col2 li {
		float: none;
		width: auto;
	}

	.nr-list-link.nr-list-col2 li {
		float: none;
		width: auto;
	}

	/* list-col3 */
	.nr-list-col3:after {
		content: "";
	}

	.nr-list-col3 li {
		float: none;
		width: 100%;
	}

	.nr-list-link.nr-list-col3 li {
		float: none;
		width: 100%;
	}

	/* tag */
	.nr-tag {
		border-radius: 50px;
		display: block;
		font-size: 13px;
		line-height: 1.2;
		padding: 10px;
	}

	.nr-tag:hover {
		background-color: #e9e9e9;
		color: #333;
	}

	/* type-a */
	.nr-list-img-a {
		margin-left: 0;
	}

	.nr-list-img-a .nr-list-img-block {
		border: none;
		border-bottom: 1px solid #e4e2dc;
		float: none;
		margin: 0;
		width: 100%;
	}

	.nr-list-img-a .nr-list-img-block .nr-img-block {
		display: block;
		padding: 10px 0;
	}

	.nr-list-img-a .nr-list-img-block .nr-img-block:hover {
		opacity: 1;
		text-decoration: none;
	}

	.nr-list-img-a .nr-list-img-block dl {
		display: table;
		width: 100%;
	}

	.nr-list-img-a .nr-list-img-block dt {
		display: table-cell;
		min-height: 64px;
		text-align: center;
		vertical-align: middle;
		width: 100px;
	}

	.nr-list-img-a .nr-list-img-block dt img {
		width: 100%;
	}

	.nr-list-img-a .nr-list-img-block .nr-ttl {
		display: table-cell;
		font-size: 16px;
		margin: 0;
		min-height: 0;
		padding-left: 10px;
	}

	.nr-list-img-a .nr-list-img-block .nr-date,
	.nr-list-img-a .nr-tag-block {
		display: none;
	}

	/* type-b */
	.nr-list-img-b li {
		border-bottom: 1px solid #e4e2dc;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nr-list-img-b .nr-txt-block {
		min-height: 75px;
	}

	.nr-list-img-b .nr-lead,
	.nr-list-img-b .nr-tag-block {
		display: none;
	}

	.nr-list-img-b .nr-img img:hover {
		opacity: 1;
	}

	/* list-word */
	.nr-list-word.nr-col2,
	.nr-list-word.nr-col3 {
		width: 100%;
	}

	.nr-list-word .nr-word-block {
		margin: 0 0 0 3%;
	}

	.nr-list-word .nr-word-block li {
		float: left;
		margin: 3% 0 0 3%;
		text-align: center;
		width: 16%;
	}

	.nr-list-word .nr-word-block li a,
	.nr-list-word .nr-word-block li .disable {
		font-size: 20px;
		padding: 25% 25%;
	}

	.nr-list-word .nr-word-block li a:hover {
		color: #333;
		background: #eee;
	}

	.nr-list-word .nr-word-block li.nr-tblank {
		visibility: hidden;
	}

	/* Button
	------------------------------ */
	/* basic */
	.nr-btn-basic a:hover {
		opacity: 1;
	}

	/* more */
	.nr-btn-more a {
		padding: 13px 0;
	}
	.nr-btn-more a:hover {
		opacity: 1;
	}

	/* Mark
	------------------------------ */
	/* label */
	.nr-label {
		height: 15px;
		padding: 2px 0 3px;
		width: 87px;
	}

	/* Photo
	------------------------------ */
	.nr-photo .nr-photo-unit img {
		max-width: 100%;
	}

	/* list-data */
	.nr-photo .nr-photo-list {
		display: block;
		margin: 11px 0;
		text-align: center;
	}

	.nr-photo .nr-photo-list .nr-photo-img {
		display: inline-block;
		height: 56px;
		width: 56px;
	}

	.nr-photo .nr-photo-list .nr-photo-img a {
		display: block;
		height: 56px;
		position: relative;
		width: 56px;
	}

	.nr-photo .nr-photo-list .nr-photo-img img {
		bottom: 0;
		height: auto;
		left: 0;
		margin: auto;
		max-height: 56px;
		max-width: 56px;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}

	/* Search
	------------------------------ */
	.nr-search {
		letter-spacing: -.4em;
	}

	input.nr-search-txt {
		padding: 0 5px;
		width: 78%;
	}

	input.nr-search-btn {
		-webkit-appearance: none;
		appearance: none;
		height: 45px;
		margin-left: 5px;
		padding: 0;
		width: 20%;
	}

	input.nr-search-btn:hover {
		background-color: #ffd700;
	}

	/* Form
	------------------------------ */
	/* default */
	.nr-form input,
	.nr-form select {
		font-size: 12px;
		height: 30px;
	}

	.nr-form select {
		width: 55px;
	}

	.nr-form input[type=text],
	.nr-form input[type=password] {
		width: 100%;
	}

	.nr-form input[type=text].nr-small,
	.nr-form input[type=password].nr-small {
		width: 135px;
	}

	.nr-form .nr-form-line {
		padding: 0 40px 0 0;
	}

	.nr-form .nr-form-line.nr-sel-date {
		font-size: 11px;
		vertical-align: bottom;
	}

	.nr-form .nr-sel-month-box {
		display: table;
		width: 100%;
	}

	.nr-form .nr-sel-month-box .nr-sel-month-box-in-1 {
		display: table-cell;
		width: 100%;
	}

	.nr-form .nr-sel-month-box .nr-sel-month-box-in-1 select {
		font-size: 15px;
		height: 30px;
		text-align: center;
		width: 100%;
	}

	.nr-form .nr-sel-month-box .nr-sel-month-box-in-2 {
		display: table-cell;
		padding: 0 0 0 10px;
		width: 30px;
	}

	.nr-form .nr-required {
		font-size: 11px;
		line-height: 1.2;
		margin-top: -0.6em;
		right: 0;
	}

	.nr-form .nr-btn:hover {
		opacity: 1;
	}

	/* entry */
	.nr-form .nr-form-table {
		display: block;
		margin: 0;
		table-layout: auto;
	}

	.nr-form .nr-form-table dt,
	.nr-form .nr-form-table dd {
		border-top: 0;
		display: block;
		font-size: 12px;
		margin: 0;
		padding: 10px 0;
		text-align: center;
		vertical-align: middle;
	}

	.nr-form .nr-form-table dd {
		border-left: 0;
	}

	.nr-form .nr-form-table dd.nr-form-block {
		padding: 5px 0;
		text-align: left;
	}

	.nr-form .nr-form-table.nr-col2 dt {
		width: auto;
	}

	.nr-form .nr-form-table.nr-col2 dd {
		padding: 10px 5px;
		position: relative;
		width: auto;
	}

	.nr-form .nr-form-table.nr-col2 dd .nr-note {
		margin: 5px 0 0;
	}

	.nr-form .nr-form-table.nr-col2 dd.nr-form-block {
		padding: 5px;
		text-align: left;
		width: auto;
	}

	/* Table
	------------------------------ */
	.nr-table {
		margin: 10px 0;
	}

	.nr-table table th,
	.nr-table table td {
		font-size: 13px;
		padding: 10px 5px 5px;
		table-layout: fixed;
	}

	/* info */
	.nr-info-col1 {
		width: 120px;
	}

	.nr-table-info th,
	.nr-table-info td {
		padding: 5px;
	}

	.nr-table-info th,
	.nr-table-info td,
	.nr-table-info td a,
	.nr-table-info td li {
		font-size: 13px;
	}

	/* hours */
	.nr-table-hours th,
	.nr-table-hours td {
		padding: 5px;
	}

	.nr-table-hours th,
	.nr-table-hours td,
	.nr-table-hours td a,
	.nr-table-hours td li {
		font-size: 13px;
	}

	/* Tab
	------------------------------ */
	.nr-tab li {
		display: inline-block;
		float: none;
		margin: 0 1% -1px 0;
	}

	.nr-tab li:first-child {
		margin-left: 2%;
	}

	.nr-tab li .NR-on,
	.nr-tab li a {
		font-size: 12px;
	}

	.nr-tab li .NR-on {
		padding-bottom: 15px;
	}

	.nr-tab li .NR-on:after {
		font-size: 11px;
		margin-left: -5px;
	}

	.nr-tab li.NR-off a:hover {
		opacity: 1;
	}

	/* Paging
	------------------------------ */
	.nr-paging {
		margin-top: 30px;
	}

	.nr-paging li {
		display: none;
	}

	.nr-paging li.nr-next,
	.nr-paging li.nr-prev {
		display: inline-block;
		width: 35%;
	}

	.nr-paging li.NR-now {
		background: #000080;
		display: inline-block;
	}

	.nr-paging li a:hover {
		text-decoration: none;
	}

	.nr-paging li.NR-now a {
		color: #fff;
	}

	/* Nav
	------------------------------ */
	/* list */
	.nr-nav-list {
		border: 1px solid #eee;
		margin: 0;
	}

	.nr-nav-list li {
		border: 0;
		border-bottom: 1px dotted #ccc;
		height: 54px;
		letter-spacing: normal;
		margin: 0;
		position: relative;
		width: 50%;
	}

	.nr-nav-list li:nth-child(2n+1) {
		border-right: 1px dotted #ccc;
	}

	.nr-nav-list li:nth-last-child(1),
	.nr-nav-list li:nth-last-of-type(2) {
		border-bottom: none;
	}

	.nr-nav-list li:nth-last-of-type(2):nth-child(even) {
		border-bottom: 1px dotted #ccc;
	}

	.nr-nav-list li a:before {
		font-size: 12px;
		margin-top: -6px;
		right: 10px;
	}

	.nr-nav-list li:hover a:before{
		opacity: 1;
	}

	.nr-nav-list li a {
		border-bottom: none;
		display: block;
		font-size: 16px;
		font-weight: bold;
		padding: 13px 10px 10px;
	}

	.nr-nav-list li a span {
		line-height: 28px;
	}

	/* Other
	------------------------------ */
	/* link-bar */
	.nr-link-bar li {
		border-bottom: 1px solid #ccc;
		display: block;
		font-size: 15px;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.nr-link-bar li:first-child {
		border-top: 1px dotted #ccc;
	}

	.nr-link-bar li a {
		display: block;
		height: auto;
		line-height: 1.2;
		margin-left: 20px;
		padding: 20px 10px 20px 5px;
	}

	/* definition-list */
	.nr-definition-list li:before {
		color: #ccc;
		content: '\f0da';
		font-family: 'FontAwesome';
		font-size: 14px;
		left: 15px;
		margin-top: -7px;
		position: absolute;
		top: 50%;
	}

	/* definition-type-a */
	.nr-definition-a dd {
		width: 100%;
	}

	.nr-definition-a-in {
		width: 100%;
	}

	.nr-definition-a-in li {
		display: table;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.nr-definition-a-in li.nr-left {
		float: none;
		width: 100%;
	}

	.nr-definition-a-in li .nr-date,
	.nr-definition-a-in.nr-link-bar li a {
		display: table-cell;
		height: 60px;
		line-height: 1.3;
		padding: 10px;
		vertical-align: middle;
	}

	.nr-definition-a-in li .nr-date {
		font-size: 14px;
		padding: 0 0 0 25px;
		width: 60px;
	}

	.nr-definition-a-in.nr-link-bar li a {
		font-size: 15px;
	}

	/* definition-type-b */
	.nr-definition-b {
		clear: both;
		overflow: hidden;
		padding-top: 10px;
		width: 100%;
	}

	.nr-definition-b:first-child {
		padding-top: 0;
	}

	.nr-definition-b dt {
		float: none;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0;
	}

	.nr-definition-b dd {
		width: 100%;
	}

	.nr-definition-b-in li {
		display: block;
		float: left;
		font-size: 16px;
		line-height: 2.0;
		margin: 0;
		padding-left: 10px;
		text-align: left;
		width: 28.5%;
	}

	.nr-definition-b-in li:nth-child(4n) {
		white-space: nowrap;
		width: 13%;
	}

	.nr-definition-b-in.nr-definition-list li:before {
		left: 0;
		margin-top: -14px;
	}

}
