@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.7;
  padding: 0;
  margin: 0;
}

a:link {
  color: #192f60;
}

a:hover {
  color: #1e50a2;
}

a:visited {
  color: #192f60;
}
.Righ {
	text-align: right;
}
.Cen {
	text-align: center;
}
/*---------- ヘッダー ----------*/

header {
  width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

header h1 {
  width: 100%;
  height: 45px;
  background: url(img/heabg.jpg) repeat-x top center;
  text-align: left;
  color: #333333;
  font-size: 18px;
}

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

header h1 a:hover {
  color: #999999 !important;
  text-decoration: underline;
  font-size: 18px;
}
#page_top {
  margin: 0;
  padding: 0;
}
p.heatop {
	text-align: left;
	padding: 1px 3px;
	margin: 10px auto;
	font-size: 70%;
	background-color: #fff;
	line-height: 1;
	color: #999;
}

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

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

h3.Lefstick {
	text-align: left;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #fd7f03;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
section h2 {
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	text-align: center;
	padding: 10px 0;
	background-image: url(img/h_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
h3.accsess {
	width: 100%;
	padding: 5px;
	text-align: left;
	background-color: #15284e;
}
section p {
  margin: 0 0 12px 0;
  padding: 3px 8px 3px 8px;
  line-height: 1.8;
}

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;
}
div.Ye {
	background: #f6fec1;
	padding: 0;
	margin-top: 10px;
}
div.blue {
	text-align: center;
}
div.blue p{
	margin: 0 auto;
	padding: 0;
	width: 265px;
}
div.blue p img{
	max-width: 100%;
	height: auto;
}
div.blue p.setsu{
	margin: 20px auto;
	font-size: 18px;
}
div.blue a{
	color: #fff;
	background: #ab6003;
	padding: 1em 2em;
	display: inline-block;
	text-decoration: none;
	border-radius: 25px;
}
div.blue p.txt{
	background: #d3e4ed;
	padding: 10px 3px;
	width: 170px;
	margin: 5px auto 0 auto;
}
div.blue p.txt2{
	background: #d3e4ed;
	padding: 10px 3px;
	width: 259px;
	margin: 30px auto 0 auto;
	font-size: 18px;
	font-weight: 600;
}
p.bottan_Grade {
	height: 44px;
	text-align: center;
	padding-top: 15px;
	margin: 0;
	background: url(img/bottan_Grade.jpg) no-repeat center center;
}
p.bottan_Grade a:link{
	width: 100%;
	height: 44px;
	text-align: center;
}
dl.new dt{
	color: #999;
}
dl.new dt dd{
	background: url(img/icon.gif) left 3px;
}
input.txt {/*form*/
    border: 1px solid #CCCCCC;
    font-size: 140%;
    padding: 5px;
    width: 90%;
	margin: 15px auto;
}
input.yubin {
    border: 1px solid #CCCCCC;
    font-size: 140%;
    padding: 5px;
    width: 40%;
}
input.jusho {
    border: 1px solid #CCCCCC;
    font-size: 140%;
    padding: 5px;
    width: 180px;
}
select {
    border: 1px solid #CCCCCC;
    font-size: 120%;
    margin: 15px auto;
    padding: 5px;
    width: 95%;
}
textarea {
    border: 1px solid #CCCCCC;
    font-size: 140%;
    height: 80px;
    padding: 5px;
    width: 90%;
}
ul.form{
    margin: 15px auto;
}
ul.form li{
	margin: 15px auto;
	padding-left: 20px;
	line-height: 2;
	background-image: url(../common/img/low/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}	
.FonRed {
	color: #F00;
}
.table_form {
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 10%;
}
.table_form p{
	color: #999;
	margin: 0;
}
dl {
	width: 100%;
}
dl dt{
	text-align: left;
	width: 315px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #fd7f03;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
dl dt a:link{
	color: #fd7f03;
	text-decoration:none;
}
dl dd{
	margin: 15px auto;
	padding-left: 20px;
	line-height: 2;
	background-image: url(../common/img/low/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}	
dl dd  a;link{
	color: #666;
	text-decoration:none;
}	
.Martop20{
	margin-top: 20px;
}

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

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/h_bg_gray.gif) center repeat-x;
  text-align: center;
}

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: #192f60 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #1e50a2 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/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: #333333;
  text-align: left;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #000000;
}

footer p {
  padding: 10px;
  color: #555555;
}
footer p.copy {
  padding: 10px;
  color: #555555;
  text-align: center;
}

footer a {
  color: #cccccc !important;
}

footer a:hover {
  color: #ffffff !important;
}

footer a:visited {
  color: #cccccc;
}

footer p.copy {
  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.copy a:visited {
  color: #cccccc;
  text-decoration: none;
}
video{
  max-width: 100%;
  margin: 30px auto;
}