.contents_view ul {
	list-style-position:inside;
}

div.th {
	color:#838F8F;
}
.pdf_box{
	padding-top:10px;
	padding-bottom:60px
}
.pdf_box a{
	color:#000;
	text-decoration:none;
}
.pdf_box a:hover .pdf_inner_box{
	background:#f3f3f3;
}
.pdf_inner_box{
	display:table;
	width:100%;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	-o-transition:background 0.3s ease-in-out;
	-ms-transition:background 0.3s ease-in-out;
	transition:background 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px){
	.pdf_inner_box{width:100%}
	.bod_top,.bod_top_f {border-top:solid 1px #e7e7e7}
}
@media only screen and (min-width: 1201px){
	.pdf_inner_box{width:50%;float:left}
	.bod_top {border-top:solid 1px #e7e7e7}
}
.pdf_title,
.pdf_info{
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}
.pdf_title{
	font-size: 1.7em;
	width: 10px;
	padding-left: 80px;
	white-space: nowrap;
	color: #000;
	background: url('/global/images/icon_pdf.png') 20px 49% no-repeat;
}
.pdf_info{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 15px;
	color: #808080;
	background: url('/global/images/icon_arrow_l.png') right 15px top 49% no-repeat;
}
.adobe_reader{
	padding: 20px 0 30px;
}


/* simpleList */
.compatibleList {
	padding-right:25px;
	padding-left:25px;
	padding-top:25px;
}
.compatibleList li {
	padding:5px 0px;
}


.navi_dial_box .table .td:first-child {
	width:282px;
}
.contact_cond th {
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	font-weight: 400;
}
.contact_cond td {
	padding-bottom:10px;
}
.link_to_form {
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
	display: table;
}

.link_to_form a {
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	display: table;
	background: #3D3E3F;
	background: -moz-linear-gradient(top,#3d3e3f 0%,#0f1416 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3D3E3F),color-stop(100%,#0F1416));
	background: -webkit-linear-gradient(top,#3D3E3F 0%,#0F1416 100%);
	background: -o-linear-gradient(top,#3d3e3f 0%,#0f1416 100%);
	background: -ms-linear-gradient(top,#3d3e3f 0%,#0f1416 100%);
	background: linear-gradient(to bottom,#3D3E3F 0%,#0F1416 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3e3f', endColorstr='#0f1416',GradientType=0 );
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-weight: 400;
	padding: 20px 70px;
}

.table{
	display:table;
	width:100%;
}
.tr{
	display:table-row;
	text-decoration:none;
	color:#0c1313;
}
a.tr{
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
a.tr img{
	vertical-align:middle;
}
a.tr.big{
		background-image:url("/global/images/icon_arrow_big.png");
	background-position:96.75% center;
	background-repeat:no-repeat;
}
a.tr:hover{
		background-color:#f3f3f3;
}
.td, .th{
	display:table-cell;
	padding:15px 20px;
	text-decoration:none;
	border-bottom:solid 1px #e7e7e7;
	vertical-align:middle;
	max-width:none;
}
a.tr:last-child .td,
a.tr:last-child .th {
	border-bottom:none;
}

#registration .td:first-child {
	width: 200px;
}
#registration .td:last-child {
	background-image:url("/global/images/icon_arrow_big.png");
	background-position:96.75% center;
	background-repeat:no-repeat;
	padding-right: 50px;
}

#form_view .header_view a {
	color: #FFF;
	text-decoration:none;
}

.bb {
	border-bottom: solid 1px #DDD;
	padding-bottom: 20px;
}

.contact_flow table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px
}

.contact_flow table td {
	width: 33%;
	text-align: center;
	background: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	vertical-align: middle;
	font-size: 1.15em
}

.contact_flow table td.step1,.contact_flow table td.step2 {
	background: #eee url(/global/images/contact_flow_bg2.jpg) right center no-repeat;
	background-size: contain;
	padding-right: 50px
}

.contact_flow table td.step3 {
width: 34%
}

.contact_flow table td.current_flow {
	background: #000 url(/global/images/contact_flow_bg1.jpg) right center no-repeat;
	background-size: contain;
	color: #fff
}

.contact_flow table td.old_flow {
	background: #eee url(/global/images/contact_flow_bg4.jpg) right center no-repeat;
	background-size: contain;
	color: #000
}

.contact_flow table td.current_flow.step3 {
	background: #000 url();
	background-size: contain;
	color: #fff
}

#showCat.forAdapter{
	padding-bottom:60px;
}

.english_contact_contents h2 {
	font-size: 2em;
	font-weight: 400;
	padding-bottom: 10px;
}
.english_contact_contents h3 {
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 30px;
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.english_contact strong {
	font-weight: 600;
}

.form_container input,
.form_container textarea {
	padding: 10px;
}
.form_container .form_radio {
	padding: 0px;
}

.table_adpt {
	display:table;
	width:100%;
}
.table_adpt .td,
.table_adpt .th {
	width: 33%;
}

#parts_ctg dt {
	width: 6%;
	float: left;
	margin: 0 1% 0 0;
	padding: 0;
}
#parts_ctg dd {
	width: 93%;
	float: left;
	margin: 0 0 5px;
	padding: 0;
}

.table_repairlist .td,
.table_repairlist .th {
	width: 33%;
}
#form_view .form_container .form_exp.text-error {
	margin-top: 0px;
}
