@charset "utf-8";

/*-------------------------------------

　レビュー募集説明ページ

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
	width: 900px;
	background-color:#FFF;
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}
.pageTitle {
	background: none;
	font-size: 14px;
	color: #000;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}

/*-----------------------
　共通の装飾
-----------------------*/

.heading {
	font-size:27px;
	color:#fff;
	position:relative;
	padding:12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b50000+0,ff0000+100 */
	background: #b50000; /* Old browsers */
	background: -moz-linear-gradient(left,  #b50000 0%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #b50000 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #b50000 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
	text-align: center;
}
.heading:after{
	content:" ";
	position:absolute;
	top:0px;
	left:100%;
	width:0;
	height:0;
	border-width:28px 12px;
	border-style:solid;
	border-color:#ff0000;
	border-right-color:transparent;
}

#title {
	margin-bottom: 20px;
}
.sectionBox {
	margin-bottom: 40px;
}
.txtRed {
	color: #f00;
}
.firstText {
	font-size: 20px;
    line-height: 1.4em;
}
.firstText .fs26R {
	color:#f00;
	font-size: 26px;
	font-weight: bold;
}
.firstText .fs14 {
	font-size: 14px;
}
.loginLink {
	background-color:#FF7300;
	border-bottom:3px solid #c64802;
	border-radius:30px;  
    -webkit-border-radius:30px;  
    -moz-border-radius:30px;
	margin:0 auto;
	width:90%;
}
.loginLink a {
	color:#FFF;
	display:block;
	font-size:26px;
	padding: 3px 0;
	text-align:center;
	text-decoration:none;
}
.loginLink a:hover {
	background-color:#B50000;
	border-radius:30px;  
    -webkit-border-radius:30px;  
    -moz-border-radius:30px;
}


/*-----------------------
　罫線
-----------------------*/
.keisen {
	border: none;
	border-top: solid 1px #CCC;
	height:1px;
	color:#FFF;
	width:100%;
	margin-bottom: 40px;
	clear: both;
}

/*-----------------------
　ページ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;
}


/*-----------------------
　10000円ポイント
-----------------------*/

#max10000point {
	background-color:#D70407;
	color:#fff;
	padding:15px 30px;
	margin:20px 0 0;
}

#max10000point .mainText {
	font-weight:bold;
	font-size:24px;
	color: #F2FD32;
	text-align:center;
}

#max10000point .mainText span {
	font-size:30px;
}

#max10000point .subText {
	font-size:18px;
}

#max10000point .subText span {
	font-weight:bold;
}


/*-----------------------
　対象モデル
-----------------------*/

#targetModel {
	margin:50px 0;
}
#targetModel * {
	box-sizing: border-box;
}
#targetModel h2 {
	background-color:#525050;
	color:#fff;
	padding:7px 15px;
	font-size:22px;
	margin-bottom: 20px;
	text-align:center;
	font-weight: normal;
}
#targetModel p {
	font-size:20px;
	font-weight: bold;
	margin: 0 20px 30px;
}
#targetModel p.txtRed {
	color:#f00;
}
#targetModel .modelInner {
  margin-bottom: 80px;
}
#targetModel h3 {
	font-size:22px;
	color: #9900CC;
	font-weight: bold;
	margin: 0 20px 4px;
}
#targetModel h4 {
  padding: 5px 0;
  margin: 30px 20px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  width: 220px;
  text-align: center;
  color: #fff;
}
#targetModel h4.gaming {
  background: #525050;
}
#targetModel h4.nomal {
  background: #40c5ec;
}
#targetModel h4.create {
  background: #0e358e;
}
#targetModel ul {
	margin: 0 20px 10px;
	display: flex;
	flex-wrap: wrap;
}
#targetModel ul li {
	width: 32%;
	margin-left: 2%;
	text-align: center;
	font-size: 18px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background-color: #eee;
}
#targetModel ul li:nth-child(3n + 1) {
	margin-left: 0;
}
#targetModel ul li:hover {
	background-color: #fafafa;
}
#targetModel ul li a {
	display: block;
	padding: 6px 0 4px;
	color: #333;
	text-decoration: none;
}
#targetModel .targetModelTable {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0 0 30px;
	width: 900px;
}
#targetModel .targetModelTable td {
	padding:5px 15px;
	width:450px;
	vertical-align:text-top;
}

#targetModel .targetModelTable td.price {
	background-color:#525050;
	color:#fff;
	text-align:center;
	font-size:22px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#targetModel .targetModelTable td.date {
	text-align:center;
	font-size:20px;
	color:#f00;
	font-weight: bold;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#targetModel .targetModelTable td.model {
	background-color:#f0f0f0;
	font-size:18px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #9900CC;
	font-weight: bold;
}

