@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:		6;
	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/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}


#cut {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	background:rgba(255,255,255,0.7);
	
}
#cutset {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#cutpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(../sozai/a300.png);
	line-height: 25px;
}

#color {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background:rgba(255,255,255,0.7);
}

#colorpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(../sozai/a300.png);
	line-height: 25px;
}
#coloronly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:rgba(255,255,255,0.7);
}
#permpanel{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-image: url(../sozai/a300.png);
	line-height: 25px;
}
#perm{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:rgba(255,255,255,0.7);
}
#permonly{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#straight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background:rgba(255,255,255,0.7);
	
	
}
#straightpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	text-align: center;
	background-image: url(../sozai/a300.png);
	line-height: 25px;
	
}
#straightonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:rgba(255,255,255,0.7);
}
#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(../sozai/a300.png);
	line-height: 25px;
}

#othermenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:rgba(255,255,255,0.7);
}
.kome{
	color:#F00;
	font-weight:bold;
	text-align:right;
}
ul {
  list-style: none;
}
ul.detailLink{
	text-align:right;
}
h2{
	color:#960;
}



/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}


#cut {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
	
}
#cutset {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:rgba(255,255,255,0.7);
	
}
#color {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#cutpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colorpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#coloronly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#permpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#perm {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#permonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#straight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#straightpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#straightonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#othermenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#cut {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#cutset {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#color {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#cutpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colorpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#coloronly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#permpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#perm {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#permonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#straight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#straightpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#straightonly {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
#other {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#othermenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background:rgba(255,255,255,0.7);
}
}
