﻿@charset "UTF-8";

body{
	background-image: url("../image/renga12.jpg");
}

/*  和紙タイトル*/
.dai_1 {
	width: 320px;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: yellow;
	line-height: 60px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi2.jpg");
}
.dai_1_login {
	width: 320px;
	height: 60px;
	margin-top: 10px;
	margin-left:20px;
	margin-bottom:10px;
	font-size: 20px;
	font-weight: bold;
	color: yellow;
	line-height: 60px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi2.jpg");
}

.setumei_kukuri {
	width: 350px;
	margin-bottom:10px;
	background-image: url("../image/washi27.jpg");
}

.saiz_setumei {
	width: 340px;
	margin-left: 5px;
	color: black;
	font-size: 14px;
}

/* 表 */
table {
	border-collapse: collapse;
	width: 100%;
	color: black;	
	font-size: 14px;	
}

th, td {
	border: 2px solid black;
}
.saiz{
	width:30%;
}
.gokei{
	width:30%;
}
.kenmei{
	width:40%;
}

.hokkaido {
	background-color: palegreen;
}

.kitatohoku {
	background-color: #c0c0c0;
}

.kanto {
	background-color: aqua;
}

.kansai {
	background-color: lime;
}

.tyugoku {
	background-color: #ff7711;
}

.sikoku {
	background-color: #ff7799;
}

.kyusyu {
	background-color: #ff3300;
}

.okinawa {
	background-color: skyblue;
}

.kenmei {
	background-color: #ffff99;
	width: 27%;
}



.box {
	text-align: center;
	background-color: white;
}

.saiz {
	background-color: #ffff99;
	text-align: center;
}

.gokei {
	background-color: #ffff55;
	text-align: center;
}

/* 配達時間 */
.sitei_teble {
	background-color: #ffff99;
	text-align: center;
}
.sitei_midasi {
	background-color: lime;
}

/*ボタン*/
.button {
	text-align: center;
} 
.button_size {
	width: 110px;
	height: 30px;
	font-size:16px;
}



