<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ===========================================================

	Title:			equipments.css
	Created:		2010-10-22
	Last Created:	2010-10-22
	
=========================================================== */
/*

	equipments
		
=========================================================== */
/*

	equipments
	
=========================================================== */

#equipments {
}

h3 {
	margin: 0 0 5px;
	padding: 0;
}

.equipmentsList {
	border: solid 1px #CCCCCC;
	padding: 25px 0 10px;
	margin: 0 0 20px;
    overflow: hidden;
}

.equipmentsList p,
.equipmentsList ul {
	margin: 0 25px 15px;
}

.equipmentsList p {
    font-size: 14px;
    line-height: 1.5em;
}

.eq1, .eq2 {
    background-color: #f8f5e8;
    width: 46%;
    height: 290px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
}

.eq1 {
    margin-left: 4%;
}

.eq2 {
    margin-right: 4%;
}

.eq1 p, .eq2 p, .eq1 ul {
    padding: 0;
    margin: 5px 0;
}
.equipmentsList h4 {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    background-color: #432307;
    border-radius: 20px;
    color: #fff;
    padding: 5px 0;
}

.equipmentsList h4+p {
    color: #fa8d2c;
}

.eq1-1 {
    overflow: hidden;
}

.eq-l {
    width: 62%;
    float: left;
}

.eq-l li {
    list-style-type: none;
    width: 90%;
    text-align: center;
    padding: 10px 0;
    background-color: #fa8d2c;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px;
}

.eq-l .kome {
    font-size: 12px;
}

.eq-l .kome:before {
    content: "※";
    font-size: 14px;
}

.eq1-1 img {
    float: right;
    width: 35%;
}

@media screen and (max-width: 480px) {
    .eq1, .eq2 {
        width: 90%;
        margin: 5% auto;
        float: none;
    }
}</pre></body></html>