@charset "utf-8";
html, body {
	width:100%;
	background:#FFF;
	color:#333333;
	font-size:14px;
}


/* =共通カラー
------------------------------------------------------------------*/
.linkcolor a {
	color:#1bb4de;
}

/* =ヘッダー
------------------------------------------------------------------*/
header {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: #002ab3;
}
header h1 {
	margin: 5px 0 0 8px;
	width: 147px;
}
header p.menu {
	position:fixed;
	width: 50px;
	height: 50px;
	right:0;
	top:0;
	text-indent:-9999px;
	background:url(/brand/netsusama/sp/common/img/btn_menu.png) no-repeat center #002ab3;
	background-size: 31px auto;
	-webkit-background-size: 31px auto;
	cursor: pointer;
}
header p.menu a {
	display: block;
	width: 60px;
	height: 60px;
}
/* store */
header #store {
	width: auto;
	height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: 50px;
	background-color: #fff;
}
header #store img {
	width: auto;
	height: 50px;
}
/* =インデックス
------------------------------------------------------------------*/
#index p.bnr {
	text-align:center;
	margin:10px 0 15px;
}
#index p.read {
	padding:0 10px 25px;
	color: #333;
}

/* =ナビゲーション
------------------------------------------------------------------*/
nav {
	clear:both;
}
nav dl {
	margin:0 0 15px;
}
nav dl dt {
	border-top:1px solid #a6ecff;
	border-bottom:1px solid #0087ac;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#48c9ed), to(#1bb4de));
	background-image: -webkit-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: -moz-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: -o-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: -ms-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: linear-gradient(to bottom, #48c9ed, #1bb4de);
	color:#FFF;
	font-weight:bold;
}
nav dl dt.accordion_head {
	background-image: url(/brand/netsusama/sp/common/img/icon_plus.png), -webkit-gradient(linear, center top, center bottom, from(#48c9ed), to(#1bb4de));
	background-image: url(/brand/netsusama/sp/common/img/icon_plus.png), -webkit-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_plus.png), -moz-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_plus.png), -o-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_plus.png), -ms-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_plus.png), linear-gradient(to bottom, #48c9ed, #1bb4de);
	background-size:24px auto,auto auto;
	-moz-background-size:24px auto,auto auto;
	-webkit-background-size:24px auto,auto auto;
	-o-background-size:24px auto,auto auto;
	background-position:96% center,top center;
	background-repeat:no-repeat;
}
nav dl dt.accordion_head.open {
	background-image: url(/brand/netsusama/sp/common/img/icon_minus.png), -webkit-gradient(linear, center top, center bottom, from(#48c9ed), to(#1bb4de));
	background-image: url(/brand/netsusama/sp/common/img/icon_minus.png), -webkit-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_minus.png), -moz-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_minus.png), -o-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_minus.png), -ms-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_minus.png), linear-gradient(to bottom, #48c9ed, #1bb4de);
	background-size:24px auto,auto auto;
	-moz-background-size:24px auto,auto auto;
	-webkit-background-size:24px auto,auto auto;
	-o-background-size:24px auto,auto auto;
	background-position:96% center,top center;
	background-repeat:no-repeat;
}
nav dl dt.accordion_head_2 {
	background-image: url(/brand/netsusama/sp/common/img/icon_arrow03.png), -webkit-gradient(linear, center top, center bottom, from(#48c9ed), to(#1bb4de));
	background-image: url(/brand/netsusama/sp/common/img/icon_arrow03.png), -webkit-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_arrow03.png), -moz-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_arrow03.png), -o-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_arrow03.png), -ms-linear-gradient(top, #48c9ed, #1bb4de);
	background-image: url(/brand/netsusama/sp/common/img/icon_arrow03.png), linear-gradient(to bottom, #48c9ed, #1bb4de);
	background-size:24px auto,auto auto;
	-moz-background-size:24px auto,auto auto;
	-webkit-background-size:24px auto,auto auto;
	-o-background-size:24px auto,auto auto;
	background-position:96% center,top center;
	background-repeat:no-repeat;
}

nav dl dt a {
	color:#FFF !important;
	display:block;
	line-height:50px;
	background:url(/brand/netsusama/sp/common/img/icon_arrow01.png) 95% center no-repeat;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
}
nav dl dt span {
	display:block;
	background-size:40px auto;
	-moz-background-size:40px auto;
	-webkit-background-size:40px auto;
	-o-background-size:40px auto;
	background-position:left center;
	background-repeat:no-repeat;
	margin:0 0 0 10px;
	padding:0 0 0 50px;
	line-height:50px;
}
nav dl dt:nth-of-type(1) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon01.png);
}
nav dl dt:nth-of-type(2) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon02.png);
}
nav dl dt:nth-of-type(3) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon03.png);
}
nav dl dt:nth-of-type(4) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon04.png);
}
nav dl dt:nth-of-type(5) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon05.png);
}
nav dl dt:nth-of-type(6) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon06.png);
}
nav dl dt:nth-of-type(7) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon07.png);
}
nav dl dt:nth-of-type(8) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon08.png);
}
nav dl dt:nth-of-type(9) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon09.png);
}
nav dl dt:nth-of-type(10) span {
	background-image:url(/brand/netsusama/sp/common/img/navi_icon10.png);
}
nav dl dd {
	background:#eeeeee;
}
nav dl dd ul {
	list-style:none;
}
nav dl dd ul li {
	background:url(/brand/netsusama/sp/common/img/icon_arrow02.png) 95% center no-repeat;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #aaaaaa;
	color: #0156ad;
}
nav dl dd ul li a {
	line-height:44px;
	padding:0 0 0 10px;
	display:block;
	color: #0156ad;
}

