@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 640px) {

#pageTitle2{
	padding: 21px 15px;
	background: #e1ebf0;
}
	#pageTitle:before{
		font-size: 18px;
		font-weight: bold;
	}
	#pageTitle img{
		display: none;
	}

#secondContents{
	margin: 0 15px;
	padding: 20px 0 50px 0;
}

#secondContents h2{
	border-bottom: solid 1px #006cb8;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 15px;
	line-height: 1.3;
}

#secondContents .subtitle{
	border-bottom: solid 2px #006cb8;
	color: #006cb8;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 15px;
	line-height: 1.3;
}


#secondContents h3{
	font-size: 15px;
	color: #006cb8;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.3;
}

}

@media screen and (min-width: 641px) and (max-width: 1000px) {

#breadcrumb{
	display: none;
}

#pageTitle{
	padding: 20px 0;
	text-align: center;
}
#pageTitle2{
	padding: 20px 0;
	text-align: center;
}
#secondContents{
	margin: 0 15px;
	padding: 50px 0 80px 0;
}

#secondContents h2{
	border-bottom: solid 1px #006cb8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#secondContents .subtitle{
	border-bottom: solid 2px #006cb8;
	color: #006cb8;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#secondContents h3{
	font-size: 16px;
	color: #006cb8;
	font-weight: bold;
	margin-bottom: 15px;
}

}

@media screen and (min-width: 1001px){

#breadcrumb{
	padding: 12px 0;
	background: #e1ebf0;
}
	#breadcrumb ul{
		width: 1000px;
		margin: 0 auto;
		font-size: 12px;
	}
		#breadcrumb li{
			float: left;
		}
		#breadcrumb li:before{
			content: '>';
			margin: 0 8px;
		}
		#breadcrumb li:first-child:before{
			content: none;
			margin: 0;
		}

#pageTitle{
    text-align: center;
    padding-top: 51px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

#secondContents{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
}

#secondContents h2{
	border-bottom: solid 1px #006cb8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#secondContents .subtitle{
    border-bottom: solid 2px #006cb8;
    color: #006cb8;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
}

#secondContents h3{
	font-size: 16px;
	color: #006cb8;
	font-weight: bold;
	margin-bottom: 15px;
}

}
