@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
	margin: 0;
	padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.3;
}

a:link {
  color: #0f11bc;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #0f11bc;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
  background-color: #0f11bc;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
  float: none;
}

header h1 a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #cccccc !important;
  text-decoration: underline;
  font-size: 18px;
}

#page_top {
  margin: 0;
  padding: 0;
}

header img.top{
	width: 100%;
	height:auto;
}

	

/*---------- コンテンツ ----------*/

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../img/common/h_bg.gif) center repeat-x;
}

section h3 {
  margin: 30px 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #000;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../img/common/h3_bg.gif) no-repeat;
}

section h4 {
  margin: 0px 20px 8px 8px;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../img/common/h3_bg.gif) repeat-x;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  line-height: 1.5;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

dl.accordion { background:#DDD; width:100%; margin:0 0 10px 0;}
dl.accordion dt {
    background:url(..img/common/open.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/common/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
    border-bottom:1px solid #EEE; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer; font-size:16px;}
dl.accordion dt.open {
    background:url(../img/common/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/common/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
dl.accordion dd { background:#f6f6f6; padding:10px; display:none;}

img.auto{
	max-width:100%;
	height:auto;
}


table.kigyou{
	display: block;
	list-style-type:none;
}

table.kigyou tr{
	display: block;
	margin-bottom: 1.5em;
}

table.kigyou th,
table.kigyou td{
	display: list-item;
	border: none;
}

table.kigyou th{
		margin-bottom: 5px;
		list-style-type: none;
		color: #fff;
		background: #000;
		width:100%;
}

table.kigyou td{
		margin-left: 20px;
		padding: 0;
		width:100%;
		height:auto;
}

table.cap{
	border-spacing: 0;
	font-size:14px;
}

table.cap th{
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)),to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.cap th:first-child {
	border-radius: 5px 0 0 0;
}

table.cap th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.cap tr td{
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
}

table.cap tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.cap tr{
	background: #fff;
}

table.cap tr:nth-child(2n+1) {
	background: #f1f6fc;
}

table.cap tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.cap tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

table.cap tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}


/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../img/common/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #0f11bc !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../img/common/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #004080 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../img/common/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #ffffff;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #0f11bc;
}

footer p {
  padding: 10px;
  color: #fff;
}

footer a {
  color: #ffffff !important;
}

footer a:hover {
  color: #ffffff;
}

footer a:visited {
  color: #ffffff;
}

footer p.copyright {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
}

/*footer p.copy a {
  color: #cccccc !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/*footer p.copyright a:visited {
  color: #cccccc;
  text-decoration: none;
}*/
