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

article p {
    margin-bottom: 0em;
}

#contents {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}
#contents p {
	font-size: 15px;
	line-height: 24px;
}
.breadcrumb {
	display: none;
}
#contents h2 {
	background-image: url(../images/title_sp.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 7.34%;
	background-size: cover;
	margin-bottom: 15px;
	margin-top: 20px;
}

#contents h3 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/line.png);
	background-size: 736px 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 100%;
	line-height: 110%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

section {
	margin-bottom: 20px;
	overflow: hidden;	
}


.inner_sec {
	overflow: hidden;
}
.kentiku .photoimage {
	background-image: url(../images/pr01_sp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*float: left;*/
	height: 0px;
	width: 100%;
	padding-top: 59.37%;
	margin: 0px auto 0px auto;
	background-size: cover;
	overflow: hidden;
}
.kogyo .photoimage {
	background-image: url(../images/pr02_sp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	width: 100%;
	padding-top: 59.37%;
	background-size: cover;
	overflow: hidden;
}
.katei .photoimage {
	background-image: url(../images/pr03_sp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	width: 100%;
	padding-top: 59.37%;
	background-size: cover;
	overflow: hidden;
}
.fukusizai .photoimage {
	background-image: url(../images/pr04_sp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	width: 100%;
	padding-top: 59.37%;
	background-size: cover;
	overflow: hidden;
}
.makerlink {
	width: 100%;
	overflow: hidden;
}
.makerlink ul {
	width: 100%;
	overflow: hidden;
}
.makerlink ul li {
	text-align: left;
	display: block;
	background-color: #eaeaea;
	font-size: 15px;
	margin-bottom: 1px;
	
}

.makerlink ul li a {
	display: block;
	color: #000;
	background-image: url(../images/yajirusi.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px 13px;
	padding: 5px;
}
.makerlink ul li a:hover {
	color: #096C77;
	text-decoration: underline;
	background-color: #CCC;
}





















