@charset "utf-8";

/*-------------------------------------

　Palit 秋の特大ポイントバックキャンペーン

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 900px;
	color: #333333;
	line-height: 1.6em;
	font-size: 14px;
	background-color:#FFF;
	margin: 30px auto;
}

#lp_page h2 {
	background: #0062B0;
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
	padding: .5em .75em;
	font-weight:normal;
}


#lp_page .rightTxt {
    float: right;
    line-height: 140%;
    width: 81%;
    display: block;
    font-size: 16px;
    margin: 15px 0 30px 0;
    padding: 20px;
}

.point {
	border: 1px solid #ccc;
	padding: 14px 20px;
	font-size: 16px;
}
	
.point ul {
    padding: 0 5px;
    list-style-type: none;
    line-height: 30px;
}

/*-- タイトル画像部分 --*/
#title {
	margin-bottom: 15px;
}


/*-------------------------------------
　バナーの下にテキストを設置する場合は
　sectionBox_b を使ってください
　通常はsectionBoxを使用
---------------------------------------*/

.sectionBox {
	margin-bottom: 30px;
}


/*-------------------------------------
　キャンペーン内容
---------------------------------------*/

#lp_page h3 {
	background: none;
	font-size: 16px;
	color: #000;
	border-bottom: solid 1px #0062B0;
	border-left: solid 8px #0062B0;
	margin: 30px 0 20px .75em;
	padding: .25em 0 .5em .75em;
	font-weight:normal;
}

#lp_page h4 {
	background: none;
	font-size: 14px;
	color: #0062B0;
	margin: 20px 0 10px .75em;
	font-weight:bold;
}
.downloadbox {
	margin: 0 0 20px .75em;
	border: 1px solid #ff6d00;
}
.downloadbox a {
	text-decoration: none;
	display: block;
	padding: 1em;
}
.downloadbox a:hover {
	opacity: 0.7; 
}
.downloadbox .icn, .txt {
	display: table-cell;
}
.downloadbox .icn {
	width: 84px;
}
.downloadbox .txt {
	vertical-align: middle;
	color: #ff6d00;
	font-weight: bold;
	font-size: 16px;
}
.downloadtxt {
	margin: 0 0 20px 0.75em;
	box-sizing: border-box;
}
.downloadtxt ul {
	margin: 0 0 10px 1.75em;
}
.downloadtxt li {
	list-style: circle;
}

#lp_page .detailText {
	margin: 0 0 20px 0;
	overflow: hidden;
	box-sizing: border-box;
}
	
#lp_page .detailText .leftName {
	border: 1px solid #0062B0;
    color: #0062B0;
    float: left;
    padding: 0.438em 0.438em 0.313em;
    text-align: center;
    width: 11%;
   margin: 0 0 20px;
}

#lp_page .detailText .RightText {
    float: right;
    line-height: 140%;
    padding: 7px 0;
    width: 85%;
}

#lp_page .detailText .RightText .storeDate {
    font-size: 16px;
	display:inline-block;
	margin-left:15px;
}

#lp_page .detailText .RightText .mobileCaution {
    font-size: 16px;
	display:inline-block;
	margin:15px 0 0;
}

#lp_page .detailText .RightText .usedCaution {
    font-size: 16px;
	display:inline-block;
	margin:15px 0 0;
	color:#FF0105;
}

#lp_page .detailText .RightText .pointCaution {
    border: 1px solid #ccc;
	color:#444444;
    display: block;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 20px;
}


/*-------------------------------------
　会員登録内容
---------------------------------------*/

#lp_page .memberText {
    background-color: #ffffa4;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}

#lp_page .memberText h4 {
    background-color: #2693ff;
    color: #fff;
    display: block;
    font-size: 26px;
    margin: 20px 0 10px;
    padding: 10px 0;
}

#lp_page .memberText .memberBox {
}

#lp_page .memberText .memberBox li {
    background-color: #fff;
    border: 3px solid #2693ff;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin-left: 14px;
    padding: 10px;
    width: 30%;
}

#lp_page .memberText .memberBox li:first-child {
  margin: 0;
}

#lp_page .memberText .memberBox li > span {
    color: #fb0105;
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0;
}

#lp_page .memberText .memberBox li > span.big {
	font-size:30px;
}

#lp_page .memberText .memberBox li.center {
	padding:21px 0;
}

#lp_page .memberText .goriyou {
	margin:15px 0 0	
}

.setDiscount {
	color:#0062b0;
}

.setDiscount span{
	color:#FF0000;
}

