@charset "utf-8";



/****************************************************************************************************

カテゴリータイトル

****************************************************************************************************/
.category{
	background:url(../images/category_bg.jpg);
	background-size:cover;
	background-position:center;
}
	.category h2{
		width:1000px;
		margin:0 auto;
	}


/****************************************************************************************************

メインコンテンツ

****************************************************************************************************/
.main{
	width:1000px;
	margin:0 auto;
}



/****************************************************************************************************

index.html

****************************************************************************************************/
.index{
	text-align:center;
}
	.index .lead{
		margin:70px 0;
	}
	.index ul{
		width:900px;
		margin:0 auto;
		text-align:left;
	}
		.index ul li{
			float:left;
			width:240px;
			padding-right:85px;
			margin-bottom:40px;
			
		}
		.index ul li h3{
			margin:0;
			margin:0.8em 0 0.3em;
			font-size:130%;
		}
		.index ul li h3::before{
			content: url(../../images/link_icon01.jpg);
		}
		.index ul li.last{
			padding-right:0;
		}
		.index ul li p{
			font-size:100%;
		}
		
		
