@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/ 
*/

/* デスクトップレイアウト : 980 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media all and (min-width: 980px) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	height: 480px;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:980px 290px;
	background-position:center 150px;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:2%;
	background-color:#000;
}

#dw2 {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:20%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	width:20%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_app{
	display:none;
}



/*---------------------------------(Retina)---------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	height: 480px;
	background-color:#000000;
	background-image:url(../img/dw/massege@2x.png);
	background-size:980px 290px;
	background-position:center 150px;
	background-repeat:no-repeat;
}


}

}

/* 641 px ～ 979 px。ディスプレイ縦用 */
@media all and (min-width:641px) and (max-width:979px) and (orientation: portrait) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:2%;
	background-color:#000;
}

#dw2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:20%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	width:20%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_app{
	display:none;
}



/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
}

}

/* 641 px ～ 979 px。ディスプレイ横用 */
@media all and (min-width: 641px) and (max-width:979px) and (orientation: landscape) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:2%;
	background-color:#000;
}

#dw2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:20%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	width:20%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_app{
	display:none;
}




/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
}

}

/* 481 px ～ 640 px。ディスプレイ縦用 */
@media all and (min-width: 481px) and (max-width: 640px) and (orientation: portrait) {



#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4%;
	background-color:#000;
}

#dw2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:50%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	display:none;
}
.sp_app{
	display:none;
}


/* 481 px ～ 640 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege@2x.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* 481 px ～ 640 px。ディスプレイ横用 */
@media all and (min-width: 481px) and (max-width: 640px) and (orientation: landscape) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4%;
	background-color:#000;
}

#dw2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:25%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	display:none;
}
.sp_app{
	display:none;
}





/* 481 px ～ 640 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* ～ 480 px。ディスプレイ縦用 */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: portrait) {



#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4%;
	background-color:#000;
}

#dw2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:50%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	display:none;
}
.sp_app{
	display:none;
}


/* ～ 480 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 40%;
	min-height: 40%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege@2x.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* ～ 480 px。ディスプレイ横用 */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#dw1 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#dw1 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#dw1 p {
	color:#fff;
}

.black{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4%;
	background-color:#000;
}

#dw2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
}
#dw2 h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}

.dwBox{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dwImg{
	width:50%;
	height:auto;
	float:left;
	margin:0;
	display:block;
}
.sp_dwImg{
	display:none;
}
.sp_app{
	display:none;
}






/* ～ 480 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/dw/massege@2x.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}