@charset "UTF-8";

/* 閲覧履歴の枠 */
.resultnum {
	padding: 5px;
}

/* 最近チェックしたインフォメーション/アイテム */
.list-wrapper {
	margin-top:1px;
	width:100%;
	float:left;
	margin-right:-60px;
	background-color: #f0ebe5;
	position: relative;
}
a.box-link:hover,
a.box-link:active {
	background-color: #e6dfd5;
}
.list-in-detail {
	margin-top: 0;
	border-top: none;
}
/* 削除ボタン */
.btn-dell-one {
	width: 60px;
	font-size: 85%;
	float: right;
	position:relative;
	z-index:2;
	display: block;
}
/* ボタン部分 */
.link-see-detail-wrapper {
	right: 70px;
}

.btn-dell-one .submit-button {
	width: 50px;
}
.main-area-wrapper .btn-dell-one {
	margin-top: 7px;
}
.sub-area-wrapper .btn-dell-one {
	margin-top: 5px;
}

.sub-area-wrapper .list-title,
.list-in-detail .list-title-wrapper,
.description-header {
	margin-right: 70px;
}
.sub-area-wrapper .list-title {
	padding: 5px 0;
	font-size: 85%;
	font-weight: bold;
	overflow: hidden;
	display: block;
}
.sub-area-wrapper .box-link {
	padding: 5px;
}

/* 閲覧履歴について */
#about-histories {
	margin:15px 0;
}
#about-histories h2 {
	padding-bottom: 5px;
	font-size: 100%;
	overflow: hidden;
}
#about-histories ul {
	list-style-type: square;
}
#about-histories ul li{
	margin: 0 0 8px 17px;
	font-size:92%;
	white-space: nowrap;
}

.button-wrapper {
	margin: 15px 0;
	padding: 10px;
	font-size:92%;
	background-color: #d5dce6;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.button-wrapper form button {
	width: 180px;
	font-size:100%;
}
.button-wrapper form {
	width: 190px;
	float: left;
}
.button-wrapper ul {
	margin-left: 190px;
}
.button-wrapper ul li{
	line-height:1.6;

}

/* 各処理完了メッセージ */
.mess-comp {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #009944;
	background-color:#fafdff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.mess-comp .icon {
	background-image: url("../images/icon_act_ok.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 29px;
	height: 29px;
	float: left;
}
.opening-text {
	margin: 0 0 10px 0;
	display: block;
	font-weight: bold;
	font-size:114%;
}
.normal-text {
	margin: 0 0 5px 0;
	display: block;
	line-height: 1.6;
}
.mess-text-wrapper {
	margin-left: 45px;
}
