@charset "utf-8";

/* ------------------------------------------------------ */
/* reset */
/* ------------------------------------------------------ */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
img {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: top;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: top;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover, a:active {
  outline: none;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
ol,li {
  list-style: none;
}
figure {
  margin: 0;
  padding: 0;
}
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
html{font-size:62.5%;}
body,select,input,textarea,button { font-size:15px; font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;line-height:1.7;color:#4c4c4c; font-size-adjust: none; -webkit-font-size-adjust: none; -webkit-text-size-adjust: 100%;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}
a{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;color:#052981;text-decoration:none;}
a:hover,a:active{text-decoration: underline;}



/* ------------------------------------------------------ */
/* header_logo */
/* ------------------------------------------------------ */

#header{
	width: 780px;
	height: 80px;
	padding: 15px 0 27px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	float: left;
}

#logo img {
	vertical-align: top;
}

#lang, #home{
	width: 380px;
	height: 19px;
	float: right;
}

#lang img{
	margin-left: 295px;
	margin-top: 5px;
	border: 0;
}

#home img{
	margin-left: 334px;
	margin-top: 2px;
	border: 0;
}

#search{
	width: 370px;
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
	float: right;
	lign-height: 1.0em;
}

#search .submit{
	width:16px;
	height:16px;
	_margin-top: 1px;
}

#search ul{
	list-style-type: none;
	vertical-align: bottom;
	margin-left: 181px;
	width: 189px
	height: 21px;
}

#search li{
	display: inline;
	vertical-align: bottom;
}

.search-txt{
	width:168px;
	height:14px;
	line-height: 1.0;
	border: 1px solid #9f9f9f;
	vertical-align: top;
	margin-right: 3px;
}

/*-- safari only --*/
html:first-child .search-txt{
	font-size: 8px;
}

/*-- ie6  --*/
* html #search{
	margin-top: 0px;
}

/*-- ie7  --*/
*:first-child+html #search{
	margin-top: 0;
}

*:first-child+html #search .submit{
	width: 16px;
	height: 16px;
	margin-top: 1px;
}


/* ------------------------------------------------------ */
/* Title */
/* ------------------------------------------------------ */
.navTitle {
	background: #001871;
}

.navTitleInner {
	width: 780px;
	margin: 0 auto;
	padding: 12px 0;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

/* ------------------------------------------------------ */
/* Main */
/* ------------------------------------------------------ */
#container + script + img {
	display: block;
}
#container {
  width: 780px;
  margin: 20px auto 40px;
}
.topicPath {
  margin-bottom: 20px;
}
.topicPath ol > li {
  display: inline-block;
  position: relative;
  margin-left: 13px;
  padding-left: 27px;
}
.topicPath ol > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.topicPath ol > li:before {
  content: "＞";
  position: absolute;
  top: 0em;
  left: 0;
}
.topicPath ol > li:first-child:before {
  content: "";
}
.topicPath ol > li a,
.topicPath ol > li span {
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.topicPath ol > li a:hover {
  text-decoration: underline;
}

#main > section > section + section,
#main > section > section + aside,
#main .sectionBlock01 + section,
#main .sectionBlock01 + aside,
#main section + .sectionBlock01,
#main .sectionBlock01 + .sectionBlock01 {
  margin-top: 50px;
}
#main > section > aside + aside {
  margin-top: 40px;
}
#main > section > section > section {
  margin-top: 45px;
}
#main > section > section > section > section {
  margin-top: 35px;
}



/* ------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------ */
#footer {
	margin-top: 40px;
	background: #1f1f1f;
}

#copyright {
	width: 780px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: .67em;
	color: #fff;
	text-align: center;
}