@charset "utf-8";
.content-inner.w960 {
	max-width: 1000px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.cf {
	zoom: 1;
}
.cf:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

.main_image {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 20px;
	text-align: center;
}
.main_image img {
	width: 100%;
	height: auto;
}

.present_info {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 20px;
}
.present_info img {
	width: 100%;
	height: auto;
}
.present_notice {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: right;
}
.present_notice a {
	color: #2950a5;
	word-wrap: break-word;
}
.present_notice a:hover{
	text-decoration: underline;
	filter: alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	-moz-opacity:0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;
}

h2 img {
	margin: 0 0 30px 0;
}
.printer_features {
	margin: 0 0 80px 0;
}
.printer_features img {
	margin: 0 0 30px 0;
}
.printer_features a {
	color: #2950a5;
	word-wrap: break-word;
}
.printer_features a:hover{
	text-decoration: underline;
	filter: alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	-moz-opacity:0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;
}
.printer_features p.notice {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.printer_features article {
	margin: 40px 0 0 0;
	text-align: center;
}
.printer_features article h3 {
	margin: 0;
}
.printer_features article img {
	margin: 0 0 30px 0;
}
.printer_features article p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
}
.printer_features article p.notice {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.campaign_term {
	margin: 0 0 80px 0;
}
.campaign_term p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}
.campaign_term p.campaign_link {
	margin: 0 0 40px 0;
}
.campaign_term p.campaign_link a {
	color: #2950a5;
	word-wrap: break-word;
}
.campaign_term p.campaign_link a:hover{
	text-decoration: underline;
	filter: alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	-moz-opacity:0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;
}

.target_items {
	margin: 0 0 80px 0;
}
.target_items h3 {
	padding: 6px 10px;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #e73358;
}
/* キャッシュバックアイテムリスト */
.item_list {
	margin: 0 0 60px 0;
	border-bottom: 1px solid #ccc;
}
.item_list ul {
	margin: 0;
	padding: 0;
}
.item_list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 100%;
	margin: 10px 0 40px 0;
	padding: 0 30px;
}
.item_list li a {
	display: block;
}
.item_list li a:hover {
	text-decoration: none;
}
.item_list li a:hover .name {
	text-decoration: underline;
}
.item_list li .list_inner {
	display: block;
	text-decoration: none;
	text-align: center;
}
.item_list li .list_inner .image {
	margin-bottom: 10px;
	text-align: center;
}
.item_list li .list_inner .image img {
	max-width: 240px;
	width: 100%;
	height: auto;
}
.item_list li .list_inner span {
	display: block;
}
.item_list li .list_inner .price {
	display: inline-block;
	padding: 2px 8px 1px 8px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	color: #fff;
	background-color: #ff0000;
}
.item_list li .list_inner .name {
	position: relative;
	height: 45px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #2950a5;
	text-align: left;
	word-break: break-all;
}
.item_list li .list_inner .name:before,
.item_list li .list_inner .name:after {
	position: absolute;
	background: #fff;
}
.item_list li .list_inner .name:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
.item_list li .list_inner .name:after {
	content: '';
	width: 100%;
	height: 100%;
}
.item_list ul li .list_inner .text {
	position: relative;
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	word-break: break-all;
}
.item_list ul li .list_inner .text:before,
.item_list ul li .list_inner .text:after {
	position: absolute;
	background: #fff;
}
.item_list ul li .list_inner .text:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
.item_list ul li .list_inner .text::after {
	content: '';
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 920px) {
	.main_image {
		margin: 0 auto 30px auto;
	}
	.printer_features {
		margin: 0 0 60px 0;
	}
	.printer_features img {
		margin: 0 0 30px 0;
	}

	.printer_features p.notice {
		margin: 0 0 20px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.printer_features article {
		margin: 30px 0 0 0;
		text-align: center;
	}
	.printer_features article h3 {
		margin: 0;
	}
	.printer_features article img {
		margin: 0 0 25px 0;
	}
	.printer_features article p {
		margin: 0 0 20px 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: left;
	}
	.printer_features article p.notice {
		margin: 0 0 20px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.campaign_term {
		margin: 0 0 60px 0;
	}
	.campaign_term p {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: center;
	}

	.target_items {
		margin: 0 0 60px 0;
	}
	.target_items h3 {
		padding: 6px 10px;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
	}

	.item_list li .list_inner .price {
		display: inline-block;
		padding: 2px 8px 1px 8px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.5;
		color: #fff;
		background-color: #ff0000;
	}
}


@media screen and (max-width: 599px) {
	.content-inner.w960 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.main_image {
		margin: 10px 0 20px 0;
		padding: 0 10px;
	}
	.present_info {
		margin: 0 auto 20px auto;
		padding: 0 10px;
	}
	.present_notice {
		margin: 8px 0 0 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6;
	}

	h2 img {
		margin: 0 0 15px 0;
	}

	.printer_features {
		margin: 0 0 40px 0;
	}
	.printer_features img {
		margin: 0 0 15px 0;
	}
	.printer_features p.notice {
		margin: 0 0 15px 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6;
	}

	.printer_features article {
		margin: 30px 0 0 0;
		margin: 0 10px;
	}
	.printer_features article h3 {
		margin: 0;
	}
	.printer_features article img {
		margin: 0 0 15px 0;
	}
	.printer_features article p {
		margin: 0 0 15px 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.printer_features article p.notice {
		margin: 0 0 15px 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6;
	}

	.campaign_term {
		margin: 0 0 40px 0;
	}
	.campaign_term p {
		margin: 0 0 10px 0;
		padding: 0 10px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
	}
	.campaign_term p br {
		display: none;
	}
	.campaign_term p.campaign_link {
		margin: 0 0 30px 0;
	}
	.campaign_term p.campaign_link a {
		color: #2950a5;
		word-wrap: break-word;
	}
	.campaign_term p.campaign_link a:hover{
		text-decoration: underline;
		filter: alpha(opacity=100);/* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity: 1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity: 1.0;
	}

	.target_items {
		margin: 0 0 40px 0;
	}
	.target_items h3 {
		padding: 4px 10px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	/* キャッシュバックアイテムリスト */
	.item_list {
		margin: 0 0 30px 0;
		border-bottom: 1px solid #ccc;
	}
	.item_list ul {
		margin: 0 -5px;
		padding: 0;
	}
	.item_list li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 50%;
		height: 100%;
		margin: 0 0 30px 0;
		padding: 0 10px;
	}
	.item_list li a {
		display: block;
	}
	.item_list li a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);/* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity: 1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity: 1.0;
	}
	.item_list li a:hover .name {
		text-decoration: none;
	}
	.item_list li .list_inner {
		display: block;
		text-decoration: none;
		text-align: center;
	}
	.item_list li .list_inner .image {
		margin-bottom: 0;
		text-align: center;
	}
	.item_list li .list_inner .image img {
		max-width: 240px;
		width: 100%;
		height: auto;
	}
	.item_list li .list_inner span {
		display: block;
	}
	.item_list li .list_inner .price {
		display: inline-block;
		padding: 2px 8px 1px 8px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
		color: #fff;
		background-color: #ff0000;
	}
	.item_list li .list_inner .name {
		position: relative;
		height: 38px;
		overflow: hidden;
		margin-bottom: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #2950a5;
		text-align: left;
		word-break: break-all;
	}
	.item_list ul li .list_inner .text {
		position: relative;
		margin-top: 10px;
		height: 38px;
		overflow: hidden;
		margin-bottom: 15px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: left;
		word-break: break-all;
	}
}