@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_flashcontent_top {
	margin:0 0 20px;
}
.box_info {
	margin: 0 0 20px 0;
	padding:0px;
}
.box_info_cnt {
	border-left:1px solid #008195;
	border-right:1px solid #008195;
	border-bottom:1px solid #008195;
	padding:10px 10px 0 10px;
	max-height: 300px;
	height: 300px;
	overflow: auto;
}
.box_info_cnt ul {
	list-style:none;
}
.box_info_cnt li {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dashed #CCCCCC;
	line-height:1.6;
}
.box_info_cnt li.last {
	border-bottom:none;
}
.box_info_cnt img {
	vertical-align:middle;
	margin:0 0 0 5px;
}

.box_goods {
	margin: 0 0 20px 0;
	padding:0px;
}
.box_goods_cnt {
	border-left:1px solid #4b9fdb;
	border-right:1px solid #4b9fdb;
	border-bottom:1px solid #4b9fdb;
	padding:10px 10px 0 10px;
	max-height: 300px;
	height: 300px;
	overflow: auto;
}
.box_goods_cnt ul {
	list-style:none;
}
.box_goods_cnt li {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dashed #CCCCCC;
	line-height:1.6;
}
.box_goods_cnt li.last {
	border-bottom:none;
}
.box_goods_cnt img {
	vertical-align:middle;
	margin:0 0 0 5px;
}

.box_talk_cnt {
	border-left:1px solid #ff8000;
	border-right:1px solid #ff8000;
	border-bottom:1px solid #ff8000;
	padding:10px 10px 0 10px;
}
.box_talk_cnt ul {
	list-style:none;
}
.box_talk_cnt li {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dashed #CCCCCC;
	line-height:1.6;
}
.box_talk_cnt li.last {
	border-bottom:none;
}
.box_talk_cnt img {
	vertical-align:middle;
	margin:0 0 0 5px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_contents div.outline {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents div.outline {
	height:1%; /* 変更しない */
}

/* ==================================================
img
================================================== */
img.right{
	float: right;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
}








