@charset "UTF-8";

body {
    margin-bottom: 0;
}
/*.breadCrumb {
    padding: 0 0 15px;
}*/
/*#container{
	width:980px;
}
#content.products{
	width:980px;
}*/
/*@media screen and (max-width: 750px) {
	#container{
		width:100%;
		padding:0 10px;
	}
	#content.products{
		width:100%;
	}
}*/

h1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
h2{
	font-size: 18px;
	border-bottom: solid 4px #ddd;
 	margin: 100px 0 10px 0;
	padding: 0 0 7px 0;
	letter-spacing: 0.02em;
	font-weight: bold;
}
#main{
	padding-bottom: 120px;
	padding-top: 90px;
}
@media screen and (max-width: 750px){
	#main{
		margin:0 10px;
	}
}

#main .item h3{
	line-height: 2;
	border-left: 5px solid #bbb;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-top:40px;
	margin-bottom: 20px;
}
#main .item .text{
	font-size: 16px;
	line-height: 1.8;
	padding-left: 8px;
}

#main .item .text2{
	font-size: 18px;
	line-height: 1.8;
	padding-left: 8px;
}

#main .item .text2 .link-txt{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color:#333;
}
#main .item .text2 .link-txt:hover{
	text-decoration: none;
}
#main .item .text .inquiry{
	display: inline-block;
	padding-left: 12px;
}