@charset "shift_jis";
#pageHeader #headerTitle table td:first-of-type,
#pageHeader #headerTitle table td.titleThumbImg {
	width:60px;
	display:none;
}
#pageHeader #headerTitle table td.titleThumbImg img{
	display:none;
}
.pregArea_01 h3{
	border-bottom: 1px solid silver;
	color: #333;
	padding: 6px 15px 0px 15px;
	font-size: 120%;
}
div.pregArea_01 .movie_link{
	padding:15px;
}
.movie_link .arrow {
	width:auto;
	list-style:none;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background: url(../../../images/repair/ico_arrow.gif) no-repeat 0px 4px;
}


@media(max-width:640px){
	#pageHeader #headerTitle table td:first-of-type,
	#pageHeader #headerTitle table td.titleThumbImg {
		display:table-cell;
	}
	#pageHeader #headerTitle table td.titleThumbImg img{
		display:block;
	}
	div#contentsArea {
		width: 100%;
	}
	div#contentsArea div.pregArea_01 {
		width: 100%;
	}

}