﻿@charset "UTF-8";

/* ------------------------- TOC
ボタン共通設定
ノーマルボタン
 ------------------------- */

/* ---------------------------------------------------------------
	ボタン共通設定
--------------------------------------------------------------- */
.bt_ {
	display: inline-block;
	white-space: nowrap;
}

.bt_absolute_ {
	position: absolute;
	top: 0;
	right: 0;
}
.bt_ .bt_line_,
.section_bg_black_ .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_ {
	width: 122px;
	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_ {
	width: 105px;
	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_ {
	width: 160px;
	text-align: center;
}

.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: 18px;
	border-radius: 22px;
	padding: 8px 18px 8px;
}

.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: 18px;
	border-radius: 22px;
	padding: 2px 15px;
}

.bt_size_small_ a.bt_default_,
.bt_size_small_ a.bt_disabled_ {
	font-size: 14px;
	border-radius: 14px;
	padding: 6px 14px 6px;
}

.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: 14px;
	border-radius: 14px;
	padding: 1px 11px;
}

input.bt_default_,
button.bt_default_ {
	cursor: pointer;
}

/* ---------------------------------------------------------------
	ノーマルボタン
--------------------------------------------------------------- */
/*デフォルト*/
.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;
	border-radius: 4px;
	color: #ffffff !important;
}

.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);
	text-decoration: none;
}
.bt_normal_ a.bt_disabled_,
.bt_normal_ input.bt_disabled_,
.bt_normal_ button.bt_disabled_ {
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	color: #ffffff !important;
}

/*別ウィンドウアイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  9px 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) #d0d0d0 no-repeat  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*保存アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  9px 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) #d0d0d0 no-repeat  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*検索アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_search_ {
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_search_.over_ {
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  9px 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_search_ {
	background: url(../img/contents/icon_bt_search_s.png) #d0d0d0 no-repeat  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*記入アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_enter_ {
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_enter_.over_ {
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_s.png) no-repeat  9px 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_enter_ {
	background: url(../img/contents/icon_bt_enter_s.png) #d0d0d0 no-repeat  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*更新アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  9px 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_update_ {
	background: url(../img/contents/icon_bt_update_s.png) #d0d0d0 no-repeat  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*遷移アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_arrow_ {
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_arrow_.over_ {
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_s.png) no-repeat  9px 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  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*削除アイコン 小*/
.bt_normal_.bt_size_small_  .bt_default_.bt_delete_ {
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  9px 40%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 29px;
}
.bt_normal_.bt_size_small_ .bt_default_.bt_delete_.over_ {
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  9px 40%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  9px 40%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_delete_s.png) no-repeat  9px 40%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_small_ .bt_disabled_.bt_delete_ {
	background: url(../img/contents/icon_bt_delete_s.png) #d0d0d0 no-repeat  9px 40%;
	border: 1px solid #d0d0d0;
	padding-left: 29px;
}

