@charset 'UTF-8';

.clear {
	clear: both;
}
.t_align_right {
	text-align: right;
}
.v_align_middle {
	vertical-align: middle;
}


#howto_tubs {
	clear: both;
	width: 100%;
	background: url(../images/howto_tub_bg.gif) repeat-x;
	text-align: center;
}
#howto_tubs li {
	display: inline;
	padding: 0 5px 0 0;
}

.howto_sub_list {
	margin-top: -1em;
}
.howto_sub_list td{
	padding: 3px 2em 5px 0;
	line-height: 1.4;
}


.howto_block {
	color: #553333;
	background-color: #F5F3E0;
	padding: 1em;
	margin-bottom: 1.5em;
}


li.info {
	padding-bottom: 1em;
}
.howto_table {
	margin: -10px 1em 0 15px;
	width: 765px;
}
.howto_table th {
	padding: 6px 0;
	text-indent: 5px;
	vertical-align: top;
	line-height: 1.4;
	width: 40px;
}
.howto_table td {
	padding: 6px 10px;
	vertical-align: top;
	line-height: 1.4;
}
.q_cell {
	color: #555555;
}
.q_cell td.note{
	width:5%;
}
.a_cell {
	color: #553333;
	background-color: #F5F3E0;

}


.up_to_top {
	text-align: right;
	padding: 0 20px;
}
.up_to_top a {
	text-decoration:none; 
	color:#555555; 
	font-weight:bold;
}
.up_to_top a:hover {
	color:#386139;
}
.table_support td {
}


.howto_en_table td {
	padding: 10px;
	vertical-align: top;
}
.howto_en_table td td {
	padding: 5px;
}

/* 画面遷移リンク（前の画面、次の画面） */
.support_page_navi li{
	padding:0 80px 0 80px;
	float:left;
}

