@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


.box-style {
margin:10px 15px 0 15px;
}

#sub-title {
font-weight:bold;
color:#333333;
border-left:7px solid #333333;
border-bottom:1px solid #CCCCCC;
padding:5px 0px 5px 7px;
margin-top:20px;
font-size:120%;
}

#ul-style ul li {
background-image:url(../../images/algorizm/icon01.gif);
background-repeat:no-repeat;
background-position:0 4px;
padding-left:20px;
margin-top:7px;
padding-bottom:7px;
border-bottom:1px dashed #CCCCCC;
font-size:95%;
}

#space-box {
margin:0 22px;
}

#ul-style02 {
margin:0;
padding:0;
}

#ul-style02 ol li {
list-style-type:decimal;
list-style-position:inside;
margin-top:3px;
font-size:80%;
padding-left:18px;
}

#attention-box {
font-size:80%;
margin-top:10px;
}

#style-box .font-style01,
#style-box .font-style02 {
font-size:100%;
}

#style-box .font-style03 {
font-size:110%;
}

#style-box .font-style05 {
font-size:100%;
}

#style-box .font-style04 {
font-size:80%;
}

#style-box .font-style06 {
font-size:90%;
}

#style-box .txt-style01 {
font-size:90%;
margin-left:16px;
margin-top:5px;
}

#style-box .txt-style03 {
letter-spacing:-0.06em;
}

#style-box .space-margin {
margin:0 16px;
}

#table-style {
width:576px;
border:1px solid #CCCCCC;
border-collapse:collapse;
margin-top:3px;
font-size:80%;
}

#table-style th {
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
padding:10px;
background-color:#F3F3F3;
font-weight:bold;
}

#table-style td {
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
padding:10px;
}

#explain-box {
margin-top:20px;
}

#explain-box p {
font-size:100%;
}

#explain-box a {
font-size:100%;
}

#acount-box {
margin-top:10px;
}

#acount-box .left-box {
width:280px;
float:left;
}

#acount-box .right-box {
width:280px;
float:right;
}

