.underline2 {
	display: inline;
	border-bottom: 1px dotted #dddddd;
color:#403840;
padding:10px 10 10 20px;
text-decoration:none;
color:#666666;
margin-bottom:20px;

}

#text1 div{
margin-bottom:12px;

}

#text2 div{
margin-bottom:12px;

}

#text3 div{
margin-bottom:12px;

}
.dot{
	font-weight: bold;
}

.dot2{
	font-weight: bold;
	border-bottom: dotted 1px;
}


.bold { font-weight: bold; color: #ff3333;
}

.ban {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.black{
	font-weight: bold;
}

.black a:link{
	color: #0000ff;
}
.black a:visited{
	color: #0000ff;
}


.black2{
	font-weight: bold;
	border-bottom: dotted 1px;
}


.red { font-weight: bold; color: #ff3333; font-size: 120%;
}


.red2 { font-weight: bold; color: #ff3333; font-size: 120%;
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.red3 { font-weight: bold; color: #ff3333; font-size: 120%; text-decoration:underline;
border-bottom:solid;
border-width:5px;
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

#headerX {
/* ‘‘oi[ΟX1‘‘ */
	width: 670px;
	height: 264px;
/* ‘‘height: 174px;‘‘ */
/* ‘‘oi[ΟX1‘‘ */
	background-image: url(http://binbou.biz/img/manual2.gif);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 30px 0px;
	width: auto;

}

#headerX .tbox {
	width: 520px;
	position: relative;

	line-height: 36px;
/* ‘‘oi[ΟX2‘‘ */
	font-size: 12px;
	left: 40px;
	top: 130px;
/* ‘‘font-size: 24px;‘‘ */
/* ‘‘left: 350px;‘‘ */
/* ‘‘top: 50px;‘‘ */
/* ‘‘oi[ΟX2‘‘ */

}

#headerX2 {
/* ‘‘oi[ΟX1‘‘ */
	width: 670px;
	height: 264px;
/* ‘‘height: 174px;‘‘ */
/* ‘‘oi[ΟX1‘‘ */
	background-image: url(http://binbou.biz/img/genkin00.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: auto;

}

#headerX2 .tbox {
	width: 530px;
	position: relative;

	line-height: 36px;
/* ‘‘oi[ΟX2‘‘ */
	font-size: 12px;
	left: 10px;
	top: 120px;
/* ‘‘font-size: 24px;‘‘ */
/* ‘‘left: 350px;‘‘ */
/* ‘‘top: 50px;‘‘ */
/* ‘‘oi[ΟX2‘‘ */

}

.accordion-003 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d6dde3;
    text-align: right;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #888888;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b4b4b4b3;
    border-right: 3px solid #b4b4b4b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #b4b4b4;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

.accordion-003b {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d6dde3;
    text-align: right;
}

.accordion-003b summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #888888;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003b summary::-webkit-details-marker {
    display: none;
}

/*`FbNXg*/
.check-list,
.check-list-l{
	margin-left: 0;
	font-size: 120%;

}

.check-list li,
.check-list-l li{
	list-style: none;	
}

.check-list li{
	margin-bottom: 1em;
	padding-left: 32px;
	background: url(/images2/icon/icon-check-list.png) left 3px no-repeat;
}

.check-list-l li{
	margin-bottom: 2em;
	padding: 10px 0 10px 55px;
	background: url(/images2/icon/icon-check-list-l.png) left 0px no-repeat;
}

	/*RetinaiπxjfBXvCp*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){	

		.check-list li{
			background: url(/images2/icon/icon-check-list@2x.png) left 3px no-repeat;
			-webkit-background-size: 24px 24px;
			background-size: 24px 24px;
		}

		.check-list-l li{
			background: url(/images2/icon/icon-check-list-l@2x.png) left 3px no-repeat;
			-webkit-background-size: 48px 48px;
			background-size: 48px 48px;
		}

	}


