@charset "utf-8";

/* **************************************************

“謎の”ビデオカードメーカー「Palit」潜入レポート

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */

.column2R #main {
	float: none;
	width: auto;
}
.br_sp, .img_sp {
	display: none;
}

.rvLP {
	width: 960px;
	margin: 30px auto;
	color: #2f353d;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 2px;
	text-align: left;
}

.rvLP a:hover img {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}

.rvLP h2 {
	margin: 70px 0px 50px 0px;
	font-size: 30px;
    font-weight: normal;
	line-height: 1.6em;
	text-align:center;
}
.rvLP h2 span {
	margin-top: 0.8em;
	display: block;
	font-size: 0.7em;
	text-align: center;
	line-height: 130%;
}
.rvLP h3 {
	margin: 50px 0px 25px;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
}
.rvLP p {
	margin: 0px 0px 30px 0px;
}

.author {
	margin: 30px 10px 0 0 !important;
	font-size: 16px;
	text-align: right;
}

.article_unit {
	margin: 25px 0;
	overflow: hidden;
}
.photo_unit {
	margin-bottom: 30px;
	width: 430px;
}
.photo_unit p {
	margin: 10px 0 0 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: normal;
}
.pt_left {
	float: left;
}
.pt_right {
	float: right;
}
.photo_unit img {
	width: 430px !important;
}
.photo_unit p {
	width: 430px !important;
}
.article_unit p {
	width: 500px;
}
.article_unit p.row1 {
	width: auto;
}
.photo_unit_row1 {
	width: auto;
	position: relative;
}
.photo_unit_row1 p.tex_left {
	width: 415px;
	top: 655px;
	left: 40px;
	position: absolute;
	font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: normal;
}
.photo_unit_row1 p.tex_right {
	width: 405px;
	top: 355px;
	right: 15px;
	position: absolute;
	font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: normal;
}


/*-----------------------
　商品紹介
-----------------------*/
.shohin_unit {
	margin: 100px 0 30px;
	padding: 20px;
	background-color: #eaeaea;
	overflow: hidden;
}
.shohin_unit img {
	margin: 0 0;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	float: left;
	width: 460px;
}
.shohin_detail {
	margin: 0 0;
	width: 410px;
	float: right;
	letter-spacing: normal;
}
.shohin_name {
	margin-bottom: 15px !important;
	padding-top: 12px;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
}
.sub_name {
	font-size: 0.8em;
	font-weight: normal;
}
.linkbtn_shohin a {
	margin: 15px 0 0;
	color: #333;
	background-color: #ff9c00;
	display: inline-block;
	padding: 12px 30px 12px 20px;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
	letter-spacing: normal;
	font-size: 1.2em;
	font-weight: bold;
}
.linkbtn_shohin a:hover {
	opacity: 0.6;
}




/*-----------------------
　その他のレビュー
-----------------------*/

.link_unit {
	margin: 0 auto;
}
.link_unit p.linkbtn {
	text-align: center;
}
.link_unit p.linkbtn a {
	color: #fff;
	background-color: #115ed2;
	display: inline-block;
	padding: 12px 30px 10px 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	letter-spacing: normal;
}
.link_unit p.linkbtn a:after {
	content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 50%;
    right: 6px;
	margin-top: -6px;
}
.link_unit p.linkbtn a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
p.linkbtn a + a {
    margin-left: 30px;
    margin-top: 50px;
}







@media screen and (max-width:479px){
	.br_sp {
		display: block;
	}
	.br_pc, .img_pc {
		display: none;
	}

	.rvLP {
		margin: 0 auto;
		width: 100%;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: normal;
	}
	.rvLP img {
		width: 100%;
	}
	.rvLP h2 {
		margin: 20px 0 0;
		font-size: 20px;
		line-height: 1.4em;
	}
	.rvLP h3 {
		margin: 50px 10px -10px;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: normal;
		text-align: left;
	}

	.author {
		margin: 10px 10px -20px 0 !important;
		font-size: 12px;
		text-align: right;
	}
	.article_unit {
		margin: 0 0;
	}
	.photo_unit {
		margin: 30px 10px 0;
		width: 95%;
	}
	.photo_unit p {
		margin: 10px 0 0 0 !important;
		font-size: 12px;
		line-height: 1.4em;
		width: 100% !important;
		color: #666666;
	}
	.pt_left {
		float: none;
	}
	.pt_right {
		float: none;
	}
	.photo_unit img {
		width: 100% !important;
	}	
	.article_unit p {
		margin: 20px 10px 0;
		width: 95%;
	}

	.img_sp {
		display: block;
	}
	.img_sp p {
		margin: 10px 10px 0 !important;
		font-size: 12px;
		line-height: 1.4em;
		width: 95% !important;
		color: #666666;
	}
	.mt_sp {
		margin-top: 30px;
	}

	.link_unit {
		margin: 25px auto 0;
	}
	p.linkbtn a + a {
		margin-left: 0;
		margin-top: 20px;
	}

	.shohin_unit {
		margin: 10px 0;
		padding: 20px;
	}
	.shohin_unit img {
		margin: 0 0;
		padding: 10px 0;
		float: none;
		width: 100%;
	}
	.shohin_detail {
		margin: 15px 0 0;
		width: 100%;
		float: none;
	}
	.shohin_name {
		margin-bottom: 10px !important;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.linkbtn_shohin  {
		margin: 0 0 !important;
		text-align: center;
	}
	.linkbtn_shohin a {
		margin: 15px 0 0;
		display: inline-block;
		padding: 12px 30px 12px 20px;
		text-decoration: none;
		border-radius: 3px;
		position: relative;
		letter-spacing: normal;
	}

	
	
}






/* 2: Page Top
=========================================================================================== */
#pageTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 50px;
}

#pageTop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:479px){
	#pageTop {
		bottom: 0px;
		right: 10px;
	}
}



