@charset "utf-8";

/* standard */
body, html {
	width: 100%;
	font-size: 14px;
	font-family: Meiryo;
	color: #333333;
}
.wrapper {
	width: 100%;
}
.fc {
	clear: both;
}



/* visibility */
.contents_wrapper {
	width: 1100px;
	margin: 0px auto;
}
	.contents_wrapper .item_space {
		width: 1100px;
		margin-bottom: 30px;
		font-size: 12px;
	}
		.contents_wrapper .item_space .item_column1 {
			width: 500px;
			margin-right: 5px;
			float: left;
		}
			.contents_wrapper .item_space .item_column1 .item_pic {
				width: 150px;
				float: left;
			}
			.contents_wrapper .item_space .item_column1 .item_detail {
				width: 350px;
				float: left;
			}
				.contents_wrapper .item_space .item_column1 .item_detail .item_name {
					width: 340px;
					border-left: 5px solid #c26c26;
					border-bottom: 1px solid #c26c26;
					padding: 0px 0px 5px 5px;
					margin-bottom: 5px;
					font-weight: bold;
				}
				.contents_wrapper .item_space .item_column1 .item_detail .item_size {
					width: 350px;
					margin-bottom: 5px;
					color: #20648a;
				}
				.contents_wrapper .item_space .item_column1 .item_detail .item_desc {
					width: 350px;
					line-height: 15px;
				}
				
	.contents_wrapper .top_banner {
		width: 1100px;
		margin-bottom: 30px;
	}
	.contents_wrapper .column {
		width: 1100px;
		margin-bottom: 30px;
	}
		.contents_wrapper .column .title {
			margin-bottom: 10px;
		}
		.contents_wrapper .column .desc {
			width: 1000px;
			margin-left: 100px;
		}
			.contents_wrapper .column .desc .article {
				width: 1000px;
				margin-bottom: 10px;
			}
				.contents_wrapper .column .desc .article_title {
					width: 250px;
					height: 30px;
					font-weight: bold;
					float: left;
				}
				.contents_wrapper .column .desc .article_main {
					width: 500px;
					height: 30px;
					float: left;
				}