@charset "UTF-8";
/*! インデクッス */
.cl, #headerTop, #fontChArea ul, #undergMenu, #contentTop, #contentSubMenuList {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, #headerTop:after, #fontChArea ul:after, #undergMenu:after, #contentTop:after, #contentSubMenuList:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html #headerTop, * html #fontChArea ul, #fontChArea * html ul, * html #undergMenu, * html #contentTop, * html #contentSubMenuList {
  height: 1%;
}

/*----------------------------------
body
----------------------------------*/
body {
  border-top: 5px solid #d33a3e;
  color: #333;
}

@media only screen and (max-width: 640px) {
  body {
    border-top: none;
  }
}
/*----------------------------------
header
----------------------------------*/
#headerTop {
  padding: 24px 0;
}

#headerLeft {
  float: left;
  position: relative;
  z-index: 1;
}

#headerLeft h1, #fontChArea, #fontChArea p, #fontChArea ul {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  #headerTop {
    padding: 2% 0;
  }

  #headerLeft {
    float: none;
    position: relative;
    z-index: 1;
  }
  #headerLeft h1 {
    display: block;
  }
.w620{
	width:100% !important;
}
}
/*----------------------------------
fontChArea
----------------------------------*/
#fontChArea {
  width: 220px;
  max-height: 20px;
  margin: -10px 0 0 65px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -.40em;
}
#fontChArea ul {
  width: 153px;
  text-align: center;
}
#fontChArea li {
  float: left;
  width: 40px;
  margin-left: 11px;
}
#fontChArea p {
  font-size: 85.71429%;
  color: #666;
}
#fontChArea a {
  display: block;
  color: #d1393e;
  text-decoration: none;
  border: 1px solid #d23a3e;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#fontChArea a:hover {
  background: #d13a3e;
  color: #fff;
}
#fontChArea .fontCurrent a {
  color: #fff;
  background: #d13a3e;
}

@media only screen and (max-width: 640px) {
  #fontChArea {
    display: none;
  }
}
/*----------------------------------
hContact
----------------------------------*/
#hContact {
  float: right;
  margin-top: -5px;
  color: #d33a3e;
  font-size: 92.85714%;
  font-weight: bold;
  text-align: center;
}
#hContact img {
  margin-top: 10px;
}
/*----------------------------------
change sp pc
----------------------------------*/
.sp{display:none;}
.pc{display:block}

@media only screen and (max-width: 640px) {
  #hContact {
    display: none;
  }
}
/*----------------------------------
undergMenu
----------------------------------*/
#undergMenu {
  position: absolute;
  z-index: 1;
  width: 980px;
}
#undergMenu li {
  float: left;
  padding-bottom: 3px;
}
#undergMenu a {
  display: block;
  height: 48px;
  color: #545454;
  text-decoration: none;
  border-bottom: 4px solid #eee;
  overflow: hidden;
}
#undergMenu a:hover {
  border-bottom: 4px solid #d33a3e;
}
#undergMenu a:hover img {
  margin-top: -48px;
}
#undergMenu .gMenuCurrent {
  background: url(/common/img/bg-gmenu.png) 50% 100% no-repeat;
}
#undergMenu .gMenuCurrent a {
  border-bottom: 5px solid #d33a3e;
}

@media only screen and (max-width: 640px) {
  #undergMenu {
    display: none;
  }
  .pc{display:none;}
  .sp{display:block}
}
/*----------------------------------
mvArea
----------------------------------*/
#mvArea {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*top: -3px;*/
  margin-top: 53px;
  z-index: 0;
  text-align: center;
  background: #fafafa;
  height: auto !important;
}
#mvArea h2 {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  text-align: left;
  font-size: 228.57143%;
  font-weight: bold;
  line-height: 1;
  text-indent: 1.8em;
}
#mvArea .hTp01 {
  color: #fff;
}
#mvArea .hTp02 {
  color: #333;
}