/*別ウィンドウアイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  9px 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 32px;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  9px 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #d0d0d0 no-repeat  9px 45%;
	border: 1px solid #d0d0d0;
	padding-left: 32px;
}

/*保存アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  9px 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 32px;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  9px 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) #d0d0d0 no-repeat  9px 45%;
	border: 1px solid #d0d0d0;
	padding-left: 32px;
}

/*検索アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_search_ {
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  9px 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 32px;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_search_.over_ {
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  9px 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_search_ {
	background: url(../img/contents/icon_bt_search_l.png) #d0d0d0 no-repeat  9px 45%;
	border: 1px solid #d0d0d0;
	padding-left: 32px;
}

/*記入アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_enter_ {
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  9px 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 32px;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_enter_.over_ {
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_enter_l.png) no-repeat  9px 45%,  linear-gradient(to top, #404040, #727272 40%, #9b9b9b);
}
.bt_normal_.bt_size_large_ .bt_disabled_.bt_enter_ {
	background: url(../img/contents/icon_bt_enter_l.png) #d0d0d0 no-repeat  9px 45%;
	border: 1px solid #d0d0d0;
	padding-left: 32px;
}

/*更新アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  9px 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 32px;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  9px 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  9px 45%;
	border: 1px solid #d0d0d0;
	padding-left: 32px;
}

/*遷移アイコン 大*/
.bt_normal_.bt_size_large_  .bt_default_.bt_arrow_ {
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #000, #434343 40%, #797979);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  9px 45%,  linear-gradient(to top, #000, #434343 40%, #797979);
	padding-left: 32px;
}
.bt_normal_.bt_size_large_  .bt_default_.bt_arrow_.over_ {
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  9px 45%,  -moz-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  9px 45%,  -webkit-linear-gradient(bottom, #404040, #727272 40%, #9b9b9b);
	background: url(../img/contents/icon_bt_arrow_l.png) no-repeat  9px 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  9px 45%;
	border: 1px solid #d0d0d0;
	padding-left: 32px;
}

/* ---------------------------------------------------------------
	新規登録ボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_new_ .bt_default_ {
	background: linear-gradient(to top, #00A362, #00D882);
	border: 1px solid #00A362;
	color: #ffffff !important;
}
.bt_new_ .bt_default_.over_ {
	background: linear-gradient(to top, #33B883, #33DE9A);
	text-decoration: none;
}
.bt_new_ .bt_disabled_ {
	background-color:  #b9d3bc;
	border: 1px solid #b9d3bc;
	color: #ffffff !important;
}

/*別ウィンドウアイコン 小*/
.bt_new_.bt_size_small_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  16px 40%,  linear-gradient(to top, #00A362, #00D882);
	padding-left: 35px;
}
.bt_new_.bt_size_small_ .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  16px 40%,  linear-gradient(to top, #33B883, #33DE9A);
}
.bt_new_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) #b9d3bc no-repeat  16px 40%;
	border: 1px solid #b9d3bc;
	padding-left: 35px;
}

/*保存アイコン 小*/
.bt_new_.bt_size_small_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  16px 40%,  linear-gradient(to top, #00A362, #00D882);
	padding-left: 35px;
}
.bt_new_.bt_size_small_ .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  16px 40%,  linear-gradient(to top, #33B883, #33DE9A);
}
.bt_new_.bt_size_small_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) #b9d3bc no-repeat  16px 40%;
	border: 1px solid #b9d3bc;
	padding-left: 35px;
}

/*別ウィンドウアイコン 大*/
.bt_new_.bt_size_large_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  16px 45%,  linear-gradient(to top, #00A362, #00D882);
	padding-left: 39px;
}
.bt_new_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  16px 45%,  linear-gradient(to top, #33B883, #33DE9A);
}
.bt_new_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #b9d3bc no-repeat  16px 45%;
	border: 1px solid #b9d3bc;
	padding-left: 39px;
}

/*保存アイコン 大*/
.bt_new_.bt_size_large_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  16px 45%,  linear-gradient(to top, #00A362, #00D882);
	padding-left: 39px;
}
.bt_new_.bt_size_large_  .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  16px 45%,  linear-gradient(to top, #33B883, #33DE9A);
}
.bt_new_.bt_size_large_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) #b9d3bc no-repeat  16px 45%;
	border: 1px solid #b9d3bc;
	padding-left: 39px;
}

/* ---------------------------------------------------------------
	検索ボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_search_ .bt_default_ {
	background: linear-gradient(to top, #007FA6, #13A6D3);
	border: 1px solid #007FA6;
	color: #ffffff !important;
}
.bt_search_ .bt_default_.over_ {
	background: linear-gradient(to top, #007FA6, #13A6D3);
	text-decoration: none;
}
.bt_search_ .bt_disabled_ {
	background-color:  #c5e0ed;
	border: 1px solid #c5e0ed;
	color: #ffffff !important;
}

/*別ウィンドウアイコン 小*/
.bt_search_.bt_size_small_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  16px 40%,  linear-gradient(to top, #007FA6, #13A6D3);
	padding-left: 35px;
}
.bt_search_.bt_size_small_ .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  16px 40%,  linear-gradient(to top, #349AB9, #41B6DA);
}
.bt_search_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) #c5e0ed no-repeat  16px 40%;
	border: 1px solid #c5e0ed;
	padding-left: 35px;
}
/*検索アイコン 小*/
.bt_search_.bt_size_small_  .bt_default_.bt_search_ {
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  16px 40%,  linear-gradient(to top, #007FA6, #13A6D3);
	padding-left: 35px;
}
.bt_search_.bt_size_small_ .bt_default_.bt_search_.over_ {
	background: url(../img/contents/icon_bt_search_s.png) no-repeat  16px 40%,  linear-gradient(to top, #349AB9, #41B6DA);
}
.bt_search_.bt_size_small_ .bt_disabled_.bt_search_ {
	background: url(../img/contents/icon_bt_search_s.png) #c5e0ed no-repeat  16px 40%;
	border: 1px solid #c5e0ed;
	padding-left: 35px;
}
#goodsSearch {
	margin-bottom: 10px;
}

/*別ウィンドウアイコン 大*/
.bt_search_.bt_size_large_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  16px 45%,  linear-gradient(to top, #007FA6, #13A6D3);
	padding-left: 39px;
}
.bt_search_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  16px 45%,  linear-gradient(to top, #349AB9, #41B6DA);
}
.bt_search_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #c5e0ed no-repeat  16px 45%;
	border: 1px solid #c5e0ed;
	padding-left: 39px;
}

