@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:		2;
	dw-num-cols-tablet:		13;
	dw-num-cols-desktop:	13;
	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: 81.9%;
	padding-left: 4.55%;
	padding-right: 4.55%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

	.unitIntro header p.lead,
	.package img{
		display: none;
	}
	
	
	#header {
		position: relative;
		padding: 5px 0 0 65px;
		margin-bottom: 20px;
		min-width: 10px;
		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 box-sizing: border-box;
	}
	
	#siteName {
		position: absolute;
		top: 0;
		left: 10px;
	}
	
	
	#header .siteTitle {
		line-height: 1.25;
		text-decoration: none;
		color: #000;
	}
	
	#header .siteTitle h1 {
		font-size: 15px;
	}
	
	#header .siteTitle h2 {
		font-size: 13px;
	}

	#header .siteTitle h1 a {color: #000;text-decoration: none;}


#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#main {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sub {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#subInfoBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#CS5Introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#letsTry {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 80px;
	background: #000;
	padding-top: 10px;
	color: #fff;
	font-size: 10px;

}
.group {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	max-width: 1180px;
}


#footer div small{
	float: left;
	display: block;
}

#footer div p{
	float: right;
}





/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.5692%;
	padding-left: 0.7153%;
	padding-right: 0.7153%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 68.75%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 1.5625%;
	width: 29.6875%;
	display: block;
}
#LayoutDiv4 {
	clear: none;
	float: left;
	margin-left: 1.5625%;
	width: 29.6875%;
	display: block;
}
#LayoutDiv5 {
	clear: none;
	float: left;
	margin-left: 1.5625%;
	width: 29.6875%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header {
		position: relative;
		padding: 40px 30px 40px 140px;
		margin-bottom: 16px;
		min-width: 300px;
	}
	
	#siteName {
		left: auto;
		right: 10px;
	}
	
	#header .siteTitle h1{
		font-size: 26px;
	}
	
	#header .siteTitle h1 a{
		color: #000;
		text-decoration: none;
	}
	
	#header .siteTitle h1 a:hover{
		text-decoration: underline;
	}
	
	#header .siteTitle h2{
		font-size: 22px;
	}
	
	#header .package{
		position: absolute;
		top: 40px;
		left:0px;
	}
	
	#header .package img {
		width: 120px;
	}
	

	.unitIntro header p.lead,
	.package img{
		display: block;
	}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.6153%;
	max-width: 1180px;
	min-width: 780px;
	padding-left: 0.6923%;
	padding-right: 0.6923%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 53.125%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 1.5625%;
	width: 21.875%;
	display: block;
}
#LayoutDiv4 {
	clear: none;
	float: left;
	margin-left: 1.5625%;
	width: 21.875%;
	display: block;
}
#LayoutDiv5 {
	clear: none;
	float: left;
	margin-left: 1.5625%;
	width: 45.3125%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

	#header {
		position: relative;
		padding: 40px 30px 40px 140px;
		margin-bottom: 16px;
		min-width: 300px;
	}
	
	#siteName {
		left: auto;
		right: 10px;
	}
	
	#header .siteTitle h1{
		font-size: 26px;
	}
	
	#header .siteTitle h1 a{
		color: #000;
		text-decoration: none;
	}
	
	#header .siteTitle h1 a:hover{
		text-decoration: underline;
	}
	
	#header .siteTitle h2{
		font-size: 22px;
	}
	
	#header .package{
		position: absolute;
		top: 40px;
		left:0px;
	}
	
	#header .package img {
		width: 120px;
	}

	.unitIntro header p.lead,
	.package img{
		display: block;
	}
	
	#LayoutDiv2 img{
		width:100%;}




}