@charset "UTF-8";
/* CSS Document */

.cont {
	max-width: 500px;
	margin: 0 auto 0 auto;
}

.title {
	width: 100%;
	height: 25px;
	padding: 10px 0 0 10px;
	border-top: solid 2px #FF0004;
	background: -webkit-linear-gradient(#FFFFFF, #CECECE);
}

.jacket {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 0.5em;
}

.list {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #ADADAD;
	overflow: auto;
}

.list_01 {
	height: 30px;
	padding-top: 4px;
	overflow: auto;
}

.new {
	width: 45px;
	height: 18px;
	background-color: #FF0004;
	color: #FFFFFF;
	float: left;
	padding-top: 3px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
}

.choice {
	width: 55px;
	height: 18px;
	padding-top: 2px;
	border: solid 1px #FF0004;
	color: #FF0004;
	float: left;
	text-align: center;
	font-size: 12px;
}

.list_title {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #ADADAD;
	font-weight: bold;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #000000;
}

.list_txt {
	margin: 5px 0 0 0;
	color: #858585;
	font-size: 12px;
}
	
.txt {
	width: 65%;
	height: auto;
	float: left;
}

.txt_box {
	width: 80%;
	border: solid 1px #FF0000;
	font-size: 14px;
	color: #3e3e3e;
	text-indent: 1em;
	margin: 0 auto 0 auto;
	padding: 15px;

}

.ss_title {
	width: 100%;
	height: 24px;
	border-bottom: solid 1px #ADADAD;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
}

.tag {
	width: 90%;
	border: solid 1px #FF0004;
	margin: 0 auto 0.5em auto;
	overflow: hidden;
}

.tag_txt {
	width: 97%;
	height: 35px;
	padding: 25px 0 0 20px;
	background-image: url(http://hbox.jp/ext/cat_img/arrow.png);
	background-repeat: no-repeat;
	background-position: 94% 15px;
	background-size: 10px 20px;
	border-bottom: solid 1px #C9C9C9;
	font-size: 14px;
}

#jacket {
	width: 120px;
	border: solid 7px #FFFFFF;
	box-shadow: 2px 2px 2px #ABABAB;
}

table {
	max-width: 500px;
}


