@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #333333;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: menulist-button !important;
  line-height: 44px !important;
}

.error-message {
  color: #c00;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 669px) {
  body {
    font-size: 1.4rem;
  }

  .inner {
    width: auto;
  }
}

@media all and (max-width: 669px) {
  .pc{
    display: none;
  }
}
@media all and (min-width: 670px) {
  .sp{
    display: none;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  min-width: 320px;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
  line-height: 1;
  height: 225px;
  background: url("../common/images/bg_header.gif") center 105px repeat-x;
}
header.logout {
  height: 185px;
}
header.logout nav, header.logout ul {
  display: none;
}
header h1 {
  position: absolute;
  top: 12px;
  left: 0;
}
header h1 img {
  height: auto !important;
}
header dl {
  position: absolute;
  top: 36px;
  right: 116px;
  display: table;
}
header dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
}
header dl dd {
  display: table-cell;
  vertical-align: middle;
}
header dl dd img {
  margin-left: 5px;
}
header #sp_bg_white p {
  position: absolute;
  top: 40px;
  right: 0;
}
header nav {
  position: absolute;
  top: 105px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 13px 0;
  color: #fff;
}
header nav img {
  margin-bottom: 8px;
}
header nav em {
  margin-bottom: 8px;
  display: inline-block;
  background: url(../common/images/nav_menu.png) no-repeat center top;
  width: 28px;
  height: 26px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
header nav em.on {
  background: url(../common/images/nav_menu_on.png) no-repeat center top;
}
header nav a {
  display: block;
  color: #fff;
}
header nav ul {
  position: relative;
}
header nav ul:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
header nav ul li {
  float: left;
  width: 140px;
  height: 52px;
  padding-top: 2px;
  font-size: 1.2rem;
  position: relative;
  border-right: 1px solid #5f6fad;
}
header nav ul li:first-child {
  border-left: 1px solid #5f6fad;
}
header nav ul li.new:after {
  content: '';
  width: 30px;
  height: 34px;
  background: url("../common/images/icon_new_s.png") center top no-repeat;
  position: absolute;
  top: -13px;
  right: 2px;
}
header nav p {
  position: absolute;
  top: 13px;
  right: 0;
  width: 140px;
  height: 52px;
  padding-top: 2px;
  border-right: 1px solid #5f6fad;
  border-left: 1px solid #5f6fad;
  font-size: 1.2rem;
}
header .inner > ul {
  position: absolute;
  top: 185px;
  left: 0;
  overflow: hidden;
  *zoom: 1;
}
header .inner > ul li {
  float: left;
  width: auto;
  padding-left: 20px;
  margin-right: 10px;
  color: #324188;
  font-size: 1.2rem;
  line-height: 40px;
}
header .inner > ul li:nth-of-type(1) {
  background: url("../common/images/icon_name.png") left center no-repeat;
}

/* PRO修正 */
header .inner > ul li.employee {
  background: url("../common/images/icon_staff.gif") left center no-repeat;
  padding-left: 40px;
}

#down_menu_btn:hover {
  cursor: pointer;
  text-decoration: underline;
}

#down_menu_btn2:hover {
  cursor: pointer;
  text-decoration: underline;
}

#down_menu {
  position: absolute;
  display: none;
  left: 0;
  top: 67px;
  z-index: 100;
  background: url(../common/images/bg_white_opacity.png) repeat center top;
}
#down_menu p {
  display: none;
}
#down_menu ul {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#down_menu li {
  width: 300px;
  height: auto;
  padding-top: 0px;
  font-size: 1.6rem;
  position: relative;
  border-right: none;
  border-bottom: 1px dotted #b2b2b2;
  margin-right: 30px;
}
#down_menu li:nth-of-type(1) {
  border-left: none;
  border-top: 1px dotted #b2b2b2;
}
#down_menu li:nth-of-type(2) {
  border-top: 1px dotted #b2b2b2;
}
#down_menu li:nth-of-type(3) {
  border-top: 1px dotted #b2b2b2;
}
#down_menu li:nth-of-type(3n) {
  margin-right: 0;
}
#down_menu li img {
  width: 30px;
  height: auto;
  display: table-cell;
  padding-right: 10px;
  padding-top: 20px;
  vertical-align: middle;
  margin: 0;
}
#down_menu a {
  width: 300px;
  color: #222;
  display: table;
  text-align: left;
  padding: 0;
}
#down_menu span {
  display: table-cell;
  vertical-align: middle;
  width: 260px;
  height: 70px;
}

