@charset "utf-8";
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #333;
  overflow-x: hidden;
}
h1 {
  margin: 0px;
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
}
div, td, th, p, pre {
  text-align:left;
  margin:0;
  padding: 0px;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: #0066CC;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
li {
  margin: 0;
  list-style: none;
}
ol, ul {
  margin: 0;
  padding:0;
}
img {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
}
/*___________ header ___________ */
#header {
  width: 1000px;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  height: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#header .affilicode {
  width: 250px;
  height: 50px;
  float: left;
  margin-right: 20px;
}
#header .button_area {
  display: block;
  float: right;
}
#header .button_form {
  width: 125px;
  height: 50px;
  margin-top: 5px;
  position: relative;
  float: left;
}
#header .button_support {
  width: 110px;
  height: 50px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  float: left;
}
#header .button_demo {
  width: 120px;
  height: 50px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  cursor:pointer;
}
#header .package {
  width: 35px;
  height: 45px;
  position: absolute;
  top: -10px;
  right: 15px;
}

/*___________ main ___________ */
#main {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  background-color: #FAFAFA;
  height: 340px;
}
#main .contents {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
  height: 340px;
  background-image: url(../img/common/main_bg.png);
  position: relative;
}
#main h2 {
  font-weight: bold;
  font-size: 190%;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 1000px;
  margin: 0px;
  text-align: left;
}
#main h3 {
  width: 1000px;
  font-size: 110%;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-weight: normal;
}
#main .image {
  float: left;
  padding-top: 35px;
  padding-left: 45px;
}
#main .package {
  height: 210px;
  width: 140px;
  position: absolute;
  right: 0px;
  top: 145px;
}

/*___________ navi ___________ */
#navi {
  width: 100%;
  height: 60px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #F05D00;
  background-color: #F97910;
}
#navi ul {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  height: 60px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05D00;
}
#navi li {
  list-style-type:none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05D00;
  display: block;
  width: 199px;
  float: left;
  height: 60px;
}
/*___________ path ___________ */
#path {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: left;
  height: 60px;
  clear: left;
  line-height: 50px;
}
/*___________ side ___________ */
#side {
  width: 220px;
  float: right;
}
#side .banner {
  width: 220px;
  float: left;
}
#side .banner .margin {
  margin-bottom: 15px;
}
#side .relation {
  width: 218px;
  float: left;
  border: 1px solid #CCC;
}
#side .relation .title {
  width: 218px;
  float: left;
  height: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  background-color: #F5F5F5;
  line-height: 40px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
#side .relation ul {
  margin: 0px;
  padding: 0px;
}
#side .relation li {
  list-style-type:none;
  display: block;
  width: 200px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-right: 9px;
  margin-left: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 2px;
  line-height: 16px;
}
#side .relation li:last-child {
  border:0;
}

#side .relation li span {
  font-size: 100%;
  color: #000;
  font-weight: bold;
}
#side .relation li .link {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  line-height: 25px;
}
#side .relation li .img {
  margin-bottom: 10px;
}
#side .news {
  width: 218px;
  float: left;
  margin-top: 15px;
  border: 1px solid #CCC;
}
#side .news .title {
  width: 218px;
  float: left;
  height: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  background-color: #F5F5F5;
  line-height: 40px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
#side .news ul {
  margin: 0px;
  padding: 0px;
}
#side .news li {
  list-style-type:none;
  display: block;
  width: 200px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-right: 9px;
  margin-left: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 2px;
  line-height: 18px;
}
#side .news li span {
  line-height: 25px;
  font-size: 120%;
  color: #000;
}
#side .news .backnumber {
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 218px;
  float: left;
  font-weight: bold;
}
#side .news .backnumber a {
  color: #333;
  text-decoration: none;
}
/*___________ footer ___________ */
#footer {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #323232;
  margin-top: 50px;
}
#footer .contents {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer li {
  list-style-type:none;
  display: block;
  float: left;
  text-align: left;
  margin-right: 30px;
}
#footer li .link {
  list-style-type:none;
  display: block;
  text-align: left;
  color: #CCC;
  background-image: url(../img/common/footer_link_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  cursor: pointer;
}

/*___________ footer_global ___________ */
#footer_global {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #242424;
  position: relative;
}
#footer_global .contents {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
  padding-top: 20px;
}
#footer_global ul {
  margin: 0px;
  padding: 0px;
}
#footer_global li {
  list-style-type:none;
  display: block;
  float: left;
  text-align: left;
  width: 330px;
  height: 32px;
  line-height: 16px;
  margin-bottom: 15px;
}
#footer_global li a {
  color: #CCC;
  text-decoration: none;
}
#footer_global li a:hover {
  color: #999;
  text-decoration: none;
}

#footer_global .icon {
  float: left;
  margin-right: 10px;
}
#footer_global .copyright {
  line-height:150%;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: left;
  color: #CCC;
  padding-top: 40px;
  padding-bottom: 15px;
}

#footer_global .copyright a{
  color:#CCC;
}

