@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:980px;
		margin:0 auto;
	}
		.index ul li{
			float:left;
			width:280px;
			padding-right:70px;
			font-size:120%;
		}
		.index ul li .caption{
			margin-top:0.9em;
		}
		.index ul li .caption::before{
			content: url(../../images/link_icon01.jpg);
		}
		.index ul li.last{
			padding-right:0;
		}