@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}

/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#content {
    width: 100%;
    float: left;
    clear: both;
}

#content .con1200 h2 {
    margin-left: 5%;
}
#content .con1200 #spec p {
    margin-left: 2%;
}
#content .con1200 #spec table {
    margin-left: 5%;
}
tbody tr th {
    font-size: 0.8em;
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px dashed rgba(206,206,206,1.00);
}
tbody tr td {
    font-size: 1em;
    padding-right: 10px;
    border-bottom: 1px dashed rgba(206,206,206,1.00);
}





#operation_vehicle {
    width: 100%;
    float: left;
    clear: both;
}

#operation_vehicle h3 {
    text-align: center;
    font-size: 1.6em;
}

#operation_vehicle #vehicle_taxi .t_thum {
    margin-bottom: 20px;
}
.con1200 #seat h3 {
    margin-left: 2%;
}
.con1200 #seat img {
    text-align: center;
}




.t_thum a img {
    float: left;
    display: block;
}
.t_thum li a {
    color: #000000;
    text-decoration: none;
}

#vehicle_taxi .t_thum li {
    list-style-type: none;
    text-align: center;
}

#operation_vehicle #vehicle_bus .t_thum {
    margin-bottom: 20px;
}
#vehicle_bus .t_thum li {
    text-align: center;
    list-style-type: none;
}

























































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	
#タブレット {
}
#content .con1200 #images .sub_img {
    width: 49%;
    margin-left: 0.5%;
    clear: both;
}

#operation_vehicle #vehicle_taxi {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#operation_vehicle #vehicle_taxi .t_thum {
    width: 31.3%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
#operation_vehicle #vehicle_bus {
    width: 100%;
    float: left;
}
#operation_vehicle #vehicle_bus .t_thum {
    width: 31.333%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}









	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}
#content .con1200 #spec {
    width: 70%;
    float: left;
}
#content .con1200 #seat {
    width: 30%;
    float: left;
}
.con1200 #seat img {
    width: 70%;

}







}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}
#operation_vehicle #vehicle_taxi {
    width: 40%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
#operation_vehicle #vehicle_taxi .t_thum {
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
}

#operation_vehicle #vehicle_bus {
    width: 60%;
    float: left;
}







	




		
}
