﻿@charset "UTF-8";

/* ------------------------- TOC
ボタン共通設定
ノーマルボタン
 ------------------------- */

/* ---------------------------------------------------------------
	ボタン共通設定
--------------------------------------------------------------- */
.bt_ {
	display: inline-block;
	white-space: nowrap;
}

.bt_absolute_ {
	position: absolute;
	top: 0;
	right: 0;
}
.bt_ .bt_line_,
#popup_header .bt_ .bt_default_,
#popup_header .bt_ .bt_disabled_,
#footer .bt_ .bt_default_,
#footer .bt_ .bt_disabled_  {
	border: 1px solid #ffffff;
}

.bt_ .bt_default_,
.bt_ .bt_disabled_ {
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.bt_ .bt_default_:hover,
.bt_ .bt_disabled_:hover {
	text-decoration: none;
}
.bt_ .bt_disabled_:hover {
	cursor: default;
}

.bt_size_large_ .size_fix_,
.bt_size_large_ .size_fix_ {
	min-width: 12.2rem;
	text-align: center;
}

.bt_size_large_ .size_fix_.bt_open_window_,
.bt_size_large_ .size_fix_.bt_search_,
.bt_size_large_ .size_fix_.bt_save_,
.bt_size_large_ .size_fix_.bt_update_ {
	min-width: 10.5rem;
	text-align: center;
}

.bt_size_large_ input.size_fix_,
.bt_size_large_ input.size_fix_,
.bt_size_large_ input.size_fix_.bt_open_window_,
.bt_size_large_ input.size_fix_.bt_search_,
.bt_size_large_ input.size_fix_.bt_save_,
.bt_size_large_ input.size_fix_.bt_update_,
.bt_size_large_ button.size_fix_,
.bt_size_large_ button.size_fix_,
.bt_size_large_ button.size_fix_.bt_open_window_,
.bt_size_large_ button.size_fix_.bt_search_,
.bt_size_large_ button.size_fix_.bt_save_,
.bt_size_large_ button.size_fix_.bt_update_ {
	min-width: 16rem;
	text-align: center;
}

.bt_goal_ .bt_default_ {
	min-width: 17rem!important;
}

input.bt_default_,
button.bt_default_ {
	cursor: pointer;
}

/* ---------------------------------------------------------------
	ノーマルボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_ a.bt_default_,
.bt_ input.bt_default_,
.bt_ button.bt_default_,
.bt_normal_ a.bt_default_,
.bt_normal_ input.bt_default_,
.bt_normal_ button.bt_default_ {
	/*
	background: -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: linear-gradient(to top, #000, #434343 40%, #797979);
	border: 1px solid #000000;
	*/
	display: inline-flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	background: #8DAAFF;
	border: solid 1px #8DAAFF;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 1.1rem 1.4rem 1.0rem;
	border-radius: 2.6rem !important;
	color: #ffffff !important;
}
.bt_ a.bt_default_.bt_default_small_,
.bt_ input.bt_default_.bt_default_small_,
.bt_ button.bt_default_.bt_default_small_,
.bt_normal_ a.bt_default_.bt_default_small_,
.bt_normal_ input.bt_default_.bt_default_small_,
.bt_normal_ button.bt_default_.bt_default_small_ {
	font-size: 1.3rem;
	padding: 0.6rem 1.4rem 0.5rem;
}
.bt_ a.bt_default_.bt_default_large_,
.bt_ input.bt_default_.bt_default_large_,
.bt_ button.bt_default_.bt_default_large_,
.bt_normal_ a.bt_default_.bt_default_large_,
.bt_normal_ input.bt_default_.bt_default_large_,
.bt_normal_ button.bt_default_.bt_default_large_ {
	font-size: 1.6rem;
	min-width: min(100%,32.8rem);
	padding: 1.6rem 1.8rem 1.5rem;
}