/* =セクション
------------------------------------------------------------------*/
section {
	clear:both;
	line-height:1.5;
}
header + section {
	padding-top: 50px;
}

/* =見出し
------------------------------------------------------------------*/
section#local h1 {
	font-size:18px;
	font-weight:bold;
	color:#1bb4de;
	border-bottom:3px solid #1bb4de;
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #f3faf7 96%, #fdfefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(96%,#f3faf7), color-stop(100%,#fdfefe));
	background: -webkit-linear-gradient(top,  #feffff 0%,#f3faf7 96%,#fdfefe 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#f3faf7 96%,#fdfefe 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#f3faf7 96%,#fdfefe 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#f3faf7 96%,#fdfefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#fdfefe',GradientType=0 );
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	padding:0 10px;
	line-height:50px;
	margin:0 0 15px;
}

/* =アサイド
------------------------------------------------------------------*/
aside {
	margin:0 0 20px;
}
aside ul.otherLink {
	list-style:none;
	border-top:1px solid #98def0;
	border-bottom:1px solid #98def0;
	display:table;
	width:100%;
	margin:0 0 15px;
}
aside ul.otherLink li {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f4fbfd), to(#dbf0f6));
	background-image: -webkit-linear-gradient(top, #f4fbfd, #dbf0f6);
	background-image: -moz-linear-gradient(top, #f4fbfd, #dbf0f6);
	background-image: -o-linear-gradient(top, #f4fbfd, #dbf0f6);
	background-image: -ms-linear-gradient(top, #f4fbfd, #dbf0f6);
	background-image: linear-gradient(to bottom, #f4fbfd, #dbf0f6);
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	width:25%;
}
aside ul.otherLink li:nth-child(1) {
	border-right:1px solid #FFF;
}
aside ul.otherLink li:nth-child(2) {
	border-left:1px solid #98def0;
	border-right:1px solid #FFF;
}
aside ul.otherLink li:nth-child(3) {
	border-left:1px solid #98def0;
	border-right:1px solid #FFF;
}
aside ul.otherLink li:nth-child(4) {
	border-left:1px solid #98def0;
}
aside ul.otherLink li a {
	display:table;
	width:100%;
	text-align:center;
	height:68px;
	font-weight:bold;
	vertical-align:middle;
}
aside ul.otherLink li a span{
	display: table-cell;
	vertical-align:middle;
	color: #1bb4de;
}
aside ul.otherLink li a span.pc {
	background:url(/brand/netsusama/sp/common/img/icon_pc.png) no-repeat center 70%;
	background-size:14px auto;
	-moz-background-size:14px auto;
	-webkit-background-size:14px auto;
	-o-background-size:14px auto;
	line-height:42px;
	padding:0 0 15px;
	color: #1bb4de;
}
aside p.bnr {
	text-align:center;
	margin:0 0 15px;
}
aside ul.sns {
	width:320px;
	margin:0 auto;
	overflow:hidden;
	list-style:none;
	text-align:center;
	white-space:nowrap;
}
aside ul.sns li {
	margin:0 2px;
	display:inline;
}

/* =ページトップ
------------------------------------------------------------------*/
p.pagetop {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#eee));
	background-image: -webkit-linear-gradient(top, white, #eee);
	background-image: -moz-linear-gradient(top, white, #eee);
	background-image: -o-linear-gradient(top, white, #eee);
	background-image: -ms-linear-gradient(top, white, #eee);
	background-image: linear-gradient(to bottom, white, #eee);
	text-align:center;
	font-weight:bold;
	margin:0 0 20px;
}
p.pagetop span {
	padding:0 0 0 18px;
	background:url(/brand/netsusama/sp/common/img/pagetop_arrow.png) center left no-repeat;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	-o-background-size:11px auto;
	color: #1bb4de;
}
p.pagetop a {
	line-height:44px;
	display:block;
}

/* =フッター
------------------------------------------------------------------*/
footer {
}
footer ul.topLink {
	list-style:none;
	padding:0 10px 15px;
}
footer ul.topLink li {
	border: 1px solid #ccc;
	border-radius: 5px;
	width:140px;
	background-image:url(/brand/netsusama/sp/common/img/common/common_arrow01.png), -webkit-gradient(linear, center top, center bottom, from(white), to(#dedede));
	background-image:url(/brand/netsusama/sp/common/img/common/common_arrow01.png), -webkit-linear-gradient(top, white, #dedede);
	background-image:url(/brand/netsusama/sp/common/img/common/common_arrow01.png), -moz-linear-gradient(top, white, #dedede);
	background-image:url(/brand/netsusama/sp/common/img/common/common_arrow01.png), -o-linear-gradient(top, white, #dedede);
	background-image:url(/brand/netsusama/sp/common/img/common/common_arrow01.png), -ms-linear-gradient(top, white, #dedede);
	background-image:url(/brand/netsusama/sp/common/img/common/common_arrow01.png), linear-gradient(to bottom, white, #dedede);
	background-position:96% center,top center;
	background-repeat:no-repeat;
	background-size:7px auto,auto auto;
	-moz-background-size:7px auto,auto auto;
	-webkit-background-size:7px auto,auto auto;
	-o-background-size:7px auto,auto auto;
}
footer ul.topLink li:first-child {
	float:left;
}
footer ul.topLink li:last-child {
	float:right;
}
footer ul.topLink li:first-child span {
	padding:0 20px 0 0;
}
footer ul.topLink li:last-child span {
	background:url(/brand/netsusama/sp/common/img/common/common_icon_pc.png) right center no-repeat;
	background-size:14px auto;
	-moz-background-size:14px auto;
	-webkit-background-size:14px auto;
	-o-background-size:14px auto;
	padding:0 20px 0 0;
}
footer ul.topLink li a {
	display:block;
	line-height:44px;
	text-indent:10px;
}
footer dl {
	clear:both;
	margin:0 10px 20px;
	border-radius: 5px;
}
footer dl dt {
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_plus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_plus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_plus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_plus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -o-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_plus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_plus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), linear-gradient(to bottom, #47a9d6, #1591cb);
	background-size:24px auto,15px auto,auto auto;
	-moz-background-size:24px auto,15px auto,auto auto;
	-webkit-background-size:24px auto,15px auto,auto auto;
	-o-background-size:24px auto,15px auto,auto auto;
	background-position:96% center,12px center,top center;
	background-repeat:no-repeat;
	text-indent:35px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	line-height:50px;
	border-radius: 4px;
	border:1px solid #bbbbbb;
}
footer dl dt.open {
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_minus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_minus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_minus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_minus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -o-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_minus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), -ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image:url(/brand/netsusama/sp/common/img/common/common_icon_minus.png), url(/brand/netsusama/sp/common/img/common/common_icon_brand.png), linear-gradient(to bottom, #47a9d6, #1591cb);
	background-size:24px auto,15px auto,auto auto;
	-moz-background-size:24px auto,15px auto,auto auto;
	-webkit-background-size:24px auto,15px auto,auto auto;
	-o-background-size:24px auto,15px auto,auto auto;
	background-position:96% center,12px center,top center;
	background-repeat:no-repeat;
	border-radius: 4px 4px 0 0;
	border:1px solid #bbbbbb;
}
footer dl dd {
	background:#f3f3f3;
	border-radius: 0 0 4px 4px;
	border:1px solid #bbbbbb;
	border-top:none;
}
footer dl dd ul {
	list-style:none;
}
footer dl dd ul li {
	background:url(/brand/netsusama/sp/common/img/common/common_arrow02.png) no-repeat 95% center;
	background-size:7px auto;
	-moz-background-size:7px auto;
	-webkit-background-size:7px auto;
	-o-background-size:7px auto;
	list-style:none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #bbbbbb;
}
footer dl dd ul li a {
	display:block;
}
footer dl dd ul li:last-child {
	list-style:none;
	border-bottom:none;
}
footer dl dd ul li span {
	display:block;
	background-size:40px auto;
	-moz-background-size:40px auto;
	-webkit-background-size:40px auto;
	-o-background-size:40px auto;
	background-position:left center;
	background-repeat:no-repeat;
	margin:0 0 0 10px;
	padding:0 0 0 50px;
	line-height:42px;
}
footer dl dd ul li:nth-child(1) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend01.png);
}
footer dl dd ul li:nth-child(2) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend02.png);
}
footer dl dd ul li:nth-child(3) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend03.png);
}
footer dl dd ul li:nth-child(4) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend04.png);
}
footer dl dd ul li:nth-child(5) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend05.png);
}
footer dl dd ul li:nth-child(6) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend06.png);
}
footer dl dd ul li:nth-child(7) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend07.png);
}
footer dl dd ul li:nth-child(8) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend08.png);
}
footer dl dd ul li:nth-child(9) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend09.png);
}
footer dl dd ul li:nth-child(10) span {
	background-image:url(/brand/netsusama/sp/common/img/common/common_recommend10.png);
}

footer ul.link {
	list-style:none;
	font-size:12px;
}
footer ul.link li {
}
footer ul.link li a {
	display:block;
	line-height:24px;
	color:#333;
}
footer ul.link li a span {
	background:url(/brand/netsusama/sp/common/img/common/common_arrow01.png) left center no-repeat;
	background-size:5px auto;
	-moz-background-size:5px auto;
	-webkit-background-size:5px auto;
	-o-background-size:5px auto;
	padding:0 0 0 10px;
}
footer ul.link li:nth-child(1) {
	text-align:center;
}
footer ul.link li:nth-child(2) {
	margin:0 0 0 35px;
	float:left;
}
footer ul.link li:nth-child(3) {
	margin:0 35px 0 0;
	float:right;
}
footer p.logo {
	clear:both;
	padding: 10px 0 0 0;
	text-align:center;
}
footer .copyright {
	display:block;
	text-align:center;
	font-size: 10px;
	padding: 10px;
	line-height: 1.6;
}

