@charset "shift_jis";

/* infoBox01 */
.infoBox01 {
	padding:15px 20px 10px 15px;
	width: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.infoBox01 dl {
	margin-bottom: 20px;
	border-bottom: dotted #CCC 1px;
}
.infoBox01 dt{
	float: left;
	width: 25%;
	margin-right: 20px;
}
.infoBox01 dt .showSP {
	display: none;
}
.infoBox01 dd{
	float: left;
	vertical-align: top;
	width: 72%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.infoBox01 dd a{
	background: url(/support/share/images/arrow_black.gif) 2px 4px no-repeat;
	padding: 0 0 0 1em;
	margin-bottom:3px;
	display: block;
	height: 100%;
}
.infoBox01 dd span{
	/* padding-left: 1em; */
	display:block;
}
@media (max-width: 640px) {
	.infoBox01 {
	padding:0px;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	}
	.infoBox01 dl {
	padding-bottom: 12px;
	margin-bottom: 12px;
	}	
	.infoBox01 dt{
		width: 50px;
		margin-left: 5px;
	}
	.infoBox01 dt img{
		width: 50px;
	}
	.infoBox01 dd{
		display: block;
		margin-top: 0px;
	}
	.infoBox01 dd span{
		display: none;
	}
	.infoBox01 dt .showPC {
		display: none;
	}
	.infoBox01 dt .showSP {
		display: inline-block;
	}

}
