@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


.box-style {
margin:10px 15px 0 15px;
}

#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%;
}

.small-title {
padding:5px 5px 5px 10px;
border-bottom:1px solid #CCCCCC;
border-left:7px solid #666666;
font-weight:bold;
}

#table-right .prediction-box {
background-color:#FFE6E6;
padding:10px;
font-size:80%;
text-align:center;
}

#table-right .prediction-box div {
padding-top:5px;
margin-top:3px;
border-top:1px dashed #FF3333;
font-size:100%;
text-align:center;
}

#box #left-box {
width:175px;
float:left;
}

#box #right-box {
width:175px;
float:right;
}

#box #left-box .bg-red-color,
#box #right-box .bg-red-color {
background-color:#FFE6E6;
padding:10px;
text-align:center;
}

#box #left-box .bg-red-color div,
#box #right-box .bg-red-color div {
padding-top:5px;
margin-top:3px;
border-top:1px dashed #FF3333;
font-size:70%;
text-align:center;
}

#table-right .prediction-box .txt-nosp {
letter-spacing:-0.1em;
}

#table-box {
margin-top:10px;
}

#table-box #table-right {
float:right;
width:200px;
}

#table-box #table-left {
float:left;
width:360px;
}

#table-left .title-style,
#table-right .title-style {
text-align:center;
color:#FF0000;
padding-bottom:5px;
font-weight:bold;
}

#table-left .title-style img,
#table-right .title-style img {
vertical-align:middle;
}

#table-box #table-right table {
width:200px;
border:1px solid #CCCCCC;
font-size:70%;
margin-top:10px;
}

#table-box #table-right table th {
padding:5px;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
background-color:#F5F5F5;
}

#table-box #table-right table td {
padding:5px;
border-bottom:1px solid #CCCCCC;
border-right:1px dashed #CCCCCC;
}

#table-box #table-left table {
width:360px;
border:1px solid #CCCCCC;
font-size:70%;
margin-top:10px;
}

#table-box #table-left table th {
padding:5px;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
background-color:#F5F5F5;
}

#table-box #table-left table td {
padding:5px;
border-bottom:1px solid #CCCCCC;
border-right:1px dashed #CCCCCC;
}

.w25 {
width:25px;
}

.w50 {
width:50px;
}

.w100 {
width:100px;
}

.bg-color {
background-color:#FFDDDD;
}

#table-right .txt-style {
font-size:180%;
font-weight:bold;
color:#FF0000;
}

#box .txt-style {
font-weight:bold;
color:#FF0000;
font-size:120%;
}

#table-right .font-style {
font-size:80%;
text-align:center;
font-weight:bold;
}

#box .font-style {
font-size:75%;
text-align:center;
font-weight:bold;
}

#box .font-style02 {
font-size:75%;
text-align:center;
font-weight:bold;
letter-spacing:-0.1em;
}

#table-right .bg-wihte-color {
background-color:#FF0000;
color:#FFFFFF;
padding:3px 5px 3px 5px;
font-size:110%;
margin-right:8px;
}

#box .bg-wihte-color {
background-color:#FF0000;
color:#FFFFFF;
padding:3px 5px 3px 5px;
font-size:80%;
margin-right:8px;
}


