@charset "utf-8";

.pos-rel-init { position: relative; }

#site_footer { margin-top: 20px; }

.service_title_small_size {
  font-size: 12px;
  font-weight: normal;
}

#mypage_logout .a_btn_block {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #4ea6ab;
  line-height: 1.7;
  padding-right:30px;
}

.siege_contents {
  padding: 10px;
  font-size: 18px;
}

.gray_line {
  background-color: #f1f8f8;
  border: 1px solid #ccc;
}
.gray_line p { padding: 0 5px; }

/* 4/14修正 */
#right_contents .form-table {
  width: 700px;
  margin-top: 15px;
  word-break:break-all;
}
.form-table .bg-light_gray { font-size: 16px; }
#right_contents .form-table .form-essential {
  font-size: 12px;
  right: -10px;
}
@media screen and (max-width: 970px) {
  #right_contents .form-table {
    width: 100%;
  }
}

.description-each_contents.txt_contents {
  padding: 15px 0 0;
}
.description-each_contents {
  padding-top: 25px;
  width: 680px;
  margin: 0 auto;
}
/* 【2016MMC】利用者サイト_法人会員詳細2016年度MMC対応改修begin */
.description-each_contents_mmc_top {
  font-size:14px;
  padding: 0px 20px 5px;
}

.description-each_contents_mmc_card {
  font-size:14px;
  padding: 15px 20px 0px;
}
/* 【2016MMC】利用者サイト_法人会員詳細2016年度MMC対応改修end */
@media screen and (max-width: 970px) {
  .description-each_contents  {
    width: 95%;
  }
}

/* 汎用class */
.title-bg_light_green { background-color: #d3e9ea; }
.bg-light_green { background-color: #f1f8f8; }
.bg-light_gray { background-color: #f1f1f1; }
.bg-dark_green { background-color: #4ea6ab; }
.bg-dark_gray { background-color: #999999; }

.btn-hover_opacity:hover {
  opacity: .6;
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	text-decoration: none;
}

.btn-right_arrow {
  background: url(../images/mmc/icon_right_arrow.png) center left no-repeat;
  color: #fff;
  padding: 0 25px 0 5px;
  min-height: 15px;
  display: inline-block;
}
.btn-left_arrow {
  background: url(../images/mmc/icon_left_arrow.png) center left no-repeat;
  color: #fff;
  padding: 0 5px 0 25px;
  min-height: 15px;
}
.btn-right_plus {
  background: url(../images/mmc/icon_left_plus.png) center right no-repeat;
  color: #fff;
  padding: 0 25px 0 5px;
  min-height: 15px;
}
.btn-up_arrow {
  background: url(../images/mmc/icon_up_arrow.png) center left no-repeat;
  float:right;
  color: #4ea6ab;
  padding: 0 5px 0 25px;
  min-height: 15px; 
}
.btn-left_login {
  background: url(../images/mmc/icon_left_login.png) center left no-repeat;
  color: #fff;
  padding: 0 5px 0 25px;
  min-height: 15px;
}
.btn-left_arrow02 {
  background: url(../images/mmc/icon_left_arrow02.png) center left no-repeat;
  color: #4ea6ab;
  padding: 5px 5px 5px 25px;
  min-height: 15px;
}

.btn-normal_mode {
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
}
.btn-normal_mode_white {
  color: #fff;
  padding: 0px 20px;
  border-radius: 5px;
  display: inline-block;
}
.btn-normal_mode_white02 {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}
.btn-block_mode {
  display: block;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .btn-right_arrow { padding-right: 20px; }
  .btn-left_arrow { padding-left: 20px; }
  .btn-right_plus { padding-left: 20px; }
  .btn-left_login { padding-left: 20px; }
  .btn-left_arrow02 { padding-left: 20px; }
  .btn-block_mode,
  .btn-normal_mode_white {
    /*padding: 15px 3px;*/
    font-size: 16px;
  }
}


.mypage_history_table {
  width: 100%;
  margin-top: 15px;
}
.mypage_history_table th,
.mypage_history_table td {
  border: 1px solid #ccc;
  padding: 7px;
  text-align: center;
}

.mypage_history_table th { background: #f1f8f8; font-weight:bold; }
.mypage_history_table th.institution_name { text-align: left; }
.mypage_history_table td.institution_name { text-align: left; }
.mypage_history_table td.numeric { text-align: right; }
.mypage_history_table.mb20 { margin-bottom:20px; }
.institution_name.w_th { width:35%; }
.institution_name.w_21 { width:21%; }
.use_history_text {
  font-size: 16px;
  font-weight: bold;
  padding-top: 6px;
}
.mypage_history_table th.w_50 { width:50%; }
.mypage_history_table .mypage_nowrap { white-space:nowrap; }
.mypage_history_pager {
  color: #4ea6ab;
  font-size: 16px;
  text-align: center;
  padding-top: 7px;
}
.mypage_history_pager li { display: inline-block; }
.mypage_history_pager a { text-decoration: none; }
.mypage_history_pager .prev_month,
.mypage_history_pager .next_month { min-height: 15px; }
.mypage_history_pager .prev_month {
  padding-left: 25px;
}
.mypage_history_pager .next_month {
  padding-right: 25px;  
}

.mypage_history_table_sp { display: none; }

@media screen and (max-width: 640px) {
  .mypage_history_table_sp { display: block; }
  .mypage_history_table_pc { display: none; }
}

#isSmoothPageScrollerContents .title_subtitle { padding: 0 10px; }
#isSmoothPageScrollerContents .form-table { margin-top: 5px; }
.smooth_list_left { margin-left: 15px; }
.smooth_list_right { margin-right: 15px; }
@media screen and (max-width: 760px) {
  #isSmoothPageScrollerContents .one-column {
    width: 100%;
    float: none;
  }
  .smooth_list_right { margin-left: 15px; }
}

.form-twice-column .one-column.minisize_next {
  width: 100%;
  float: none;
  font-weight: bold;
}

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt15 { margin-top: 15px !important; }
.mb0 { margin-bottom: 0 !important; }
.line-height-normal { line-height: 2; }

.top_page_service_links_border_contents {
  border: 1px solid #cecece;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 0;
}
.top_page_service_links_border_contents.pb01 {
	padding-bottom:10px;
}
.logout {
  position: absolute;
  bottom: -80px;
  right: 2.5%;
  width: 150px;
  display: none;
}
@media screen and (max-width: 970px) {
  .logout { display: block; }
}
@media screen and (max-width: 760px) {
  .logout { display: none; }
}
.txt_phone.pbt01 {
	padding-top:5px;
	padding-bottom:5px;
}
.message_area {
	margin: 0 auto;
	text-align:center;
	padding: 50px 0;
}
.message_none {
	font-size:16px;
	font-weight:bold;
}
/* 4/10追加 */
.info_txt_red {
	color:#e01c1c;
}

.mmc_mypage_green_line {
	padding: 10px;
	font-size: 18px;
	background:#ffffff;
	border: solid 3px #4ea6ab;
	line-height: 32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}