@charset "Shift_JIS";

/*
	================================================================================================
		tablet support repair pickup contents format
	================================================================================================
*/
#contents div.pregArea_01 {
	margin: 15px auto 0;
	padding: 0;
	width: 730px;
}
#contents .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#contents .pregArea_01 .dial {
	border: 1px solid #C9C9C9;
	margin-bottom: 20px;
	padding: 15px;
}

#contents .clearfix {
    display: block;
}

#contents .pregArea_01 .dial .leftArea {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

#contents .pregArea_01 .dial .rightArea {
	float: left;
}

#contents .push {
	font-size: 14px;
	margin: 0 auto 20px;
	text-align: center;
}

#contents .clear {
	clear: both;
}

#contents table.tblGlay {
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	padding: 0;
}

#contents div.pregArea_01 table.tblGlay th.bg_gray {
	background-color: #ccc;
	color: #333333;
}

#contents div.pregArea_01 table.tblGlay th {
	background-color: #ffffff;
	color: #444444;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	padding: 7px 0;
	text-align: center;
	white-space: nowrap;
}

#contents div.pregArea_01 table.tblGlay td.noline {
	border-left-width: 0;
}

#contents div.pregArea_01 table.tblGlay td {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C9C9C9;
	border-style: solid;
	font-weight: bold;
	padding: 15px 0 15px 15px;
	text-align: left;
}

#contents div.pregArea_01 img {
	margin: 0;
}

#contents div.agreement {
	margin-left:15px;
}

#contents div.agreement ul{
	margin-left: 50px;
}

#contents div.agreement img {
	float: left;
	margin: 0px;
	padding-bottom:10px;
}


#contents table th {
    background-color: #ccc;
    color: #444444;
    font-weight: 700;
    text-align: center;
}

#contents th, #contents td {
    border: 1px solid #C9C9C9;
    padding: 0.5em;
}

#contents table.items {
	width: 100%;
	margin-left: 0px;
}
#contents th.thumb {
    background-color: #FFFFFF;
    border-right-style: none;
}

#contents td.spec {
    border-left-style: none;
}

#contents td.num {
    text-align: center;
    font-weight: 700;
    font-size: 16px; 
}

#contents td.exp {
    padding-top: 20px;
    padding-left: 20px;
}
ul.btn_area.long .Button {
width: 250px;
}

#contents td, #r_parts {
margin: 10px 0 0 0;
}

#contents ul, #helpg {
margin: 0 0 0 2em;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

#contents div.pregArea_01 {
	width: auto;
}
#contents .pregArea_01 .dial .leftArea {
	clear: both;
	margin-bottom: 20px;
}
#contents td.num {
	width: 70px;
}

}