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

カテゴリ別

****************************************************************************************************/
#BodyBGNone{
}

	#BodyBGNone #Main{
		background:none;
	}

#ContentsBody{
	width:680px;
}

@media (max-width:950px){
#ContentsBody{
	width:100%;
}
}

@media (max-width:768px){
#ContentsBody{
	width:100%;
}
}

@media (max-width:568px){
#ContentsBody{
	width:100%;
}
}


/*
リンクリスト
--------------------------------------------------*/
.indexList1{
	margin-bottom:30px;
}
	.indexList1 li{
		float:right;
		margin-right:10px;
		width:42.64%;	/*290px;*/
		border:1px solid #ccc;
		background:#fff;
	}
	.indexList1 li:first-child{
		float:left;
		margin-right:0;
		margin-left:30px;
	}
	
	.indexList1 a{
		display:block;
		padding:10px 20px;
		font-size:125%;
		font-weight:bold;
		color:#f00;
	}

@media (max-width:950px){
}


/*
本文
--------------------------------------------------*/
.boxBase{
}

	.boxBase .ttl{
		margin-bottom:10px;
		font-size:171%;
		font-weight:bold;
		color:#f00;
	}
	
	.boxBase .lead1{
		font-size:110%;
		font-weight:bold;
	}

.boxType1{
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
}

.boxBody{
	font-size:120%;
}


/*
レイアウト
--------------------------------------------------*/
.boxTxt1{
	float:left;
	width:58.82%;	/*400px;*/
}

.boxImg1{
	float:right;
	width:36.47%;	/*248px;*/
}

@media (max-width:768px){
.boxTxt1{
	float:none;
	width:100%;
}
.boxImg1{
	float:none;
	width:100%;
	text-align:center;
}
}

.boxTxt2{
	float:right;
	width:47.05%;	/*320px;*/
}

.boxImg2{
	float:left;
	width:46.61%;	/*317px;*/
}

@media (max-width:768px){
.boxTxt2{
	float:none;
	width:100%;
}
.boxImg2{
	float:none;
	width:100%;
	text-align:center;
}
}

.boxTxt3{
	float:right;
	width:57.35%;	/*390px;*/
}

.boxImg3{
	float:left;
	width:36.47%;	/*248px;*/
}

@media (max-width:768px){
.boxTxt3{
	float:none;
	width:100%;
}
.boxImg3{
	float:none;
	width:100%;
	text-align:center;
}
}





