@charset "shift_jis";

@media screen and (min-width: 768px) {
	/* ===================================================================
	CSS information
	 file name  : contents.css
	 style info : ���F�y�[�W��CSS
	=================================================================== */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
		font-family: "���C���I", "Meiryo", "verdana", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "�l�r �o�S�V�b�N", "MS PGothic", Sans-Serif;
	}

	#CtrlWrap {
		margin: 0 auto;
		padding: 0;
		width: 967px;
		font-family: "���C���I", "Meiryo", "verdana", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "�l�r �o�S�V�b�N", "MS PGothic", Sans-Serif;
	}

	#CtrlWrap * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 13px;
	}

	#CtrlWrap h1 {
		margin-bottom: 15px;
		background: #092F4A;
		color: #FFF;
		padding: 13px;
		font-size: 18px !important;
		border-left: solid 18px #424242;
		font-weight: bold;
	}

	.dayscript {
		margin-bottom: 1em;
		text-align: right;
	}

	.alr {
		text-align: right;
	}

	#SlctArea h2 {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 18px !important;
		color: #333;
	}

	#SlctArea select {
		padding: 6px;
		min-width: 300px;
	}

	/* �{�^���� */
	#BtnList {
		margin-top: 15px;
		margin-bottom: 30px;
		list-style: none;
		padding-left: 0;
	}

	#BtnList:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#BtnList > li {
		margin-bottom: 3px;
		padding-left: 3px;
		width: 25%;
		float: left;
	}

	#BtnList > li:nth-child(4n+1) {
		padding-left: 0px;
	}

	#BtnList > li > a {
		padding: 15px;
		text-align: center;
		display: block;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

	#BtnList > li > a:hover {
		background: #BFBFBF !important;
	}

	#BtnList > li > a.toyota {
		background: #446AB2;
	}

	#BtnList > li > a.honda {
		background: #06913A;
	}

	#BtnList > li > a.nissan {
		background: #EA5416;
	}

	#BtnList > li > a.subaru {
		background: #920882;
	}

	#BtnList > li > a.mitsubishi {
		background: #B18047;
	}

	#BtnList > li > a.matsuda {
		background: #F8B62C;
	}

	#BtnList > li > a.suzuki {
		background: #8EC320;
	}

	#BtnList > li > a.daihatsu {
		background: #01A1E9;
	}
	a.btnlink {
		padding: 6px 10px;
		background: #03359A;
		color: #FFF;
		text-decoration: none;
		border-radius: 6px;
		display: inline-block;
	}

	a.btnlink:hover {
		background: #4E85C7;
	}

	/*======================================================================================================================================
		�����G���A
	======================================================================================================================================*/
	#TableText {
		padding-bottom: 15px;
	}
	p {
		margin-left: 1em;
	}
	ul#StartPos {
		margin-left: 1em;
		padding-left: 1em;
		list-style: outside !important;
		list-style-type: disc !important;
	}
	ul#StartPos li {
		margin-top: 1em;
		color: red;
	}
	#TableText:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/*======================================================================================================================================
		���X�g�̃e�[�u��
	======================================================================================================================================*/
	.BrandTable {
		border-collapse: collapse;
		border: 1px solid #666;
		text-align: center;
		vertical-align: middle;
		margin: 0 auto 15px;
		width: 967px;
	}

	.BrandTable caption {
		background: #333;
		color: #FFF;
		padding: 10px;
	}

	.BrandTable th a {
		color: yellow;
		text-decoration: none;
		font-size: 11px !important;
		background: url("../img/pdf.png") no-repeat;
		background-position: right;
		padding-right: 15px;
		min-height: 20px;
	}

	.tablebtm {
		margin-bottom: 30px;
	}
	.BrandTable th {
		background: #333;
		border: 1px solid #aaa;
		padding: 8px;
		text-align: center;
		font-size: 11px !important;
		color: #FFF;
		font-weight: normal !important;
		line-height: 130% !important;
		white-space: nowrap;
	}
	.BrandTable th.type {
		width: 305px;
	}

	.BrandTable td {
		border: 1px solid #aaa;
		padding: 5px;
		text-align: left;
		font-size: 12px;
		vertical-align: middle;
		line-height: 120%;
        box-sizing: border-box;
	}
    .BrandTable td.name{
		min-width: 328px;
		max-width: 328px;
    }
    .BrandTable td.text {
		min-width: 238px;
		max-width: 238px;
    }
	.BrandTable td.fit {
		min-width: 60px;
		max-width: 60px;
		text-align: center;
	}
	.BrandTable td p.number {
		margin-bottom: 1em;
	}

	.BrandTable td.fit strong {
		font-size: 24px !important;
		font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", "sans-serif";
	}

	.BrandTable td.name h3 {
		border-left: solid 5px #333;
		padding-left: 6px;
		font-weight: bold;
		line-height: 16px;
		font-size: 14px !important;
		margin-bottom: .5em;
	}

	.BrandTable td.name p {
		font-size: 12px;
	}

	.BrandTable td.toyota {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #446AB2;
		min-width: 40px;
	}

	.BrandTable td.honda {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #06913A;
		min-width: 40px;
	}

	.BrandTable td.nissan {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #EA5416;
		min-width: 40px;
	}

	.BrandTable td.subaru {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #920882;
		min-width: 40px;
	}

	.BrandTable td.mitsubishi {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #B18047;
		min-width: 40px;
	}

	.BrandTable td.mazda {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #F8B62C;
		min-width: 40px;
	}

	.BrandTable td.suzuki {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #8EC320;
		min-width: 40px;
	}

	.BrandTable td.daihatsu {
		padding: 10px 0;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #01A1E9;
		min-width: 40px;
	}


	#stickyAlert {
		padding: 0 8px;
		text-align: center;
		width: 100%;
		min-width: 967px;
		display: none;
	}
	#stickyAlert table.BrandTable {
		margin-bottom: 0 !important;
	}
	#stickyAlert table.BrandTable th.type {
		width: 347px;
	}

	.fixed {
		position: fixed;
		width: 100%;
		left: 0;
		top: 48px;
		display: block !important;
	}

}

