@charset "UTF-8";
/* CSS Document */
body { padding-top: 70px; }
@charset "UTF-8";
/* CSS Document */
option:checked {
    color: rgb(173, 6, 6);
}
/*
input[ type=checkbox ] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 2 , 2 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}
input[ type=radio ] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 2 , 2 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}
 */
.thumb {
	height: 75px;
	border: 1px solid #000;
	margin: 10px 5px 0 0;
}
.thumb_lg {
	height: 200px;
	border: 1px solid #000;
	margin: 10px 5px 0 0;
}
#top_content {

	/*background: #FFF;*/
	/*padding: 200px 0px 0px 0px;*/
	
}
#content {
	/*background: #FFF;*/
	/*padding: 40px 0px 0px 20px;*/
	
}
#pankuzu {
	/*padding: 60px 0px 0px 60px;*/
}
.content_center {
	background: #FFF;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:300px;
	margin-left:-300px;
	margin-top:-150px;
}

fieldset:disabled {
	border:none;
	
}
.form_style_noinput input,select,option,textarea{
	border-width:0px;
	border-style:none;
}
.form_style_input input,select,option,textarea{
	border-width:1px;
	border-style:inset;
	background-color:#FFFFFF;
}
/*form:enabled {background-color: #cccccc;} */

.button_bule{
	background-image: url(/img/pos/button_bule_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bold;
}
.button_bule:hover {
	background-image: url(/img/pos/button_bule_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bold;
}
.button_red{
	background-image: url(/img/pos/button_red_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bold;
}
.button_red:hover{
	background-image: url(/img/pos/button_red_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bold;
}
.button_gray{
	/*background-image: url(/img/pos/color_gray_up.gif);*/
	background-image: url(/img/pos/color_gray_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bold;
}
.button_gray:hover{
	background-image: url(/img/pos/color_gray_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bold;
}
.button_big{
	background-image: url(/img/pos/button_big_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.button_big:hover{
	background-image: url(/img/pos/button_big_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.button_big_blue{
	background-image: url(/img/pos/button_big_up_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.button_big_blue:hover{
	background-image: url(/img/pos/button_big_down_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.button_big_red{
	background-image: url(/img/pos/button_big_up_red.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.button_big_red:hover{
	background-image: url(/img/pos/button_big_down_red.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
#active_color{
	background-color: deepskyblue;
}
.scr {
  overflow: scroll;   /* スクロール表示 */ 
  width: 250px;
  height: 530px;
}
.badge-red{
  background-color: red;
}
#footerFloatingPrice {
	background-color: rgba(0,0,100,0.8);
	color: aliceblue;
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	text-align: center;
	max-height: 100px;
	font-size: 25px;
	padding: 0 auto;
}