.bt_ .bt_default_:hover,
.bt_ .bt_default_.over_,
.bt_normal_ .bt_default_:hover,
.bt_normal_ .bt_default_.over_ {
	/*
	background: -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
	opacity: 0.7;
	text-decoration: none;
}
.bt_ a.bt_disabled_,
.bt_ input.bt_disabled_,
.bt_ button.bt_disabled_,
.bt_normal_ a.bt_disabled_,
.bt_normal_ input.bt_disabled_,
.bt_normal_ button.bt_disabled_ {
	background-color: #d0d0d0 !important;
	border: 1px solid #d0d0d0 !important;
	color: #eeeeee !important;
}

/* 色 */
.bt_ .bt_default_.color_blue_ {
}
.bt_ .bt_default_.color_black_ {
	background-color: #5C5C5C!important;
	border-color: #5C5C5C!important;
	color: #ffffff!important;
}
.bt_ .bt_default_.color_white_ {
	background-color: #ffffff!important;
	border-color: #5C5C5C!important;
	color: var(--text-default)!important;
}
.bt_ .bt_default_.color_white2_ {
	background-color: #ffffff!important;
	border-color: #8DAAFF!important;
	color: #8DAAFF!important;
}


.bt_ .bt_default_ {
	/*box-shadow: 0 1px 1px rgba(30,30,30,.3);*/	
}
.bt_size_large_ a.bt_default_,
.bt_size_large_ a.bt_disabled_ {
	font-size: 1.8rem;
	border-radius: 2.2rem;
	padding: 0.8rem 1.8rem 0.6rem;
}

.bt_size_large_ input.bt_default_,
.bt_size_large_ input.bt_disabled_,
.bt_size_large_ button.bt_default_,
.bt_size_large_ botton.bt_disabled_ {
	font-size: 1.8rem;
	border-radius: 2.2rem;
	padding: 1.3rem 1.4rem 1.2rem;
	font-size: 1.6rem;
	min-width: min(100%,335px);
}
/* スマートフォン (767px以下) */
@media screen and (max-width: 767px) {
.bt_size_large_ input.bt_default_,
.bt_size_large_ input.bt_disabled_,
.bt_size_large_ button.bt_default_,
.bt_size_large_ button.bt_disabled_ {
	width: 100%;
}
}

.bt_size_small_ a.bt_default_,
.bt_size_small_ a.bt_disabled_ {
	font-size: 1.4rem;
	border-radius: 1.4rem;
	padding: 0.6rem 1.4rem 0.5rem;
}

.bt_size_small_ input.bt_default_,
.bt_size_small_ input.bt_disabled_,
.bt_size_small_ button.bt_default_,
.bt_size_small_ button.bt_disabled_ {
	font-size: 1.4rem;
	border-radius: 1.4rem;
	padding: 0.6rem 1.4rem 0.5rem;
	min-width: auto;
}
/*別ウィンドウアイコン 小*/
.bt_normal_.bt_size_small_ .bt_default_.bt_open_window_ {
	/*
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
	background-image: url(../img/contents/icon_bt_open_window_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_open_window_.over_ {
	/*
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background-image: url(../img/contents/icon_bt_open_window_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*保存アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_save_ {
	background-image: url(../img/contents/icon_bt_save_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
/*
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
}
.bt_normal_.bt_size_small_ .bt_default_.bt_save_.over_ {
	/*
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_save_ {
	background-image: url(../img/contents/icon_bt_save_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*検索アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_search_ {
	background-image: url(../img/contents/icon_bt_search_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
/*
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
}
.bt_normal_.bt_size_small_ .bt_default_.bt_search_.over_ {
	/*
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_search_ {
	background-image: url(../img/contents/icon_bt_search_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*記入アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_enter_ {
	background-image: url(../img/contents/icon_bt_enter_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
/*
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
}
.bt_normal_.bt_size_small_ .bt_default_.bt_enter_.over_ {
	/*
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_enter_ {
	background-image: url(../img/contents/icon_bt_enter_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*更新アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_update_ {
	background-image: url(../img/contents/icon_bt_update_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
/*
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
}
.bt_normal_.bt_size_small_ .bt_default_.bt_update_.over_ {
	/*
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_update_ {
	background-image: url(../img/contents/icon_bt_update_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*遷移アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_arrow_ {
	/*
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
}
.bt_normal_.bt_size_small_ .bt_default_.bt_arrow_.over_ {
	/*
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_arrow_ {
	/*
	background: url(../img/contents/icon_bt_arrow_s.png) #d0d0d0 no-repeat  0.9rem 40%;
	border: 1px solid #d0d0d0;
	padding-left: 2.9rem;
	*/
}

/*削除アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_delete_ {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	background-image: url(../img/contents/icon_bt_delete_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
/*
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 2.9rem;
	*/
}
.bt_normal_.bt_size_small_ .bt_default_.bt_delete_.over_ {
	/*
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  0.9rem 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  0.9rem 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  0.9rem 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_delete_ {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	background-image: url(../img/contents/icon_bt_delete_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*別ウィンドウアイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_open_window_ {
	background-image: url(../img/contents/icon_bt_open_window_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
/*
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 3.2rem;*/
}
.bt_normal_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	/*
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background-image: url(../img/contents/icon_bt_open_window_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 2.9rem;
}

/*保存アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_save_ {
	background-image: url(../img/contents/icon_bt_save_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
/*
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 3.2rem;*/
}
.bt_normal_.bt_size_large_  .bt_default_.bt_save_.over_ {
	/*
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_save_ {
	background-image: url(../img/contents/icon_bt_save_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
}

/*検索アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_search_ {
	background-image: url(../img/contents/icon_bt_search_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
/*
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 3.2rem;
	*/
}
.bt_normal_.bt_size_large_  .bt_default_.bt_search_.over_ {
	/*
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_search_ {
	background-image: url(../img/contents/icon_bt_search_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
}

/*記入アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_enter_ {
	background-image: url(../img/contents/icon_bt_enter_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
/*
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 3.2rem;
	*/
}
.bt_normal_.bt_size_large_  .bt_default_.bt_enter_.over_ {
	/*
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
	*/
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_enter_ {
	background-image: url(../img/contents/icon_bt_enter_l.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
}

/*更新アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 3.2rem;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) #d0d0d0 no-repeat  0.9rem 45%;
	border: 1px solid #d0d0d0;
	padding-left: 3.2rem;
}

/*遷移アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_arrow_ {
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 3.2rem;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_arrow_.over_ {
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  0.9rem 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  0.9rem 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  0.9rem 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_arrow_ {
	background: url(../img/contents/icon_bt_arrow_l.png) #d0d0d0 no-repeat  0.9rem 45%;
	border: 1px solid #d0d0d0;
	padding-left: 3.2rem;
}

/* ---------------------------------------------------------------
	新規登録ボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_new_ .bt_default_ {
	/*
	background: -moz-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: -webkit-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: linear-gradient(to top, #12a837, #13be3c 40%, #96e9ab);
	border: 1px solid #378847;
	color: #ffffff !important;
	*/
}
.bt_new_ .bt_default_.over_ {
	/*
	background: -moz-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: -webkit-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: linear-gradient(to top, #4dbe69, #4ece6d 40%, #b0efc0);
	text-decoration: none;
	*/
	opacity: 0.8;
}
.bt_new_ .bt_disabled_ {
}

/*別ウィンドウアイコン 小*/
/*.bt_new_.bt_size_small_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #12a837, #13be3c 40%, #96e9ab);
	padding-left: 3.5rem;
}
.bt_new_.bt_size_small_ .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #4dbe69, #4ece6d 40%, #b0efc0);
}
.bt_new_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) #b9d3bc no-repeat  1.6rem 40%;
	border: 1px solid #b9d3bc;
	padding-left: 3.5rem;
}*/

/*保存アイコン 小*/
.bt_new_.bt_size_small_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #12a837, #13be3c 40%, #96e9ab);
	padding-left: 3.5rem;
}
.bt_new_.bt_size_small_ .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #4dbe69, #4ece6d 40%, #b0efc0);
}
.bt_new_.bt_size_small_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) #b9d3bc no-repeat  1.6rem 40%;
	border: 1px solid #b9d3bc;
	padding-left: 3.5rem;
}

