@charset "utf-8";

/*テキスト設定-------------------------------*/
h1{
	font-weight: normal;
	font-size: 18px;
	border:solid 0px #CCCCCC;
	border-bottom-width:1px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2{
	font-size: 18px;
	margin-bottom:5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color:#EEEEEE;
}
p{
	font-size: 16px;
	letter-spacing:1px;
	line-break: normal;
}
a{
	color:#000099;
}
a:hover{
	color:#8999e6;
}
.text-red{
	color:#FF0000;
}

/*パンくずリスト-------------------------------*/
#pankuzu{
	width:100%;
	height:26px;
	background-color:#8EACFD;
	border:solid 0px #CCCCCC;
	border-top-width:1px;
	border-bottom-width:1px;
	clear:both;
}
#pankuzu p{
	margin:0px 0px 0px 10px;
	color:#FFFFFF;
	font-size: 16px;
	text-decoration:none;
	line-height: 26px;
}
#pankuzu p a{
	color:#FFFFFF;
	text-decoration:none;
}
#pankuzu p a:hover{
	color:#22109A;
	text-decoration:none;
}
/*コンテンツボックス-------------------------------*/
#contents-left{
	width:218px;
	height:auto;
	padding:0px;
	min-height: 600px;
	float:left;
}
#contents-right{
	margin-left:220px;
	width: 980px;
	padding:0px;
}
#contents-all{
	padding:0px 17px 0px 17px;
	clear:both;
}
p.text-right {
	text-align: right;
	margin: 0.5em 0;
}
/*テーブル-------------------------------*/
.table1{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.table1 th{
	/*background-color: #DEE4FE;*/
	padding: 3px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #999999;
}
.table1 td{
	padding:3px;
	font-size: 16px;
	border: 1px solid #999999;
	text-align: center;
}
.table1 td a:visited{
	color: #000066;
}
.table1 td a:hover{
	color:#FF0000;
	border:solid #FF9933 0px;
}
tr.invalid {
	background-color: #cacaca;
}
.table2{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.table2 th{
	background-color: #DEE4FE;
	padding: 3px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #999999;
}
.table2 td{
	padding:3px;
	font-size: 16px;
	border: 1px solid #999999;
	/*text-align: center;*/
	text-align: left;
}
.table2 td a:visited{
	color: #000066;
}
.table2 td a:hover{
	color:#FF0000;
	border:solid #FF9933 0px;
}
tr.invalid {
	background-color: #cacaca;
}
/*管理者一覧*/
#admin_table {
	table-layout: fixed;
}
#admin_table th {
	text-align: center;
}
#admin_table tr th:nth-of-type(1),
#admin_table tr th:nth-of-type(4),
#admin_table tr th:nth-of-type(5){
	width: 50px;
}
#admin_edit_table {
	table-layout: fixed;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
#admin_edit_table th {
	text-align: left;
	width: 170px;
	padding: 0.5em;
}
#admin_edit_table td {
	text-align: left;
	padding: 0.5em;
}
#admin_edit_table td input[type="text"] {
	font-size: 16px;
	padding: 2px;
	width: 20em;
}
/*ボタンエリア*/
.button_area {
	display: table;
	width: 400px;
	margin: 0 auto 2em;
}
.button_block {
	display: table-cell;
	text-align: center;
}
.button_block input {
	font-size: 16px;
}
.button_block button {
	font-size: 16px;
}
.order_edit_button_area {
	width: 500px;
	margin-bottom: 3em;
}
.order_edit_button_area input,
.order_edit_button_area button {
	padding: 2px 4px;
}
/*新着情報管理*/
#news_list_table {
	
}
#news_list_table th {
	text-align: center;
	white-space: nowrap;
}
#news_list_table td:nth-of-type(2) {
	text-align: left;
	white-space: nowrap;
}
#news_list_table td:nth-of-type(3) {
	text-align: left;
}
#news_list_table td:nth-of-type(6),
#news_list_table td:nth-of-type(7) {
	white-space: nowrap;
}
.news_edit_table {
	table-layout: fixed;
	margin-bottom: 2em;
}
.news_edit_table th {
	text-align: left;
	/*width: 14em;*/
	width: 11em;
	padding: 8px;
}
.news_edit_table td {
	text-align: left;
	padding: 8px;
}
.news_edit_table td input,
.news_edit_table td textarea,
.news_edit_table td select {
	font-size: 1em;
	padding: 4px;
	border: none;
}
.news_edit_table td div.flex {
	display: flex;
}
.news_edit_table td .vertical {
	width: 6em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news_edit_table td .vertical div {
	margin: 0.5em 0;
}
.news_edit_table td .vertical img {
	border: 1px solid #000000;
}
