/* CSS Document */
@charset "UTF-8";

/*
---------------------------------------------------
layout.css

==HEADER
  >>HNAVI
==GNAVI
==BNAVI
==MV
==CONTENTS
  >>MAINAREA
  >>SUBAREA
==FOOTER
  >>FNAVI
  >>SITEMAP AREA
==FAQ
==MEMBER
==TOPICS
==FORM
==TOPPAGE
==BACK TO TOP
==SOCIAL BTN
---------------------------------------------------
*/

body {
  background-color: #fff;
}

.wrap {
  display: block;
  margin: auto;
  width: 960px;
}

.wrap:before,
.wrap:after {
  content: "";
  display: table;
}

.wrap:after {
  clear: both;
}

.ie6 .wrap,
.ie7 .wrap { /* for IE6-7 (trigger hasLayout) */
  zoom: 1;
}

/*
---------------------------------------------------
==HEADER
---------------------------------------------------
*/
.seotxt {
  border-bottom: 1px solid #efeeef;
  margin-bottom: 13px;
}

.seotxt h1 {
  color: #777;
  font-size: 10px;
  font-weight: normal;
  margin: 0 auto;
  padding: 8px 0;
  width: 960px;
}

.header h2 {
  float: left;
  width: 265px;
}

/* >>HNAVI */
.hnavi {
  float: right;
  width: 300px;
}

.hnavi .contactBox {
	/*background: url(../images/img_line.png) center right no-repeat;*/
  float: right;
	/*padding: 25px 0;*/
  margin-right: 0px;
	width: 300px;
}

/*.hnavi .sitemap a {
  background: url(../images/ico_sitemap.png) left center no-repeat;
  color: #000;
  display: block;
  font-size: 10px;
  padding: 5px 0 5px 20px; 
}*/

/*.hnavi .btnArea {
  float: right;
  margin-right: 18px;
  width: 166px;
}

.hnavi .btnArea p:first-child {
  margin: 1px 0 7px;
}

.hnavi .usefulArea {
  float: rigth;
  width: 186px;
}

.searchBox {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 9px;
  padding-bottom: 10px;
}

.searchBox #searchBox {
  background-color: #f7f7f7;
  padding: 6px 10px;
}

.searchTextBox {
  background-color: #f7f7f7;
  border: none;
  color: #999;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  width: 140px;
}

.searchBtn {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.fontsize li {
  float: left;
  font-size: 10px;
  /*line-height: 2;
  list-style-type: none;
}*/

/*.fontsize .sizeTxt {
  background: url(../images/font_size_sla.png) right center no-repeat;
  margin-right: 10px;
  padding: 2px 10px 2px 0;
  width: 82px;
}

.fontsize li a {
  background-image: url(../images/font_size.png);
  background-repeat: no-repeat;
  display: block;
  height: 0;
  /*line-height: 4;
  overflow: hidden;
  padding-top: 15px;
  width: 17px;
}

.fontsize .sizeDefault {
  background: url(../images/font_size_sla.png) right center no-repeat;
  margin-right: 13px;
  padding-right: 10px;
  width: 27px;
}

.fontsize .sizeDefault a {
  background-position: left bottom;
}

.fontsize .sizeDefault .active a {
  background-position: left top;
}

.fontsize .sizeBig a {
  background-position: right top;
}

.fontsize .sizeBig .active a {
  background-position: right bottom;
}*/

.header .wrap {
	margin-bottom: 0px;
}

/*
---------------------------------------------------
==GNAVI
---------------------------------------------------
*/
.gnavi {
  background-color: #130067;
  background-image:url(../images/gNav_bg.png);
}

.gnavi ul {
  margin: auto;
  position: relative;
  width: 960px;
}

.gnavi li {
  background-color: #fff;
  float: left;
  list-style-type: none;
}

.gnavi li.member {
  position: absolute;
  top: -75px;
  right: 0;
}

/*
---------------------------------------------------
==BNAVI
---------------------------------------------------
*/
.bnavi {
  border-bottom: 1px solid #eee;
  font-size: 10px;
  margin-bottom: 15px;
  padding: 17px 0;
}

