@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 h6 {
	font-size: 110%;
	margin-left: 0.5em;
	margin-bottom: 1em;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents table {
	width: auto;
}
}