/* CSS Document */

@charset "Shift_JIS";
/* CSS 文字コード指定 */

*{
	margin: 0;
	padding: 0;
}

body {

	background-color: #EBEBEB;
	
}


/**********************************/
/* ■■ レイアウト指定用 CSS ■■ */
/**********************************/

/* ■■ 上部「〜のことなら」 ■■ */

.top {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	text-align: center;
	line-height: 25px;
	padding: 5px;
	height: 25px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCFFFF;
	color: #FFFFFF;
	border-right: 1px solid #66CCFF;
	border-left: 1px solid #66CCFF;
	background-image: url(../co-img/background_top.gif);
}

/* ■■ 上部みらいロゴ部分 ■■ */

.topmain {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #66CCFF;
	border-left: 1px solid #66CCFF;
}

/* ■■ 上部横メニューバー ■■ */


.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	color: #6699FF;	
	height: 20px;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCFFFF;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #66CCFF;
	border-left: 1px solid #66CCFF;
	background-image: url(../co-img/background_menu.gif);
}


.menu a:link {
	text-decoration: underline;
	color: #0000FF;
}

.menu a:visited {
	text-decoration: none;	
	color: #0000FF;
}

.menu a:hover {
	text-decoration: underline;
	color: #DD0000;
}

.menu a:active {
	text-decoration: none;
	color: #FF66CC;
}

.menu .favorite {
	margin-right: 260px;
}


.contents {
	background-color: #CCCCCC;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-repeat: repeat;
}

/* ■■ パンくず ■■ */

.crumbs {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
	height: 20px;
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

.crumbs a:link a:visited a:over a:active {
	text-decoration: underline;
}


/* ■■ 本文 ■■ */

.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #66CCFF;
	border-left: 1px solid #66CCFF;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* ■■ Copyright ■■ */

.footer {
	width: 780px;
	background-color: #ccffff;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	border-right: 1px solid #66CCFF;
	border-left: 1px solid #66CCFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../co-img/background_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* ■■ 左メニュー欄 ■■ */


.leftside {
	height: auto;
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}


/* ■ 送付先 ■ */

.mail {
	border: 1px solid #66ccff;
	margin-bottom: 10px;
	background-color: #FFFFDE;
}

.mail h3 {
	padding: 5px 2px 5px 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	font-weight: bold;
	color: #000033;
	height: auto;	
	width: auto;
	border-bottom: 1px none #66ccff;
	text-align: left;
	line-height: 30px;
	background-color: #66CCFF;
}

.mail p {
	padding: 5px 5px 0px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 125%;
}

.mail .foot {
	padding: 5px 5px 5px 15px;	
	color: #000033;
	height: auto;
	width: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 125%;
}



/* ■ インフォメーション ■ */

.info {
	border: 1px solid #66CCFF;	
	margin-bottom: 10px;
	background-color: #FFFFDE;

}

.info a:link {
	text-decoration: none;
}

.info a:visited {
	text-decoration: none;
}

.info a:hover {
	text-decoration: underline;
	color: #DD0000;
}

.info h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CCFF;
	width: auto;
	height: 25px;
	text-align: center;
	line-height: 30px;
	padding-top: 3px;
}

.info h4 {
	text-align: center;
	line-height: 1.25em;
	padding-top: 5px;
}

.info p {
	padding: 5px 5px 5px 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 150%;

}

.info a, .info a:link {
	color: #0033cc;
	text-decoration: underline;
	background-color: #FFFFDE;
}

.info a:visited {
	color: #990099;
	text-decoration: underline;
	background-color: #FFFFDE;
}

.info a:hover{
	color: #E82430;
	font-weight: bold;
	background-color: #FFFFDE;
	text-decoration: underline;
}


/* ■ 姉妹サイト ■ */

.sisters {
	border-style: none;	
	margin-bottom: 10px;
	background-color: #FFFFFF;

}


/* ■ ブログ ■ */

.blog {
	border: 1px solid #00CCFF;
	margin-bottom: 10px;
	background-color: #FFFFDE;

}

.blog a:link {
	text-decoration: underline;
}

.blog a:visited {
	text-decoration: underline;
}

.blog a:hover {
	text-decoration: underline;
	color: #DD0000;
}

.blog h3 {
	padding: 5px 2px 5px 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
	background-color: #CCFFFF;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.blog p {
	padding: 5px 5px 5px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 150%;
}

.blog p #man1 {
	width: 58px;
	height: 64px;
	float: right;
}

