@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(../images/header_img.jpg);
}
#header .title {
	background-image:url(../images/header_title.png);
}


/*===== PC =====*/

/*ソリューションリスト*/
#contents ul.list {
	display: block;
	text-align: left;
	padding-left:2em;
	margin-bottom: 32px;
	overflow: hidden;
}
/*2列リスト*/
.list_2col {
	display: block;
	width:48%;
}


@media screen and (max-width: 480px) {
/* スマホ */
	
	.list_2col{
		display: block;
		width:100%;
	}
	#contents ul.list {
		margin-bottom: 0px;
	}
	#contents .clearfix {
		margin-bottom: 32px;
	}
	
}