@media only screen and (max-width: 640px) {
  #mvArea {
    position: relative;
    margin-top: 0;
  }
  #mvArea h2 {
    position: absolute;
    top: 43%;
    left: 4%;
    width: auto;
    margin-left: 0;
    font-size: 171.42857%;
    text-indent: 0;
  }
}
@media only screen and (max-width: 480px) {
  #mvArea h2 {
    top: 43%;
    font-size: 128.57143%;
  }
}
/*----------------------------------
contentTop
----------------------------------*/
#contentTop {
  position: relative;
  padding: 17px 0 23px;
}

@media only screen and (max-width: 640px) {
  #contentTop {
    display: none;
  }
}
/*----------------------------------
panNav
----------------------------------*/
#panNav {
  float: left;
  margin-top: 10px;
}
#panNav li {
  float: left;
}
#panNav li:first-child {
  padding-left: 26px;
  background: url(/common/img/ico-home.png) 0 5px no-repeat;
}
#panNav a {
  margin-right: 15px;
  padding-right: 20px;
  background: url(/common/img/ico-pannav.png) 100% 6px no-repeat;
}

/*----------------------------------
contentMenu
----------------------------------*/
#contentMenu {
  float: right;
  height: 46px;
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 46px;
}
#contentMenu a {
  display: block;
  padding: 0 22px 0 73px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #d74449;
  background: #d74449 url(/common/img/ico-content-menu01.gif) no-repeat;
}

a#menuOpen {
  color: #d74449;
  background: white url(/common/img/ico-content-menu02.gif) no-repeat;
}

#contentSubMenu {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  z-index: 2;
  width: 980px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

#contentSubMenuWrap {
  position: relative;
  padding: 40px 0 50px;
}
#contentSubMenuWrap p {
  padding-left: 50px;
  color: #fff;
  font-size: 171.42857%;
  font-weight: bold;
}

#contentSubMenuList {
  width: 880px;
  margin: -6px auto 0;
}
#contentSubMenuList li {
  float: left;
  height: 54px;
  margin-top: 40px;
  overflow: hidden;
}
#contentSubMenuList.navText {
}
#contentSubMenuList.navText li {
  width: 293px;
  display: table-cell;
  vertical-align: middle;
  background: transparent url(/common/img/content-submenu_bg01.png) repeat-y left top;
}
#contentSubMenuList.navText li.rightLast {
  background: transparent url(/common/img/content-submenu_bg03.png) repeat-y left top;
}
#contentSubMenuList.navText li a {
  height: 54px;
  display: block;
  text-align: center;
  width: 100%;
}
#contentSubMenuList.navText li a span {
	background: transparent url(/common/img/content-submenu_bg02.png) no-repeat left top;
	display: inline-block;
	padding: 0 0 0 28px;
	color: #FFF;
	line-height: 54px;
}
#contentSubMenuList.navText li a:hover span {
	background-position: left bottom;
	color: #d13a3e;
}
#contentSubMenuList a:hover img {
  margin-top: -54px;
}

#contentBtnList {
  margin-top: 50px;
  letter-spacing: -.40em;
  text-align: center;
}
#contentBtnList li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 10px;
  *display: inline;
  *zoom: 1;
}

#subMenuClose {
  position: absolute;
  top: 0;
  right: 0;
}

/*----------------------------------
hLvParts
----------------------------------*/
.hLvText01 {
  margin-bottom: 20px;
  padding: 15px 0 15px 18px;
  font-size: 114.28571%;
  font-weight: bold;
  border-left: 5px solid #d33a3e;
  background: #eee;
}

.hLvText02 {
  padding-left: 9px;
  font-size: 114.28571%;
  font-weight: bold;
  border-left: 5px solid #d33a3e;
  line-height: 1.4;
}
.hLvText03 {
  margin-bottom: 20px;
  padding: 15px 0 15px 18px;
  font-size: 114.28571%;
  font-weight: bold;
  border-bottom: 3px solid #d33a3e;
}

.hLvNumText {
  padding: 7px 0 7px 50px;
  font-size: 114.28571%;
  font-weight: bold;
}

.hLvNum01 {
  background: url(/common/img/ico-num01.png) 0 50% no-repeat;
}

.hLvNum02 {
  background: url(/common/img/ico-num02.png) 0 50% no-repeat;
}

.hLvNum03 {
  background: url(/common/img/ico-num03.png) 0 50% no-repeat;
}

