/*============================================
市場表示用 スタイル
============================================*/
.ichi h1{
/*	 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;*/
	border-radius: 2px;
	margin: 1px 0px 8px 0px;
	padding: 4px 2px 4px 2px;
	font-size: 2.2rem;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #666;
}
/*============================================
リストスタイル table05
============================================*/
.ichi_List05 {
	width:100%;
	border-collapse: collapse;

}

.ichi_List05 th,
.ichi_List05 td{
	padding: 4px 10px;
	border: 1px solid #ddd;
	font-size:1.6rem; 
	color:#696969;
}

.ichi_List05 th {
	background: #fafafa;
	width: 26%;
	text-align: left;
}

.ichi_List05 .Name {
	font-size:1.86rem; 
}

.ichi_List05 .AreaName {
	font-size:1.6rem; 
}
.ichi_List05 .Title {
	font-weight: bold;

}


.ichi_List05 .Link {
	text-align: right;
}


@media only screen and (max-width:540px) {
	.ichi_List05 th,
	.ichi_List05 td{
		width: auto;
		display: block;
		border-top: none;
	}
	.ichi_List05 tr:first-child {
		border-top: 1px solid #d5d5d5;
	}
}

/*========================================================
	ichi ヘッダー部分
========================================================*/

.ichi_header{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	background: #666;
	text-align: left;
	margin:0px 0px 2px 0px;
	padding:4px 2px 4px 2px;
}
.ichi_header h1{
	all:initial;			/*属性をリセット*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	padding: 10px 0px 4px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #ffff;
	font-weight: bold;
}

.ichi_header h2{
	all:initial;			/*属性をリセット*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	padding: 0px 0px px 0px;
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 2.6rem;
	color: #ffff;
	font-weight: bold;
}
.ichi_header p{
	padding: 4px 28px 10px 12px;
	font-size: 1.6rem;
	color: #ffff;
	text-align: right;
}

/* OverView */

.OverViewBox {
	font-size: 100%;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	padding: 12px 4px 12px 4px;
	position: relative;
	margin: 36px 4px 18px 4px;
}

.OverViewBox::before {
	font-size: 100%;
	background-color: #fff;
	color: #333;
	content: "Over View";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

/*.ichi_overview {
	margin:20px 4px 32px 4px;
}*/

.ichi_overview {
	font-size: 100%;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	padding: 12px 12px 12px 12px;
	position: relative;
	margin: 36px 4px 18px 4px;
}

.ichi_overview::before {
	font-size: 100%;
	background-color: #fff;
	color: #333;
	content: "Over View";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.ichi_overview h1{
	all:initial;			/*属性をリセット*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	padding: 16px 2px 16px 2px;
	font-size: 2.0rem;
	line-height: 3.2rem;
	color:#DF0101;

/*	font-weight: bold;*/
}

.ichi_overview .first_sentence{
	margin-bottom:6px;
}
.ichi_overview .more_sentence{
}
.ichi_overview .img_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.ichi_overview .img_right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/*
@media only screen and (max-width: 430px) {

.ichi_overview .img_right{
	    clear: both;
	    width: auto;
	}

}
*/
/*-------------------------------------------------------------
	table Notice
------------------------------------------------------------- */

.Notice {
	margin: auto;
	width: 92%;
	border-collapse: collapse;
}

.Notice th,td {
	padding: 8px 10px;
	border: none;
	font-size:1.0rem;
	color:#696969;
	vertical-align:top;
}

.Notice th {
	background: #ffffff;
	width: 24%;
	text-align: left;
	vertical-align:top;
}

.Notice img {
	width:100%;
	max-width:182px;
	min-width:148px;
}

/*-----------------------------------------------------*/
.Notice  .title5 {
 	font-size:1.0rem;
	font-weight: bold;
	color:#2e2e2e;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
  	margin-bottom: 1.0rem;
}
.Notice  .title5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.Notice  .title5 a:link { 
	color: #4169e1;
	text-decoration: none;
}

.Notice  .title5 a:hover { 
	color:#ff7f50;
}

/*-----------------------------------------------------*/
.Notice .notice_time{
 	font-size:1.0rem;
	font-weight: bold;
	color:#5e5656;
}
/*-----------------------------------------------------*/
.Notice .notice_info{
 	font-size:0.926rem;
 	line-height: 1.2rem;
	margin-bottom: 1.0rem;
}

@media only screen and (max-width:782px) {
	.Notice th,
	.Notice td {
		width: auto;
		display: block;
		border-top: none;
	}
	.Notice th {
	/*	background: #f4f4f4;*/
		text-align: left;
		vertical-align:top;
	}
	.Notice img{
		width:100%;
		max-width:400px;
		min-width:268px;
	}
/*	.tableNotice tr:first-child {
		border-top: 1px solid #d5d5d5;
	}
*/
}

/*-------------------------------------------------------------
	Event table 
------------------------------------------------------------- */

.Event {
	margin: auto;
	width: 96%;
	border-collapse: collapse;
}

.Event th,
.Event td{
	padding: 8px 10px;
	border: none;
	font-size:0.882rem;
	color:#696969;
	vertical-align:top;
}

.Event th {
	background: #ffffff;
	width: 28%;
	text-align: left;
	vertical-align:top;
}

.Event img {
	width:100%;
	max-width:182px;
	min-width:148px;
}

/*-----------------------------------------------------*/
.Event  .title5 {
 	font-size:0.926rem;
	font-weight: bold;
	color:#2e2e2e;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #f5945f;	/*#3498db;*/
  	margin-bottom: 0.5rem;
}
.Event  .title5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.Event  .title5 a:link { 
	color: #4169e1;
	text-decoration: none;
}

.Event  .title5 a:hover { 
	color:#ff7f50;
}

/*-----------------------------------------------------*/
.Event .event_time{
 	font-size:0.928rem;
	font-weight: bold;
	color:#5e5656;
}
/*-----------------------------------------------------*/
.Event .event_info{
 	font-size:0.882rem;
 	line-height: 1.3rem;
	margin-bottom: 1.0rem;
}

@media only screen and (max-width:782px) {
	.Event th,
	.Event td {
		width: auto;
		display: block;
		border-top: none;
	}
	.Event th {
	/*	background: #f4f4f4;*/
		text-align: left;
		vertical-align:top;
	}
	.Event img{
		width:100%;
		max-width:400px;
		min-width:268px;
	}
/*	.table Event tr:first-child {
		border-top: 1px solid #d5d5d5;
	}
*/
}