#targetModel .targetModelTable td.name {
	padding:0px;
}

#dayTime {
	margin:0 0 30px 3em;
}

#otherBox {
	margin:0 0 30px;
}
#otherBox span.title {
	background-color:#525050;
	color:#fff;
	padding:7px 15px;
	font-size:18px;
}
#otherBox a {
	text-decoration: none;
}
#otherBox a:hover span.title {
	opacity: 0.7;
}
#otherBox ul {
	padding:15px 0 0 15px;
	font-size:16px;
}

#otherBox ul li {
	list-style:disc;
}

#otherBox ul li span {
	color:#FF0000;
	font-weight:bold;
}

/*-----------------------
　キャンペーン
-----------------------*/
.campaignBox {
	margin: 10px 0px 52px 0px;
	border: 3px solid #ff0f69;
    padding: 20px;
}
.campaignBox h4 {
    margin: 32px 0px 4px 7px;
	font-size: 140%;
	line-height: 190%;
}
.campaignBox h4:first-of-type {
    margin-top: 0px;
}
.repostTxt {
    text-align: center;
    margin-bottom: 15px;
}
.btn-gradient {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  border-bottom: solid 3px #5e7fca;
  font-size: 28px;
  font-weight: bold;
  margin:20px auto;
}
.btn-repost{
    text-align: center;
}

/*-----------------------
　レビュー
-----------------------*/
.toukouRev {
	width: 100%;
	margin-bottom:2em;
}
.toukouRev a + a {
	margin-left: 10px;
}
.ancRev {
	overflow: hidden;
	width: 848px;
	margin: 0px auto 0px auto;
}

.ancRev a {
	display: block;
	float: left;
	margin: 0px 10px;
}

.revBox {
	width: 900px;
	margin: 10px 0px 52px 0px;
	border: 3px solid #ff0000;
}

.revBox h4 {
	margin: 32px 0px 4px 7px;
	font-size: 140%;
	line-height: 190%;
}

.revBox hr {
	width: 98%;
	margin: 32px auto 0px auto;
	border-top: 2px solid #b2b2b2;
}

.revBox h4 span {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;

}
.revBox img {
	max-width: 100%;
  margin: 12px auto 20px;
  padding: 0 20px;
}

.revBox_nomb {
	width: 900px;
	margin: 10px 0px 0 0px;
	border: 3px solid #ff0000;
}

.rev_note {
	width: 80%;
	margin: 0 auto 10px;
}

.rev_note span {
	color:#f00; font-weight:bold;
}
/*-----------------------
　レビュー対象モデル表
-----------------------*/

