@charset "Shift_JIS";

/*
	================================================================================================
		support mvr guide css os.css
	================================================================================================
*/


table.os_list tr {

}

table.os_list {
	margin: 1em 0em 0em 0em;
	width: 100%;
}

table.os_list th {
	background-color: #F6F6F6;
	font-weight: 300;
	text-align: center;
}

table.os_list th,
table.os_list td {
	border: #CCC 1px solid;
	padding: .5em;
}

table.os_list th {
	text-align: center;
}

table.os_list td {
	height: 50px;
	text-align: center;
}

.notes {
	margin-bottom: 30px;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

table.os_list {
	font-size: 10px;
	word-break: break-word;
}

}
/*
----------------------------------------------------------------------------
	leftnavi お問い合わせ
----------------------------------------------------------------------------
*/
.inc-linkbox01 h3 {
    background: transparent url(/support/mvr/images/side_subtitle_otoiawase.jpg) no-repeat scroll left bottom;
    text-indent: -9999px;
    color: #FFF;
    height: 29px;
}

@media (max-width: 640px){
	#tmp-localnavigation h2,
	.inc-linkbox01 h3 {
		background: transparent url(/support/share/images/leftnav_header.gif) repeat-x left bottom;
		height: auto;
		text-indent: 0;
		padding: 5px;
		font-size: 100%;
		font-weight: bold;
	}
}