/*======================================================================================================================================
	for smnartphone
======================================================================================================================================*/
@media screen and (max-width: 768px) {
	#CtrlWrap {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	#CtrlWrap * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#CtrlWrap h1 {
		margin-bottom: 15px;
		background: #092F4A;
		color: #FFF;
		padding: 5px;
		font-size: 1.2em !important;
		border-left: solid 18px #424242;
		font-weight: bold;
	}

	.alr {
		text-align: right;
	}

	#SlctArea h2 {
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 1.1em;
		color: #333;
	}

	#SlctArea select {
		margin-bottom: 6px;
		padding: 6px;
		width: 100%;
		font-size: 16px;
	}

	/* �{�^���� */
	#BtnList {
		margin-top: 1em;
		margin-bottom: 2em;
		list-style: none;
		padding-left: 0;
	}

	#BtnList:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	#BtnList > li {
		margin-bottom: 3px;
		padding-left: 3px;
		width: 50%;
		float: left;
	}

	#BtnList > li:nth-child(2n+1) {
		padding-left: 0px;
	}

	#BtnList > li > a {
		padding: 6px;
		text-align: center;
		display: block;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

	#BtnList > li > a:hover {
		background: #BFBFBF !important;
	}

	#BtnList > li > a.toyota {
		background: #446AB2;
	}

	#BtnList > li > a.honda {
		background: #06913A;
	}

	#BtnList > li > a.nissan {
		background: #EA5416;
	}

	#BtnList > li > a.subaru {
		background: #920882;
	}

	#BtnList > li > a.mitsubishi {
		background: #B18047;
	}

	#BtnList > li > a.matsuda {
		background: #F8B62C;
	}

	#BtnList > li > a.suzuki {
		background: #8EC320;
	}

	#BtnList > li > a.daihatsu {
		background: #01A1E9;
	}

	/*======================================================================================================================================
		�����G���A
	======================================================================================================================================*/
	#TableText {
		padding: 1em;
	}
	ul#StartPos {
		list-style: outside !important;
		list-style-type: disc !important;
	}
	ul#StartPos li {
		color: red;
	}
	#TableText:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/*======================================================================================================================================
		���X�g�̃e�[�u��
	======================================================================================================================================*/
	/*table���X�N���[��������*/
	/*table�̃Z�����ɂ��镶���̐܂�Ԃ����֎~*/
	.scroll {
		overflow: auto;
	}

	/*table�ɃX�N���[���o�[��ǉ�*/
	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	/*table�ɃX�N���[���o�[��ǉ�*/
	.scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	/*table�ɃX�N���[���o�[��ǉ�*/
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	.BrandTable {
		border-collapse: collapse;
		border: 1px solid #666;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 10px;
	}

	.tablebtm {
		margin-bottom: 30px;
		font-size: 12px;
	}

	.BrandTable th {
		background: #333;
		border: 1px solid #aaa;
		padding: 5px 10px;
		text-align: center;
		font-size: 88%;
		color: #FFF;
		white-space: nowrap;
	}
	table.BrandTable th.bikou {
		width: 240px;
	}
	.BrandTable td.name {
		width: 300px !important;
	}
	.BrandTable td.fit {
		text-align: center;
	}
	.BrandTable td {
		border: 1px solid #aaa;
		padding: 5px 10px;
		text-align: left;
		font-size: 88%;
		vertical-align: middle;
	}

	.BrandTable td.name h2 {
		border-left: solid 6px #333;
		padding-left: 8px;
		font-weight: bold;
		line-height: 18px;
		font-size: 1.2em;
		margin-bottom: .5em;
	}

	.BrandTable td.name p {
		margin-top: 10px;
		color: #111;
		font-weight: bold;
		font-size: 11px !important;
		line-height: 12px;
	}

	.BrandTable td.toyota {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #446AB2;
	}

	.BrandTable td.honda {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #06913A;
	}

	.BrandTable td.nissan {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #EA5416;
	}

	.BrandTable td.subaru {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #920882;
	}

	.BrandTable td.mitsubishi {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #B18047;
	}

	.BrandTable td.mazda {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #F8B62C;
	}

	.BrandTable td.suzuki {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #8EC320;
	}

	.BrandTable td.daihatsu {
		padding: 10px 5px;
		font-weight: bold;
		border: 1px solid #FFF;
		color: #FFF;
		vertical-align: top;
		text-align: center;
		background: #01A1E9;
	}

	.BrandTable td span {
		font-size: 88%;
		color: rgba(98, 98, 98, 1.00);
	}

	.BrandTable td.alc {
		text-align: center;
		width: 5em;
		min-width: 5em;
		font-size: 130%;
	}

	.BrandTable td.td02 {
		color: #FFFFFF;
		font-weight: bold;
		width: 2em;
		vertical-align: top;
		text-align: center;
	}

	#stickyAlert {
		display: none !important;
	}

}


