body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-attachment: scroll;
	background-image: url(images/base.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 1px;
}

.black_border {
	color: #001D1B;
	background-color: #001D1B;
	height: 10px;
}

.tate_back {
	background-image: url(images/base_tate.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.border_light {
	background-image: url(images/border.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
.demerit_mark {
	background-image: url(images/red_mark.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
}
.top_margin {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.amount {
	font-size: 10px;
	line-height: 20px;
	color: #660;
}
.small {
	font-size: 12px;
	line-height: 22px;
}
.top {
	background-color: #001D1B;
}
.detail_margin {
	padding-left: 10px;
}

 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }
.detail_bot_hirobiro {
	background-image: url(images/bot_img_hirobiro.jpg);
	height: 310px;
}
.detail_bot_kutouten {
	background-image: url(images/bot_img_kutouten.jpg);
	height: 310px;
}
.detail_bot_okuno {
	background-image: url(images/bot_img_okuno.jpg);
	height: 310px;
}
.demerit_title {
	font-weight: bold;
	color: #979B1D;
	font-size: 16px;
}
a:link {
	color: #6D7312;
	text-decoration: none;
}
a:hover {
	color: #BABD7D;
	text-decoration: none;
}
.alert {
	color: #F93;
}
a:visited {
	color: #43550A;
	text-decoration: none;
}
.text_wide {
	width: 450px;
}

.bold {
	font-size: 15px;
	font-weight: bolder;
	line-height: 30px;
}
.big {
	font-size: 24px;
	font-weight: bolder;
	line-height: 34px;
}
.bigred {
	font-size: 24px;
	font-weight: bolder;
	line-height: 34px;
	color: #FF0000;
}
.middlered {
	font-size: 18px;
	font-weight: bolder;
	line-height: 29px;
	color: #FF0000;
}
.middlesoldout {
	font-size: 15px;
	font-weight: bolder;
	line-height: 23px;
	color: #FF0000;
}
.middle {
	font-size: 17px;
	font-weight: bolder;
	line-height: 30px;
}
.middlegray {
	font-size: 20px;
	font-weight: bolder;
	line-height: 27px;
	color: #333333;
}
.black11px {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.black12px {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.black13px {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.black16px {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;
}
.gray14px {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.gray13px {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.gray12px {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.gray11px {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.bkgray {
	background-color: #aaaaaa;
}
.red12px {
	font-size: 12px;
	line-height: 17px;
	color: #FF0000;
}
.red14px {
	font-size: 14px;
	line-height: 22px;
	color: #FF0000;
}
.white13px {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.white14px {
	font-size: 14px;
	line-height: 22px;
	font-weight: bolder;
	color: #FFFFFF;
}
.whiteboldbig {
	font-size: 20px;
	line-height: 26px;
	font-weight: bolder;
	color: #FFFFFF;
}
.btn{
}
.pngfix{
}
ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

/*タブレット対応
* --------------------------------------------------------*/
		@media screen and (max-width: 950px) {

		.wrapper {
			width: 100%;
		}

		/*スマホ対応
		* --------------------------------------------------------*/
				@media only screen and (max-width: 479px) {

				.wrapper {
				width: 100%;
				}