.revModelBox{
width:100%;
	border-spacing: 0px;
	border-collapse: separate;
	empty-cells: show;
}
.revModelBox td{
	padding: 4px;
	text-align: center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;

}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
		@media screen and (max-width:479px){


		/*--------------------------
		　レスポンシブ対応ヘッダ
		----------------------------*/
		
		
		body {
			min-width: 100% !important;
			-webkit-text-size-adjust: 100%;
		}
		
		#Globalnavi,
		#Header #head_navi_menu,
		#Header #head_navi_menu_g,
		#Header .keyword,
		#Header #headsearchBox,
		#Header .wishBtn,
		#Header .btn,
		.leadSection .recomWin_black,
		.leadSectionInner {
			display: none;
		}
		
		#Header,
		#Header .inner,
		#Header h1 {
			width: 100%;
			height: auto;
		}
		
		#Header {
			width: 100%;
			min-width: 100%;
			overflow: hidden;
			border-bottom: 3px solid #fff;
		}
		
		#Header .logo {
			width: 90%;
			position: relative;
			top: 0px;
			padding: 0px 0px 12px 3px;
		}

		#Header h1 {
			display: none;
		}
		
		#container {
			width: 100%;
			padding-top: 0px !important;
		}
		
		#wrapper_premium_member .topicPath,
		#wrapper_premium_member .breadCrumb {
			display: none;
		}
		
		/*--------------------------
		　レスポンシブ対応フッタ
		----------------------------*/
		#pagetop {
			bottom: 10px;
			right: 10px;
		}
		
		.footerTagline {
			margin-bottom: 4px;
			padding: 0% 2%;
			text-align: left;
			font-size: 90%;
			line-height: 140%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		
		.footerTagline,
		#footer,
		#footerNav2,
		#footerLinks #footerLinks_Nav,
		#footerLinks #footerLinks_NavParts,
		#footerCopy,
		#footerCopy p.copyright {
			width: 100%;
			min-width: 100%;
			font-size:12px;
		}
		
		#footer {
			padding: 9px 0px 7px 0px;
		}
		
		#footerLinks {
			display: none;
		}
		#footerLinks ul {
			float: none;
		}
		
		#footerCopy p.copyright a {
			display: block;
			margin-bottom: 7px;
		}
		
		#footerLinks ul {
			margin: 12px 0px 0px 5px;
		}
		
		#footerLinks ul li {
			display: inline-table;
			width: 45%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		
		#footerLinks ul li.catName,
		#footerLinks ul li.noLink {
				width: 90%;
		}
		
		#footerNav2 ul {
			margin: 0% 4%;
		}
		
		body #footerNav2 li {
			display: inline-table;
			width: 49%;
			margin: 0px 0px 9px 0px;
			padding: 0px;
			border-left: none;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		
		#footerNav2 li:first-of-type {
			margin-bottom: 9px !important;
		}
		
		#splink_footer {
			display: none !important;
		}
		
		#footerCopy p.copyright {
			text-align: center;
			font-size: 80%;
		}
		body #footerCopy {
			min-width: 100%;
		}		
		.pageLink {
			margin: 0;
			padding:0;
		}


		/*--------------------------
		　レスポンシブ対応全体
		----------------------------*/

		#container {
			margin: 0 auto 50px;
		}
		
		#lp_page {
			width: 98%;
			margin: 0 auto;
		/*	color: #FFF;*/
			line-height: 1.6em;
		/*	background-color:#000; */
		}
		
		h3{
			font-size:80%;
		}
    #targetModel h4 {
      margin: 30px auto 10px;
      display: block;
      width: 100%;
    }
		.concept_cts {
			height:auto;
		}
		.sectionBox_b{
			padding: 10px;
		}
		.head_b p {
			padding: 21px 0 0 10px;
		}
		.head_g p {
			padding: 12px 0 0 5px;
		}
		
		.mainBox img {
			width:100%;
		}

		.ttl_rec img{
			width:100%;
			text-align:center;
		}

		#lp_page .btn_ps img{
			width:100%;
		}
		
		#lp_page .recommendBox li {
			 float: none; 
			 width: 100%;
			 text-align:center;
		}
		
		#lp_page .recommendBox .img{
			display: inline;
		
		}
		
		#lp_page .recommendBox .btn1 {
		    left: 76px;
		}
		
		
		#pointTokuten .detailPoint li {
			display: inline;
		}
		
		#pointTokuten{
			color:#000000;
		}
		
		#pointTokuten .icon_bottomarrow{
			 display: block;
			 margin-left: auto;
			 margin-right: auto;
		}	
		
		#pointTokuten .coin{
			width:100%;
		}		
		
		#lp_page .recommendBox li {
			margin-bottom: 80px;
		}
		
		#lp_page .recommendBox {
			margin-bottom: 6px;
		}
		
		.itemArea .itemSetBox li{
			float: none; 
			width:90%;
		}
		
		.itemArea .itemSetBox .txt .inn {
			display: inline;
		}
		
		
		.itemArea .itemSetBox .img {
			display: inline;
		}
				
		.itemArea {
			width:100%;
		}

		.itemArea .itemWrapper {
			width:100%;
		}
		
		.itemArea .tabBox dd {
			margin:6px 6px 0 0;

		}
		
		.itemArea .tabBox dd span {
			width: 100%;
			font-size: small;
			padding:0 3px;
		}
		
		.itemArea .tabBox {
			margin-top: -90px;
			padding: 0 0 0 6px;
		}
		
		.itemArea .itemSet h4.nml .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.slv .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.brz .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.gld .pt {
			font-size: 11px;
		}
		
		.itemArea .itemSet h4.nml {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}
		
		.itemArea .itemSet h4.brz {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}
		
		.itemArea .itemSet h4.slv {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}
		
		.itemArea .itemSet h4.gld {
			padding: 13px 0 0 47px;
			font-size: 21px;
		}

			.pc{
			display:none;
		}

		#lp_page img {
			width:100%;
			height: auto;
		}

		.snscte{
			width:100%;
		}

		.bn_Link{
			width:94%;
		}	

		.fb{
			float:none; 
			margin:0px;	
		}		

		.twi{
			float:none; 
			margin:0px;
		}
		
		.snsSection{
			margin:0 auto;
			text-align:center;
			padding: 13px 0 5px 80px;
		}
		
		.mb5sp {
			margin-bottom: 5px;
		}
		/*--------------------------
		　レスポンシブメインタイトル
		----------------------------*/
		#boxTitle {
			padding: 10px 10% 20px;
			background-size: 100%;
			background-position: 20px 0;
		}
		#boxTitle .catchCopy {
			width: 50%;
			text-align: center;
			padding: 0;
		}
		#boxTitle .catchCopy img {
			width:50%;
		}
		#boxTitle h2 {
			font-size: 16px;
		}
		#boxTitle .subCatch {
			font-size: 14px;
		}

		h3 {
			font-size: 18px;
			line-height:1.2em;
			margin: 20px 0 0;
		}
		
		.catchText {
			font-size: 14px;
			display: block;
			padding-left: 0;
		}

		#boxTitle .catchPointBack {
			text-align: left;
			font-size: 12px;
			padding: 5px;
		}
		
		.mb30 img { width: 100%; }
		.mb30 img + img { margin-top: 10px; margin-left: 0px; }
		
		.mb40 img { width: 100%; }
		.mb40 .fLeft + .fLeft { margin-left: 0; }
		.mb40 img + img { margin-top: 10px; margin-left: 0px; }

		.imgR { float: none;}
		
		.clearfix p.item { width: auto; float: none;}
		
			
		/*--------------------------
		　コンテンツ
		----------------------------*/
		#max10000point .mainText {
		line-height: 1.4;
		}
		.toukouRev a + a {
		margin-left: 0;
		}
		.ancRev {
		width: 100%;
		}
		.ancRev a {
		float: none;
		margin: 0px;
		}
		
		.heading {
		width: 96%;
		}
		
		.heading:after{
		border:none;
		}
		#targetModel h2 {
	margin-bottom: 10px;
}
#targetModel p {
	text-align: center;
	margin: 0 0 10px;
}
#targetModel h3 {
	margin: 0;
}
#targetModel ul {
	margin: 0 0 20px;
	flex-direction: column;
}
#targetModel ul li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 6px;
}
#targetModel ul li:hover {
	background-color: #eee;
}
		#targetModel .targetModelTable {
		width: 100%;
		}
			
		.revBox, .revBox img, .revBox_nomb {
		width: 100%;
		box-sizing: border-box;
		}
			
		.rev_note {
		width: 100%;
		}	
		
		#dayTime {
			margin:0 0 30px 1em;
		}
		.mainText{
			line-height:1.2;
		}
		.mainText br{
			display:none;
		}
		.alignC img{
			width:100%;
			height: 100%;
		}
			
		}/* ウィンドウ幅が0〜479pxの場合に適用するCSSここまで */
		
		@media screen and (max-width:360px){
			#lp_page .recommendBox .btn1 {
			    left: 44px;
			}			
		}
		
