@charset "shift_jis";

#webcatalog-body {
 margin-bottom: 50px;
 font-size:16px;
 line-height: 1.5;
 color:#333;
 width:830px;

}
.webcatalog-titile {
	background: #eee;
    margin: 50px auto 15px;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 18px;
}
.webcatalog-contents {
	margin:10px 15px;
}
.webcatalog-contents-hd {
	margin-top:30px;
	font-weight: bold;
    color: #46B1E1;
}
.webcatalog-contents-in {
	margin-left:1em;
}

.webcatalog-contents-box {
	text-align: center;
	margin-top: 60px;
}
.cpn-name {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #28b2b7;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.indent1 {
	padding-left:1em;
	text-indent:-1em;
}
.webcatalog-txtlink {
	text-decoration: none;
    color: #333;
}
.webcatalog-txtlink:hover {
	text-decoration: underline;
}
.webcatalog-btnarea {
	text-align:center;
	margin:20px 0px 0px;
}
.webcatalog-btn {
	display: inline-block;
	width:300px;
	padding:15px 0px;
	font-size: 17px;
	text-align: center;
	line-height:1.5;
	font-weight:bold;
	letter-spacing:1px;
	background:#28b2b7;
	color:#fff;
	border-radius: 5px;
	text-decoration: none;
}
.webcatalog-btn:hover {
	opacity: 0.8;
}

table {
	border-collapse:collapse;
	margin:5px auto 10px;
	border-top:1px solid #999999;
}
table th{
	margin:0x;
	padding:3px 5px;
	background:#eee;
	text-align: left;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
table td{
	margin:0x;
	padding:3px 5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

