@charset "utf-8";

/*-------------------------------------

　Palit_1080_review

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	margin: 30px auto;
	line-height: 1.6em;
	font-size: 16px;
}

.section {
	margin-bottom: 40px;	
}

#popup01,
#popup02,
#popup03,
#popup04,
#popup05,
#popup06,
#popup07,
#popup08,
#popup09,
#popup10,
#popup11,
#popup12,
#popup13,
#popup14,
#popup15,
#popup16,
#popup17,
#popup18,
#popup19,
#popup20,
#popup21,
#popup22,
#popup23,
#popup24,
#popup25,
#popup26,
#popup27 {
	display: none;
}


/*-------------------------------------
　見出し設定
---------------------------------------*/

h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 43px;
    margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

h3 {
	border-left: #605b5a 10px solid;
    font-size: 28px;
    font-weight: bold;
    line-height: 43px;
    margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}


/*-------------------------------------
　画像ボックス
---------------------------------------*/

.imgBox {
    background: #eee none repeat scroll 0 0;
    margin: 20px 0 0;
    padding: 0 10px;
	overflow: hidden;
}

.imgCenter {
	margin: 20px 10px 10px 0;
	text-align: center;
}

.imgLeft {
    float: left;
    margin: 20px 10px 10px 0;
    width: 435px;
}

.imgRight {
    float: right;
    margin: 20px 0 10px 0;
    width: 435px;
}
.imgTxt {
	margin-bottom: 10px;
}


/*-----------------------
　ページTOPへ
-----------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#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;
}
.pageLink {
    clear: both;
    padding: 20px 0;
    text-align: right;
}
.pageLink a {
    background: rgba(0, 0, 0, 0) url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center;
    color: #ffffff;
    padding-left: 14px;
}


.sidebannerRight {
	display: none;
}

.sidebannerLeft {
	display: none;
}


/*-----------------------
　その他のレビュー
-----------------------*/

.section p.linkbtn {
}
.section p.linkbtn a {
	color: #191919;
	background-color: #f7be0e;
	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;
}

.section p.linkbtn a:after {
	content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 9px #000;
    position: absolute;
    top: 50%;
    right: 6px;
	margin-top: -6px;
}

.section p.linkbtn a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

p.linkbtn a + a { margin-left: 20px; margin-top: 20px; }