/*-------------------------------------
　誘導ボタン
---------------------------------------*/

.itemBtn {
	padding:40px 0 0 0;
	text-align:center;
}

/*-------------------------------------
　罫線
---------------------------------------*/

.keisen {
	border: none;
	border-top: solid 1px #CCC;
	height:1px;
	color:#FFF;
	width:100%;
	margin: 10px 0;
}

.clear {
	clear:both;
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

.pcSite {
	display: inline;
}

.spSite {
	display:none;
}


/*-------------------------------------
装飾
---------------------------------------*/
.notes {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

/*-------------------------------------
こっからしたはclearfix
---------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*-------------------------------------
スマホ対策
---------------------------------------*/

@media screen and (max-width:479px){

body {
	min-width: 320px!important;
    width: 100%!important;
    overflow-x: hidden;
}
#Header .logo {
    position: static;
}
#Header .logo {
    left: 0;
    position: absolute;
    top: 43px;
}
#Header .keyword {
	display: none;
}
#Header h1 {
	display: none;
}
#headsearchBox {
	display: none;
}
#Globalnavi {
	display: none;
}
div.leadSection {
	display: none;
}
#container #lp_page {
	margin-top: 10px;
    width: 100%;
	overflow-x:hidden;
	padding: 0 10px;
    box-sizing: border-box;
}
#headerBody {
	width:98% !important;
}
#headerBody .tagLine {
	display:none;
}
#headerBody .head_lead {
	display:none;
}
#navBot{
	display:none;
}
#navMid .navMid_right,
#navMid .navMid_center,
#headBtn,
#siteNav,
.head_lead .mobileLink {
	display:none !important;
}
#navMid img {
	width:70%;
}
#headsearchBox {
	width:100% !important;
}
#headsearchBox #inputBox {
	width:83%;
}
#headsearchBox #btnBox {
	width:15%;
}
#container, #wrapper {
	width:100% !important;
}
#main img {
	max-width:100%;
	height:auto;
}


/*-------------------------------------
　フッター周り
---------------------------------------*/
.footerTagline {
	width:100% !important;
}
#footer {
	min-width: 320px;
	padding: 20px 0 10px;
	width: 100% !important;
}
#footerNav2 {
    padding: 0 10px !important;
    width: 100% !important;
}
#footerNav2 ul {
	width: 95%;
}
#footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts {
    margin: 8px auto;
    width: auto;
}
.siteSwitchLink {
	display:none;
}
#footer .copyright {
	padding-left: 10px;
    width: 100%;
}
#footerLinks {
    min-width: 100%;
    padding: 5px;
    background: #EEE;
    border-bottom: 2px #0062b0 solid;
}
#footerLinks ul {
    float: left;
    margin: 0 5px 25px 0;
}

/*-------------------------------------
　中身
---------------------------------------*/


#lp_page h3 {
    font-size: 18px;
    line-height: 120%;
    margin: 20px auto 20px;
    text-align: left;
    width: 100%;
	box-sizing: border-box;
}

#lp_page h4 {
	margin: 20px 0 10px 0;
}

.downloadbox {
	margin: 0 0 20px 0;
	width: 100%;
}
	
.downloadtxt {
	margin: 0 0 20px 0;
}

#lp_page .detailText {
	width: 100%;
}
#lp_page .detailText .leftName {
	margin: 0 0 0;
	width: 95%;
	float: none;
}
#lp_page .detailText .RightText {
    line-height: 140%;
    padding: 7px 0;
    width: 100%;
	float: none;
}

#lp_page .detailText .RightText .storeDate {
    margin-left: 0;
    font-size: 14px;
}


#lp_page .detailText .RightText .mobileCaution {
    font-size: 14px;
}

#lp_page .detailText .RightText .pointCaution {
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
    padding: 20px 0 0;
}

#lp_page .memberText h4 {
    line-height: 120%;
}

#lp_page .memberText .memberBox li {
    border: 3px solid #2693ff;
	margin: 0 0 10px 0;
    width: 93%;
}

#lp_page .memberText .memberBox li.center {
	padding:10px;
	margin: 10px 0 10px 0;
}

.itemBtn img {
	width:98%;
}

#pagetop {
    bottom: 20px;
    right: 5px;
}

.spSite {
	display: inline;
    font-size: 14px;
}

.pcSite {
	display:none;
}

/*-------------------------------------
　キャンペーンポップアップ
---------------------------------------*/
#fvpop {
	height:auto !important;
    width:90% !important;
}
#fvpop img {
    height:auto !important;
    width:100% !important;
}


}