@charset "UTF-8";

/***************************************
*
*	1. #bodySec style
*
***************************************/

/* 1. #bodySec style */
/* ------------------------------------------------------------------------------------ */

#s_01Anc,
#s_02Anc,
#s_03Anc,
#s_04Anc {
 padding-top: 70px; /*ヘッダーの高さ*/
 margin-top: -70px; /*ヘッダーの高さ*/
 width: 0;
 height: 0;
 text-indent: -9999px;
 overflow: hidden;
 opacity: 0;
 float: left;
}

/* .main-content */

/* .main-content */

.main-content .tl {
	max-width: 125px;
	margin: 0 auto;
}
.main-content .img {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
.main-content .img img {
	width: 66.1%;
}
.main-content .txt {
	font-weight: bold;
}

/* #LinkArea */

#LinkArea ul{
	width: 100%;
	margin-top: 30px;
}
#LinkArea li {
	width: 100%;
	text-align: left;
	padding: 36px 0;
	border-top: 1px solid #f3e3bb;
}
#LinkArea ul a {
	color: #3fa7ab;
	font-weight: bold;
	text-decoration: underline;
}
#LinkArea ul a {
	color: #3fa7ab;
	font-weight: bold;
	text-decoration: underline;
}
a.exlink{
	width: 5px;
	background: url(../img/common/link-ex.png) no-repeat right center;
	padding-right: 23px;
	-webkit-background-size: 13px;
	background-size: 13px;
}