@charset "utf-8";

@import url(../../css/default.css);
@import url(base.css);

	#contenttitle{
		background:url(../houmon/images/bg_content-title.png) no-repeat;
		-moz-background-size:100% 33px;
		background-size:100% 33px;
	}

	#content{margin:15px 4% 30px;}

	#content p{padding:80px 0 80px;text-align:center;}


		#setsubilist{
			width:232px;
			margin:0 auto 20px;
		}

			#setsubilist li{
				width:180px;
				height:220px;
				margin:0 0 20px;
				padding:25px;
				list-style:none;
				border-radius:10px;
				-moz-box-shadow:0px 1px 3px 0px #ddd;
				-webkit-box-shadow:0px 1px 3px 0px #ddd;
				box-shadow:0px 1px 3px 0px #ddd;
				border:1px solid #ddd;
				background:url(../../practice/images/bg_setsubi.png) no-repeat 100% 0;
			}
			#setsubilist li img{width:180px;}

			#setsubilist li h3{
				text-align:center;
				line-height:150%;
				margin:10px 0 0;
				color:#369;
			}