#down_menu2 {
  position: absolute;
  display: none;
  left: 0;
  top: 67px;
  z-index: 100;
  background: url(../common/images/bg_white_opacity.png) repeat center top;
}
#down_menu2 p {
  display: none;
}
#down_menu2 ul {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#down_menu2 li {
  width: 300px;
  height: auto;
  padding-top: 0px;
  font-size: 1.6rem;
  position: relative;
  border-right: none;
  border-bottom: 1px dotted #b2b2b2;
  margin-right: 30px;
}
#down_menu2 li:nth-of-type(1) {
  border-left: none;
  border-top: 1px dotted #b2b2b2;
}
#down_menu2 li:nth-of-type(2) {
  border-top: 1px dotted #b2b2b2;
}
#down_menu2 li:nth-of-type(3) {
  border-top: 1px dotted #b2b2b2;
}
#down_menu2 li:nth-of-type(3n) {
  margin-right: 0;
}
#down_menu2 li img {
  width: 30px;
  height: auto;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  margin: 0;
}
#down_menu2 a {
  width: 300px;
  color: #222;
  display: table;
  text-align: left;
  padding: 15px 0;
}
#down_menu2 span {
  display: table-cell;
  vertical-align: middle;
  width: 260px;
}

.p_report img{
  margin-bottom: 10px;
}
@media all and (max-width: 669px){
  .p_report img{
    margin-bottom: 7px;
  }
}

@media all and (max-width: 669px) {
  header {
    height: 166px;
    position: relative;
    border-bottom: 1px solid #FFFFFF;
  }
  header.logout {
    height: 146px;
  }
  header.logout:before {
    top: 77px;
  }
  header.autumn {
    background: url("../common/images/bg_sp_header.jpg") right top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  header:before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    background: url("../common/images/bg_blue.gif") right top repeat;
    top: 66px;
  }
  header h1 {
    top: 22px;
    left: 20px;
  }
  header h1 img {
    width: 120px !important;
    height: auto !important;
  }
  header dl {
    top: 24px;
    right: 5px;
    display: table;
  }
  header dl dt {
    font-size: 0.9rem;
  }
  header dl dd {
    line-height: 0;
  }
  header dl dd img {
    height: 20px;
    width: 20px;
  }
  header #sp_bg_white {
    background: url(../common/images/bg_header_sp.png) repeat center top;
    -webkit-background-size: 92px 42px;
    background-size: 92px 42px;
    width: 120px;
    height: 50px;
    position: absolute;
    top: 7px;
    right: 15px;
  }
  header #sp_bg_white p {
    position: absolute;
    top: 8px;
    right: 5px;
    text-align: right;
    line-height: 0;
  }
  header #sp_bg_white p img {
    width: 48px;
    height: auto;
  }
  header nav {
    top: 65px;
    padding: 10px 0;
    font-size: 0.8rem;
    width: 88%;
    margin: 0 6%;
  }
  header nav img {
    height: 13px;
    width: auto;
  }
  header nav em {
    background-size: auto 13px;
    width: 20px;
    height: 13px;
    margin-bottom: 6px;
  }
  header nav em.on {
    background-size: auto 13px;
  }
  header nav ul li {
    padding-top: 12px;
    width: 24%;
    height: 42px;
  }
  header nav ul li.new:after {
    width: 15px;
    height: 16px;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    top: -9px;
    right: 0;
  }
  header nav p {
    top: 10px;
    width: 25%;
    border-left: none;
    padding-top: 12px;
    height: 42px;
  }
  header .inner > ul {
    background: url("../common/images/bg_gray.gif") left top repeat;
    top: 136px;
    left: 0;
    width: 100%;
  }
  header .inner > ul li {
    font-size: 1rem;
    line-height: 30px;
  }
  header .inner > ul li:nth-of-type(1) {
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    margin-left: 20px;
  }
  header .inner > ul li:nth-of-type(2) {
    background: url("../common/images/icon_mail.png") left center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }

  #down_menu {
    left: 0;
    top: 61px;
    z-index: 100;
    border-bottom: 2px solid #324188;
  }
  #down_menu p {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
  }
  #down_menu p img {
    width: 145px;
    height: 33px;
  }
  #down_menu ul {
    width: 300px;
    padding: 10px 0 0px;
  }
  #down_menu li {
    font-size: 1.5rem;
    margin-right: 0px;
  }
  #down_menu li:nth-of-type(1) {
    border-top: none;
  }
  #down_menu li:nth-of-type(2) {
    border-top: none;
  }
  #down_menu li:nth-of-type(3) {
    border-top: none;
  }
  #down_menu li:nth-of-type(3n) {
    margin-right: 0;
  }

  #down_menu2 {
    left: 0;
    top: 61px;
    z-index: 100;
    border-bottom: 2px solid #324188;
  }
  #down_menu2 p {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
  }
  #down_menu2 p img {
    width: 145px;
    height: 33px;
  }
  #down_menu2 ul {
    width: 300px;
    padding: 10px 0 0px;
  }
  #down_menu2 li {
    font-size: 1.5rem;
    margin-right: 0px;
  }
  #down_menu2 li:nth-of-type(1) {
    border-top: none;
  }
  #down_menu2 li:nth-of-type(2) {
    border-top: none;
  }
  #down_menu2 li:nth-of-type(3) {
    border-top: none;
  }
  #down_menu2 li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.p_report .p_new{
  position: absolute;
  top: -12px;
  right: 1px;
  font-size: 1.6rem;
  padding: 6px 9px 6px 9px;
  background-color: red;
  border-radius: 14px;
  line-height: 1;
}
@media all and (max-width: 669px){
  .p_report{
    font-size: 1.1rem;
  }
  .p_report .p_new{
    top: -9px;
    right: 1px;
    font-size: 0.7rem;
    padding: 3px 6px 3px 6px;
    border-radius: 8px;
  }
}

