#c_header {
	width:1025px;
	margin:0 auto;
	margin-bottom:50px;
}
#c_header img { width:100%; }
@media screen and (max-width:1025px) {
	#c_header { width:100%; }
}

#c_msg {
	width:1025px;
	margin:0 auto;
	margin-bottom:50px;
	text-align:center;
}
#c_msg .txt {
	font-size:18px;
	line-height:1.5;
}
#c_msg .bo {
	width:60px;
	margin:0 auto;
	font-size:0;
}
#c_msg .bo.t { border-top:solid 1px #000000; padding-top:20px; }
#c_msg .bo.b { border-bottom:solid 1px #000000; padding-bottom:23px; }

@media screen and (max-width:1025px) {
	#c_msg { width:96%; }
}
@media screen and (max-width:480px) {
	#c_msg { text-align:left; }
	#c_msg .sp_hide { display:none; }
}

#items .clearfix.c1 {
	width:1025px;
	margin:0 auto;
	margin-bottom:70px;
	padding-bottom:70px;
	border-bottom:dotted 1px #2a2a2a;
}
#items .clearfix.cl.lst { margin-bottom:0; }

#items .l { width:319px; }
#items .r { width:705px; }

#items .l .inner { width:330px; }
#items .r .fl { width:344px; }
#items .r .fr { width:340px; }
#items .r img { width:100%; }

#items .c2 { margin-bottom:40px; }
#items .c2 .l2 {
	width:60px;
	padding-top:7px;
}
#items .c2 .l2 img { width:45px; }
#items .c2 .r2 { width:249px; }


#items .item-fukusu .item {
	margin-bottom:50px;
}
#items .item-fukusu .c2 { margin-bottom:20px; }

#items .code {
	font-size:32px;
	margin-bottom:3px;
}
#items .name {
	font-size:11px;
	letter-spacing:0;
}

#items .copy {
	font-size:16px;
	margin-bottom:30px;
}
#items .info {
	font-size:12px;
	width:280px;
	text-align:justify;
	margin-bottom:50px;
}

#items .btn { width:280px; }
#items .btn a {
	display:block;
	width:100%;
	padding:7px 0 7px 0;
	text-align:center;
	border:solid 1px #5c5c5c;
	background:#ffffff;
	color:#000000;
	text-decoration:none;
}
#items .btn a:hover {
	color:#5c5c5c;
}


@media screen and (max-width:1025px) {
	#items .clearfix.c1 { width:95%; }
	#items .r {
		width:100%;
		margin-right:-339px;
		padding-right:339px;
		box-sizing:border-box;
	}
	#items .r .fl { width:50%; }
	#items .r .fr { width:50%; }
}

@media screen and (max-width:800px) {
	#items .r .fl { float:none; width:90%; }
	#items .r .fr { float:none; width:90%; }
}

@media screen and (max-width:500px) {
	#items .l { width:100%; float:none; }
	#items .l .inner {
		width:90%;
		margin:0 auto;
	}
	#items .r {
		margin-right:0;
		padding-right:0;
		width:90%;
		margin:0 auto;
		float:none;
	}

	#items .info {
		width:100%;
		text-align:justify;
	}

	#items .btn { width:80%; margin:0 auto; margin-bottom:10px; }
}

