@charset "shift_jis";

#airconguide-body {
 margin-bottom: 50px;
 font-size:15px;
 line-height: 1.5;
 color:#444;
 width:830px;

}

.aircon_linkbtn {
	width: 175px;
    float: left;
    text-align: center;
    margin: 10px 7px;
    background-color: #ddd;
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.2;
    color: #444;
    text-decoration: none;
}

a.aircon_linkbtn:hover {
    background-color: #e5e5e5;
}

h2.aircon_list {
	width: 790px;
    background-color: #ddd;
    border: 1px solid #777;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    margin: 30px auto 15px;
	
}

h3 {
	margin: 30px 0px 5px;
}
.h3_in {
	padding: 0px 35px;
	
}

.aircon_txtblue {
	color: #3079ED;
    font-weight: bold;
}

.kome {
	text-indent: -1em;
	padding-left: 1em;
}

.txtred {
	color:#ff0000;
}

td.td_no {
    background-color: #666;
    color: #fff;
    width: 70px;
    vertical-align: top;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    font-size: 18px;
}

td.td_case {
    padding: 10px 0px 10px 10px;
    border-right: none;
}

td.td_ngimg {
    width: 70px;
    padding: 5px;
    text-align: center;
    border-left: none;
}
.td_case_list {
	font-weight: bold;
}

.td_case_in {
	line-height: 1.5;
}

.recycleprice_left{
	background-color: #666;
    color: #fff;
    padding: 5px;
    width: 120px;
    text-align: center;
    border: 1px solid #666;
    height: 50px;
}
.recycleprice_right{
	padding: 5px 0px 5px 20px;
    width: 500px;
    border: 1px solid #666;
    height: 50px;
    line-height: 1.8;
}
.notes {
	line-height: 1.8;
}

/* 見出しの飾り */
.gg-readme {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    transform: scale(var(--ggs,1));
    width: 2px;
    height: 17px;
    border-bottom: 4px solid;
    border-radius: 4px;
    margin-left: 20px;
    vertical-align: middle;
}
.gg-readme::after,
.gg-readme::before {
    content: "";
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 12px;
    box-shadow: 0 0 0 2px;
    border-radius: 1px;
    bottom: -1px;
    background:
        linear-gradient(to left,
            currentColor 4px,transparent 0)
            no-repeat center 5px/4px 2px,
        linear-gradient(to left,
            currentColor 4px,transparent 0)
            no-repeat center 2px/4px 2px,
        linear-gradient(to left,
            currentColor 4px,transparent 0)
            no-repeat center 8px/4px 2px
}
.gg-readme::before {
    border-top-right-radius: 3px;
    left: -8px
}
.gg-readme::after {
    border-top-left-radius: 3px;
    right: -8px
}


.aircon_list2 {
	font-size:16px;
	color: #333;
	font-weight: bold;
    vertical-align: bottom;
    margin-top: 0px;
    padding-left: 15px;
}
