@charset "utf-8";

/*-------------------------------------

Palit徹底解剖！Palitとは

Copyright (c) Dospara Co., Ltd. All rights reserved. 
---------------------------------------*/

/*-------------------------------------
　PCページ基本設定
---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
	width: 920px;
	margin: 0 auto;
	color: #333333;
	line-height: 1.5em;
	font-size: 14px;
 	position: relative;
}


/*-------------------------------------
　PC　その他
---------------------------------------*/
.switch {
    visibility: hidden;
}

 a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	/*display: block;*/
}

.main_unit {
	margin: 15px 0 30px 0;
	padding-bottom: 30px;
	color: #d8d8d8;
	background-color: #191919;
}
.multi_unit {
	margin: 30px 40px;
}
.multi_unit p {
	margin-top: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.multi_unit p.linkbtn {
}
.multi_unit p.linkbtn a {
	color: #191919;
	background-color: #f7be0e;
	display: inline-block;
	padding: 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.tit_bar {
	margin: 50px 0 5px 0;
	padding: 7px 5px 7px 7px;
	border-left: #f7be0e 8px solid;
	color: #f7be0e;
	font-size: 2.0em;
	
}
.titile {
	padding: 60px 0 20px;
	text-align: center;
}
.palit_img {
	border: #555 1px solid;
	/*text-align: center;*/
	margin: 0 auto;
	width: 750px;
}
.caption {
	margin: 0 auto;
	width: 730px;
	font-size: 0.9em !important;
	text-align: center;
}
.author {
	margin-top: 50px !important;
	text-align: right;
}


@media screen and (min-width:480px){
	br.sp_br {
		display:none;
	}
	.bnr_steam_sp {
		display:none;
	}
}


/*-------------------------------------
　SP （0?479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px){
	
	.pc {
		display:none;
	}

	
/*-------------------------------------
　SPページ基本設定
---------------------------------------*/
	#lp_page {
		width: 97%;
		margin: 20px auto;
		color: #333333;
		line-height: 1.5em;
		font-size: 100%;
		position: relative;
	}
	#main img {
		max-width:100%;
		height:auto;
	}
	
	
/*-------------------------------------
　SP　その他
---------------------------------------*/
	.tit_bar {
		margin: 30px 0 5px 0;
		padding: 3px 5px 3px 7px;
		border-left: #f7be0e 8px solid;
		color: #f7be0e;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.titile {
		padding: 30px 10px 10px !important;
		text-align: center;
	}
	.multi_unit {
		margin: 10px 15px;
	}
	.palit_img {
		margin: 30px auto 0 !important;
		width: 100%;
	}
	.caption {
		margin: 0 auto;
		width: 95%;
		font-size: 1.0em !important;
		text-align: left;
	}
	
}


/*-------------------------------------
　ページトップへ表示設定
---------------------------------------*/
#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;
}

