/* goods */
.tbl-bdr table,
.tbl-bdr td,
.tbl-bdr th {
	border-collapse: collapse;
	border: 1px solid #333;
	text-align: center;
	padding: 2px 5px;
}

#container h1 img {
	width: 633px;
	height: 120px;
}

#container .intro {
	text-align: center;
	width: 892px;
	height: 254px;
	margin: 0 auto;
	background: url(../../img/goods/bg_intro.png) no-repeat;
	padding-bottom: 20px;
}

#container .intro p {
	padding: 60px 10px 10px 10px;
	font-size: 20px;
	line-height: 1.8;
	font-family: 'subset';
}

#container .goods_cont {
	overflow: hidden;
	margin: 20px;
}

#container .goods_cont .goods_bg {
	background: url(../../img/goods/bg_goods_bg_inner.png) repeat-y;
	overflow: hidden;
	margin-top: -10px;
}

#container .goods_cont2 {
	overflow: hidden;
	margin: 20px;
}

#container .goods_cont2 .goods_bg {
	background: url(../../img/goods/bg_goods_bg_inner.png) repeat-y;
	overflow: hidden;
	margin-top: -10px;
}

#container .goods_inner {
	width: 376px;
	float: left;
	margin: 80px 20px 10px 40px;
}

#container .goods_inner .photo {
	text-align: center;
	margin-bottom: 10px;
}

#container .goods_inner .photo img {
	width: 319px;
	height: 289px;
}

#container .goods_inner .detail {
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	padding: 15px 15px;
	border: 4px dotted #fd7c5c;
	overflow: hidden;
}

#container .goods_inner .detail p.btn {
	text-align: center;
}

#container .goods_inner dl {
	margin-bottom: 20px;
}

#container .goods_inner dl dt {
	padding-bottom: 5px;
	border-bottom: 1px dotted #f45b5b;
	margin-bottom: 10px;
}

#container .goods_inner dl.price dd {
	font-size: 18px;
	color: #f45b5b;
	font-weight: bold;
}

#container .toForm {
	display: block;
	margin: 20px auto;
	text-align: center;
}

#container .toForm img {
	width: 788px;
	height: 93px;
}

#container .attention {
	font-size: 12px;
	background: url(../../img/goods/bg_attention.png) no-repeat;
	width: 936px;
	height: 822px;
	margin: 0 auto;
	line-height: 1.6;
}

#container .attention h2 {
	text-align: center;
	padding: 50px 0 20px 0;
}

#container .attention img {
	width: 793px;
	height: 45px;
}

#container .attention dl dt {
	font-weight: bold;
}

#container .attention dl dt:before {
	content: "●";
	color: #ff9e47;
}

#container .attention dl dt {
	margin-bottom: 5px;
}

#container .attention dl dd {
	margin-bottom: 5px;
}

#container .attention .left_cont {
	width: 360px;
	float: left;
	margin-left: 80px;
}

#container .attention .right_cont {
	width: 360px;
	float: right;
	margin-right: 80px;
}

/*form*/
.form {
	margin: 15px 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 100%;
	margin-top: 20px;
}

.form table {
	border: 2px solid #FF9D50;
	background-color: #fff;
}

.form th {
	border-bottom: 2px dotted #FF9D50;
	padding: 5px;
	background-color: #efefef;
}

.form td {
	border-bottom: 2px dotted #FF9D50;
	padding: 5px;
	background-color: #fff;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
}

table.form_table {
	width: 100%;
}

/* @FIXME 横にはみ出るコンテンツの幅に合わせたメディアクエリ */
@media screen and (max-width:892px) {
	#container .intro {
		width: auto;
		background-size: contain;
	}
	#container .attention h2 {
		padding: 0;
	}
	#container .attention img {
		width: 100%;
		height: auto;
	}
	#container .attention {
		width: 90%;
		padding: 10px;
		height: auto;
		background: #FFFFFF;
	}
	#container .attention .right_cont, #container .attention .left_cont {
		width: 100%;
		float: none;
		margin: 0;
	}
}
@media screen and (max-width:640px) {
	body#top {
		width: 100%;
	}
	body#top .box {
		width: 100%;
		position: static;
	}
	.modules .box img {
		max-width: 100% !important;
		height: auto !important;
	}
	body#local {
		width: 100%;
	}
	body#local .ptop {
		width: 100%;
	}
	body#local #head {
		width: 100%;
		height: auto;
	}
	body#local #footer {
		width: 100%;
	}
	body#local #footer img {
		width: 90%;
		height: auto;
	}
	body#local .left {
		float: none;
	}
	body#local .left img {
		width: 100%;
		height: auto;
	}
	body#local .right, body#local .navi {
		display: none;
	}
	body#local #container {
		width: 100%;
		padding: 0;
	}
	body#local #container img {
		width: 100%;
		height: auto;
	}
	#container .album {
		background: none;
		width: 100%;
	}
	#container .album img {
		width: 100%;
		height: auto;
	}
	#container .album .bg {
		display: none;
	}
	#container .album ul li {
		width: 43%;
		height: auto;
	}
	#container .album ul li .photo_txt {
		width: 100%;
		position: static;
	}
	#container .album ul li .photo {
		position: static;
	}
	#container .album ul li .photo img {
		border: 2px solid #B9B5B5;
	}
	.sp_nav {
		margin-top: 30px;
	}
	#container .goods_cont {
		overflow: hidden;
		margin: 20px 0;
		background: none;
	}
	#container .goods_cont2 {
		overflow: hidden;
		margin: 20px 0;
		background: none;
	}
	#container .goods_bg{
		padding:0 10px;
	}
	#container .goods_inner{
		margin-bottom:20px;
	}
	#container .goods_inner .detail {
		background: none;
		padding: 5px;
		height: auto;
	}
	#container .intro {
		text-align: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: none;
	}
	#container .intro p {
		padding: 0;
	}
	#container .goods_inner {
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}
	#container .goods_inner .photo {
		text-align: center;
		margin-bottom: 10px;
	}
	body #local #container .goods_inner dl dt img {
		width: 50%;
	}
	#container .toForm {
		text-align: center;
		margin-bottom: 20px;
	}
	#container .attention {
		font-size: 12px;
		background: none;
		width: 90%;
		height: auto;
		margin: 0 auto;
		line-height: 1.6;
		padding: 10px;
		background: #FFFFFF;
	}
	#container .attention h2 {
		text-align: center;
		padding: 0;
	}
	#container .attention dl dt {
		font-weight: bold;
	}
	#container .attention dl dt:before {
		content: "●";
		color: #ff9e47;
	}
	#container .attention dl dt {
		margin-bottom: 5px;
	}
	#container .attention dl dd {
		margin-bottom: 5px;
	}
	#container .attention .left_cont {
		width: 100%;
		float: none;
		margin: 0;
	}
	#container .attention .right_cont {
		width: 100%;
		float: none;
		margin: 0;
	}
}
@font-face {
	font-family: 'subset';
	src: url('../../fonts/subset.ttf') format('truetype');
}
.f-subset {
	font-family: "subset";
}

#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #333;
    text-align: center;
    padding: 2px 5px;
}
