@charset "UTF-8";
/*
 * style.css
 * 下層ページ（共通）
 */

/* !section
---------------------------------------------------------- */
.section_basic01 {
	margin: 32px 0 32px 0;
	clear: both;
}
	.section_basic01 p {
	margin-bottom: 0.5em;
	text-indent: 1em;
	margin-top: 0.5em;
	}
	.section_basic01 a {
		color:#3498db;
		text-decoration:underline;
	}
		.section_basic01 a:visited {
			color:#3498db !important;
			text-decoration:none;
		}
		.section_basic01 a:hover {
			color:#3498db;
			text-decoration:none;
		}


/* !H(n)eading
---------------------------------------------------------- */
#h1Wrap01 { background: #F5F5F5; }
#h1_basic01 {
	color: #FFF;
	font-size: 200%;
	font-weight: 400;
	height: 166px;
	line-height: 166px;
	text-align: left;
	background: url(../../images/mainImage01.jpg) no-repeat top center;
	height: 166px;
	width: 980px;
	margin: 0 auto;
	padding-left: 40px;
}
#h1_basic02 {
	color: #FFF;
	font-size: 190%;
	font-weight: 400;
	height: 166px;
	line-height: 166px;
	text-align: left;
	background: url(../../images/mainImage01.jpg) no-repeat top center;
	height: 166px;
	width: 980px;
	margin: 0 auto;
	padding-left: 40px;
	text-shadow: 2px 3px 3px #808080;
}

.h2_basic01 {
	color: #0078BF;
	font-size: 180%;
	font-weight: 400;
	border-left: 8px solid #0078BF;
	padding-left: 15px;
}
.h3_basic01 {
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 2px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size: 120%;
	margin-bottom: 1em;
}

.h3_basic02 {
	clear: both;
	height: 3em;
	margin-bottom: 15px;
}
	.h3_basic02 span.col01 {
	background: #3498db;
	color: #FFF;
	padding: 10px;
	width: 36%;
	display: block;
	float: left;
	text-align: center;
}
	.h3_basic02 span.col02 {
	background: #F5F5F5;
	padding: 10px;
	display: block;
	float: left;
	width: 64%;
}
.h4_basic01 {
	border-left: 5px solid #3498db;
	padding-left: 10px;
	color: #3498db;
	font-size: 110%;
	font-weight: 600;
}
.h4_basic02 {
	background-color: #3498db;
	padding: 6px 10px;
	color: #FFF;
	font-size: 110%;
	font-weight: 600;
}
	.h4_basic02.col_Orange01 { background-color: #FE970C !important; 
	}
	.h4_basic02 a:link {
		color: #FFF;
	}
	.h4_basic02 a:visited {
		color: #FFF !important; 
	}
	.h4_basic02 a:hover {
		color: #FFF;
	}
.h5_basic01 {
	background-color: #3498db;
	padding: 6px 10px;
	color: #FFF;
	font-size: 105%;
	font-weight: 600;
}
.h5_basic02 {
	border: 1px solid #3498db;
	padding: 6px;
	line-height:1.1;
	font-size: 105%;
}
.tx_catch {
	color: #0078BF;
	font-size: 110%;
	font-weight: 600;
	margin: 10px 0 !important;
	text-indent: 0em !important;
	padding: 8px 16px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.tx_date {
	font-style: italic;
	color: #666;
	text-align: right;
	margin-bottom: 20px !important;
}
	
/* !contents
---------------------------------------------------------- */
#contents {
	padding-top:0;
}
	#main-wrap {
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	padding: 30px;
	}
		#main {
	float: right;
	width: 670px;
	padding-top: 0px;
		}
		#sub {
	float: left;
	width: 212px;
		}

/* !Box
---------------------------------------------------------- */
.bdrB01 {
	border: 1px solid #CCC;
	padding: 10px;
	width: 92%;
	margin: 15px auto;
}
.bdrA01 {
	border: 1px solid #CCC;
	padding: 10px;
}

/* !Food Digest Carender
---------------------------------------------------------- */
.tbl_Calendar01 {
	margin: 20px auto;
	border: 1px solid #CCC;
	border-collapse:collapse;
}
	.tbl_Calendar01 th {
	padding: 12px;
	background-color: #E0E0E0;
	text-align: center;
	border: 1px solid #CCC;
	border-collapse:collapse;
	}
	.tbl_Calendar01 th.sun {
	background-color: #F56B6B;
	color: #FFF;
	}
	.tbl_Calendar01 th.sat {
	background-color: #59CBBF;
	color: #FFF;
	}
	.tbl_Calendar01 td {
	padding: 20px;
	text-align: center;
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 120%;
	}
#form_calendar01 {
}
	#form_calendar01 select { padding: 6px; 
	}
	#form_calendar01 label {
		margin-right:1em;
	}

.textarea {
	width: 70%;
	height: 150px;
	line-height: 1.1em;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	border-top: 2px #696969 solid;
	border-left: 2px #696969 solid;
	border-right: 1px #E3E3E3 solid;
	border-bottom: 1px #E3E3E3 solid;
	color: #000000;
	overflow: auto;
}