@charset "utf-8";

/* CSS Document */


/* 格安プレート看板 start */
ul.LineButton {
	margin: 20px 100px;
	padding: 0;
}

ul.LineButton li {
	display: inline;
	margin-right: 35px;
	list-style-type: none;
}

ul.LineButton2 {
	margin: 25px 25px;
	padding: 0;
}

ul.LineButton2 li {
	display: inline;
	margin-right: 35px;
	list-style-type: none;
}

div.KihonDotto {
	/* background: url(../img/underline5.gif) repeat-x;
	height: 36px; */
	border-bottom: 7px dotted #333333;
	margin: 35px 20px 5px 0;
	font-size: 13px;
}

div.KihonDotto span {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 10px;
}


table.tokuchou {
	margin: 10px 20px 30px;
}

table.tokuchou td.alumi {
	border-bottom: 2px #333333 solid;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
}

table.tokuchou td.five {
	font-size: 15px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-weight: bold;
	vertical-align: text-top;
	padding-right: 5px;
}

table.tokuchou span.small_red {
	font-size: 12px;
	color:#FF0000;
	font-weight: lighter;
}

table.tokuchou td.kaisetu {
	width: 250px;
	font-size: 12px;
	line-height: 1.1;
	text-align: left;
}

table.sankou {
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
}

table.sankou td.kakaku_a {
	text-align: right;
}

table.sankou td.kakaku_b {
	text-align: right;
}

table.sankou td.kakaku_c {
	text-align: right;
	padding-left: 30px;
}

p.headerBanner {
	margin: 0 0 3px 20px;
}

p.plateNouki {
	margin: 5px 0 5px 20px;
}

p.plateNouki span {
	color: #FF0000;
	font-weight: bold;
}

table.campaignTAB {
	margin: 2px 0 15px 20px;
}

table.campaignTAB td {
	vertical-align: text-top;
	font-size: 13px;
}	

table.campaignTAB td.campaignTD1 {
	color: #FF0000;
	font-weight: bold;
}

table.plateCourseTAB {
	margin: 0 0 10px 25px;
	font-size: 13px;
}

table.plateCourseTAB td {
	padding-right: 20px;
	line-height: 1.5;
}

table.originPTAB {
	margin: 10px 0 10px 10px;
}

table.originPTAB table.originPTABinbox {
	border: 1px #636A6C solid;
	width: 630px;
	margin-right: 5px;
}

table.originPTAB table.originPTABinbox td {
	vertical-align: top;
}

table.originPTAB td.mitsumoriTD {
	vertical-align: bottom;
}

td.mitsumoriTD2 {
	vertical-align: bottom;
	padding-left:30px;
}

table.originPTAB table.originPTABinbox ul {
	width: 330px;
	margin: 0;
	padding: 0;
}

table.originPTAB table.originPTABinbox ul.sikyuUL {
	width: 620px;
	margin: 0;
	padding: 0;
}

table.originPTAB table.originPTABinbox li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.originPTAB table.originPTABinbox li.oriPLI1 {
	margin: 10px 0 5px 5px;
	font-size: 16px;
	font-weight: bold;
}

table.originPTAB table.originPTABinbox li.oriPLI2 {
	margin-left: 20px;
	margin-bottom: 2px;
	font-size: 14px;
}
div#platePriceDIV {
	margin: 10px auto 50px;
}

.silver_tbl_wide100{
	width: 100%;
	border: 1px solid #444;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 50px;
}
.silver_tbl_wide100 td{
	border: 1px solid #444;
	border-collapse: collapse;
	padding: 0.8rem 0.3rem;
}
.tbl_left{
	width: 100px;
}
.tbl_colored{
	background-color: #EB6E18;
	color: #FFF;
	font-weight: bold;
}
.ctaBox{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.ctaBox_btn{
		width: 50%;
		display: flex;
		justify-content: center;
	}
	.ctaBox_btn_gray{
		display: inline-block;
		min-width: 380px;
		padding: 20px;
		border: 2px solid #6D6D6D;
		background: #fff;
		font-weight: bold;
		text-decoration: none;
		line-height: 1;
		color: #444;
		border-radius: 4px;
		font-size: 18px;
		text-align: center;
	}
	.ctaBox_btn_gray:hover{
		background: #e5e5e5;
		color: #444 !important;
	}
	.ctaBox_btn_orange{
		display: inline-block;
		min-width: 380px;
		padding: 20px;
		border: 2px solid #EB6E18;
		border-bottom: 4px solid rgb(168, 78, 18);
		background: #EB6E18;
		font-weight: bold;
		text-decoration: none;
		line-height: 1;
		color: #fff !important;
		border-radius: 4px;
		font-size: 18px;
		text-align: center;
	}
	.ctaBox_btn_orange:hover{
		background: rgb(238, 142, 77);
		color: #fff !important;
	}
	.related_items{
		display: flex;
		justify-content: space-around;
		width: 100%;
		margin-bottom: 50px;
	}
	.related_items img:hover{
	opacity:0.8;
	}

	@media (max-width:800px) {
		.ctaBox_btn {
			width: 100%;
			margin: 10px 0;
		}
	}