@charset "utf-8";
/* CSS Document */

.pl180 {
	padding-left: 180px;
}

/* -------------------------------------------- */
/* 問い合わせボタン */
/* -------------------------------------------- */

.contact {
	display: inline-block;
	width: 340px;
	height: auto;
	margin: 0px 5px 15px;
	vertical-align: top;
	text-decoration: none;
}

a.contact {
	height:60px;
	line-height: 60px;
	font-size: 120%;
}

@media screen and (max-width: 550px){

.contact {
	display: block;
	width: auto;
	max-width: 340px;
	margin-left: auto; margin-right: auto;
}

}


/* -------------------------------------------- */
/* フォント　ベクター商品（松竹梅） */
/* -------------------------------------------- */

.font-name {
	float: left;
	width: 160px;
	margin-left: -180px;
	text-align: right;
	line-height: 26px;
}

@media screen and (max-width: 630px){

.fonts66-ex .pl180 {
	padding-left: 0px;
}
.fonts66-ex .font-name {
	display: block;
	float: none;
	width: 100%;
	margin-left: 0px;
	text-align: left;
	line-height: 1.8;
}

}

/* -------------------------------------------- */
/* 価格表 */
/* -------------------------------------------- */

.products-price {
	width: 100%;
	max-width: 650px;
	margin-left: auto; margin-right: auto;
}
.products-price td { padding: 0;}
.products-price tr:last-child td { padding: 7px 10px;}

.products-price th.price {
	width: 210px;
	text-align: center;
	padding-left: 0; padding-right: 0;
}
.products-price .price-1 {
	width: 50px;
	text-align: center;
	padding: 7px 0px; padding-left: 0; padding-right: 0;
}
.products-price .price-2 {
	text-align: right;
	padding: 7px 10px;
}
.products-price .price-2:after {
	content: "円";
	padding-left: 5px;
	font-size: 80%;
}

.products-price a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 7px 10px;
	color: #474747;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.products-price a span:before,
.products-price a span:after {
	display: block;
	content:"";
	height: 1.7em;
	padding: 7px 10px;
}
.products-price a:hover {
	text-decoration: underline;
}
