/********** newcar RECIPES **********/
div.example-ponta {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 265px;
	font-weight: bold;
	position: relative;
	background-image: url(../imgs/tatoeba-ponta.png);
	background-repeat: no-repeat;
	width: 800px;
}
span.item01 {
	position: absolute;
	top: 48px;
	left: 224px;
	line-height: 1.5em;
	font-size: 18px;
	width: 539px;
	height: 34px;
}
span.item02 {
	position: absolute;
	top: 82px;
	left: 180px;
	line-height: 1.5em;
	font-size: 18px;
	width: 408px;
	height: 44px;
}
span.item03 {
	position: absolute;
	top: -17px;
	left: 83px;
	line-height: 1.5em;
	font-size: 25px;
	text-align: right;
}

span.item04 {
	position: absolute;
	top: 92px;
	left: 170px;
	line-height: 1.5em;
	font-size: 25px;
	text-align: right;
}
span.item05 {
	position: absolute;
	top: 108px;
	left: 194px;
	line-height: 1.5em;
	font-size: 25px;
	text-align: right;
}
span.item06 {
	position: absolute;
	top: 163px;
	left: 170px;
	line-height: 1.5em;
	font-size: 18px;
	width: 401px;
	height: 39px;
}

div.newcar {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 276px;
	font-weight: bold;
	position: relative;
	background-repeat: no-repeat;
}






/****** クルマデータ ******/
#detail #detail_left #newcar_data {
	margin: 10px;
	padding: 10px 20px 20px 20px;
	background: #fff;
}
#detail #detail_left #newcar_data h3 {
	margin: 10px 0 5px 0;
	padding: 2px 0 2px 10px;
	border-left: 4px solid #cc0000;
	font-size: 18px;
}

/* クルマ基本情報 */
#detail #detail_left #newcar_data table.newcar_data1 {
	width: 750px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}
#detail #detail_left #newcar_data table.newcar_data1 th {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #cc0000;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#detail #detail_left #newcar_data table.newcar_data1 td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

/* クルマ詳細情報 */
#detail #detail_left #newcar_data2 {
    margin: 20px 0 20px 0;
    padding: 0;
}

/* クルマオプション */
#detail #detail_left #newcar_data table.newcar_data3 {
	width: 750px;
    margin: 5px 0 0 0;
    padding: 0;
}
#detail #detail_left #newcar_data table.newcar_data3 td.off {
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    text-align: center;
    color: #999;
}
#detail #detail_left #newcar_data table.newcar_data3 td.on {
    margin: 0;
    padding: 5px;
	border: 1px solid #f2b4b4;
	background: #ffe8e8;
	text-align: center;
	color: #000;
	font-weight: bold;
}

/* コメントPR */
#detail #detail_left #newcar_data table.newcar_datapr {
	width: 750px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}
#detail #detail_left #newcar_data table.newcar_datapr th {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #cc0000;
	color: #fff;
	text-align: center;
}
#detail #detail_left #newcar_data table.newcar_datapr td {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
}

#detail #detail_left #newcar_contactl {
	margin: 30px;
	text-align: center;
}

/* お問合せ */

#detail #detail_left table.registform {
    margin: 0 0 20px 0;
    padding: 0;
    border-top: 1px solid #005182;
    border-right: 1px solid #005182;
    border-left: 1px solid #005182;
    border-collapse: collapse;
}

#detail #detail_left table.registform th {
    width: 198px;
    margin: 0;
    background: #f0f0f0;
    padding: 10px 20px;
    border-right: 1px solid #005182;
    border-bottom: 1px solid #005182;
    text-align: left;
}
#detail #detail_left table.registform th.must {
    background: #f0f0f0 url(../imgs/must.png) no-repeat right;
}

#detail #detail_left table.registform td {
    width: 500px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #005182;
    text-align: left;
}

#detail #detail_left table.loginform {
    margin: 50px 0 20px 0;
    padding: 0;
    border-top: 1px solid #005182;
    border-right: 1px solid #005182;
    border-left: 1px solid #005182;
    border-collapse: collapse;
}

#detail #detail_left table.loginform th {
    width: 198px;
    margin: 0;
    background: #f0f0f0;
    padding: 10px 20px;
    border-right: 1px solid #005182;
    border-bottom: 1px solid #005182;
    text-align: left;
}
#detail #detail_left table.loginform td {
    width: 649px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #005182;
    text-align: left;
}






input[type=text]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   height:24px;
   margin: 3px 10px 3px 0;
   padding:3px;
   font-size: 14px;
}
input[type=checkbox]{
	margin-right: 5px;
}
