@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 

/* common */
.centerP8_inner .title7{
	float:left;
	background:linear-gradient(to top, #ccc, #e5e5e5, #fff);
	padding:1em 0 1em 3%;
	box-shadow:0px 5px 4px -5px rgba(0,0,0,0.30);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.centerP8_inner .th1,
.centerP8_inner .th3{
	background-color:#e5e5e5;
}
.centerP8_inner .btn3{
	background-color:#C00;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
    box-shadow: 0 5px 0 #900;
}
/* レスポンシブ */
@media only screen and (min-width: 641px) and (max-width: 1920px) {
/* onlineshop.html */
.centerP8_inner{
	width:640px;
	max-width:1920px;
	margin:2em auto;
	display:inline-block;
}
.category,
.centerP8_inner table.table1{
	width:100%;
}
.centerP8_inner .th1{
	width:27%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
.centerP8_inner .th3{
	width:27%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.centerP8_inner .td1{
	width:65%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #ccc;
}
.centerP8_inner .title7{
	width:97%;
	float:left;
	display:block;
}
/* common */
.centerP8_inner .part3{
	float:left;
	width:100%;
	height:40px;
	display:block;
}
.centerP8_inner .btn3{
	float:right;
	width:200px;
	padding:1%;
	display:block;
}
.centerP8_inner .img20{
	background-image: url("../img/other/dt/dale15.jpg");
	background-position:center;
	background-repeat:no-repeat;
	height:482px;
	width:100%;
}
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
/* onlineshop.html */
.centerP8_inner{
	width:90%;
	margin-top:65px;
	margin-bottom:2em;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}
.category{
	display:none;
}
.centerP8_inner table.table1{
	width:100%;
}
.centerP8_inner .th1{
	width:27%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
.centerP8_inner .th3{
	width:27%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.centerP8_inner .td1{
	width:65%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #ccc;
}
.centerP8_inner .title7{
	width:97%;
	float:left;
	display:block;
}
/* common */
.centerP8_inner .part3{
	float:left;
	width:100%;
	height:40px;
	position:relative;
	display:block;
}
.centerP8_inner .btn3{
	float:right;
	width:200px;
	padding:1%;
	display:block;
}
.centerP8_inner .img20{
	background-image: url("../img/other/dt/dale15.jpg");
	background-position:center;
	background-repeat:no-repeat;
	height:482px;
	width:100%;
}
}
@media screen and (max-width:480px) {
/* onlineshop.html */
.centerP8_inner{
	width:90%;
	margin-top:65px;
	margin-bottom:2em;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}
.category{
	display:none;
}
.centerP8_inner table.table1{
	width:100%;
}
.centerP8_inner .th1{
	width:27%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
.centerP8_inner .th3{
	width:27%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.centerP8_inner .td1{
	width:65%;
	padding:1em 0 1em 3%;
	border-bottom:1px solid #ccc;
}
.centerP8_inner .title7{
	width:97%;
	float:left;
	display:block;
}
/* common */
.centerP8_inner .part3{
	float:left;
	width:100%;
	height:40px;
	display:block;
}
.centerP8_inner .btn3{
	width:52%;
	padding:1%;
	margin:0% auto;
	display:block;
}
.centerP8_inner .img20{
	background-image: url("../img/other/sp/dale15.jpg");
	background-position:center;
	background-repeat:no-repeat;
	height:242px;
	width:100%;
}
}