#photoB {
	width: 120px;
	height:153px;
	margin-left: 18px;
}

.newpara {
	clear: right;
}


/* ■■ 右メイン欄 ■■ */

.boxL {
	width: 578px;
	float: right;
	padding: 10px;
}

.boxL h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-large;
	font-weight: normal;
	text-indent: 1.5em;
	color: #FF0000;
	height: 30px;	
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #ccffff;	
	background-image: url(../co-img/background_menu.gif);
}

.boxL p {
	width: 558px;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	line-height: 1.75em;
}


/* ■ トップページ車種別MENUの表 ■ */

/* ■ 全体用 ■ */

col#mt01 {
	width: 110px;
}

col#mt02 {
	width: 156px;
}

col#mt03 {
	width: 140px;
}

col#mt04 {
	width: 139px;
}

.maintable table {
	margin-top: 10px;
	margin-bottom: 20px;
}

.maintable thead th {
	font-size: large;
	line-height: normal;
	color: #330099;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

.maintable tbody th {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	padding: 10px 5px 0px 5px;
}

.maintable tbody td {
	font-size: small;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
	padding: 5px 0px 3px 15px;
}


.maintable .disc2 ul {
	font-size: small;
	line-height: 150%;
	color: #000000;
	width: auto;
	padding: 0px 0px 5px 10px;
	list-style: disc outside;
}

.maintable p {
	width: 540px;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.75em;
}

.maintable a, .maintable a:link {
	text-decoration: underline;
	color: #0033cc;
}

.maintable a:visited {
	text-decoration: underline;
	color: #990099;
}

.maintable a:hover {
	text-decoration: underline;
	color: #DD0000;
}

/* ■ 普通車用 （ダウンロードの表と共通）■ */

.mainc table {
	border-top: 1px solid #94cb10;
	border-left: 1px solid #94cb10;
}

.mainc thead th {
	background-color: #cfeb70;
	border-bottom: 1px solid #94cb10;
	border-right: 1px solid #94cb10;
}

.mainc tbody th {
	background-color: #ffffde;
	border-right: 1px solid #94cb10;
}

.mainc tbody td {
	background-color: #ffffde;
	border-bottom: 1px solid #94cb10;
	border-right: 1px solid #94cb10;
}

/* ■ 軽自動車用 （ダウンロードの表と共通）■ */

.mainm table {
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
}

.mainm thead th {
	background-color: #FFCC66;
	border-bottom: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}

.mainm tbody th {
	background-color: #FFFFDE;
	border-right: 1px solid #ff9900;
}

.mainm tbody td {
	background-color: #FFFFDE;
	border-bottom: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}

/* ■ バイク用 （ダウンロードの表と共通）■ */

.mainb table {
	border-top: 1px solid #9933FF;
	border-left: 1px solid #9933FF;
}

.mainb thead th {
	background-color: #CC99FF;
	border-bottom: 1px solid #9933FF;
	border-right: 1px solid #9933FF;
}

.mainb tbody th {
	background-color: #FFFFDE;
	border-right: 1px solid #9933FF;
}

.mainb tbody td {
	background-color: #FFFFDE;
	border-bottom: 1px solid #9933FF;
	border-right: 1px solid #9933FF;
}

/* ■ トップページのダウンロード表 ■ */

.maindl table {
	margin-top: 10px;
	margin-bottom: 20px;
}

.maindl thead th {
	font-size: large;
	line-height: normal;
	color: #330099;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

.maindl tbody th {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	padding: 10px 5px 0px 5px;
}

.maindl tbody td {
	font-size: small;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
	padding: 5px 0px 3px 15px;
}

.maindl .mainc tbody th {
	border-bottom: 1px solid #94cb10;
}

.maindl .mainc tbody td {
	background-color: #ffffff;
}

.maindl .mainm tbody th {
	border-bottom: 1px solid #ff9900;
}

.maindl .mainm tbody td {
	background-color: #ffffff;
}

.maindl .mainb tbody th {
	border-bottom: 1px solid #9933FF;
}

.maindl .mainb tbody td {
	background-color: #ffffff;
}

col#mdl01 {
	width: 300px;
}

col#mdl02 {
	width: 76px;
}

col#mdl03 {
	width: 101px;
}


/* ■ 手続の流れ ■ */

