﻿@charset "utf-8";
/* CSS Document */
@media screen and (min-width:768px) {

#mainBnr {
	position: relative;
	width: 950px;
	height: 400px;
	margin-bottom: 15px;
}

.btnShop {
	margin: 6px 0 24px;
}

.btnShop img {
	display: block;
	margin: 0 auto;
}

.titleSmart {
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 -1px 0 #000;
	text-align: center;
	padding: 12px;
	line-height: 1.5;
	font-size: 36px;
	color: #fff;
	background: #00b7f0;
}


.titleHeart {
	border-bottom: 6px solid #333;
	text-align: center;
	padding: 12px;
	line-height: 1.0;
	font-size: 36px;
	color: #434343;
}

.titleHeart img {
	margin-right: 6px;
	vertical-align: middle;
}

.title4 {
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	background: url(/campaign/smartphone/images/bg_line01.png) no-repeat left bottom;
}

#kind {
	line-height: 1.2;
	padding: 25px;
	width: 900px;
	height: 123px;
	font-size: 22px;
	background: url(/campaign/smartphone/images/bg_kind_31.png) no-repeat left top;	
}

.boxCrawn {
	padding-bottom: 28px;
}

.boxCrawn .crawn:first-of-type {
	margin-left: 2px;
}

.boxCrawn .crawn {
	float: left;
	width: 232px;
	margin: 0 3px;
}

.boxCrawn .crawn.last {
	margin-right: 0;
}



.footerBnr p {
	margin: 0;
	float: left;
}


.footerBnr .last {
	float: right;
}

#baseHTML p {
	font-size: 16px;
	line-height: 30px;
}

.collabox {
	display:block;
	padding:0 0 0 10px;
}
.collabox li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:460px;
}
.collabox li img {
	margin-bottom:10px;
}

.collabox li.wide {
	display:block;
	margin:0;
	padding:0;
	width:950px;
}
.collabox p {
	padding:0 10px 0 0;
}

/* 特殊横幅又は高さ系
-------------------------------------------------------------------------------------*/
#wPrimary .wid920 {
	width: 920px;
}

/* 特殊マージン系
-------------------------------------------------------------------------------------*/
#wPrimary .marB6 {
	margin-bottom: 6px;
}

/* 特殊スタイル系
-------------------------------------------------------------------------------------*/
#wPrimary #mainBnr .style01 {
	position: absolute;
	bottom: 28px;
	left: 10px;
	margin: 0;
}


}

@media screen and (max-width:767px) {
	
#mainBnr {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

#mainBnr .style01,
.btnShop {
	margin: 6px 0 24px;
	padding: 0 8px;
}

#mainBnr .style01 img,
.btnShop img {
	display: block;
	margin: 0 auto;
}

.titleSmart {
	margin: 0 5px 20px;
	padding: 0 32px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0 -1px 0 #8b9297;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	color: #fff;
	background: #00b7f0;
}

.titleHeart {
	position: relative;
	margin-bottom: 9px;
	padding: 0 0 0 26px;
	border-bottom: 6px solid #333;
	color: #434343;
}

.titleHeart:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background:url(/campaign/smartphone/images/ico_heart.png) left top no-repeat;
	background-size: 100%;
}

.titleHeart img {
	display: none;
}

.collabox li .title4 {
	margin: 0 0 5px;
	padding-bottom: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.collabox li p {
	margin: 0 0 10px;
}

.boxCrawn {
	padding-bottom: 4px;
}

.boxCrawn .crawn {
	display: none;
}

.footerBnr p {
	padding: 0 2px;
}

.footerBnr p + p {
	margin-top: 9px;
}

.footerBnr p img {
	width: 100%;
}

.footerBnr .last {
}

.collabox li {
	margin:0;
	padding:0;
	position:relative;
}

.collabox li .title4 {
	padding-bottom: 4px;
}
.collabox li img {
	display: none;
}

.collabox li.wide {
}

.collabox p {
}
}

table#hikaku {
	width: 100%;
	max-width: 950px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	font-size: 0.8rem;
}
table#hikaku th {
	width: 200px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
table#hikaku td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
table#hikaku tr td.w50 { width: 50%; }
table#hikaku tr th.midashi { min-width: 52px; }

.scroll{
overflow: auto;
white-space: nowrap;
margin-bottom: 50px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
