@charset "UTF-8";
/*------------------------------------------------------------MainPhoto*/
#mainimage {
	margin: 0 auto 20px;
}
mainphoto {
	position: relative;
}
#mainphoto .baloon {
	position: absolute;
	top: 30%;
	right: 10%;
	z-index: 100;
}
#mainphoto .baloon img {
	width: 200px;
	height: auto;
}

/*------------------------------------------------------------About*/
section#about {
}
/*------------------------------------------------------------News_rendo（更新プログラム連動）*/
/*一覧リンク*/
.newstitle_box {
	position: relative;
}
#btn_newslist {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: url(../img/common_img/arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	margin-top: 12px;
}
#btn_newslist a {
	color: #666;
	text-decoration: none;
}
#btn_newslist a:hover {
	text-decoration: underline;
}
/*更新プログラム(連動)リスト*/
#news_rendo {
	width: 100%;
}
#news_rendo li {
	position: relative;
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#news_rendo li time {
	font-weight: bold;
	font-size: 12px;
	color: #73501c;
	position: absolute;
	top: 10px;
	left: 0;
	padding-left: 10px;
}
#news_rendo li p {
	padding: 0 0 0 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; /* Firefox */
	-o-text-overflow: ellipsis; /* Opera */
}
/*------------------------------------------------------------News_kanketsu（更新プログラムTOP完結）*/
/*更新プログラム(TOP完結)リスト*/
#news_kanketsu {
	width: 100%;
	border-top: 1px dotted #CCC;
}
#news_kanketsu article {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}
/*title*/
#news_kanketsu article .newstitle {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px 0 0px 10px;
	border-left: 3px solid #666;
	/* CSS3 */
	text-shadow: 1px 1px 1px #F2F2F2;
}
#news_kanketsu article .newstitle time {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
/*img*/
#news_kanketsu article figure img {
	margin-bottom: 10px;
}
#news_kanketsu article figure a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*text*/
#news_kanketsu article .news_text, #news_kanketsu article .news_text p {
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
	zoom: 1;/*ie6*/
	overflow: hidden;
}
#mainphoto {
	position: absolute;
	height: 590px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: -1;
}
#mainphoto .bxslider img {
	padding-top: 166px;
	padding-bottom: 50px;
}
.sec01 .img01 img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.sec01 {
	position: relative;
}
.sec02 {
	margin-top: 40px;
}
.sec02 .leftbox {
	background-image: url(../img/index_img/sec02_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 475px;
	padding-top: 44px;
	padding-right: 40px;
	padding-bottom: 44px;
	padding-left: 40px;
	height: 350px;
	float: left;
}
.sec02 .rightbox {
	background-image: url(../img/index_img/sec02_bg02.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	width: 475px;
	padding-top: 44px;
	padding-right: 40px;
	padding-bottom: 44px;
	padding-left: 40px;
	height: 350px;
	float: right;
}
.sec03 ul li {
	float: left;
	margin-right: 30px;
}
.sec03 ul li:last-child {
	float: left;
	margin-right: 0px;
}
.sec04 {
	background-image: url(../img/common_img/sec04_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-top: 40px;
}
.sec04 .leftbox {
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #c8bd9a;
	width: 45%;
	float: left;
}
.sec04 .rightbox {
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #c8bd9a;
	width: 45%;
	float: right;
}
#news_rendo li time .fa.fa-caret-right {
	color: #c6a321;
	margin-right: 5px;
}
#news_rendo li p a {
	color: #3a3734;
	text-decoration: none;
}
#news_rendo li p a:hover {
	color: #3a3734;
	text-decoration: underline;
}
#news_rendo li:nth-child(even) {
	background-color: #FFF;
}