.hLvNum04 {
  background: url(/common/img/ico-num04.png) 0 50% no-repeat;
}

.hLvNum05 {
  background: url(/common/img/ico-num05.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .hLvText01, .hLvText02, .hLvNumText {
    font-size: 100%;
  }

  .hLvNum01 {
    background: url(/common/img/ico-num-l01.png) 0 50% no-repeat;
    background-size: 34px auto;
  }

  .hLvNum02 {
    background: url(/common/img/ico-num-l02.png) 0 50% no-repeat;
    background-size: 34px auto;
  }

  .hLvNum03 {
    background: url(/common/img/ico-num-l03.png) 0 50% no-repeat;
    background-size: 34px auto;
  }

  .hLvNum04 {
    background: url(/common/img/ico-num-l04.png) 0 50% no-repeat;
    background-size: 34px auto;
  }

  .hLvNum05 {
    background: url(/common/img/ico-num-l05.png) 0 50% no-repeat;
    background-size: 34px auto;
  }
}
/*----------------------------------
btnParts
----------------------------------*/
.btnType01 {
  text-align: center;
  font-size: 114.28571%;
  font-weight: bold;
}
.btnType01 a, .btnType01 input {
  display: block;
  color: #fff;
  text-decoration: none;
  border: 2px solid #d33a3e;
  background: #d33a3e;
}
.btnType01 a:hover, .btnType01 input:hover {
  background: #fff;
  color: #d33a3e;
}

.btnSp a {
  padding: 13px 0;
}
.btnSp a:hover span {
  background-image: url(/common/img/ico-list04.png);
}
.btnSp span {
  display: inline-block;
  padding-left: 28px;
  background: url(/common/img/ico-list02.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnSp a:hover span {
    background-image: url(/common/img/ico-list07.png);
  }
  .btnSp span {
    background-image: url(/common/img/ico-list07.png);
    background-size: 18px auto;
  }
}
.btnStaff a {
  padding: 10px 0;
}
.btnStaff a:hover span {
  background-image: url(/common/img/ico-btn04.png);
}
.btnStaff span {
  padding-left: 34px;
  background: url(/common/img/ico-btn03.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnStaff a:hover span {
    background-image: url(/common/img/ico-btn-l03.png);
  }
  .btnStaff span {
    background: url(/common/img/ico-btn-l03.png) 0 50% no-repeat;
    background-size: 22px auto;
  }
}
.btnApplication a {
  padding: 10px 0;
}
.btnApplication a:hover span {
  background-image: url(/common/img/ico-btn06.png);
}
.btnApplication span {
  padding-left: 45px;
  background: url(/common/img/ico-btn05.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnApplication a:hover span {
    background-image: url(/common/img/ico-btn-l05.png);
  }
  .btnApplication span {
    background: url(/common/img/ico-btn-l05.png) 0 50% no-repeat;
    background-size: 24px auto;
  }
}
.btnAdoption a {
  padding: 10px 0;
}
.btnAdoption a:hover span {
  background-image: url(/common/img/ico-btn08.png);
}
.btnAdoption span {
  padding-left: 34px;
  background: url(/common/img/ico-btn07.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnAdoption a:hover span {
    background-image: url(/common/img/ico-btn-l07.png);
  }
  .btnAdoption span {
    background: url(/common/img/ico-btn-l07.png) 0 50% no-repeat;
    background-size: 23px auto;
  }
}
.btnBriefing a {
  padding: 10px 0;
}
.btnBriefing a:hover span {
  background-image: url(/common/img/ico-btn10.png);
}
.btnBriefing span {
  padding-left: 30px;
  background: url(/common/img/ico-btn09.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnBriefing a:hover span {
    background-image: url(/common/img/ico-btn-l09.png);
  }
  .btnBriefing span {
    background: url(/common/img/ico-btn-l09.png) 0 50% no-repeat;
    background-size: 20px auto;
  }
}
.btnEntry a {
  padding: 10px 0;
}
.btnEntry a:hover span {
  background-image: url(/common/img/ico-btn12.png);
}
.btnEntry span {
  padding-left: 37px;
  background: url(/common/img/ico-btn11.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnEntry a:hover span {
    background-image: url(/common/img/ico-btn-l11.png);
  }
  .btnEntry span {
    background: url(/common/img/ico-btn-l11.png) 0 50% no-repeat;
    background-size: 28px auto;
  }
}
.btnAddMail a {
  padding: 10px 0;
}
.btnAddMail a:hover span {
  background-image: url(/common/img/ico-btn14.png);
}
.btnAddMail span {
  padding-left: 32px;
  background: url(/common/img/ico-btn13.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnAddMail a:hover span {
    background-image: url(/common/img/ico-btn-l13.png);
  }
  .btnAddMail span {
    background: url(/common/img/ico-btn-l13.png) 0 50% no-repeat;
    background-size: 23px auto;
  }
}
.btnManga a {
  padding: 10px 0;
  border-left:none;
}
.btnManga a:hover span {
  background-image: url(/common/img/ico-btn23.png);
}
.btnManga span {
  padding-left: 32px;
  background: url(/common/img/ico-btn22.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnManga a:hover span {
    background-image: url(/common/img/ico-btn-l22.png);
  }
  .btnManga span {
    background: url(/common/img/ico-btn-l22.png) 0 50% no-repeat;
    background-size: 23px auto;
  }
}
.btnMap a {
  padding: 8px 0;
}
.btnMap a:hover span {
  background-image: url(/common/img/ico-btn16.png);
}
.btnMap span {
  display: inline-block;
  padding-left: 30px;
  background: url(/common/img/ico-btn15.png) 0 50% no-repeat;
  *display: inline;
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  .btnMap a:hover span {
    background-image: url(/common/img/ico-btn-l15.png);
  }
  .btnMap span {
    background: url(/common/img/ico-btn-l15.png) 0 50% no-repeat;
    background-size: 19px auto;
  }
}
.btnService a {
  padding: 10px 0;
}
.btnService a:hover span {
  background-image: url(/common/img/ico-btn18.png);
}
.btnService span {
  padding-left: 27px;
  background: url(/common/img/ico-btn17.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnService a:hover span {
    background-image: url(/common/img/ico-btn-l17.png);
  }
  .btnService span {
    background: url(/common/img/ico-btn-l17.png) 0 50% no-repeat;
    background-size: 18px auto;
  }
}
.btnBack a {
  padding: 10px 0;
}
.btnBack a:hover span {
  background-image: url(/common/img/ico-btn20.png);
}
.btnBack span {
  padding-left: 27px;
  background: url(/common/img/ico-btn19.png) 0 50% no-repeat;
}

@media only screen and (max-width: 640px) {
  .btnBack a:hover span {
    background-image: url(/common/img/ico-btn-l19.png);
  }
  .btnBack span {
    background: url(/common/img/ico-btn-l19.png) 0 50% no-repeat;
    background-size: 21px auto;
  }
}
@media only screen and (max-width: 640px) {
  .btnType01 {
    font-size: 85.71429%;
    line-height: 1.3;
  }
  .btnType01 a, .btnType01 input {
    padding: 0;
    height: 56px;
    line-height: 56px;
    border: none;
  }
  .btnType01 a:hover, .btnType01 input:hover {
    background: #d33a3e;
    color: #fff;
  }

  .btnEntry {
    position: relative;
  }
  .btnEntry a {
    line-height: normal;
  }
  .btnEntry span {
    position: absolute;
    top: 20%;
    left: 0;
    padding-left: 35px;
    background-position: 5px 50%;
  }

  .btnSp a, .btnMap a {
    height: 40px;
    line-height: 40px;
  }
}
/*----------------------------------
ftrSiteMapArea
----------------------------------*/
#ftrSiteMapArea {
  width: 100%;
  padding: 40px 0;
  border-top: 1px dotted #ccc;
  background: #fafafa;
}

@media only screen and (max-width: 640px) {
  #ftrSiteMapArea {
    padding-top: 0;
    border-top: none;
    background: #fff;
  }
}
/*----------------------------------
ftrNavArea
----------------------------------*/
#ftrNavArea {
  background: #fafafa;
}
