@charset "utf-8";

/*
	Introduction | Sakura City
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/introduction/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	line-height: 1.75em;
	margin-bottom: 50px;
}

#firstBlock .group {
	overflow: hidden;
}

#firstBlock .img {
	float: right;
	width: 220px;
}

#firstBlock .text {
	margin-right: 250px;
}
/*---firstBlock*/


/*secondBlock---*/
#secondBlock {}

#secondBlock ul {
	margin-bottom: -30px;
}

#secondBlock ul li {
	margin-bottom: 30px;
	overflow: hidden;
}

#secondBlock .img {
	float: left;
	width: 160px;
}

#secondBlock .title {
	font-weight: bold;
	margin-bottom:5px;
	margin-left: 190px;
}

#secondBlock .text {
	line-height: 1.75em;
	margin-left: 190px;
}
/*---secondBlock*/
