@charset "utf-8";
/*==================================================================
//
//  YUI
//
==================================================================*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/*==================================================================

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
==================================================================*/


/*==================================================================
//
//  common class
//
==================================================================*/

/* text decoration
============================================================*/
.txtRed {
	color: #B22100;
}
.txtBlue {
	color: #003399;
}
.txtBold {
	font-weight: bold;
}
.txtRed2 {
	color: #ff3333;
}
.txtUnderline {
	text-decoration: underline;
}
/*==========================================================*/

/* float
============================================================*/
.fltLeft {
	padding: 0px;
	margin: 0px;
	float: left;
}
.fltRight {
	padding: 0px;
	margin: 0px;
	float: right;
}
/*==========================================================*/

/* clear
============================================================*/
.clr {
	clear: both;
}
.clr_l {
	clear: left;
}
.clr_r {
	clear: right;
}
/*==========================================================*/

/* margin
============================================================*/
/**
*  top
**/
.mt0 {
	margin-top: 0px!important;
}
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt180 {
	margin-top: 180px!important;
}
/**
*  bottom
**/
.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
/**
*  left
**/
.ml5 {
	margin-left: 5px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml25 {
	margin-left: 25px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.ml35 {
	margin-left: 35px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml45 {
	margin-left: 45px!important;
}
.ml50 {
	margin-left: 50px!important;
}
/**
*  right
**/
.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr15 {
	margin-right: 15px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr35 {
	margin-right: 35px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr45 {
	margin-right: 45px!important;
}
.mr50 {
	margin-right: 50px!important;
}
/*==========================================================*/

/* padding
============================================================*/
/**
*  top
**/
.pt0 {
	padding-top: 0px!important;
}
.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
/**
*  bottom
**/
.pb0 {
	padding-bottom: 0px!important;
}
.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
/**
*  left
**/
.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl15 {
	padding-left: 15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pl60 {
	padding-left: 60px!important;
}
/**
*  right
**/
.pr5 {
	padding-right: 5px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr15 {
	padding-right: 15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}
/*==========================================================*/

/* text align
============================================================*/
.align_l {
	text-align: left!important;
}
.align_r {
	text-align: right!important;
}
.align_c {
	text-align: center!important;
}
/*==========================================================*/

/* clearfix
============================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*==========================================================*/

/*==================================================================
//
//  base layout
//
==================================================================*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #E0E3E4;
	color: #646464;
	font-size: 62.5%;
}
body {
}
img {
	vertical-align: bottom;
	line-height: 0;
	font-size: 0;
}
/* anchor(base)
============================================================*/
a, a:link, a:visited {
	text-decoration:underline;
	color:#8A8A8D;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
/*==========================================================*/




/*ページ全体
==============================================================*/
html, .wrapper {
	background-color: #E0E3E4;
}
.wrapper_inner {
	background-color: #fff;
	width: 680px;
	margin: 0 auto;
}
/*メイン画像
=============================================================*/
#logo {
	margin: 0 auto;
	padding: 20px;
}
h1 {
	margin: 0 auto;
	margin-bottom: 20px;
}
h2 {
	width: 550px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 3px;
	background: #6a6a6a;
	color: #FFFFFF;
}
h3 {
	margin: 0 auto;
	color: #8A8A8D;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	border-bottom: 2px solid #8A8A8D;
}
.link_s a {
	width: 290px;
	margin: 35px auto;
	padding: 10px 40px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #ffffff;
	display: block;
	color: #717071;
	border-style: solid;
	border-color: #717071;
	border-width: 2px;
	font-weight: bold;
		text-decoration:none;
}
.link_l a {
	width: 487px;
	margin: 0 auto;
	padding: 23px 0;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	background-color: #000000;
	display: block;
	color: #ffffff;
	font-weight: bold;
		text-decoration:none;
}
dd {
	margin: 0
}
/*コンテンツボックス
=============================================================*/
.content {
	background-color: #fff;
	margin: 0 65px;
}
.content>div {
	margin: 0 auto;
	margin-bottom: 40px
}
.content .series {
	margin: 0 40px 40px 40px;
}
.content p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.content ul {
	padding-left: 20px
}
/*campaign キャンペーン概要
==============================================================*/
.campaign p {
	margin-bottom: 20px;
}
/*FLIP 0（ZERO）商品説明
==============================================================*/

.goods_description_box_img {
	width: 500px;
	margin: 0 auto;
}

.goods_description ul.goods_characteristic{
	list-style-type:none;
}


.goods_description ul.goods_characteristic li{
	padding-bottom:25px;
}

.goods_description ul.goods_characteristic div{
	width:233px;
	display:table-cell;
	vertical-align:top
}

.goods_description ul.goods_characteristic p{
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	font-weight:bold
}


.goods_description dt {
	float: left;
	clear: left;
}
.goods_description dd {
	margin-left: 10px;
}
.goods_description .link {
	display: block;
	font-weight: bold;
	text-align: right
}
/*キャンペーン詳細
==============================================================*/

.goods_detail_box_img {
	width: 500px;
	margin: 0 auto;
}
.goods_detail dt {
	position:absolute;}
	
.goods_detail dd {
	margin:5px 0;
	margin-left: 160px;	
	
}
.goods_detail .detail_sp {
	vertical-align: top;
}
.goods_detail span {
	font-size: 14px;
	font-size: 1.4rem;
}
/*キャッシュバック条件
==============================================================*/
.cash_back p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cash_back ul {
	margin: 0;
}
.cash_back .cash_back_detail {
	list-style-type: none;
	text-indent: -1em;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top:15px;
}
/*キャッシュバック条件
==============================================================*/
.cash_back_excluded ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 50px;
	text-indent: -1em;
}
/*お申し込みの流れ
==============================================================*/

.application_flow .flow_box {
	margin: 0 15px;
}
.application_flow .flow_box>dd {
	margin: 0
}



.application_flow .flow_box dd>span {
	font-size: 15px;
	font-size: 1.5rem;
}

.application_flow .flow_box dd>span.orange{
	color:#c33f26;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight:bold
}


.application_flow .flow_box .flow_attention>dt {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold
}

.application_flow .flow_box .flow_attention>dd {
	padding-bottom:20px}
	

.howto_cashback {
	margin: 0 auto;
	padding-bottom:30px
}

.howto_cashback>img{
	
	display: block;
	margin:0 auto;
	
	padding-bottom:20px}
	

.howto_cashback>p {
	text-align: center;
	display:block;
	width:380px;
	margin:0 auto;
	margin-bottom:20px;
	font-weight:bold}

	.attention_list{
		font-size: 13px;
	font-size: 1.3rem;	
	}

/*goods_description_campaign　キャンペーン募集に関して
==============================================================*/
.goods_description_campaign dt {
	font-weight: bold;
}
.goods_description_campaign dd {
	margin-left: 0px;
	margin-bottom: 5px;
}



/*attention　注意事項
==============================================================*/

.wrapper_inner .attention li>a {
	color: #8A8A8D;
	text-decoration: underline;
}
.attention>ul {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 50px
}


/*お申し込み方法のおさらい
==============================================================*/
dl.howtocashback  {

  font-weight:bold
}
.howtocashback dt {
	position:absolute;
}
.howtocashback  dd{
	margin:0 0 18px 100px;
	padding-top:5px 
}

.application_flow_re>img{
	
	display: block;
	margin:0 auto;
	padding:20px 0}
	

.application_flow_re>p{
	width:485px;
	margin:0 auto;
	display:block;
	border:solid;
	border-width: 2px;
	padding:20px;
	text-align: center;
		font-size: 22px;
	font-size: 2.2rem;
	font-weight:bold;
}


.application_flow_re span {
	font-size: 15px;
	font-size: 1.5rem;
}


.application_flow_re span.orange{
	color:#c33f26;
	font-size: 19px;
	font-size: 1.9rem;

}





/*inquiry
==============================================================*/
.inquiry>p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8
}
.wrapper_inner .inquiry p a {
	color: #8A8A8D;
	text-decoration: underline;
}
/* footer_social
=======================*/
#sns_btn {
	width: 450px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#sns_btn ul {
	padding-bottom: 10px;
	font-size: inherit !important;
	line-height: none !important;/*	padding-right:27px;*/
}
#sns_btn ul li {
	float: left;
	padding: 0 0 0 15px;
	list-style: none;
	font-size: inherit !important;
	line-height: 0;
}
iframe.twitter-share-button {
	width: 100px !important;
}
#sns_btn ul li#social_g div, #sns_btn ul li#social_g iframe {
	width: 80px !important;
}



/*none
==============================================================*/
.none{
	display:none;
}