.service_flow p {
	width: 556px;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	line-height: 2em;
}

.appli_list ul {
	font-size: medium;
	line-height: 1.75em;
	padding: 10px 30px;
	list-style: url("../co-img/arrow_blue.gif") disc outside;
}

.discription {
	width: auto;
	padding: 10px;
	font-size: medium;
	line-height: 1.75em;
}

.discription ul {
	padding: 0px 10px 0px 30px;
	list-style: disc outside;
}	

/* ■ 右側　水色のかこみBOX ■ */

.case {
	width: auto;
	height: auto;
	border: 1px solid #66CCFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
}

.case p {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 10px 0px 10px;
}

.case h4 {
	font-size: medium;
	line-height: 175%;
	font-weight: bold;
	color: #6600cc;
	background-color: #ccFFFF;
	height: auto;
	width: auto;
	text-indent: 2em;
}

.case h5 {
	font-size: medium;
	line-height: 175%;
	font-weight: normal;
	color: #6600cc;
	background-color: #ccFFFF;
	height: auto;
	width: auto;
	text-indent: 1em;
}

.case .circle ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 10px 5px 40px;
	list-style: circle outside;
}

.case .disc1 ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 10px 0px 30px;
	list-style: disc outside;
}

.case .disc2 ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 10px 5px 30px;
	list-style: disc outside;
}

.case .none ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 10px 5px 30px;
	list-style: none outside;
}


/* ■ 右側 h2見出しの右端の日付 ■ */

.cf {
	font-size: small;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	color: #000000;
}


/* ■ 右側 h2見出しの右端のリンク ■ */

.process {
	font-size: small;
	text-decoration: underline;
	text-align: right;
	margin-top: -35px;
	margin-right: 15px;
	color: #330099;
}

.process a, .process a:link, .process a:visited .process a:active {
	text-decoration: underline;
	color: #330099;
}

.process a:hover {
	text-decoration: underline;
	color: #DD0000;
}


/* ■ 「〜はこちら」のリンクボックス ■ */


.box_btn {
	height: auto;
	width: auto;
	font-size: small;
	font-weight: bold;
}

.box_btn a, .box_btn a:link, .box_btn a:visited {
	margin: 0.5em;
	padding: 0.3em;
	height: auto;
	width: auto;
	border: 1px outset #cc99ff;
	background-color: #6633FF;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.25em;
	text-decoration:none;
}

.box_btn a:hover {
	padding: 0.3em;
	height: auto;
	width: auto;
	border: 1px outset #cc99ff;
	background-color: #ccFFFF;
	font-size: small;
	font-weight: bold;
	color: #E82430;
	line-height: 1.25em;
	text-decoration:none;
}

/* ■ プランの表 ■ */

.plan table {
	border-top: 1px solid #6D6DFF;
	border-left: 1px solid #6D6DFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.plan thead th {
	font-size: medium;
	line-height: normal;
	color: #330099;
	background-color: #CCCCFF;
	border-right: 1px solid #6D6DFF;
	padding: 5px 2px 5px 2px;
}

.plan thead td {
	font-size: medium;
	font-weight: bold;
	line-height: normal;
	color: #ff0000;
	background-color: #CCCCFF;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 5px 2px 5px 2px;
}

.plan tbody th {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 10px 5px 10px 10px;
}

.plan tbody td {
	font-size: medium;
	color: #000000;
	line-height: 1.75em;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 10px 5px 10px 10px;
}

.plan .disc2 ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 0px 10px 0px 20px;
	list-style: disc outside;
}

col#plan01 {
	width: 100px;
}

col#lplan02 {
	width: 437px;
}


/* ■ 必要書類一覧、ダウンロードの表 ■ */

.list table {
	border-top: 1px solid #6D6DFF;
	border-left: 1px solid #6D6DFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.list thead th {
	font-size: medium;
	line-height: normal;
	color: #330099;
	background-color: #CCCCFF;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 5px 2px 5px 2px;
}

.list tbody th {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 10px 5px 10px 10px;
}

.list tbody td {
	font-size: medium;
	color: #000000;
	line-height: 1.75em;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 10px 5px 10px 10px;
}

.list .disc2 ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 0px 10px 0px 20px;
	list-style: disc outside;
}

col#list01 {
	width: 170px;
}

col#list02 {
	width: 360px;
}

col#dl01 {
	width: 300px;
}

col#dl02 {
	width: 100px;
}


