#sections * {
	box-sizing: border-box;
}
.clearfix:after {
	display : block;
	clear : both;
	height : 0;
	content : ".";
	overflow : hidden;
}
.clearfix {
	overflow : hidden;
	zoom: 1;
}
.breadcrumb ol li:first-child {
	margin-top: -3px;
}
.breadcrumb ol li:first-child a {
	background: none;
	padding-left: 0 !important;
}
.sectionContent {
	width: 976px;
	font-size: 14px;
	margin: 0 auto;
}
.content a {
	color: #00ADC6;
}
.content a:hover {
	text-decoration: underline;
}
.content a:hover img {
	opacity: 0.8;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
strong {
	font-weight: bold !important;
}
.px12 {
	font-size: 12px !important;
}
.m_b20 {
	margin-bottom: 20px;
}
.section_s {
	margin-top: 20px;
}
.section_m {
	margin-top: 40px;
}
.section_l {
	margin-top: 60px;
}
.icon_pdf:before {
	content: url(../images/icon_pdf.gif);
	vertical-align: middle;
	margin-right: 2px;
}
.icon_pdf_block {
	background: url(../images/icon_pdf.gif) no-repeat left center;
	padding-left: 25px;
}
td.icon_pdf_block {
	background: url(../images/icon_pdf.gif) no-repeat 5px center;
	padding-left: 25px !important;
}
.icon_openwin:after {
	content: url(../images/icon_openwin.png);
	vertical-align: middle;
	margin-left: 2px;
}

.section_title {
	background-color: #1D436A;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 22px;
	color:#FFF;
	border-bottom:#CCC solid 1px;
	position:relative;
}
.section_subtitle01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.table01 {
	border-collapse: collapse;
}
.table01 th {
	border: solid 1px #CCC;
	padding: 5px;
	background-color: #F0F0F0;
}
.table01 td {
	border: solid 1px #CCC;
	padding: 10px;
}


/************************** Pagetop *****************************/
#page-top{
    display: none;
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    /*display: none;*/
	cursor: pointer;
}
#page-top img{
    width: 100%;
    height: auto;
}
#page-top:hover{
    opacity: 0.7;
}


@media screen and (min-width:641px) and (min-device-width:1281px){
	#sections .for_sp {
		display: none !important;
	}
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	#sections .for_pc {
		display: none !important;
	}
/*	#sections figure img {
		width: 100%;
	}*/
	.sectionContent {
		width: 100% !important;
		margin: 0;
		padding: 0 4% !important;
	}

	.section_s {
		margin-top: 1px;
	}
	.section_m {
		margin-top: 25px;
	}
	.section_l {
		margin-top: 40px;
	}
	.section_title {
		padding: 12px 4%;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.section_subtitle01 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.table01 td {
		padding: 5px;
	}

	/************************** Pagetop *****************************/
    #page-top{
        width: 40px;
        height: 40px;
    }
}