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

/*各コンテンツ*/
.contents_caption{
	font-size: 12px;
}

/*=======================================
			TOP ページ
=========================================*/
#top {	
   	background:url("../img/topImg.png") no-repeat;
	padding:630px 0 0 0;
}

#rightTop {
	width:500px;
	float:right;
   	box-sizing:border-box;
}

#leftTop {
	width:450px;
	float:left;
	padding:35px 0 0 65px;
   	box-sizing:border-box;
}

#leftTop p {
	line-height:200%;
	font-size:1.2rem;
}

/*=======================================
			typeS ページ
=========================================*/

#typesAppeal {
	padding:20px 0 20px 70px;
}

#typesAppeal ul li {
	list-style-type:disc;
	line-height:200%;
	font-size:16px;
}


#typesAppeal ul li {
	list-style-type:disc;
}

/*=======================================
			typeM ページ
=========================================*/

#typemAppeal {
	padding:20px 0 20px 70px;
}

#typemAppeal ul li {
	list-style-type:disc;
	line-height:200%;
	font-size:1.3rem;
}


#typemAppeal ul li {
	list-style-type:disc;
}

/*=======================================
			typeK ページ
=========================================*/

#typekAppeal {
	padding:20px 0 20px 70px;
}

#typekAppeal ul li {
	list-style-type:disc;
	line-height:200%;
	font-size:1.3rem;
}


#typekAppeal ul li {
	list-style-type:disc;
}