/*別ウィンドウアイコン 大*/
.bt_new_.bt_size_large_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #12a837, #13be3c 40%, #96e9ab);
	padding-left: 3.9rem;
}
.bt_new_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #4dbe69, #4ece6d 40%, #b0efc0);
}
.bt_new_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #b9d3bc no-repeat  1.6rem 45%;
	border: 1px solid #b9d3bc;
	padding-left: 3.9rem;
}

/*保存アイコン 大*/
.bt_new_.bt_size_large_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #12a837, #13be3c 40%, #96e9ab);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #12a837, #13be3c 40%, #96e9ab);
	padding-left: 3.9rem;
}
.bt_new_.bt_size_large_  .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #4dbe69, #4ece6d 40%, #b0efc0);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #4dbe69, #4ece6d 40%, #b0efc0);
}
.bt_new_.bt_size_large_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) #b9d3bc no-repeat  1.6rem 45%;
	border: 1px solid #b9d3bc;
	padding-left: 3.9rem;
}

/* ---------------------------------------------------------------
	検索ボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_search_ .bt_default_ {
	/*
	background: -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	border: 1px solid #2894cd;
	color: #ffffff !important;
	*/
}
.bt_search_ .bt_default_.over_ {
	/*
	background: -moz-linear-gradient(bottom, #40aff1, #5fbbfe 40%, #95e3ff);
	background: -webkit-linear-gradient(bottom, #40aff1, #5fbbfe 40%, #95e3ff);
	background: linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	text-decoration: none;
	*/
}
.bt_search_ .bt_disabled_ {
}

