@charset "UTF-8";
@import url(../../css/style.css);
@import url(../../css/common.css);
@import url(../../css/font.css);


.title_main{
	background-image:url(../img/bg_main_img02.jpg); 
}
#content{
	position:relative;
}

.title_col2{
	position:relative;
}
.title_col2 span{
	position:absolute;
	top:0;
	right:0;
}

.font_red{
	color:#F00;
}

#content p{
	margin-bottom:15px;
}
#content .container{
	margin-bottom:25px;
}
#content .container .msg{
	width:260px;
}
#content .container .img{
	width:420px;
}
#content h4{
	font-size:15px;
	font-weight:bold;
	margin-bottom: 15px;
}
#content .highlight p{
	margin-bottom:0;
}
/* etching_show */
.etching_show{
	text-align:center;
	margin-bottom:25px;
}

.etching{
	margin-bottom: 20px;
}
.etching span{
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
}
#content table {
	width: 100%;
}
#content table tr th{
	width: 130px;
	vertical-align: top;
	text-align: left;
	background: #eee;
}

#content table tr th,
#content table tr td{
	padding: 10px;
	border: 1px solid #ccc;
}
