@charset "utf-8";


/*==================================================*/
/*                                                  */
/*        イーガーデン近藤からのお知らせ CSS        */
/*       　 （※詳細ページ用は当CSS下部に）         */
/*==================================================*/


/* art01 */
.art01 {
	background-color: #F3F4F3;
	padding: 30px 3% 40px;
	font-size: 0;
	text-align: center;
}
.art01 > .in{
	max-width: 1080px;
	margin: auto;
	background-color: #ffffff;
}
@media print, screen and (max-width:640px) {
	.art01 {
		padding: 6% 3% 8%;
	}
}


.commontitle01{
	background-image: url(../img/cover_img.jpg);
	background-position:center 50%;
	background-size:cover;
}
.commontitle01 p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:4.0px;
	padding-top: 0px;
}


/* content */
.art01 .whats_new {
	font-size:14px;
	background-color: #fff;
	padding: 60px 0;
}
.art01 .whats_new:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .whats_new .result {
	margin: 0 0 40px 0;
}



/* content01 */
.art01 .content01 {
	background-color: #fff;
	padding-bottom: 40px;
}
.art01 .content01 .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 290px;
	margin-bottom: 40px;
}
.art01 .content01 .title01 {
	margin-bottom: 20px;
	padding: 0 3%;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
}
.art01 .content01 .caption01 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0em;
	color: #000;
	padding: 0 3%;
}
.art01 .whats_new {
	width: 800px;
	margin: 0 auto 0px auto;
}
.art01 .whats_new li {
	display: table;
	width: 100%;
	height: 60px;
	margin-top: 2px;
}
.art01 .whats_new li:first-child {
	margin-top: 0;
	display: table;
}
.art01 .whats_new li .date, .whats_new li .label, .whats_new li .title {
	display: table-cell;
	vertical-align: middle;
	font-size:14px;
	color: #434343;
	*display: inline;
	*zoom: 1;
}
.art01 .whats_new li .date {
	width: 90px;
}
.art01 .whats_new li .label {
	width: 120px;
}
.art01 .whats_new li .label span.info {
	padding: 3px 6px;
	background-color: #7ad2eb;
	color: #fff;
}
.art01 .whats_new li .label span.event {
	padding: 3px 6px;
	background-color: #f19ec2;
	color: #fff;
}
.art01 .whats_new li .label span.result {
	padding: 3px 6px;
	background-color: #8fc31f;
	color: #fff;
}
.art01 .whats_new li .title {
	width: 880px;
	text-align: left;
	padding-left: 15px;
}
.art01 .whats_new li .title a {
	line-height: 1.8;
	font-size: 1.16667em;
}
.art01 .whats_new li .title a:link, .whats_new li .title a:visited, .whats_new li .title a:hover, .whats_new li .title a:active {
	color: #434343;
	text-decoration: underline;
}
.art01 .whats_new li .title a:hover {
	color: #b28850;
	text-decoration: none;
}
.art01 .whats_new li .title .icn-new01 {
	line-height: 16px;
	display: inline-block;
	font-size:9px;
	color: #fff;
	margin-left: 14px;
	padding:4px 14px;
	background:#c00;
}

@media print, screen and (max-width:640px) {
	.art01 .content01 {
		padding-bottom: 8%;
	}
	.art01 .content01 .img {
		padding-top: 50%;
		height: 0;
		margin-bottom: 8%;
	}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		font-size: 1.8rem;
	}
	.art01 .content01 .caption01 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8em;
		text-align: left;
	}
	.art01 .whats_new {
		width: 96%;
		margin: 0 auto 40px auto;
	}
	.art01 .whats_new:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .whats_new li {
		display: block;
		width: 100%;
		height: 60px;
		margin: 0 0 20px 0;
	}
	.art01 .whats_new li:first-child {
		display: block;
	}
	.art01 .whats_new li .date, .whats_new li .label, .whats_new li {
		display: table-cell;
		vertical-align: middle;
		font-size:13px;
		font-size:1.3rem;
		color: #434343;
		*display: inline;
		*zoom: 1;
	}
	.art01 .whats_new li .date {
		width: 90px;
	}
	.art01 .whats_new li .label {
		width: 80px;
	}
	.art01 .whats_new li .label span.info {
		padding: 3px 6px;
		background-color: #7ad2eb;
		color: #fff;
	}
	.art01 .whats_new li .label span.event {
		padding: 3px 6px;
		background-color: #f19ec2;
		color: #fff;
	}
	.art01 .whats_new li .title {
		display: block;
		vertical-align: middle;
		color: #434343;
		width: 90%;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 15px;
		white-space: nowrap;
	        overflow: hidden;
	        text-overflow: ellipsis;
	        -webkit-text-overflow: ellipsis;
	        -o-text-overflow: ellipsis;
	}
	.art01 .whats_new li .title a {
		line-height: 1.8;
		font-size:14px;
		font-size:1.4rem;
	}
	.art01 .whats_new li .title a:link, .whats_new li .title a:visited, .whats_new li .title a:hover, .whats_new li .title a:active {
		color: #434343;
		text-decoration: underline;
	}
	.art01 .whats_new li .title a:hover {
		color: #b28850;
		text-decoration: none;
	}
	.art01 .whats_new li .title .icn-new01 {
		line-height: 16px;
		display: inline-block;
		font-size:9px;
		color: #fff;
		margin-left: 14px;
		padding:4px 14px;
		background:#c00;
	}
	.art01 .caption02 .row01 {
		width: 86%;
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
}