#share {
  display: block;
  position: absolute;
  width: 160px;
  right: 20px;
  bottom: 0px;
}
#share ul {
  overflow: hidden;
  _zoom: 1;
  margin: 0;
}
#share li {
  width: 40px;
  float: left;
  margin-left: 5px;
  position: relative;
  height: 70px;
  margin-right: 5px;
}
#share li:first-child {
  margin-left: 0;
}
#share li a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
}
#share .arrowBox {
  position: relative;
  border-radius: 2px;
  text-align: center;
  background-color: #545454;
}
#share .arrowBox:after, .arrowBox:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#share .arrowBox:after {
  border-color: rgba(84, 84, 84, 0);
  border-top-color: #545454;
  border-width: 5px;
  margin-left: -5px;
}
#share .arrowBox:before {
  border-color: rgba(84, 84, 84, 0);
  border-top-color: #545454;
  border-width: 6px;
  margin-left: -6px;
}
#share span {
  color: #FFF;
}
/*___________ navi_sub ___________ */
#navi_sub {
  width: 730px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-top: 30px;
  float: left;
}
#navi_sub .title {
  width: 730px;
  font-size: 140%;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  margin-bottom: 15px;
}
#navi_sub ul {
  padding: 0px;
  margin: 0px;
}
#navi_sub li {
  list-style-type:none;
  display: block;
  width: 150px;
  margin-right: 10px;
  border: 2px solid #D9D9D9;
  line-height: 52px;
  height: 50px;
  background-image: url(../img/common/navi_sub_arrow.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 21px;
  font-size: 100%;
  text-align: left;
  float: left;
}
#navi_sub li.last {
  margin: 0px;
}
#navi_sub a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

/*___________ modal ___________ */
#modal-content{
  width:580px;
  background:#fff;
  position:fixed;
  display:none;
  z-index:3;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#modal-content .title{
  float: left;
  width: 580px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  margin: 0px;
  font-weight: bold;
  text-align: center;
}
#modal-content .title span {
  color: #f97910;
}
#modal-content p {
  float: left;
  width: 580px;
  font-size: 100%;
  line-height: 18px;
  margin: 0px;
  font-weight: normal;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
#modal-content .table {
  width: 500px;
  border-spacing: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  height: 450px;
}
#modal-content td {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EBEBEB;
  font-size: 110%;
  padding-left: 15px;
}
#modal-content .head {
  width: 35%;
  background-color: #FAFAFA;
}
#modal-content .head span {
  color: #F00;
}
#modal-content .button {
  width: 580px;
  float: left;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#modal-content input#button_form_conf {
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 245px;
  background-image: url(../img/common/button_form_conf.png);
  background-position: top;
  text-indent: -9999px;
  display: block;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#modal-content input[type=text] {
  outline: none;
  font-size: 16px;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 250px;
}
#modal-overlay{
  z-index:2;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

/*___________ modal-support ___________ */
#modal-support{
  width:570px;
  background:#fff;
  position:fixed;
  display:none;
  z-index:3;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
#modal-support .title_support {
  float: left;
  width: 570px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
#modal-support ul {
  padding: 0px;
  margin: 0px;
  width: 570px;
}
#modal-support li {
  list-style-type:none;
  display: block;
  width: 275px;
  float: left;
  height: 90px;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  border: 1px solid #E4E4E4;
  position: relative;
}
#modal-support li .title {
  width: 265px;
  float: left;
  height: 30px;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  font-size: 120%;
  padding-left: 10px;
  text-decoration: none;
}
#modal-support li .leaf {
  background-color: #6FAB1D;
}
#modal-support li .affilicode {
  background-color: #F97910;
}
#modal-support li .text {
  width: 265px;
  float: left;
  font-size: 100%;
  padding-top: 10px;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
}
#modal-support .margin {
  float: left;
  margin-right: 15px;
}
#modal-support .image  {
  height: 90px;
  width: 110px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#close {
  width: 42px;
  height: 42px;
  cursor:pointer;
  position: absolute;
  right: -20px;
  z-index: 999;
  top: -20px;
}
/*___________ footer_bar ___________ */
.footer_bar {
  height:72px;
  width:215px;
  bottom: -70px;
  float: right;
  position: relative;
  right: 20px;
  margin: 0px;
  padding: 0px;
} 
.footer-top {
  position:fixed;
  bottom:15px;
  overflow:hidden;
  width:215%;
  height:72px;
 }
.footer-top.static {
     position:static;
 }
.footer-bottom {
     padding:15px 0;
}

#global_head{
  height:40px;
}

#modal-open-index,
#modal-open-info,
#modal-open-sitemap,
#modal-open-support{
  cursor:pointer;
}
/*___________ header-info ___________ */
#header-info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  background-color: rgba(230,0,18,.1);
  margin: 0px;
}
#header-info li {
  text-align: left;
  margin: 0px auto;
}
#header-info .important a {
  color: #E60012;
  display: block;
  text-decoration: none;
  padding: 13px calc(50% - 500px);
}
#header-info .important a span {
  background-color: #E60012;
  border-radius: 3px;
  color: #FFF;
  margin-right: 1em;
  padding: 5px;
}