/*検索アイコン 大*/
.bt_search_.bt_size_large_  .bt_default_.bt_search_ {
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  16px 45%,  linear-gradient(to top, #007FA6, #13A6D3);
	padding-left: 39px;
}
.bt_search_.bt_size_large_  .bt_default_.bt_search_.over_ {
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  16px 45%,  linear-gradient(to top, #349AB9, #41B6DA);
}
.bt_search_.bt_size_large_ .bt_disabled_.bt_search_ {
	background: url(../img/contents/icon_bt_search_l.png) #c5e0ed no-repeat  16px 45%;
	border: 1px solid #c5e0ed;
	padding-left: 39px;
}

/*別ウィンドウアイコン 大（文言数固定）*/
.bt_search_.bt_size_large_  .bt_default_.size_fix_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  30% 45%,  linear-gradient(to top, #007FA6, #13A6D3);
	padding-left: 35px;
}
.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%,  linear-gradient(to top, #349AB9, #41B6DA);
}
.bt_search_.bt_size_large_ .bt_disabled_.size_fix_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #c5e0ed no-repeat  30% 45%;
	border: 1px solid #c5e0ed;
	padding-left: 35px;
}

/*検索アイコン 大（文言数固定）*/
.bt_search_.bt_size_large_  .bt_default_.size_fix_.bt_search_ {
	background: url(../img/contents/icon_bt_search_l.png) no-repeat  30% 45%,  linear-gradient(to top, #007FA6, #13A6D3);
	padding-left: 35px;
}
.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%,  linear-gradient(to top, #349AB9, #41B6DA);
}
.bt_search_.bt_size_large_ .bt_disabled_.size_fix_.bt_search_ {
	background: url(../img/contents/icon_bt_search_l.png) #c5e0ed no-repeat  30% 45%;
	border: 1px solid #c5e0ed;
	padding-left: 35px;
}


/* ---------------------------------------------------------------
	ゴールボタン
--------------------------------------------------------------- */
/*デフォルト*/
.bt_goal_ .bt_default_ {
	background: linear-gradient(to top, #CB0046, #F54C00);
	border: 1px solid #CB0046;
	color: #ffffff !important;
}
.bt_goal_ .bt_default_.over_ {
	background: linear-gradient(to top, #D73668, #F56D36);
	text-decoration: none;
}
.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  16px 40%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 35px;
}
.bt_goal_.bt_size_small_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_s.png) no-repeat  16px 40%,  linear-gradient(to top, #D73668, #F56D36);
}
.bt_goal_.bt_size_small_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_s.png) #e7c0af no-repeat  16px 40%;
	border: 1px solid #e7c0af;
	padding-left: 35px;
}

/*保存アイコン 小*/
.bt_goal_.bt_size_small_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  16px 40%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 35px;
}
.bt_goal_.bt_size_small_ .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_s.png) no-repeat  16px 40%,  linear-gradient(to top, #D73668, #F56D36);
}
.bt_goal_.bt_size_small_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_s.png) #e7c0af no-repeat  16px 40%;
	border: 1px solid #e7c0af;
	padding-left: 35px;
}

