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

.title {
	margin: 0 auto 40px;
	width: 100%;
}

.ti_about {
	display: block;
	margin: 40px auto 30px;
	width: 150px;
}

#outline {
	margin: 0 auto;
	width: 96%;
}
#outline thead th {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 40px;
}

#outline tbody th {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 80px;
	box-sizing: border-box;
}
#outline tbody td {
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
}
#outline tbody td p {
	margin-top: 0.5em;
}
#outline tbody td span a {
	font-weight: 600;
	color: #F60;
}
#outline tbody td span a:hover {
	opacity: 0.7;
}

#history {
	text-align: left;
	margin: 0 auto;
	width: 96%;
}

#history th {
	padding: 5px;
	width: 80px;
}
#history td {
	padding: 5px;
}

#postage {
	text-align: left;
	margin: 0 auto;
	width: 96%;
}

#postage th {
	padding: 5px;
	width: 90px;
}
#postage td {
	padding: 5px;
}

.postagelist {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin:0 auto;
	width: 96%;
}

.now {
	text-align: right;
	margin:3px auto;
	width: 96%;
}

#postage-list {
	font-size: 16px;
	margin: 1em 0;
	width: 100%;
}
#postage-list thead {
	display: none;
}

#postage-list th {
	color: #333;
	display: block;
	border-right: none;
}

#postage-list tbody tr {
	display: block;
	margin-bottom: 2em;
}
#postage-list tbody th {
	padding: 5px 0;
	background-color: #CBFAF7;
	border-bottom: 1px double #ccc;
	border-top: 1px solid #eee;
}
#postage-list td {
	border-bottom: 1px solid #bbb;
	display: block;
	text-align: left;
	position: relative;
	padding: 0.3em 0.5em 0.3em 10em;
	border-right: none;
}

#postage-list td::before {
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 1em;
	color: #167F92;
}

#postage-list td.nodata {
	display: none;
}

#yamato {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	background-size: auto auto;
	background-color: rgba(0, 133, 178, 0.88);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(0, 133, 178, 1) 3px, rgba(0, 133, 178, 1) 6px );
	text-align: center;
	line-height: 1.6em;
	display: block;
	margin: 30px auto;
	padding: 10px 0;
	width: 96%;
	border-radius: 6px;
}

/* ポップアップ */
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 80vw;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

@media only screen and (min-width: 769px) {
.title {
	background-image: url(../images/about/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 60px;
	height: 515px;
	width: 1050px;
}

.ti_about {
	display: block;
	margin: 100px auto 85px;
	width: 200px;
}

#outline {
	margin: 0 auto;
	width: 735px;
}

#outline thead th {
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 90px;
}

#outline tbody th {
	width: 175px;
}

#history {
	margin: 0 auto;
	width: 735px;
}

#history th {
	width: 175px;
}

#postage {
	margin: 0 auto;
	width: 735px;
}

#postage th {
	width: 175px;
}

.postagelist {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin:0 auto;
	width: 968px;
}

.now {
	text-align: right;
	margin: 0 auto;
	width: 968px;
}

#postage-list {
	border-collapse: collapse;
	display: table;
	margin: 0.5em auto 1em;
	width: 968px;
	border: 1px solid #bbb;
}

#postage-list thead {
	text-align: center;
	display: table-header-group;
	padding: 0;
}

#postage-list thead th.l01 {
	background-color: rgba(255,253,67,.27);
}
#postage-list thead th.l02 {
	background-color: rgba(65,168,83,.27);
}
#postage-list thead th.l03 {
	background-color: rgba(188,189,235,.27);
}
#postage-list thead th.l04 {
	background-color: rgba(239,102,143,.27);
}
#postage-list thead th.l05 {
	background-color: rgba(255,241,243,.46);
}
#postage-list thead th.l06 {
	background-color: rgba(168,234,255,.27);
}

#postage-list th,
#postage-list td {
	display: table-cell;
	padding: 0.3em 0.5em;
	border: 1px solid #bbb;
}
#postage-list tbody tr {
	display: table-row;
	margin-bottom: 0;
}
#postage-list tbody tr:nth-child(odd) {
    background: rgba(255,222,193,.27);
}
#postage-list tbody th {
	text-align: left;
	color: #333;
	background-color: inherit;
	padding: 0.3em 0.5em;
}

#postage-list tbody td {
	text-align: center;
}
#postage-list td::before {
	content: "";
}
#postage-list thead tr th.bu-classification {
	width: 320px;
}
#postage-list thead tr th.price {
	width: 150px; 
}
#postage-list thead tr th.bu-note {
	width: 150px;
}
#postage-list td.nodata {
	display: table-cell;
}

.note {
	margin: 1em auto;
	width: 968px;
}

#yamato {
	font-size: 20px;
	width: 968px;
}
}

@media screen and (max-width: 640px) {
    .br-no { display:none; }
}