/*別ウィンドウアイコン 小*/
.bt_search_.bt_size_small_  .bt_default_.bt_open_window_ {
	background-image: url(../img/contents/icon_bt_open_window_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
/*
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	padding-left: 3.5rem;*/
}
.bt_search_.bt_size_small_ .bt_default_.bt_open_window_.over_ {
	/*
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);*/
}
.bt_search_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background-image: url(../img/contents/icon_bt_open_window_s.png);
	background-position: 0.9rem 50%;
	background-repeat: no-repeat;
	padding-left: 3.2rem;
}
/*検索アイコン 小*/
.bt_search_.bt_size_small_  .bt_default_.bt_search_ {
    padding-left: 3.2rem;
	background-image: url(../img/common/icon_search.png);
    background-position: 1.0rem 44%;
    background-size: 1.6rem auto;
    background-repeat: no-repeat;
	/*
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	padding-left: 3.5rem;
	*/
}
.bt_search_.bt_size_small_ .bt_default_.bt_search_.over_ {
	/*
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	*/
}
.bt_search_.bt_size_small_ .bt_disabled_.bt_search_ {
    padding-left: 3.2rem;
	background-image: url(../img/common/icon_search.png);
    background-position: 1.0rem 44%;
    background-size: 1.6rem auto;
    background-repeat: no-repeat;
}
#goodsSearch {
	margin-bottom: 1rem;
}

/*別ウィンドウアイコン 大*/
.bt_search_.bt_size_large_  .bt_default_.bt_open_window_ {
    padding-left: 3.9rem;
	background-image: url(../img/contents/icon_bt_open_window_l.png);
    background-position: 1.6rem 45%;
    background-size: 1.6rem auto;
    background-repeat: no-repeat;
	/*
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	padding-left: 3.9rem;
	*/
}
.bt_search_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	/*
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	*/
}
.bt_search_.bt_size_large_ .bt_disabled_.bt_open_window_ {
    padding-left: 3.9rem;
	background-image: url(../img/contents/icon_bt_open_window_l.png);
    background-position: 1.6rem 45%;
    background-size: 1.6rem auto;
    background-repeat: no-repeat;
}

/*検索アイコン 大*/
.bt_search_.bt_size_large_  .bt_default_.bt_search_ {
	background-image: url(../img/contents/icon_bt_search_l.png);
	background-position: 1.6rem 45%;
	background-repeat: no-repeat;
	padding-left: 3.9rem;
/*
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	padding-left: 3.9rem;*/
}
.bt_search_.bt_size_large_  .bt_default_.bt_search_.over_ {
	/*
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	*/
}
.bt_search_.bt_size_large_ .bt_disabled_.bt_search_ {
	background-image: url(../img/contents/icon_bt_search_l.png);
	background-position: 1.6rem 45%;
	background-repeat: no-repeat;
	padding-left: 3.9rem;
}

/*別ウィンドウアイコン 大（文言数固定）*/
.bt_search_.bt_size_large_  .bt_default_.size_fix_.bt_open_window_ {
		background-image: url(../img/contents/icon_bt_open_window_l.png);
	background-position: 30% 45%;
	background-repeat: no-repeat;
	padding-left: 3.5rem;
/*
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	padding-left: 3.5rem;
	*/
}
.bt_search_.bt_size_large_  .bt_default_.size_fix_.bt_open_window_.over_ {
	/*
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -moz-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);*/
}
.bt_search_.bt_size_large_ .bt_disabled_.size_fix_.bt_open_window_ {
		background-image: url(../img/contents/icon_bt_open_window_l.png);
	background-position: 30% 45%;
	background-repeat: no-repeat;
	padding-left: 3.5rem;
}

/*検索アイコン 大（文言数固定）*/
.bt_search_.bt_size_large_  .bt_default_.size_fix_.bt_search_ {
		background-image: url(../img/contents/icon_bt_search_l.png);
	background-position: 30% 45%;
	background-repeat: no-repeat;
	padding-left: 3.5rem;
	/*
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #0094ec, #2aa4fe 40%, #72d9ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  linear-gradient(to top, #0094ec, #2aa4fe 40%, #72d9ff);
	padding-left: 3.5rem;*/
}
.bt_search_.bt_size_large_  .bt_default_.size_fix_.bt_search_.over_ {
	/*
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  -moz-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  linear-gradient(to top, #40aff1, #5fbbfe 40%, #95e3ff);*/
}
.bt_search_.bt_size_large_ .bt_disabled_.size_fix_.bt_search_ {
		background-image: url(../img/contents/icon_bt_search_l.png);
	background-position: 30% 45%;
	background-repeat: no-repeat;
	padding-left: 3.5rem;
}