/*更新アイコン 小*/
.bt_goal_.bt_size_small_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  16px 40%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 35px;
}
.bt_goal_.bt_size_small_ .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_s.png) no-repeat  16px 40%,  linear-gradient(to top, #D73668, #F56D36);
}
.bt_goal_.bt_size_small_ .bt_disabled_.bt_update_ {
	background: url(../img/contents/icon_bt_update_s.png) #e7c0af no-repeat  16px 40%;
	border: 1px solid #e7c0af;
	padding-left: 35px;
}

/*別ウィンドウアイコン 大*/
.bt_goal_.bt_size_large_  .bt_default_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  16px 45%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 39px;
}
.bt_goal_.bt_size_large_  .bt_default_.bt_open_window_.over_ {
	background: url(../img/contents/icon_bt_open_window_l.png) no-repeat  16px 45%,  linear-gradient(to top, #D73668, #F56D36);
}
.bt_goal_.bt_size_large_ .bt_disabled_.bt_open_window_ {
	background: url(../img/contents/icon_bt_open_window_l.png) #e7c0af no-repeat  16px 45%;
	border: 1px solid #e7c0af;
	padding-left: 39px;
}

/*保存アイコン 大*/
.bt_goal_.bt_size_large_  .bt_default_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  16px 45%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 39px;
}
.bt_goal_.bt_size_large_  .bt_default_.bt_save_.over_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  16px 45%,  linear-gradient(to top, #D73668, #F56D36);
}
.bt_goal_.bt_size_large_ .bt_disabled_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) #e7c0af no-repeat  16px 45%;
	border: 1px solid #e7c0af;
	padding-left: 39px;
}

/*更新アイコン 大*/
.bt_goal_.bt_size_large_  .bt_default_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  16px 45%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 39px;
}
.bt_goal_.bt_size_large_  .bt_default_.bt_update_.over_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  16px 45%,  linear-gradient(to top, #D73668, #F56D36);
}
.bt_goal_.bt_size_large_ .bt_disabled_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) #e7c0af no-repeat  16px 45%;
	border: 1px solid #e7c0af;
	padding-left: 39px;
}

/*別ウィンドウアイコン 大（文言数固定）*/
.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%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 35px;
}
.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%,  linear-gradient(to top, #D73668, #F56D36);
}
.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: 35px;
}

/*保存アイコン 大（文言数固定）*/
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_save_ {
	background: url(../img/contents/icon_bt_save_l.png) no-repeat  30% 45%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 35px;
}
.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%,  linear-gradient(to top, #D73668, #F56D36);
}
.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: 35px;
}

/*更新アイコン 大（文言数固定）*/
.bt_goal_.bt_size_large_  .bt_default_.size_fix_.bt_update_ {
	background: url(../img/contents/icon_bt_update_l.png) no-repeat  30% 45%,  linear-gradient(to top, #CB0046, #F54C00);
	padding-left: 35px;
}
.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%,  linear-gradient(to top, #D73668, #F56D36);
}
.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: 35px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10-specific styles go here */
.bt_size_large_ input.bt_default_,
.bt_size_large_ input.bt_disabled_ {
	font-size: 18px;
	border-radius: 22px;
	padding: 8px 18px 6px;
}

.bt_size_small_ input.bt_default_,
.bt_size_small_ input.bt_disabled_ {
	font-size: 14px;
	border-radius: 14px;
	padding: 6px 14px 5px;
}

.bt_normal_ input.bt_default_,
.bt_normal_ input.bt_disabled_ {
		border-radius: 4px !important;
}
}

/* ---------------------------------------------------------------
	アイコンボタン共通設定
--------------------------------------------------------------- */
.bt_icon_.bt_size_small_ .bt_default_  {
	background-position: 50% 50% !important;
}
.bt_icon_.bt_size_small_ a.bt_default_  {
	padding: 0 !important;
	width: 24px;
	height: 24px;
	
}
.bt_icon_.bt_size_small_ input.bt_default_  {
	padding: 11px 0 0 0 !important;
	width: 26px;
	height: 26px;
}


/* ---------------------------------------------------------------
	bt_input_default_
--------------------------------------------------------------- */
.bt_input_default_,
input[type=button].bt_input_default_ {
	padding: 0 3px;
	background-color: #f8f8f8;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-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;
}