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

カテゴリ別

****************************************************************************************************/
#MainBack2top{
	display:none;
}

.introBox{
}

	.introBox .txt{
		margin-bottom:20px;
	}

		.introBox .txt p{
			font-size:120%;
			line-height:2.0;
		}

		
	.introBox .photoBox{
	}

		.introBox .photoBox .photo{
			margin-bottom:10px;
			width:450px;
			font-size:110%;
		}
		.introBox .photoBox .photo figure{
			margin-bottom:5px;
		}


@media (max-width:950px){
.introBox{
	margin:0 auto;
	width:97.89%;
}
	
	.introBox .photoBox{
	}

		.introBox .photoBox .photo{
			width:47.36%;
		}

}


@media (max-width:568px){
		.introBox .photoBox .fl{
			float:left;
		}
		
		.introBox .photoBox .fr{
			float:right;
		}

}


/*
各コンテンツ
--------------------------------------------------*/
#BlockTitle1{
	padding-top:412px;
	background-image:url(../images/headline1_l.jpg);
	background-size:cover;
	height:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.blockTitleBase{
	width:100%;
	background-repeat:no-repeat;
}

@media (max-width:950px){
	#BlockTitle1{ padding-top:43.36%; }
}

@media (max-width:768px){
#BlockTitle1{
	padding-top:53.64%;
	background-image:url(../images/headline1_m.jpg);
}
}

@media (max-width:568px){
#BlockTitle1{
	padding-top:72.53%;
	background-image:url(../images/headline1_s.jpg);
}
}




/*
ブロック
------------------------------*/
.blockBox{
	margin:0 auto;
	width:97.89%;
	font-size:110%;
}

.blockBase{
	margin-bottom:20px;
	width:440px;
}

	.blockBase .photo{
		margin-bottom:10px;
	}
	.blockBase .title{
		margin-bottom:5px;
		color:#66AC13;
		font-weight:bold;
		font-size:110%;
	}

@media (max-width:950px){
.blockBase{
	width:47.31%;
}
}

.blockL{
	float:left;
}

.blockR{
	float:right;
}


/*コメント*/
.blockTxtL{ float:left; }
.blockTxtR{ float:right; }

.blockTxt{
	width:210px;
}
	.blockTxt dt{
		float:left;
		width:21px;
	}
	.blockTxt dd{
		margin-left:25px;
		margin-bottom:10px;
	}

@media (max-width:950px){
.blockTxt{
	width:47.72%;
}
}

@media (max-width:568px){
.blockTxtL,
.blockTxtR{ float:none; }

.blockTxt{
	margin-bottom:10px;
	width:100%;
}
}






/*
リンクボックス
--------------------------------------------------*/
.linkBox1{
	float:right;
	border:1px solid #ddd;
	width:220px;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

	.linkBox1 a{
		display:block;
		padding:10px 10px 10px 20px;
		color:#333;
	}

@media (max-width:740px){
.linkBox1{
	float:none;
	margin-bottom:40px;
}
}