/* ---------------------------------------------------------------
	ゴールボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_goal_ .bt_default_ {
	/*
	background: -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	border: 1px solid #ce1a00;
	color: #ffffff !important;
	*/
	min-width: 10rem;
}
.bt_goal_ .bt_default_.over_ {
	/*
	background: -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
	text-decoration: none;
	*/
	background: #3a63da!important;
}
.bt_goal_ .bt_disabled_ {
	background-color:  #e7c0af;
	border: 1px solid #e7c0af;
	color: #ffffff !important;
}

/*別ウィンドウアイコン 小*/
.bt_goal_.bt_size_small_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.5rem;
}
.bt_goal_.bt_size_small_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) #e7c0af no-repeat  1.6rem 40%;
	border: 1px solid #e7c0af;
	padding-left: 3.5rem;
}

/*保存アイコン 小*/
.bt_goal_.bt_size_small_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.5rem;
}
.bt_goal_.bt_size_small_ .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_small_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) #e7c0af no-repeat  1.6rem 40%;
	border: 1px solid #e7c0af;
	padding-left: 3.5rem;
}

/*更新アイコン 小*/
.bt_goal_.bt_size_small_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.5rem;
}
.bt_goal_.bt_size_small_ .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  1.6rem 40%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  1.6rem 40%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  1.6rem 40%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_small_ .bt_disabled_.bt_update_ {
	background: url(../img/contents/icon_bt_update_s.png) #e7c0af no-repeat  1.6rem 40%;
	border: 1px solid #e7c0af;
	padding-left: 3.5rem;
}

/*別ウィンドウアイコン 大*/
.bt_goal_.bt_size_large_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.9rem;
}
.bt_goal_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #e7c0af no-repeat  1.6rem 45%;
	border: 1px solid #e7c0af;
	padding-left: 3.9rem;
}

/*保存アイコン 大*/
.bt_goal_.bt_size_large_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.9rem;
}
.bt_goal_.bt_size_large_  .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_large_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) #e7c0af no-repeat  1.6rem 45%;
	border: 1px solid #e7c0af;
	padding-left: 3.9rem;
}

/*更新アイコン 大*/
.bt_goal_.bt_size_large_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.9rem;
}
.bt_goal_.bt_size_large_  .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  1.6rem 45%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  1.6rem 45%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  1.6rem 45%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_large_ .bt_disabled_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) #e7c0af no-repeat  1.6rem 45%;
	border: 1px solid #e7c0af;
	padding-left: 3.9rem;
}

/*別ウィンドウアイコン 大（文言数固定）*/
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.5rem;
}
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_large_ .bt_disabled_.size_fix_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #e7c0af no-repeat  30% 45%;
	border: 1px solid #e7c0af;
	padding-left: 3.5rem;
}

/*保存アイコン 大（文言数固定）*/
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.5rem;
}
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_large_ .bt_disabled_.size_fix_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) #e7c0af no-repeat  30% 45%;
	border: 1px solid #e7c0af;
	padding-left: 3.5rem;
}

/*更新アイコン 大（文言数固定）*/
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #e10000, #f83c00 40%, #ffb371);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  linear-gradient(to top, #e10000, #f83c00 40%, #ffb371);
	padding-left: 3.5rem;
}
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  -moz-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  -webkit-linear-gradient(bottom, #e94040, #fa6d40 40%, #ffc695);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  linear-gradient(to top, #e94040, #fa6d40 40%, #ffc695);
}
.bt_goal_.bt_size_large_ .bt_disabled_.size_fix_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) #e7c0af no-repeat  30% 45%;
	border: 1px solid #e7c0af;
	padding-left: 3.5rem;
}

/* ---------------------------------------------------------------
	アイコンボタン共通設定
--------------------------------------------------------------- */
.bt_icon_.bt_size_small_ .bt_default_  {
	background-position: 50% 50% !important;
}
.bt_icon_.bt_size_small_ a.bt_default_  {
	padding: 0 !important;
	width: 2.4rem;
	height: 2.4rem;
	
}
.bt_icon_.bt_size_small_ input.bt_default_  {
	padding: 1.1rem 0 0 0 !important;
	width: 2.6rem;
	height: 2.6rem;
}


/* ---------------------------------------------------------------
	bt_input_default_
--------------------------------------------------------------- */
.bt_input_default_,
input[type=button].bt_input_default_ {
	padding: 0 3px;
	background-color: #f8f8f8;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
	-moz-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px -2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px -2px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	vertical-align: bottom;
	zoom: 1;
}

input[type=button].bt_input_default_ {
	color: #505050;
	font-weight: normal;
}

.bt_input_default_:hover,
input[type=button].bt_input_default_:hover {
	text-decoration: none;
}