--------------------------------------------- */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:small;
    height:100%;
	}

#contents{
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}

body > #contents {
    height: auto;
}

/* リンク 
--------------------------------------------- */
a:link {text-decoration:underline;
	color:#0000ff;}
a:hover{text-decoration:underline;
	color:#ff590b;}
a:visited {text-decoration:underline;
	color:#0000ff;}
a:active {text-decoration:none;
	color:#00008b;}

/*ヘッダー
--------------------------------------------- */
#header {
	width:100%;
	height:35px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:2px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#header_l { float:left; }
#header_r { float:right; }
#header_r img{ margin-top:5px; }


/*本文
--------------------------------------------- */
#main {
	width:100%;
	margin:18px 0px 20px 0px ;
	padding-bottom:75px;
	line-height:1.4em;
	}

#main .box{
	margin:0 15px;
}


/* 該当機種 */
table.kaisen_tg{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

table.kaisen_tg th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#797979;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
}

table.kaisen_tg td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

ul.kaisen_list {
	width:560px;
	margin: 0px;
	padding: 5pxpx 0px 0px 0px;
	list-style:none;
}

ul.kaisen_list {
	width:560px;
	margin: 0px;
	padding: 5pxpx 0px 0px 0px;
	list-style:none;
}

ul.kaisen_list::after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.kaisen_list li{
	width: 6em;
	float:left;
	padding:3px 0px 8px 15px;
	line-height:1em;
	margin:0 0 0 5px;
	position:relative;
	background-image: url('../images/kyu.gif');
	background-repeat: no-repeat;
	color:#484848;
	background-position:0 3px;
}

/* 回線種別変更操作 */

div#flow_setting {border:1px solid #cccccc; margin:0.5em 0;}
div#flow_setting h3 {color:#000000; border:0; padding:5px 0 3px 5px; background:#cccccc;}
div#flow_setting ul{ margin:0; padding:0 10px 0 10px; list-style-type:none; }
div#flow_setting ul li{ text-indent:-1.5em; margin:0; padding:5px 0 5px 2em; border-bottom:1px dotted #cccccc; line-height:1.4em; }
div#flow_setting ul li.top {border:none; padding:10px 0 0 2em;}
div#flow_setting ul li.end {border:none;}
div#flow_setting img.bottom-1 {margin:0 5px -2px 3px; }
div#flow_setting table {margin:0;}
div#flow_setting dl {width:22em; margin:0; padding:5px 0 5px 1em; zoom:1; overflow:visible; text-indent:0;}
div#flow_setting dl::after{ display:block; height:1px; content:"・"; clear:both; visibility:hidden;}
div#flow_setting dl dt {width:15em; margin:0; padding:0; float:left; padding:0 0 0 1em; margin:0 0 0 0; min-height:1px; height:auto!important; height:1px; background:url("../../images/dot_black.gif") no-repeat 0.3em 0.5em;}
div#flow_setting dl dd {width:1em; margin:0; padding:0; float:left; }
div#flow_setting div.cmt {text-indent:0; margin:0;}
div#flow_setting div.cmt span {color:#cc0000;}

/* 検索 */
.search{ width:560px; margin:5px 0px 10px 0px; line-height:1.3em; }
.search .item_note{ margin:5px 0px 0px 0px; margin-bottom:5px; padding-left:10px;}

.txt_indent{ text-indent:-1em; padding:0px 0 5px 1em; }
/* 文字色 */
.txt_r{ color:#cc0000; }
.txt_g{ color:#666666; }



#main .clr { clear:both;}

/*フッター 
--------------------------------------------- */
#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height:48px;
}

.print {
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px; 
	padding:3px 0px 3px 0px;
	background-color:#dcdcdc;
	vertical-align:bottom;
	height:20px;
	}

.img_foot {
	height:14px;
	margin:0px; 
	padding:0px 0px 0px 0px;
	text-align:right;
}

.bg_foot{
	/*border-bottom:1px solid #797979;*/
	height:1px;
	background-color:#88bfbf;
}