.bnavi p {
  margin: 0 auto;
  width: 960px;
}

.bnavi p a {
  color: #f60;
  text-decoration: none;
}

.bnavi p a:first-child {
  background: url(../images/bnav_home.png) left -1px no-repeat;
  padding-left: 22px;
}

/*
---------------------------------------------------
==MV
---------------------------------------------------

.mvArea {
  background-color: #fafafa;
  padding: 25px 0 30px;
}

.mvArea ul {
  margin: 0 auto;
  width: 960px;
}

.mvArea ul li {
  list-style: none;
}*/

/*
---------------------------------------------------
==CONTENTS
---------------------------------------------------
*/
.contents {
  margin-top: 40px;
}

/* >>MAIN AREA */
.mainwide {
  float: left;
  width: 960px;
}

.mainArea {
  float: left;
  width: 689px;
}

.mainArea > .section {
  margin-bottom: 30px;
}

.PGtop .mainArea > .section h2 {
  background: url(../images/h2bg.png) no-repeat;
  border: 0px solid #eee;
  font-size: 87.5%;
  font-weight: normal;
  margin-bottom: 10px;
  line-height:1.0;
  padding: 16px 20px;
  position: relative;
}

.mainArea > .section h2 {
  background: url(../images/h2bg.png) left center no-repeat;
  color: #333;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
  line-height:1.4;
  padding: 15px 11px 11px 43px;
}

.mainArea > .section h2 + p {
	background: #f7f7f7;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  padding: 0 11px;
}

.editArea h3 {
  background: url(../images/h3bg.png) left bottom no-repeat;
  font-size: 100%;
  font-weight: bold;
  line-height:1.4;
  margin-bottom: 20px;
  padding: 8px 0 12px 18px;
}
.mainArea > .section h3 {
  background: url(../images/h3bg.png) left bottom no-repeat;
  border: 1px solid #eee;
  font-size: 100%;
  font-weight:bold;
  line-height:1.4;
  margin-bottom: 24px;
  padding: 8px 36px 8px;
}

.mainArea > .section .editArea {
  color: #666;
  font-size: 75%;
  margin: 0 9px; /* width: 671px; */
}



.editArea h4 {
  background: url(../images/h4bg.png) left bottom no-repeat;
  font-size: 95%;
  font-weight: bold;
  line-height:1.0;
  margin-bottom: 16px;
  padding: 8px 0 12px 18px;
}

.editArea h5 {
  background: #cFF;
  font-size: 95%;
  font-weight: normal;
  line-height:1.4;
  margin-bottom: 20px;
  padding: 0 0 0 25px;
}

.editArea a {
  color: #C36;
}

.editArea p {
	font-size:95%;
  line-height: 1.6;
}

.editArea p img {
  vertical-align: middle;
}

.editArea ul,
.editArea ol {
  margin-bottom: 25px;
  /*color: #333;*/
}

.editArea ul li {
  background: url(../images/li_image.png) left 0.25em no-repeat;
  line-height: 1.4;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 11px;
}

.editArea ol li {
  line-height: 1.4;
  list-style-type: decimal;
  margin: 0 0 5px 20px;
}

.editArea ul.none {
  margin-bottom: 0;
}

.editArea ul.none li {
  background: none;
  padding-left: 0;
}

.PGtop .editArea ul,
.PGtop .editArea ul li {
  background: none;
  margin: 0;
  padding: 0;
}

.editArea table {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  font-size: 80%;
  line-height: 1.4;
  margin-bottom: 25px;
  width: 100%;
}

.editArea table thead th {
  background-color: #e4e4e4;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #333;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.editArea table thead th:first-child {
  border-left: 1px solid #e6e6e6;
}

.editArea table thead td {
  color: #333;
  padding: 10px;
}

.editArea table img {
	float: right;
  color: #333;
  padding: 10px;
}

