@charset "UTF-8";
/* CSS Document */
/*--smartPhone用[ウインドウ幅750px以下のcss]開始----------------------------*/
@media screen and (max-width:750px){
.tf_titleblock{
	display: none;
}
.tf_titleblock img{
	display: none;
}
.tf_titleblock_smp{
	display: block;
}
	
/*ページタイトルエリア*/
.tf_titleArea{
	margin-top: 30px;
	padding: 5px 0;
	background-color: #ccc;
	background-image: url("../images/topback.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.tf_titleblock{
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.tf_title{
	font-size: 27px;
	line-height: 1.25em;
	color: #fff;
	padding: 5px 0 10px 0;
	font-weight: 600;
	text-align: center;
	text-shadow: 3px 3px 2px #000;
}
.tf_titleArea_text{
	width: 80%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	padding-bottom: 5px;
	color: #ffffff;
}
/**/
}