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

/*デジタルパンフレット用レイアウト*/
/*------------------------------*/
.digitalBox {
	border:#CCCCCC solid 3px;
	width:280px;
	padding:5px;
	margin:0px 0px 10px 10px;
	text-align:center;
	float:left;
	display: inline;
}
.digitalBox img{
	margin-bottom:5px;
}
.rightBox {
	padding:0px;
	margin:0px 10px 0px 0px;
	width:220px;
	float:right;
}
.rightBox .comment{
	margin:0px 0px 10px 0px;
}

.space30 {
	width:auto;
	height:30px;
	padding:0px;
	margin: 0px;
}
.space20 {
	width:auto;
	height:20px;
	padding:0px;
	margin: 0px;
}
.space15 {
	width:auto;
	height:15px;
	padding:0px;
	margin: 0px;
}
.space10 {
	width:auto;
	height:10px;
	padding:0px;
	margin: 0px;
}
.space05 {
	width:auto;
	height:5px;
	padding:0px;
	margin: 0px;
}
.space03 {
	width:auto;
	height:3px;
	padding:0px;
	margin: 0px;
}
