@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*全体レイアウト用*/
@import "base.css";

/*印刷用*/
@import "print.css";

/*拡張用*/
@import "advanced.css";

/*--------------------------------------------------------
shop_system.htmlデザイン用css
--------------------------------------------------------*/

/*更新情報----------------------------------------------*/

/*ボックス*/
.renew{
	width:178px;
	height:200px;
	margin:0 0 5px 0;
	font-size:0.9em;
	border:solid 1px #CCCCCC;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color:#fff;
}

/*日付*/
div.renew .day{
	font-size:12px;
}


/*項目毎ボックス*/
.renew_inner{
	font-size:12px;
	line-height:1.2em;
	width: 158px;
	padding: 3px;
	border:0px dotted #CCCCCC;
	border-bottom-width: 1px;
}

/*画像用ボックス*/
.msg{
	margin: 20px auto;
	text-align: center;
}

/*テキスト用ボックス*/
.txt{
	width: 600px;
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	margin: 20px auto;
}

h2{
	color: #E1017B;
	font-weight: bold;
	font-size: 16px;
}



