@charset "shift_jis";
/* CSS Document */
/* ■■■■■ 基本部分 ■■■■■ */
#steam * {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 110%;
}
#steam {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background-color:#FFF;
	color: #231302;
	font-size:12px;
}
#steam section {
	padding: 20px 0;
}
#steam img {
	border: none;
	vertical-align: bottom;
}
#steam a:link, #steam a:hover, #steam a:visited, #steam a:focus, #steam a:active {
	color: #231302;
	text-decoration: none;
}
#steam li{
list-style: none;
}

#steam a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

#steam h3 {
	padding-bottom:30px;
}


/* ■■■■■ ナビゲーション部分 ■■■■■ */
#steam .navi {
    width:750px;
    height:182px;
    padding:10px 0 20px 0;
}
#steam ul.navi li {
  display:table-cell;
  vertical-align:middle;
}
#steam .navi a:hover img
{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}

/* ■■■■■ 動画 ■■■■■ */
#steam .movie {/*親div*/
  position: relative;/*相対配置*/
  }

#steam .movie iframe {
	position: absolute;/*絶対配置*/
	top: 185px;
	left: 343px;
	width: 560px;
	margin-left: -245.5px; /* MUST be half the width */
  }
  
#steam .movie a img {
	position: absolute;/*絶対配置*/
	bottom: 15px;
	right: 91px; /* MUST be half the width */
  }



/* ■■■■■ 1カラム ■■■■■ */
#steam section img {
    padding-bottom:30px;
  }
#steam section .kakaku img {
    padding:0;
  }


/* ■■■■■ 3カラム ■■■■■ */

/*商品枠*/

#steam .ul_3 {
	width: 750px;
	margin: 10px 0;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
}
#steam .ul_3 dl{
	background-color:#fff;
	margin-top:10px;
	width:237px;
	border:1px solid #ccc;
	text-align:center;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
}


#steam .ul_3 li{
  display: table-cell;
  vertical-align: middle;
}
#steam .ul_3 dl dt,
#steam .ul_3 dl dd{
	margin:5px 5px 0 5px;
}
#steam .ul_3 dt{
	 display: table-cell;
	vertical-align: middle;
	height:2em;
	text-align:left;
	font-size:17px;
	font-weight:700;
	padding:3px 5px;
}
#steam .ul_3 dd.image{
	margin:0 auto;
	text-align:center;
}
#steam section h3{
	padding: 0 !important ;
}
#steam section h3 img{
	padding: 0 !important ;
}
#steam .ul_3 .image img{
	width:230px;
	padding: 0 !important ;
}
#steam .ul_3 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#steam .ul_3 dd.text{
	height:4em;
	border-bottom:1px dashed #999;
	padding:4px 0;
	font-size:14px;
	line-height:140%;
}
#steam .ul_3 dd.price{
	padding:10px 0 0 50px;
	text-align:center;
	height:24px;
}

/*詳細はこちらボタン*/

#steam .ul_3 dd.btn{
	font-size:14px;
	display:block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #EA3001;
    color: #FFF;
    border-bottom: solid 4px #990B0A;
    border-radius: 5px;
	position:relative;
	height:15px;
	width:190px;
	margin:8px;
	text-align:center;
	font-weight:bold;
}
#steam .ul_3 dd.btn:hover{
	height:15px;
	width:190px;
	margin:8px;
	text-align:center;
	font-weight:bold;
}
#steam .ul_3 dd.btn:after{
	content: '';
	position:absolute;
	top:35%;
	right:5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #FFF;
}
#steam .ul_3 dd.btn:hover{
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	opacity:0.8;
}

/*価格プログラム*/

#steam .ul_3 .buy_price, #steam .ul_3 .buy_price li {
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#steam .kakaku .buy_price{
	float: none;
	line-height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position:relative;
	bottom:80px;
	text-align:right;
	left:160px;
	padding:10px 0 0 50px;
	text-align:center;
	height:24px;
 }
#steam .kakaku .buy_price li{
	display: inline;
 }
#steam .kakaku li.price{
	color: #ff0000;
	font-size: 30px;
	border: none;
	font-weight: bold;
 }
#steam .kakaku .motoprice{
	display: none;
}
#steam .kakaku span.spesicalprice{
	font-size: 16px;
	color: #00F;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
#steam .kakaku .intax{
	font-size: 14px;
	color: #ff0000;
	border: none;
}

#steam .ul_3 li.motoprice {
	display: none;
}
#steam .ul_3 span.spesicalprice {
	font-size: 11px;
	color: #00F;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
}
#steam .ul_3 li.price {
	color: #ff0000;
	font-size: 18px;
	border: none;
	font-weight: bold;

}
#steam .ul_3 li .intax {
	font-size: 10px;
	color: #ff0000;
	border: none;
}

/* ■■■■■ バナー ■■■■■ */
#steam .ul_2b a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
#steam .ul_2b {
	width:718px;
	overflow:hidden
}
#steam .ul_2b {
	padding:16px 16px 20px 16px
}
#steam .ul_2b li {
	display:table-cell;
    vertical-align:middle;
	width:359px
}



/* ■■■■■ その他共通部分 ■■■■■ */

/*カテゴリはこちらボタン*/

#steam .cate-link{
	height:36px;
	width:346px;
	margin:0 10px 20px auto;
	text-align:center;
}
#steam .cate-link a{

	font-size:14px;
	display:block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F4612E;
    color: #FFF;
    border-bottom: solid 4px #A43009;
    border-radius: 5px;
	position:relative;
}
#steam .cate-link a:after{
	content: '';
	position:absolute;
	top:35%;
	right:5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #251400;
}
#steam .cate-link a:hover{
	 -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	opacity:0.8;
}

/*トップへ戻る*/

#steam .to-top{
	clear:both;
	font-weight:700;
	margin:0 10px 15px auto;
	text-align:right;}
#steam .to-top a{color:#5F4931;}
#steam .to-top a:before{
	content:"▲";
}
#steam .to-top a:hover{
	text-decoration: underline;
}





	}