/* ウィンドウ幅が480px〜の場合に適用するCSS */
		@media screen and (min-width:480px){
		.sp{
			display:none;
			}
		.img01{
			width:480px;
		}
		.img02{
			width:680px;
		}				
		.img03{
			width:680px;
		}	
		.img04{
			width:680px;
		}
		.snscte{
			width:600px;
		}
		.fb{
			width:30%; 
			float:left; 
			margin-left:80px;	
		}		
		.twi{
			width:30%;
			float:right; 
			margin-right:80px;
		}
		
}


/*-----------------------
　500円ポイント
-----------------------*/

#info500point {
	background-color:#aa010e;
	color:#fff;
	padding:15px 30px;
	margin:20px 0 0;
	border-radius:7px;
	margin-bottom:2em;
}

#info500point .mainText {
	font-weight:bold;
	font-size:24px;
	color: #F2FD32;
	text-align:center;
}

#info500point .mainText span {
	font-size:30px;
}

#info500point .subText {
	font-size:18px;
}

#info500point .subText span {
	font-weight:bold;
}
#info500point ul li::before {
  content: '※';
}
#info500point ul li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 479px) {
  #info500point {
    padding: 16px;
  }
  #info500point .mainText {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  #info500point .mainText span {
    font-size: 1.3em;
  }
  #targetModel .targetModelTable td {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
}

/*レコード：1631 レビューキャンペーン　5/22～*/
#campaign {
  margin: 20px 0;
}
#campaign h2 {
  background: #febf01;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
}
#campaign .campInner {
  border: 3px solid #febf01;
  padding: 16px;
}
#campaign dt {
  color: #182c4d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
#campaign dd:not(:last-child) {
  margin-bottom: 20px;
}
#steamwallet {
  margin: 60px 0 0;
}
#steamwallet h2 {
  background: #febf01;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
}
#steamwallet .campInner {
  border: 3px solid #febf01;
  padding: 16px;
}
#steamwallet dt {
  color: #182c4d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
#steamwallet dd:not(:last-child) {
  margin-bottom: 20px;
}
.anchor {
	margin: 30px 0 60px;
}
.anchor p {
	text-align: right;
}

.precaution{
  margin: 30px 0;
}
.red_f{
  color: #ff0000;
}
.pre_list{
  margin: 20px 0;
}
.revimg_pconly {	
  display: inline-block;
}	
.revimg_sponly {
  display: none;
}
@media screen and (max-width:479px){
	.revimg_sponly {
		display: inline;
	}
	.revimg_pconly {
		display: none;
	}	
}	