.editArea table tbody th {
  background-color: #fdfdfd;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #555;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

.editArea table tbody td {
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #555;
  font-weight: normal;
  padding: 10px;
}

/*.editArea table tbody td:first-child {
  border-left: 1px solid #fff;
}*/

.editArea p.alignright,
.editArea th.alignright,
.editArea td.alignright,
.editArea div.alignright,
.editArea li.alignright {
  text-align: right !important;
}

.editArea p.aligncenter,
.editArea th.aligncenter,
.editArea td.aligncenter,
.editArea div.aligncenter,
.editArea li.aligncenter {
  text-align: center !important;
}

.editArea p.alignleft,
.editArea th.alignleft,
.editArea td.alignleft,
.editArea div.alignleft,
.editArea li.alignleft {
  text-align: left !important;
}

.editArea th.alignmiddle,
.editArea td.alignmiddle,
.editArea img.alignmiddle {
  vertical-align: middle !important;
}

.editArea th.aligntop,
.editArea td.aligntop {
  vertical-align: top !important;
}

.editArea table.alignright,
.editArea img.alignright {
  float: right !important;
}

.editArea table.aligncenter,
.editArea img.aligncenter {
  margin: auto !important;
}

.editArea table.alignleft,
.editArea img.alignleft {
  float: left !important;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.l10 {
  margin-left: 10px;
}

.l20 {
  margin-left: 20px;
}

.l30 {
  margin-left: 30px;
}

.l40 {
  margin-left: 40px;
}

.dotline {
  border-bottom: 1px dotted #999;
}

.wrapboxOrange {
  background-color: #fee9B1;
  padding: 20px;
}

.wrapboxWhite {
  background-color: #fff;
  border: 1px solid #f90;
/*  margin: 10px 5px;*/
  padding: 10px;
}

/* >>SUB AREA */
.subArea {
  float: right;
  width: 254px;
}

.subArea .nav {
  background-color: #f8f8f8;
  margin-bottom: 15px;
  padding: 5px;
}

.subArea .nav h2 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #f60;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px;
  text-align: center;
}

.subArea .nav h2 a {
  color: #000;
}

.subArea .nav h2 span {
  background: url(../images/h2icon_s.png) left center no-repeat;
  padding-left: 24px;
}

.subArea .nav > ul {
  border: 1px solid #e8e8e8;
  border-top: none;
  background-color: #fff;
  font-size: 75%;
}

.subArea .nav > ul li {
  list-style-type: none;
}

.subArea .nav li a {
  color: #666;
  display: block;
  line-height: 1.4;
  padding: 13px 13px 13px 23px;
}

.subArea .nav li a.active {
  color: #f60;
  text-decoration: none;
}

.subArea .nav > ul > li > a {
  background: url(../images/li_image.png) 12px center no-repeat;
  border-top: 1px dotted #ccc;
}

.subArea .nav .labelJump,
.subArea .nav > ul .childMenu {
  border-top: 1px dotted #ccc;
}

.subArea .nav .labelJump li a {
  background: url(../images/li_arrow.png) 22px center no-repeat;
  padding: 13px 13px 13px 33px;
}

.subArea .nav > ul .childMenu li a {
  background: url(../images/li_dir.png) 22px center no-repeat;
  padding: 13px 13px 13px 33px;
}

.subArea .nav > ul .childMenu .childMenu {
  padding-left: 15px;
}

.subArea .aside li {
  font-size: 10px;
  line-height: 1.4;
  list-style-type: none;
  margin-bottom: 15px;
}

.subArea .aside li strong {
  color: #333;
  font-weight: normal;
}

.subArea .aside .contactBox {
  border: 1px solid #ccc;
  padding: 14px;
}

.subArea .aside .sponsorLinkBox {
  color: #999;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 12px 14px;
}

.subArea .aside .sponsorLinkBox a {
  color: #999 !important;
}

/*.subArea .aside li a {
  border: 1px solid #ccc;
  display: block;
}

.subArea .aside li a:hover {
  border: 1px solid #eee;
  display: block;
}*/

/*
---------------------------------------------------
==FOOTER
---------------------------------------------------
*/
.footer {
  margin-top: 70px;
}

/* >>FNAVI */
.fnavi {
  background-color: #eee;
  height: 51px;
}

.fnavi ul {
  float: left;
  width: 600px;
}

.fnavi ul li {
  float: left;
  font-size: 65%;
  list-style-type: none;
  line-height: 51px;
  margin-left: 20px;
}

.fnavi ul li:first-child {
  margin-left: 0;
}

.fnavi ul li a {
  background: url(./images/footer_arrow02.png) left center no-repeat;
  color: #000;
  padding-left: 10px;
}

.fnavi .btnArea {
  float: right;
  width: 322px;
}

/* >>SITEMAP AREA */
.sitemapArea {
  background-color: #130067;
  padding-bottom: 20px;
}

.sitemapArea h2 {
  color: #ffffff;
  font-size: 87.5%;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.sitemapArea .col1 {
  border-left: 1px dotted #ccc;
  float: left;
  padding: 0 11px;
  width: 170px;
}

.sitemapArea .col2 {
  border-left: 1px dotted #ccc;
  float: left;
  padding: 0 11px;
  width: 112px;
}

.sitemapArea .col3 {
  border-left: 1px dotted #ccc;
  float: left;
  padding: 0 11px;
  width: 440px;
}

.sitemapArea ul.list1 {
  float: left;
  width: 157px;
}

.sitemapArea ul.list2 {
  float: left;
  width: 118px;
}

.sitemapArea ul.list3 {
  float: left;
  width: 151px;
}

.sitemapArea .col4 {
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  float: left;
  padding: 0 11px;
  width: 145px;
}

.sitemapArea div li {
  list-style-type: none;
}

.sitemapArea div li a {
  display: block;
}

.sitemapArea div > ul > li {
  background: url(../images/footer_arrow02.png) left 0.25em no-repeat;
  font-size: 10px;
  margin: 10px 0;
  padding-left: 10px;
}

.sitemapArea div > ul > li > ul > li {
  background: url(../images/footer_arrow03.png) left 0.25em no-repeat;
  font-size: 10px;
  margin: 10px 0;
  padding-left: 10px;
}

.copyright {
	background-color:#130067;
  color: #ffffff ;
  font-size: 10px;
  padding: 5px 5px 5px 5px;
  margin: 5px 0;
  text-align: center;
}

.copyright .col1 {
  float: left;
  line-height: 1.6;
  width: 195px;
}

.copyright .col1 h2,
.copyright .col1 p {
  margin-bottom: 5px;
}

.copyright .col1 h2 + p {
  margin-left: 5px;
}

.copyright .col2 {
  float: left;
  padding: 10px 0 0;
  width: 195px;
}

.copyright .col2 img {
  vertical-align: middle;
}

.copyright .col2 a:last-child {
  margin-left: 17px;
}

.copyright .col3 {
  float: left;
  line-height: 1.6;
  padding: 10px 0 0;
  width: 415px;
}

.copyright .col4 {
  float: left;
  padding: 10px 0 0;
  text-align: right;
  width: 155px;
}

/*
---------------------------------------------------
==FAQ
---------------------------------------------------
*/
.qaToggle {
  margin-bottom: 35px;
}

.qaToggle dt {
  border-bottom: 1px dotted #ddd;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.4;
  padding: 7px 0;
}

.qaToggle dt:hover {
  color: #f60;
}

.qaToggle dt:hover strong {
  color: #333;
}

.qaToggle dt img {
  margin-left: 5px;
}

.qaToggle dd {
  line-height: 1.4;
  margin: 7px 0 15px;
  padding-left: 60px;
  position: relative;
}

.qaToggle dd img {
  left: 25px;
  position: absolute;
  top: 0;
}

/*
---------------------------------------------------
==MEMBER
---------------------------------------------------
*/
.memberArea .btnList li {
  background: none;
  color: #666;
  float: left;
  font-size: 87.5%;
  line-height: 1.6;
  list-style-type: none;
  margin-left: 11.5px;
  padding-left: 0;
  text-align: center;
  width: 159px;
}

.memberArea .btnList li:first-child {
  margin-left: 0;
}

.PGmember .topicsArea h3 {
  position: relative;
}

.PGmember .topicsArea h3 a {
  display: block;
  position: absolute;
  top: 15px;
  right: 11px;
}

/*
---------------------------------------------------
==TOPICS
---------------------------------------------------
*/
.PGtopics .topicsArea dt {
  width: 16% !important;
}

.PGtopics .topicsArea dd {
  padding-left: 16% !important;
  width: 84% !important;
}

/*
---------------------------------------------------
==FORM
---------------------------------------------------
*/
/*
.error_message,
.must {
	color: #c00;
}

#inquiry_form .item {
  width: 25%;
}

#inquiry_form .data {
  vertical-align: top;
  width: 75%;
}


#inquiry_form input[size="3"] {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  padding: 5px;
  width: 3em;
}

#inquiry_form input[size="4"] {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  padding: 5px;
  width: 4em;
}

#inquiry_form input[size="15"] {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  padding: 5px;
  width: 40%;
}

#inquiry_form input[size="40"],
#inquiry_form input[size="64"] {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  padding: 5px;
  width: 52%;
}

#inquiry_form textarea[cols="60"] {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  display: block;
  height: 200px;
  padding: 5px;
  width: 100%;
}

#inquiry_form select {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  padding: 5px;
}

#inquiry_form .btnArea {
  margin: 15px auto;
  text-align: center;
  width: 430px;
}

#inquiry_form .btnArea input {
  border: none;
  display: block;
  float: left;
  height: 0;
  margin-left: 30px;
  overflow: hidden;
  padding-top: 36px;
}

#inquiry_form input[value="確認"] {
  background:url(../images/btn_confirm.jpg) left top no-repeat;
  width: 177px;
}

#inquiry_form input[value="送信"] {
  background:url(../images/btn_submit.jpg) left top no-repeat;
  width: 127px;
}

#inquiry_form input[type="reset"] {
  background:url(../images/btn_reset.jpg) left top no-repeat;
  width: 177px;
}

#inquiry_form input[value="戻る"] {
  background:url(../images/btn_return.jpg) left top no-repeat;
  width: 127px;
}

.annotation2 {
	display: none;
}
*/
/*
---------------------------------------------------
==TOPPAGE
---------------------------------------------------
*/
.PGtop .serviceArea ul li {
  float: left;
  list-style-type: none;
  width: 167px;
}

.PGtop .serviceArea ul li:last-child {
  width: 168px;
}

.PGtop .topicsArea h2 a {
  display: block;
  position: absolute;
  top: 15px;
  right: 11px;
}


.topicsArea dt {
  display: block;
  line-height: 1.4;
  padding-bottom: 10px;
  width: 29%;
}

.topicsArea dt img {
  margin-left: 5%;
  vertical-align: middle;
}

.topicsArea dd {
  border-bottom: 1px dotted #ccc;
  display: block;
  line-height: 1.5;
  margin: -2.25em 0 10px 0;
  padding-left: 29%;
  padding-bottom: 10px;
  width: 71%;
}

.topicsArea dd a {
  color: #666;
}

.topicsArea dd a:hover {
  color: #f60;
}

.PGtop .memberArea ul li {
  float: left;
  list-style-type: none;
  margin-left: 11px;
  width: 159px;
}

.PGtop .memberArea ul li:first-child {
  margin-left: 0;
}

.allbtn a img:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*
---------------------------------------------------
==BACK TO TOP
---------------------------------------------------
*/
.topBtnBox {
  float: right;
  position: fixed;
  bottom: 0;
  margin-left: 1010px;
  width: 70px;
}

.topBtnBox ul,
.topBtnBox li {
  font-size: 0;
  list-style: none;
  line-height: 0;
  margin-bottom: 1px;
}

/*
---------------------------------------------------
==SOCIAL BTN
---------------------------------------------------
*/
.socialBtnArea {
/*background-color: #f7f7f7; */
border-top: 1px dotted #aaaaaa;
/* border-left: none; */
/* left: 0; */
/* position: fixed; */
/* top: 75%; */
margin-top: 12px;
padding: 9px 5px 0 5px;
/* width: 37px; */
z-index: 9999;
height: 32px;

}

.socialBtnArea li {
list-style-type: none;
/* margin-bottom: 5px; */
float: left;
padding-right: 10px;
}
