@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide camera icon
	================================================================================================
*/
#contents table {
	width: 700px;
}

#contents td.column01,
#contents td.column02,
#contents td.column04,
#contents td.column05 {
	text-align: center;
}

#contents td.column01 {
	width: 10%;
}

#contents td.column02 {
	width: 17%;
}

#contents td.column03 {
	width: 51%;
}

#contents td.column04,
#contents td.column05,
#contents td.column06 {
	width: 11%;
}

#contents td.column07 {
	width: 40%;
}

#contents table ul {
    margin-left:1em;
}

#contents table th.horizon {
    background-color: #D3D3D3;
    color: #000000;
}

#contents div#ttl_xt h5 {
    background: url("/support/tablet/share/images/ttl/ttl_xt.jpg") no-repeat scroll left 0 transparent;
    height: 38px;
    padding: 13px 0 0 75px;
}

#contents div#ttl_st h5 {
    background: url("/support/tablet/share/images/ttl/ttl_st.jpg") no-repeat scroll left 0 transparent;
    height: 38px;
    padding: 13px 0 0 120px;
}

#contents h6 {
	font-size: 110%;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents div#ttl_xt h5,
#contents div#ttl_st h5 {
    background-position: left bottom;
    margin-bottom: 30px;
}

#contents table {
	width: auto;
}
}