@charset "UTF-8";
/* ================================================================
				/landing/ 用設定(共通設定)
	================================================================	*/
.cts{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.cts h1{
	text-align: center;
	line-height: 1em;
}


/* 共通設定：枠設定
--------------------------------------------------------------------*/
.boxfrm{
	padding-bottom: 3px;
}

		.box .vis{
			float: left;
			width: 240px;
			margin-right: 20px;
		}

		.box .txt{
			float: left;
			width: 440px;
		}

			.box .title{
				font-weight: bold;
				margin-bottom: 10px;
			}

			.box .txt .photo{
				float: right;
				width: 133px;
			}

	.box02{
		padding: 0 10px;
	}

