@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------*/
#mainimg {
	background:url(../image/shadow_ue.png)left top repeat-x,
			url(../image/shadow_shita.jpg)left bottom repeat-x;
}
#mainimg h2 {
	overflow: hidden;
}
#mainimg h2 img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}


/*レーザー加工・ノベルティ制作なら【mokumore】にご依頼ください*/
.box01 {
	margin-bottom: 55px;
}
.box01 .img{
	text-align: center;
	margin-bottom: 33px;
}
.box01 .img01{
	text-align: center;
	margin-bottom: 25px;
}
.box01 .text p{
	text-align: center;
}
.box01 .text p+p{
	padding-top: 27px;
}

/*こんなシーンでご利用ください！*/
#content .aside00 {
	margin-bottom: 50px;
}
#content .aside {
	margin-bottom: 0px;
	overflow: hidden;
}
#content .aside dl {
	float: left;
	width: 175px;
	margin: 0 20px 25px 0;
}
#content .aside dl:nth-child(4n) {
	margin-right: 0;
}
#content .aside dl dt{
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
	'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
	'メイリオ', Meiryo, sans-serif;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.14em;
	line-height: 1.7;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	padding: 7px 0;
	width: 175px;
}
#content .aside dl dt span{
	font-size: 0.8125em;
}
#content .aside dl dd {
	margin-bottom: 20px;
}

.text01{
	text-align: center;
}

/*相談を行う*/
p.title{
	margin-bottom: 60px;
}

/*新着情報*/
#topics {
	height: 181px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	padding: 12px 22px 11px 22px;
	background: url(../image/br.jpg)left bottom no-repeat;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}