/*=============================*/
/* Stock detail styles */
/*=============================*/

@media screen and (min-width: 1281px) {
	
	#stdbody {
		width:100%;
		height:auto;
		display:block;
	}
	
	h3.stdtxttitle {
		font-size:14px!important;
		line-height:1.4em!important;
		margin-bottom:15px!important;
	}
	p.stdttcom {
		font-size:12px!important;
		line-height:1.6em!important;
		margin-bottom:15px!important;
	}
	
	/*--------------------------------------
	Top section
	---------------------------------------*/
	.stdtop {
		width:100%;
		height:auto;
		display:block;
		padding:30px 2% 15px;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdtitle {
		width:100%;
		height:auto;
		display:block;
	}
	.stdtitle h2 {
	font-size:16px!important;
	line-height:1.4em!important;
	padding:0!important;
	margin:0 0.5em 0 0!important;
	float:left;
	}
	
	.stdtitle h3 {
		font-size:16px!important;
		line-height:1.4em;
		padding:0!important;
		margin:0!important;
	}
	
	.stdtitle h4 {
		font-size:28px!important;
		line-height:1.4em!important;
		padding:0!important;
		margin:0!important;
		clear:both;
	}
	
	
	/*----------------------------------------
	Basic information
	-----------------------------------------*/
	.stdinfo {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	
	/* Image gallery */
	.stdimage {
		width:70%;
		height:auto;
		display:block;
		float:left;
	}
	.stdimg_main {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails li {
		width:10%;
		height:auto;
		display:block;
		padding:1%;
		float:left;
	}
	.cstdimg_thumbnails li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	/* car data */
	.stdinfomain {
		width:30%;
		height:auto;
		display:block;
		float:right;
		padding:1% 0 0 3%;
	}
	.stdprice {
		width:100%;
		height:auto;
		display:block;
	}
	.stdprice h3 {
		font-size:12px!important;
		line-height:1.4em;
		margin:0 0 5px 0!important;
	}
	
	/* 2024.4 追加　ここから */
	.stdprice p.stdprice_notice{
		text-align: right;
		margin-bottom: 20px;
	}
	/* 2024.4 追加　ここまで */
	
	.stdprice p.stdpricetxt {
		text-align:right;
		font-size:34px;
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		margin:0 0 20px 0!important;
	}
	.stdspec {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:40px;
	}
	.stdinfo_dl {
		width:96%;
		height:auto;
		display:block;
		float:left;
		margin:2%;
	}
	.stdinfo_dl dt {
		width:120px;
		height:30px;
		display:block;
		float:left;
		font-size:12px!important;
		line-height:1.4em;
	}
	.stdinfo_dl dd {
		width:100%;
		height:30px;
		display:block;
		font-size:12px!important;
		line-height:1.4em;
		border-bottom:1px dotted #ccc;
		padding-left:120px;
		text-align:right;
	}
	
	.stdrelate {
		width:100%;
		height:auto;
		display:block;
	}
	.stdrelate p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*----------------------------------------
	Equipment contents
	-----------------------------------------*/
	
	.stdcontents {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip {
		width:48%;
		height:auto;
		display:block;
		float:left;
	}
	.stdequip ul {
		width:100%;
		height:auto;
		display:block;
	}
	.stdequip ul li {
		font-size:12px!important;
		line-height:1.4em!important;
		padding:5px 2px!important;
		border-width:1px;
		border-style:solid;
		text-align:center;
		width:32.333333333%;
		height:auto;
		display:block;
		float:left;
		margin:0.5%!important;
		filter:alpha(opacity=30);
		-moz-opacity: 0.3;
		opacity: 0.3;
	}
	.stdequip ul li.equip_on {
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	.stdcomment {
		width:48%;
		height:auto;
		display:block;
		float:right;
	}
	.stdcomment p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	.stdcomment_fs {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment_fs p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*=============================*/
	/* Text botton */
	/*=============================*/
	p.stntxtbn {
		width:90%;
		height:50px;
		display:block;
		margin:0 auto!important;
		line-height:50px!important;
		text-align:center;
		}
	p.stntxtbn a {
		width:100%;
		height:50px;
		display:block;
		margin:0 auto;
		text-decoration:none!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}

	/*----------------------------------------
	Contact form
	-----------------------------------------*/
	
	.stdform {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
	}
	.stdform table th {
		width:20%;
		height:auto;
		padding:10px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform table td {
		width:auto;
		height:auto;
		padding:10px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform .stfinp {
		font-size:12px;
		line-height:1.4em;
		padding:5px;
		border-width:1px ;
		border-style:solid;
	}
	.stffm1 {
		width:50%;
		height:auto;
	}
	.stffm2 {
		width:100%;
		height:auto;
	}
	.stffm3 {
		width:20%;
		height:auto;
	}
	.std_submitbox {
		width:40%;
		height:40px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
	.std_submitbox2 {
		width:60%;
		height:40px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:12px;
	}
	
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
	
	#stdbody {
		width:100%;
		height:auto;
		display:block;
	}
	
	h3.stdtxttitle {
		font-size:14px!important;
		line-height:1.4em!important;
		margin-bottom:15px!important;
	}
	p.stdttcom {
		font-size:12px!important;
		line-height:1.6em!important;
		margin-bottom:15px!important;
	}
	
	/*--------------------------------------
	Top section
	---------------------------------------*/
	.stdtop {
		width:100%;
		height:auto;
		display:block;
		padding:30px 2% 15px;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdtitle {
		width:100%;
		height:auto;
		display:block;
	}
	.stdtitle h2 {
	font-size:16px!important;
	line-height:1.4em!important;
	padding:0!important;
	margin:0 0.5em 0 0!important;
	float:left;
	}
	
	.stdtitle h3 {
		font-size:16px!important;
		line-height:1.4em;
		padding:0!important;
		margin:0!important;
	}
	
	.stdtitle h4 {
		font-size:24px!important;
		line-height:1.4em!important;
		padding:0!important;
		margin:0!important;
		clear:both;
	}
	
	
	/*----------------------------------------
	Basic information
	-----------------------------------------*/
	.stdinfo {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	
	/* Image gallery */
	.stdimage {
		width:70%;
		height:auto;
		display:block;
		float:left;
	}
	.stdimg_main {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails li {
		width:10%;
		height:auto;
		display:block;
		padding:0.5%;
		float:left;
	}
	
	/* car data */
	.stdinfomain {
		width:30%;
		height:auto;
		display:block;
		float:right;
		padding:1% 0 0 3%;
	}
	.stdprice {
		width:100%;
		height:auto;
		display:block;
	}
	.stdprice h3 {
		font-size:12px!important;
		line-height:1.4em;
		margin:0 0 5px 0!important;
	}
	/* 2024.4 追加　ここから */
	.stdprice p.stdprice_notice{
		text-align: right;
		margin-bottom: 20px;
	}
	/* 2024.4 追加　ここまで */
	
	.stdprice p.stdpricetxt {
		text-align:right;
		font-size:28px;
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		margin:0 0 20px 0!important;
	}
	.stdspec {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:25px;
	}
	.stdinfo_dl {
		width:96%;
		height:auto;
		display:block;
		margin:2%;
	}
	.stdinfo_dl dt {
		width:120px;
		height:25px;
		display:block;
		float:left;
		font-size:12px!important;
		line-height:1.4em;
	}
	.stdinfo_dl dd {
		width:100%;
		height:25px;
		display:block;
		font-size:12px!important;
		line-height:1.4em;
		border-bottom:1px dotted #ccc;
		padding-left:120px;
		text-align:right;
	}
	
	.stdrelate {
		width:100%;
		height:auto;
		display:block;
	}
	.stdrelate p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*----------------------------------------
	Equipment contents
	-----------------------------------------*/
	
	.stdcontents {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip {
		width:48%;
		height:auto;
		display:block;
		float:left;
	}
	.stdequip ul {
		width:100%;
		height:auto;
		display:block;
	}
	.stdequip ul li {
		font-size:0.7em!important;
		line-height:1.4em!important;
		padding:5px 2px!important;
		border-width:1px;
		border-style:solid;
		text-align:center;
		width:32.333333333%;
		height:auto;
		display:block;
		float:left;
		margin:0.5%!important;
		filter:alpha(opacity=30);
		-moz-opacity: 0.3;
		opacity: 0.3;
	}
	.stdequip ul li.equip_on {
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	.stdcomment {
		width:48%;
		height:auto;
		display:block;
		float:right;
	}
	.stdcomment p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	.stdcomment_fs {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment_fs p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*=============================*/
	/* Text botton */
	/*=============================*/
	p.stntxtbn {
		width:90%;
		height:50px;
		display:block;
		margin:0 auto!important;
		line-height:50px!important;
		text-align:center;
		}
	p.stntxtbn a {
		width:100%;
		height:50px;
		display:block;
		margin:0 auto;
		text-decoration:none!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}
	
	/*----------------------------------------
	Contact form
	-----------------------------------------*/
	
	.stdform {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
	}
	.stdform table th {
		width:20%;
		height:auto;
		padding:10px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform table td {
		width:auto;
		height:auto;
		padding:10px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform .stfinp {
		font-size:12px;
		line-height:1.4em;
		padding:5px;
		border-width:1px ;
		border-style:solid;
	}
	.stffm1 {
		width:50%;
		height:auto;
	}
	.stffm2 {
		width:100%;
		height:auto;
	}
	.stffm3 {
		width:20%;
		height:auto;
	}
	.std_submitbox {
		width:40%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
	.std_submitbox2 {
		width:60%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	#stdbody {
		width:100%;
		height:auto;
		display:block;
	}
	
	h3.stdtxttitle {
		font-size:14px!important;
		line-height:1.4em!important;
		margin-bottom:15px!important;
	}
	p.stdttcom {
		font-size:12px!important;
		line-height:1.6em!important;
		margin-bottom:15px!important;
	}
	
	/*--------------------------------------
	Top section
	---------------------------------------*/
	.stdtop {
		width:100%;
		height:auto;
		display:block;
		padding:30px 2% 15px;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdtitle {
		width:100%;
		height:auto;
		display:block;
	}
	.stdtitle h2 {
	font-size:16px!important;
	line-height:1.4em!important;
	padding:0!important;
	margin:0 0.5em 0 0!important;
	float:left;
	}
	
	.stdtitle h3 {
		font-size:16px!important;
		line-height:1.4em;
		padding:0!important;
		margin:0!important;
	}
	
	.stdtitle h4 {
		font-size:20px!important;
		line-height:1.4em!important;
		padding:0!important;
		margin:0!important;
		clear:both;
	}
	
	
	/*----------------------------------------
	Basic information
	-----------------------------------------*/
	.stdinfo {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	
	/* Image gallery */
	.stdimage {
		width:100%;
		height:auto;
		display:block;
	}
	.stdimg_main {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails li {
		width:20%;
		height:auto;
		display:block;
		padding:0.5%;
		float:left;
	}
	
	/* car data */
	.stdinfomain {
		width:100%;
		height:auto;
		display:block;
	}
	.stdprice {
		width:50%;
		height:auto;
		display:block;
		padding-top:25px;
		margin:0 auto;
	}
	.stdprice h3 {
		font-size:12px!important;
		line-height:1.4em;
		margin:0 0 5px 0!important;
	}
	.stdprice p.stdpricetxt {
		text-align:right;
		font-size:28px;
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		margin:0 0 20px 0!important;
	}
	
	/* 2024.4 追加　ここから */
	.stdprice p.stdprice_notice{
		text-align: right;
		margin-bottom: 20px;
	}
	
	.stdprice .stdinfo_dl{
		width: 96%;
	}
	/* 2024.4 追加　ここまで */
	
	.stdspec {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:25px;
	}
	.stdinfo_dl {
		width:46%;
		height:auto;
		display:block;
		margin:2%;
		float:left;
	}
	.stdinfo_dl dt {
		width:120px;
		height:25px;
		display:block;
		float:left;
		font-size:12px!important;
		line-height:1.4em;
	}
	.stdinfo_dl dd {
		width:100%;
		height:25px;
		display:block;
		font-size:12px!important;
		line-height:1.4em;
		border-bottom:1px dotted #ccc;
		padding-left:120px;
		text-align:right;
	}
	
	.stdrelate {
		width:100%;
		height:auto;
		display:block;
	}
	.stdrelate p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*----------------------------------------
	Equipment contents
	-----------------------------------------*/
	
	.stdcontents {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip {
		width:100%;
		height:auto;
		display:block;
		padding:20px 0;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip ul {
		width:100%;
		height:auto;
		display:block;
	}
	.stdequip ul li {
		float:left;
		display:none;
	}
	.stdequip ul li.equip_on {
		font-size:0.7em!important;
		line-height:1.4em!important;
		padding:5px 2px!important;
		border-width:1px;
		border-style:solid;
		text-align:center;
		width:32.333333333%;
		height:auto;
		display:block;
		margin:0.5%!important;
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	.stdcomment {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	.stdcomment_fs {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment_fs p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*=============================*/
	/* Text botton */
	/*=============================*/
	p.stntxtbn {
		width:90%;
		height:50px;
		display:block;
		margin:0 auto!important;
		line-height:50px!important;
		text-align:center;
		}
	p.stntxtbn a {
		width:100%;
		height:50px;
		display:block;
		margin:0 auto;
		text-decoration:none!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}
	
	/*----------------------------------------
	Contact form
	-----------------------------------------*/
	
	.stdform {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
	}
	.stdform table th {
		width:20%;
		height:auto;
		padding:10px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform table td {
		width:auto;
		height:auto;
		padding:10px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform .stfinp {
		font-size:12px;
		line-height:1.4em;
		padding:5px;
		border-width:1px ;
		border-style:solid;
	}
	.stffm1 {
		width:50%;
		height:auto;
	}
	.stffm2 {
		width:100%;
		height:auto;
	}
	.stffm3 {
		width:20%;
		height:auto;
	}
	.std_submitbox {
		width:50%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
	.std_submitbox2 {
		width:70%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	
	#stdbody {
		width:100%;
		height:auto;
		display:block;
	}
	
	h3.stdtxttitle {
		font-size:14px!important;
		line-height:1.4em!important;
		margin-bottom:15px!important;
	}
	p.stdttcom {
		font-size:12px!important;
		line-height:1.6em!important;
		margin-bottom:15px!important;
	}
	
	/*--------------------------------------
	Top section
	---------------------------------------*/
	.stdtop {
		width:100%;
		height:auto;
		display:block;
		padding:30px 2% 15px;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdtitle {
		width:100%;
		height:auto;
		display:block;
	}
	.stdtitle h2 {
	font-size:16px!important;
	line-height:1.4em!important;
	padding:0!important;
	margin:0 0.5em 0 0!important;
	float:left;
	}
	
	.stdtitle h3 {
		font-size:16px!important;
		line-height:1.4em;
		padding:0!important;
		margin:0!important;
	}
	
	.stdtitle h4 {
		font-size:18px!important;
		line-height:1.4em!important;
		padding:0!important;
		margin:0!important;
		clear:both;
	}
	
	
	/*----------------------------------------
	Basic information
	-----------------------------------------*/
	.stdinfo {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	
	/* Image gallery */
	.stdimage {
		width:100%;
		height:auto;
		display:block;
	}
	.stdimg_main {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails li {
		width:20%;
		height:auto;
		display:block;
		padding:0.5%;
		float:left;
	}
	
	/* car data */
	.stdinfomain {
		width:100%;
		height:auto;
		display:block;
	}
	.stdprice {
		width:50%;
		height:auto;
		display:block;
		padding-top:25px;
		margin:0 auto;
	}
	.stdprice h3 {
		font-size:12px!important;
		line-height:1.4em;
		margin:0 0 5px 0!important;
	}
	.stdprice p.stdpricetxt {
		text-align:right;
		font-size:28px;
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		margin:0 0 20px 0!important;
	}
	/* 2024.4 追加　ここから */
	.stdprice p.stdprice_notice{
		text-align: right;
		margin-bottom: 20px;
	}
	
	.stdprice .stdinfo_dl{
		width: 96%;
	}
	/* 2024.4 追加　ここまで */
	.stdspec {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:25px;
	}
	.stdinfo_dl {
		width:46%;
		height:auto;
		display:block;
		margin:2%;
		float:left;
	}
	.stdinfo_dl dt {
		width:120px;
		height:25px;
		display:block;
		float:left;
		font-size:12px!important;
		line-height:1.4em;
	}
	.stdinfo_dl dd {
		width:100%;
		height:25px;
		display:block;
		font-size:12px!important;
		line-height:1.4em;
		border-bottom:1px dotted #ccc;
		padding-left:120px;
		text-align:right;
	}
	
	.stdrelate {
		width:100%;
		height:auto;
		display:block;
	}
	.stdrelate p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*----------------------------------------
	Equipment contents
	-----------------------------------------*/
	
	.stdcontents {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip {
		width:100%;
		height:auto;
		display:block;
		padding:20px 0;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip ul {
		width:100%;
		height:auto;
		display:block;
	}
	.stdequip ul li {
		float:left;
		display:none;
	}
	.stdequip ul li.equip_on {
		font-size:0.7em!important;
		line-height:1.4em!important;
		padding:5px 2px!important;
		border-width:1px;
		border-style:solid;
		text-align:center;
		width:32.333333333%;
		height:auto;
		display:block;
		margin:0.5%!important;
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	.stdcomment {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	.stdcomment_fs {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment_fs p {
		font-size:12px;
		line-height:1.6em!important;
		margin:0!important;
	}
	
	/*=============================*/
	/* Text botton */
	/*=============================*/
	p.stntxtbn {
		width:90%;
		height:50px;
		display:block;
		margin:0 auto!important;
		line-height:50px!important;
		text-align:center;
		}
	p.stntxtbn a {
		width:100%;
		height:50px;
		display:block;
		margin:0 auto;
		text-decoration:none!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}
	
	/*----------------------------------------
	Contact form
	-----------------------------------------*/
	
	.stdform {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
	}
	.stdform table th {
		width:100%;
		height:auto;
		display:block;
		padding:5px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform table td {
		width:auto;
		height:auto;
		display:block;
		padding:10px 5px 20px 5px;
		font-size:12px;
		line-height:1.4em;
	}
	.stdform .stfinp {
		font-size:12px;
		line-height:1.4em;
		padding:5px;
		border-width:1px ;
		border-style:solid;
	}
	.stffm1 {
		width:50%;
		height:auto;
	}
	.stffm2 {
		width:100%;
		height:auto;
	}
	.stffm3 {
		width:20%;
		height:auto;
	}
	.std_submitbox {
		width:40%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
	.std_submitbox2 {
		width:60%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px;
	}
	
}

@media screen and (max-width: 480px) {
	
	#stdbody {
		width:100%;
		height:auto;
		display:block;
	}
	
	h3.stdtxttitle {
		font-size:14px!important;
		line-height:1.4em!important;
		margin-bottom:15px!important;
	}
	p.stdttcom {
		font-size:14px!important;
		line-height:1.6em!important;
		margin-bottom:15px!important;
	}
	
	/*--------------------------------------
	Top section
	---------------------------------------*/
	.stdtop {
		width:100%;
		height:auto;
		display:block;
		padding:30px 2% 10px;
		border-bottom:1px dotted #ccc;
		margin-bottom:0px;
	}
	.stdtitle {
		width:100%;
		height:auto;
		display:block;
	}
	.stdtitle h2 {
	font-size:16px!important;
	line-height:1.4em!important;
	padding:0!important;
	margin:0 0.5em 0 0!important;
	float:left;
	}
	
	.stdtitle h3 {
		font-size:16px!important;
		line-height:1.4em;
		padding:0!important;
		margin:0!important;
	}
	
	.stdtitle h4 {
		font-size:18px!important;
		line-height:1.4em!important;
		padding:0!important;
		margin:0!important;
		clear:both;
	}
	
	
	/*----------------------------------------
	Basic information
	-----------------------------------------*/
	.stdinfo {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	
	/* Image gallery */
	.stdimage {
		width:100%;
		height:auto;
		display:block;
	}
	.stdimg_main {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails {
		width:100%;
		height:auto;
		display:block;
	}
	.cstdimg_thumbnails li {
		width:20%;
		height:auto;
		display:block;
		padding:0.5%;
		float:left;
	}
	
	/* car data */
	.stdinfomain {
		width:100%;
		height:auto;
		display:block;
	}
	.stdprice {
		width:100%;
		height:auto;
		display:block;
		padding-top:25px;
		margin:0 auto;
	}
	.stdprice h3 {
		font-size:12px!important;
		line-height:1.4em;
		margin:0 0 5px 0!important;
	}
	.stdprice p.stdpricetxt {
		font-size:28px;
		font-weight:normal;
		line-height:1.4em;
		text-align:center;
		margin:0 0 20px 0!important;
	}
	/* 2024.4 追加　ここから */
	.stdprice p.stdprice_notice{
		text-align: right;
		margin-bottom: 20px;
	}
	/* 2024.4 追加　ここまで */
	.stdspec {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:25px;
	}
	.stdinfo_dl {
		width:98%;
		height:auto;
		display:block;
		margin:1% 0;
	}
	.stdinfo_dl dt {
		width:100px;
		height:auto;
		display:block;
		float:left;
		font-size:14px!important;
		line-height:1.4em;
		padding:8px 0;
	}
	.stdinfo_dl dd {
		width:100%;
		height:auto;
		display:block;
		font-size:14px!important;
		line-height:1.4em;
		border-bottom:1px dotted #ccc;
		padding-left:100px;
		text-align:right;
		padding:8px 0;
	}
	
	.stdrelate {
		width:100%;
		height:auto;
		display:block;
	}
	.stdrelate p {
		font-size:14px;
		line-height:1.8em!important;
		margin:0!important;
	}
	
	/*----------------------------------------
	Equipment contents
	-----------------------------------------*/
	
	.stdcontents {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip {
		width:100%;
		height:auto;
		display:block;
		padding:20px 0;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
	}
	.stdequip ul {
		width:100%;
		height:auto;
		display:block;
	}
	.stdequip ul li {
		float:left;
		display:none;
	}
	.stdequip ul li.equip_on {
		font-size:0.7em!important;
		line-height:1.4em!important;
		padding:5px 2px!important;
		border-width:1px;
		border-style:solid;
		text-align:center;
		width:49%;
		height:auto;
		display:block;
		margin:0.5%!important;
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	.stdcomment {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment p {
		font-size:14px;
		line-height:1.8em!important;
		margin:0!important;
	}
	
	.stdcomment_fs {
		width:100%;
		height:auto;
		display:block;
	}
	.stdcomment_fs p {
		font-size:14px;
		line-height:1.8em!important;
		margin:0!important;
	}
	
	/*=============================*/
	/* Text botton */
	/*=============================*/
	p.stntxtbn {
		width:90%;
		height:50px;
		display:block;
		margin:0 auto!important;
		line-height:50px!important;
		text-align:center;
		}
	p.stntxtbn a {
		width:100%;
		height:50px;
		display:block;
		margin:0 auto;
		text-decoration:none!important;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		}
	
	/*----------------------------------------
	Contact form
	-----------------------------------------*/
	
	.stdform {
		width:100%;
		height:auto;
		display:block;
		padding:20px 2%;
	}
	.stdform table th {
		width:100%;
		height:auto;
		display:block;
		padding:5px;
		font-size:14px;
		line-height:1.4em;
	}
	.stdform table td {
		width:auto;
		height:auto;
		display:block;
		padding:10px 5px 20px 5px;
		font-size:14px;
		line-height:1.4em;
	}
	.stdform .stfinp {
		font-size:14px;
		line-height:1.4em;
		padding:5px;
		border-width:1px ;
		border-style:solid;
	}
	.stffm1 {
		width:100%;
		height:auto;
	}
	.stffm2 {
		width:100%;
		height:auto;
	}
	.stffm3 {
		width:28%;
		height:auto;
	}
	.std_submitbox {
		width:100%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px!important;
	}
	.std_submitbox2 {
		width:100%;
		height:50px;
		display:block;
		text-align:center;
		margin:20px auto 0 auto;
		font-size:14px!important;
	}
	
	
}


/*=============================*/
/* News detail style */
/*=============================*/
@media screen and (min-width: 1025px) {
	#newsdetail {
		width:100%;
		height:auto;
		display:block;
	}
	#newsdetail h2 {
		font-size:24px;
		line-height:1.4em;
	}
	#newsdetail p.newsdate {
		font-size:12px;
		line-height:1.4em;
		text-align:right;
	}
	#newsdetail #ndcc {
		padding:25px 0px 40px 0;
	}
	#newsdetail #ndcc img.newsimg {
		width:45%;
		height:auto;
		display:block;
		float:right;
		margin:0 0 1em 2em;
	}
	#newsdetail #ndcc p {
		font-size:12px;
		line-height:2em;
		margin-bottom:2em;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#newsdetail {
		width:100%;
		height:auto;
		display:block;
	}
	#newsdetail h2 {
		font-size:24px;
		line-height:1.4em;
	}
	#newsdetail p.newsdate {
		font-size:12px;
		line-height:1.4em;
		text-align:right;
	}
	#newsdetail #ndcc {
		padding:25px 0px 40px 0;
	}
	#newsdetail #ndcc img.newsimg {
		width:45%;
		height:auto;
		display:block;
		float:right;
		margin:0 0 1em 2em;
	}
	#newsdetail #ndcc p {
		font-size:12px;
		line-height:2em;
		margin-bottom:2em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	#newsdetail {
		width:100%;
		height:auto;
		display:block;
	}
	#newsdetail h2 {
		font-size:24px;
		line-height:1.4em;
	}
	#newsdetail p.newsdate {
		font-size:12px;
		line-height:1.4em;
		text-align:right;
	}
	#newsdetail #ndcc {
		padding:25px 0px 40px 0;
	}
	#newsdetail #ndcc img.newsimg {
		width:100%;
		height:auto;
		display:block;
		margin:0 0 1em 0;
	}
	#newsdetail #ndcc p {
		font-size:12px;
		line-height:2em;
		margin-bottom:2em;
	}
}
@media screen and (max-width: 480px) {
	#newsdetail {
		width:100%;
		height:auto;
		display:block;
	}
	#newsdetail h2 {
		font-size:18px;
		line-height:1.4em;
	}
	#newsdetail p.newsdate {
		font-size:12px;
		line-height:1.4em;
		text-align:right;
	}
	#newsdetail #ndcc {
		padding:25px 0px 40px 0;
	}
	#newsdetail #ndcc img.newsimg {
		width:100%;
		height:auto;
		display:block;
		margin:0 0 1em 0;
	}
	#newsdetail #ndcc p {
		font-size:14px;
		line-height:2em;
		margin-bottom:2em;
	}
}