@charset "UTF-8";
/*================================================================
	= Project =	ooimachi-seikotsuin.com
	= Date =		2013.07
	= TargetHTML =	only PC Browser
  ================================================================*/

/*================================================================
	01.MAIN
  ================================================================*/
main .squareMain {
	margin-right: 10px;
	padding: 10px;
	float: left;
	width: 480px;
	height: 480px;
	background: #fff;
}
main .squareMain .content {
	padding: 0;
	width: 480px;
	height: 480px;
	background: #f2f7e3;
}
main .squareMain #slide {
	position: relative;
	width: 480px;
	height: 227px;
	overflow: hidden;
}
main .squareMain #slide > div {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 480px !important;
	height: 227px !important;
}
main .squareMain #slide div img {
	width: 480px !important;
	height: 227px !important;
}
main .squareMain #slide div p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: url(../../imgs/t_img_vis_alpha.png) left bottom repeat;
	color: #ffffff;
}
main .squareMain #slide div p span {
	margin: 1%;
	display: block;
	line-height: 1.0;
	font-size: 12px;
	font-size: 1.2rem;
}
main .squareMain #way5 img {
	width: 96px;
	height: 117px;
}
main .squareMain aside {
	padding: 5px;
	color: #7dae33;
	line-height: 1.6;
}
/* section */
main section {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	width: 225px;
	height: 225px;
	background: #ffffff;
}
main section .content {
	padding: 10px;
	width: 205px;
	height: 205px;
	background: #f2f7e3;
/*	overflow: hidden;*/
	overflow-y: scroll;
	overflow-x: hidden;
}
main section#blog {
	position: relative;
	height: 480px;
}
main section#blog .content {
	overflow: auto;
}
main section .content h1.mainTtl {
	margin-bottom: 5%;
	padding: 3%;
	color: #4b7a06;
	background: url(../cmn/imgs/hdr_line.png) left top repeat-x, url(../cmn/imgs/hdr_line.png) left bottom repeat-x, #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
main section.bcWhite .content {
	padding: 10px;
	width: 205px;
	height: 205px;
	background: #ffffff;
}
main section.bcWhite .content h1.mainTtl {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: serif;
}
main section#news .content dl {
	padding-top: 6.12%;
	padding-bottom: 6.12%;
	border-bottom: 1px dotted #cccccc;
}
main section#news .content dt {
	padding-bottom: 5px;
	color: #7dae33;
	font-size: 12px;
	font-size: 1.2rem;
}
main section#news .content dd {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
main section .content .tblStyle_1 {
	margin: 0 0 20px;
	border-top: 1px solid #487736;
	border-left: 1px solid #487736;
	width: 204px;
}
main section .content .tblStyle_1 caption {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
main section .content .tblStyle_1 th {
	padding: 5px 0;
	border-right: 1px solid #487736;
	border-bottom: 1px solid #487736;
	line-height: 1.6;
	background: #efeeed;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}
main section .content .tblStyle_1 tr.ttl th {
	line-height: 1.4;
	color: #ffffff;
	background: #80af3c;
}
main section .content .tblStyle_1 td {
	padding: 5px 0;
	border-right: 1px solid #487736;
	border-bottom: 1px solid #487736;
	line-height: 1.4;
	background: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}
main section .content .tblStyle_1 td.cellGry { background: #efeeed;}
main section .content small {
	padding-top: 5px;
	line-height: 1.4;
	text-align: left;
	font-size: 10px;
	font-size: 1.0rem;
}

/*重要なお知らせ*/
.importantNotices {
	margin: 0 auto 10px;
	width: calc(100% - 30px);
	overflow-y: scroll;
}
.importantNotices .importantNotices-ttl {
	margin: 0;
	padding: 10px 10px 4px;
	line-height: 1.5;
	color: #fff;
	background: #e0660d;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.importantNotices .importantNotices-cont {
	margin: 0 auto;
	padding: 10px;
	border: 4px solid #e0660d;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}
.importantNotices .importantNotices-cont-txt {
	margin: 0 0 .25em;
	line-height: 1.8;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
.importantNotices .importantNotices-cont-note li {
	margin: 0 0 .25em;
	padding-left: 1em;
	line-height: 1.8;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
	text-align: left;
	letter-spacing: 1px;
	list-style: none;
}
.importantNotices .importantNotices-cont-note li:last-of-type {
	margin-bottom: 0;
}
.importantNotices .importantNotices-cont-note li a:hover,
.importantNotices .importantNotices-cont-note li a:active {
	text-decoration: underline;
}
.importantNotices .importantNotices-cont-note li strong {
	border-radius: 6px;
	background: linear-gradient(transparent 0%, #fcf5c9 0%);
	font-weight: bold;
}