/* ■ 希望ナンバー、サービス、リンクの表 ■ */

.number table {
	border-top: 1px solid #6D6DFF;
	border-left: 1px solid #6D6DFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.number thead th {
	font-size: small;
	line-height: normal;
	color: #330099;
	background-color: #CCCCFF;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 5px 2px 5px 2px;
}

.number tbody th {
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 3px;
}

.number tbody td {
	font-size: small;
	color: #000000;
	line-height: 1.5em;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 10px 10px 5px 10px;
}

.number p {
	width: 540px;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.75em;
}

col#num01 {
	width: 100px;
}

colgroup#num02 {
	width: 50px;
}

col#num03 {
	width: 30px;
}

col#num04 {
	width: 50px;
}

col#num05 {
	width: 340px;
}

col#numfee01 {
	width: 80px;
}

colgroup#numfee02 {
	width: 50px;
}

colgroup#svc01 {
	width: 180px;
}

col#svc02 {
	width: 220px;
}

col#svc03 {
	width: 140px;
}

colgroup#svc04 {
	width: 90px;
}

col#svc05 {
	width: 400px;
}

col#svc06 {
	width: 140px;
}

col#lnk01 {
	width: 30%;
}

col#lnk02 {
	width: 80%;
}


/*■特定商取引法の表■*/

.tokutei table {
	border-top: 1px solid #6D6DFF;
	border-left: 1px solid #6D6DFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tokutei thead th {
	font-size: small;
	line-height: normal;
	color: #330099;
	background-color: #CCCCFF;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 5px 2px 5px 2px;
}

.tokutei tbody th {
	font-size: medium;
	font-weight: normal;
	color: #330099;
	background-color: #CCCCFF;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 3px;
}

.tokutei tbody td {
	font-size: medium;
	color: #000000;
	line-height: 1.5em;
	border-bottom: 1px solid #6D6DFF;
	border-right: 1px solid #6D6DFF;
	padding: 10px 10px 5px 10px;
}

col#toku01 {
	width: 120px;
}

col#toku02{
	width: 400px;
}

/* ■代表者プロフィール■*/

#photoA {
	background-image: url(../co-img/photo6.jpg);
	background-repeat: no-repeat;
	background-position: 400px 20px;
}

#photoN {
	background-image: url(../co-img/noriko.jpg);
	background-repeat: no-repeat;
	background-position: 400px 20px;
}

#photoS {
	background-image: url(../co-img/shoko.jpg);
	background-repeat: no-repeat;
	background-position: 400px 20px;
}

.tokutei .disc2 ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 10px 5px 40px;
	list-style: disc outside;
}

/* ■個人情報保護のリスト■*/

.tokutei .ichi ul {
	font-size: medium;
	line-height: 175%;
	color: #000000;
	width: auto;
	padding: 5px 20px 5px 40px;
	list-style: url("../co-img/ichi.gif") disc outside;
}

/* ■サイトマップ、トップページの車種別色の表■ */

.map {
	padding: 10px;
	height: auto;
	width: 500px;
	font-size: medium;
	line-height: 1.5em;
}

.map h4{
	font-size: 14px;
	line-height: 175%;
	font-weight: bold;
	color: #330099;
	background-color: #CCCCFF;
	height: auto;
	width: auto;
	text-indent: 2em;
	margin-right: 4px;
	border: 1px solid #6D6DFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.map .map_c h4{
	background-color: #cfeb70;
}

.map .map_m h4{
	background-color: #FFCC66;
}

.map .map_b h4{
	background-color: #CC99FF;
}

.map li {
	list-style-type: none;
	list-style-position: inside;
	background-image: url(../co-img/arrow-blue.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	background-position: 2px 3px;
	text-indent: 0.3em;
}


/* ■■ お申込みフォーム ■■ */

.willkind {
	height: auto;
	width: 566px;
}

.willkind table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.75em;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #94CB10;
	border-left: 1px solid #94CB10;
	margin-top: 10px;
	margin-bottom: 20px;
}

.willkind td {
	padding: 10px 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94CB10;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #94CB10;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #000000;
	line-height: normal;
}

.willkind th {
	font-size: medium;
	font-weight: bold;
	color: #005929;
	background-color: #CFEB70;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94CB10;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #94CB10;
}



/* ■■ ここまで車庫証明で使用中 ■■ *//* ■■ 車庫証明 ■■ */


