@charset "UTF-8";
/* CSS Document */

/* 全体のレイアウト ----------------------------------------------- */

*{
		margin:0;
		padding:0;
		border:0;
}

body {
  margin:0;   
  background:#5d5d5d;
  font-size:15px;
}


#wrapping{
		width:1000px;
		margin:auto;
		background-color:#f3f3f3;
		margin-top:0px;
	margin-bottom:0px;
}

#contents{

}

#h2{
	color:#6fbb9a;
	padding:6px;
}



/* ダウンロードストア トップロゴ ----------------------------------------------- */

#header{
		background-color:#f00;
		margin-bottom:12px;
		
}

/* スライドショー ----------------------------------------------- */

#slideshow-body{
                margin-bottom:36px;
	        margin-left:24px;
}


#slideshow {
   position: relative;
   width:  965px;
   height: 323px;
   margin-top:24px;
   margin-bottom:36px;
   margin-left:24px;

border-radius:;
-webkit-border-radius:;
-moz-border-radius:;

box-shadow:rgba(0, 0, 0, 0.33) 0px 0px 4px 4px;
-webkit-box-shadow:rgba(0, 0, 0, 0.33) 0px 0px 4px 4px;
-moz-box-shadow:rgba(0, 0, 0, 0.33) 0px 0px 4px 4px;
}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


/* 区切り線(マヴラヴシリーズ ダウンロード版 作品一覧) ----------------------------------------------- */

#downloads-line{
                margin-bottom:18px;
}


/* 各 ダウンロード作品枠 (共通) ----------------------------------------------- */


#dl-items{
	background:url(images/contents-guide-L.png);
	width:310px;
	height:600px;
/*	height:556px;*/
	margin-left:18px;
	margin-bottom:24px;
	float:left;
}



#game-titlename{
	color:#434343;
	font-size:120%;
	line-height:100%;
	font-weight:bold;
	padding:15px 0px 5px;
	margin-bottom:0px;
	text-align:center;
}

.game-kakaku{
	color:#434343;
	font-size:80%;
line-height:130%;
	font-weight:lighter;
	padding:2px;
	margin-bottom:6px;
}

.game-price{
	color:#434343;
	font-size:110%;
line-height:130%;
	margin-bottom:6px;
}

.game-zeibetsu{
	color:#434343;
	font-size:70%;
line-height:130%;
	font-weight:lighter;
	margin-bottom:6px;
	padding:2px;
}

#game-18kin{
	color:#434343;
	font-size:70%;
	font-weight:lighter;
	line-height:140%;
	margin-bottom:4px;
	text-align:center;
}

#game-discontinued{
	color:red;
	line-height:100px;
	font-size:110%;
	font-weight: bold;
	text-align: center;
}

/* 各 ゲームパッケージ (共通: パッケージサイズは横270×384ピクセルにしてください) ----------------------------------------------- */

#gamepackage{
width:270px;
height:384px;
margin:15px auto 30px;
box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 5px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 5px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 5px 3px;
}


/* DMMとの配信許諾契約の解説部分 ----------------------------------------------- */

#attention{
	background:url(images/bg_caution.png);
	background-repeat:no-repeat;
	width:962px;
	height:158px;
	margin-left:18px;
	margin-top:20px;
	margin-bottom:30px;
	float:left;
	margin-right:auto;
padding:22px;
vertical-align:middle;
	font-size:80%;
	clear:both;
}


/* お支払い方法について・お問い合わせ ----------------------------------------------- */

#footer{
	background:url(images/bg_otoiawase.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:267px;
	clear:both;
}
	
#oshiharai{
	width:460px;
	height:180px;
	margin-top:56px;
	margin-left:50px;
	text-align:left;
	float:left;
	
	
}

#otoiawase{
	width:400px;
	height:180px;
	margin-top:56px;
	margin-left:16px;
	text-align:left;
	float:left;
}


/* 末尾コピーライト ----------------------------------------------- */

#copyright{
	color:#ffffff;
	text-align:center;
	font-size:80%;
	clear:both;
}