/* common
-----------------------------*/
div#header, div#footer {}
div#header a:link, div#header a:visited,
div#footer a:link, div#footer a:visited {
	text-decoration: none;
}
div#header a:hover, div#footer a:hover { text-decoration: underline; }
div#header img, div#footer img { vertical-align: top; }

/* all
-----------------------------*/
div.topicpath {
	display: none;
	width: auto;
}

/* header
-----------------------------*/
div#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 960px;
	height: 100px;
	background: #000;
	position: relative;
	margin:0 auto;
}

div#header h1 img {
	width: 250px;
}

div#header p.title {
	padding-right: 10px;
}
div#header h2{
	margin-right: 15px;
}
div#header h2 img {
	width: 210px;
}
div#header:after{
	content: none;
}
div#header p.text_01{
	vertical-align: top;
	margin-left: 15px;
	color: #ffffff;
	font-size:18px;
	font-weight: bold;
	font-family: "�ᥤ�ꥪ","Meiryo",verdana,"�ҥ饮�γѥ� Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�ͣ� �Х����å�","MS PGothic",Arial,Helvetica,sans-serif;
}
div#header p.text_01 img{
	width: 200px;
}
#navi{
    border-top: 5px solid #000000;
    clear: both;
    margin: 0 auto 30px;
    padding: 7px 0 0;
    width: 960px;
}
#navi ul{
	width: 960px;
	margin: 0 auto;
}
#navi ul li{ float: left;}

.topicspath{
	font-family: "�ᥤ�ꥪ", "Meiryo", verdana, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ͣ� �Х����å�", "MS PGothic", Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 11px;
	margin: 30px auto 10px;
	width: 960px;
}
ul.topicspath li{
	float: left;
}
ul.topicspath li a {
    background: url("/newpackage/0910192/img/icon_topicspath.gif") no-repeat scroll right center transparent;
    margin-right: 5px;
    padding-right: 15px;
    text-decoration: none;
    color: #FF8C00;
}

ul.topicspath li a:hover{ color: #FF6600;}

/*---------navi_left---------*/
#navi_left{
	display: none;
}

/* footer
-----------------------------*/
#footer_0910192{
 width: 100%;
}
#footer_0910192 .footer * {box-sizing: border-box;}
#footer_0910192 .hidePC {display: none!important;}
#footer_0910192 .footer {
  position: relative;
  background: #3f729f;
  border-top: 4px solid #CC0000;
  width: 100%;
}
#footer_0910192 .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}
#footer_0910192 .footer__container details {
  width: calc(100% - 280px);
  padding: 50px;
  border-right: 1px solid #FFF
}
#footer_0910192 .footer__container details>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#footer_0910192 .footer__container details>ul>li:nth-child(n+2) {
  margin-left: 40px
}
#footer_0910192 .footer__container details>ul>li:nth-child(n+2) {
  margin-left: 30px
}
#footer_0910192 .footer__container details>ul>li>ul>li {
  line-height: 1.0
}
#footer_0910192 .footer__container details>ul>li>ul>li:nth-child(n+2) {
  margin-top: 30px
}
#footer_0910192 .footer__container details>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
#footer_0910192 .footer__container details>ul>li>ul>li>a:hover {
  color: #CC0000;
  text-decoration: none
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dt {
  line-height: 1.0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dd {
  padding-left: 1.0em
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dd ul li {
  line-height: 1.4;
  font-size: 14px
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dd ul li:nth-child(n+2) {
  margin-top: 12px
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dd ul li a {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dd ul li a {
  color: #FFF;
  text-decoration: underline
}
#footer_0910192 .footer__container details>ul>li>ul>li dl dd ul li a:hover {
  color: #CC0000;
  text-decoration: none
}
#footer_0910192 .footer__container .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#footer_0910192 .footer__container .sns {
  width: 280px
}
#footer_0910192 .footer__container .sns h2 {
  line-height: 1.0;
  color: #FFF;
  font-family: "Arial";
  font-size: 16px;
  font-weight: 700;
  text-align: center
}
#footer_0910192 .footer__container .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto 25px auto
}
#footer_0910192 .footer__container .sns ul li {
  width: 20px;
  margin: 0 12px
}
#footer_0910192 .footer__container .sns ul li a {
  display: block;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
#footer_0910192 .footer__container .sns ul li a:hover {
  opacity: 0.8
}
#footer_0910192 .footer__container .sns ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}
#footer_0910192 .footer__container .sns p {
  line-height: 1.0;
  font-size: 14px;
  text-align: center
}
#footer_0910192 .footer__container .sns p a {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
#footer_0910192 .footer__container .sns p a:hover {
  color: #CC0000;
  text-decoration: none
}
#footer_0910192 .footer>p {
  height: 40px;
  line-height: 1.4;
  color: #FFF;
  font-family: "Arial";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333
}

.back{
	font-family: "�ᥤ�ꥪ", "Meiryo", verdana, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ͣ� �Х����å�", "MS PGothic", Arial, Helvetica, Sans-Serif;
	width: 960px;
	margin: 0 auto 70px;
	text-align: right;
}

.back a {
    background: url("/newpackage/0910192/img/icon_back.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
    text-decoration: none;
    color: #228B22;
    font-size: 10px;
}

.back a:hover {
    background: url("/newpackage/0910192/img/icon_back_on.gif") no-repeat scroll left center transparent;
    text-decoration: underline;
    color: #FF6600;
}