﻿@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------
価格改定表
***************************************************************************************/

table.price2019 {
    width:100%;
    margin-top:30px;
}
table.price2019 tr th,
table.price2019 tr td {
    border:1px solid #ccc;
    padding:5px;
}
table.price2019 tr th {
    padding:5px 10px;
}
table.price2019 tr td {
    text-align:center;
}
table.price2019 tr td span.fontS {
    font-size:12px;
}
table.price2019 tr td.widFix {
    width:90px;
}

/**************************************************************************************

--------------------------------------------------------------------------------------
井上こんさんプロフィール
***************************************************************************************/

.prfBox {
    border:1px solid #ccc;
    border-radius:10px;
    padding:25px;
}
.prfBox p.name {
    font-weight:bold;
    text-align:center;
    font-size:16px;
}

/**************************************************************************************

--------------------------------------------------------------------------------------
2020年5月　かけ価格改定
***************************************************************************************/

table.tblnews13 {
	width:100%;
	margin-top:15px;
}
table.tblnews13 thead tr td {
	background-color:#e8e8e8;
}
table.tblnews13 tr td {
    border:1px solid #ccc;
    padding:5px;
    text-align:center;
	background-color:#fff;
}
table.tblnews13 + .att {
	margin-top:5px;
	text-align:right;
}
table.tblnews13 + .att ul {
	display:inline-block;
	text-align:left;
}