/*==================================================*/
/*                                                  */
/*               お知らせ詳細ページ CSS             */
/*       　                                         */
/*==================================================*/


.art01 .whats_new_dtl {
	font-size:14px;
	background-color: #fff;
	padding: 60px 0;
}
.art01 .whats_new_dtl:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .whats_new_dtl .post {
	width: 700px;
	margin: 0 auto 40px auto;
	padding: 0;
}
.art01 .whats_new_dtl .post:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .whats_new_dtl .post ul {
	margin: 0;
	padding: 0;
}
.art01 .whats_new_dtl .post ul li.date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	line-height: 3.0rem;
	letter-spacing: 2.0px;
	color: #434343;
	text-align: left;
	height: 30px;
}
.art01 .whats_new_dtl .post ul li.title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30px;
	line-height: 3.0rem;
	color: #002f56;
	text-align: left;
	margin: 0 0 50px 0;
	height: auto;
	position: relative;
}
.art01 .whats_new_dtl .post ul li.title::before {
	content: "";
	position: absolute;
	bottom: -20px;
	width: 70px;
	border-bottom: 3px solid #cfa972;
}
.art01 .whats_new_dtl .post ul li#pst-cnt {
	margin: 0;
	padding: 0;
}
.art01 .whats_new_dtl .post ul li#pst-cnt:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .whats_new_dtl .post ul li#pst-cnt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	color: #434343;
	text-align: left;
	margin: 0 0 10px 0;
}
.art01 .whats_new_dtl .post ul li#pst-cnt p a.ico_01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	color: #002f56;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(http://server01.otm.co.jp/testsites/highclass/common/img/ico_01.png) left 2px no-repeat;
}
.art01 .whats_new_dtl .post ul li#pst-cnt p a.ico_01:hover {
	color: #b28850;
}
.art01 .whats_new_dtl .post ul li#pst-cnt p img.photo {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.art01 .caption02 {
	color: #434343;
}
.art01 .caption02 .row01 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.art01 .caption02 .row04 {
	margin-bottom: 20px;
}
.art01 .caption02 .row04 > a {
	padding: 11px 15px;
	display: inline-block;
	background: #002f56;
	border: 2px solid #002f56;
}
.art01 .caption02 .row04 > a:hover {
	color: #002f56;
	background: #ffffff;
	border: 2px solid #002f56;
}
.art01 .caption02 .row04 > a + a {
	margin-left: 10px;
}
.art01 .caption02 .row04 > a span {
	font-size: 16px;
	font-size: 1.6rem;
}

@media print, screen and (max-width:640px) {
	.art01 .whats_new_dtl {
		width: 86%;
		margin: 0 auto 40px auto;
		padding: 40px 0 60px 0;
	}
	.art01 .whats_new_dtl:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .whats_new_dtl .post {
		width: 100%;
		margin: 0 auto 40px auto;
		padding: 0;
	}
	.art01 .whats_new_dtl .post:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .whats_new_dtl .post ul {
		margin: 0;
		padding: 0;
	}
	.art01 .whats_new_dtl .post ul li.date {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 30px;
		line-height: 3.0rem;
		letter-spacing: 2.0px;
		color: #434343;
		text-align: left;
		height: 30px;
	}
	.art01 .whats_new_dtl .post ul li.title {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 30px;
		line-height: 3.0rem;
		color: #002f56;
		text-align: left;
		margin: 0 0 50px 0;
		height: auto;
		position: relative;
	}
	.art01 .whats_new_dtl .post ul li.title::before {
		content: "";
		position: absolute;
		bottom: -20px;
		width: 70px;
		border-bottom: 3px solid #cfa972;
	}
	.art01 .whats_new_dtl .post ul li#pst-cnt {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.art01 .whats_new_dtl .post ul li#pst-cnt:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .whats_new_dtl .post ul li#pst-cnt p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		line-height: 2.4rem;
		color: #434343;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.art01 .whats_new_dtl .post ul li#pst-cnt p a.ico_01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		line-height: 2.4rem;
		color: #002f56;
		text-align: left;
		margin: 0 0 10px 0;
		padding: 4px 0 4px 20px;
		background: url(http://server01.otm.co.jp/testsites/highclass/common/img/ico_01.png) left 4px no-repeat;
	}
	.art01 .whats_new_dtl .post ul li#pst-cnt p a.ico_01:hover {
		color: #b28850;
	}
	.art01 .whats_new_dtl .post ul li#pst-cnt p img.photo {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.art01 .backtolist {
		margin: 0;
		padding: 0;
	}
	.art01 .caption02 {
		color: #434343;
	}
	.art01 .caption02 .row01 {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.art01 .caption02 .row04 {
		margin-bottom: 20px;
	}
	.art01 .caption02 .row04 > a {
		padding: 11px 15px;
		display: inline-block;
		background: #002f56;
		border: 2px solid #002f56;
	}
	.art01 .caption02 .row04 > a:hover {
		color: #002f56;
		background: #ffffff;
		border: 2px solid #002f56;
	}
	.art01 .caption02 .row04 > a + a {
		margin-left: 10px;
	}
	.art01 .caption02 .row04 > a span {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

