@charset "utf-8";
/* CSS Document */

.icon_wrap01 {
	width: 400px;
	margin: 0 auto 0 auto;
}
.icon_wrap02 {
	width: 250px;
	margin: 0 auto 1em auto;
}
.icon_wrap03 {
	width: 100%;
	margin: 0 auto 0 auto;
}
.guide_table_ {
	font-size: 14px;
	line-height: 1.7em;
}



@media only screen and (max-width: 980px) {

.scroll table{
width:1000px;
}
	.scroll table td{
		vertical-align: middle;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
	
	
.icon_wrap01 {
	width: 50%;
	margin: 0 auto 0 auto;
}
.icon_wrap02 {
	width: 30%;
	margin: 0 auto 1em auto;
}
	.guide_table_ {
	font-size: 85%;
}
	

}