/*------------------------------------------------------------
メガメニュー
------------------------------------------------------------*/
#megamenu ul {
  padding: 20px 10px 20px 10px;
}

#megamenu li {
  padding: 0 0 20px 20px;
  line-height: 1;
  background: url("../common/images/nav_arrow.png") top left no-repeat;
  font-size: 2.6rem;
  margin: 20px 20px 0 20px;
  border-bottom: #999 dotted 1px;
}
#megamenu li span {
  color: #999;
}

#megamenu li a {
  color: #222;
}

@media all and (max-width: 669px) {
  #megamenu li {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
メガメニュー2
------------------------------------------------------------*/
#megamenu_account ul {
  padding: 20px 10px 20px 10px;
}

#megamenu_account li {
  padding: 0 0 20px 20px;
  line-height: 1;
  background: url("../common/images/nav_arrow.png") top left no-repeat;
  font-size: 2.6rem;
  margin: 20px 20px 0 20px;
  border-bottom: #999 dotted 1px;
}
#megamenu_account li span {
  color: #999;
}

#megamenu_account li a {
  color: #222;
}

@media all and (max-width: 669px) {
  #megamenu_account li {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
footer {
  position: relative;
  background: #324188;
  color: #fff;
  line-height: 100px;
}
footer:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
footer > p {
  line-height: 1;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}
footer > p img:last-child {
  margin-top: 5px;
}
footer ul {
  float: left;
  width: 50%;
  overflow: hidden;
  *zoom: 1;
}
footer ul li {
  float: left;
  width: auto;
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 15px;
}
footer ul li a {
  color: #fff;
  background: url("../common/images/icon_arrow_white.png") left center no-repeat;
  padding-left: 10px;
}
footer .inner > p {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 1.4rem;
}

@media all and (max-width: 669px) {
  footer {
    line-height: 1;
    padding: 15px 0 20px;
  }
  footer:before {
    content: '';
    height: 5px;
    background: url("../common/images/bg_blue_jaggy_footer.png") center bottom repeat-x;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    top: -5px;
  }
  footer > p {
    bottom: 10px;
    right: 10px;
  }
  footer > p img {
    width: 30px;
    height: auto;
  }
  footer ul {
    float: none;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    padding-bottom: 10px;
  }
  footer ul li {
    display: inline;
    float: none;
    margin-right: 15px;
    font-size: 0.9rem;
    background: url("../common/images/icon_arrow_white.png") left center no-repeat;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
    padding-left: 10px;
  }
  footer .inner > p {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
  }
}
