@charset "utf-8";
body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
table,th,td,
dl,dt,dd,
form
{
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
	margin: 0px;
	padding: 0px;
}
br
{
	margin: 0px;
	padding: 0px;
}
ul li
{
	list-style: none;
}
html,body
{
	height: 100%;
}
body
{
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img
{
	border: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
img.block
{
	display: block;
}
img.top
{
	vertical-align: top;
}
img.btm
{
	vertical-align: bottom;
}
a:hover img.fade
{
	filter: alpha(opacity=70);
	ms-filter: "alpha( opacity=70 )";
	opacity: 0.7;
}
input.fade:hover
{
	filter: alpha(opacity=70);
	ms-filter: "alpha( opacity=50 )";
	opacity: 0.7;
}
.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix
{
	min-height: 1px;
}
* html .clearfix
{
	height: 1px;
	height: auto;
	overflow: hidden;
}
.hidden
{
	display: none;
}
ul.left li
{
	float: left;
}
.mt05
{
	margin-top: 5px;
}
.mt07
{
	margin-top: 7px;
}
.mt09
{
	margin-top: 9px;
}
.mt10
{
	margin-top: 10px;
}
.mt12
{
	margin-top: 12px;
}
.mt15
{
	margin-top: 15px;
}
.mt19
{
	margin-top: 19px;
}
.mt20
{
	margin-top: 20px;
}
.mt22
{
	margin-top: 22px;
}
.mt25
{
	margin-top: 25px;
}
.mt30
{
	margin-top: 30px;
}
.mt40
{
	margin-top: 40px;
}
.mt50
{
	margin-top: 50px;
}
.mt100
{
	margin-top: 100px;
}
.mb05
{
	margin-bottom: 5px;
}
.mb10
{
	margin-bottom: 10px;
}
.mb11
{
	margin: 0px 10px 10px 10px;
}
.pt3
{
	padding-top: 3px;
}
.pt5
{
	padding-top: 5px;
}
.pt10
{
	padding-top: 10px;
}
.pt11
{
	font-size: 110%;
	line-height: 24px;
	padding: 10px;
}
.pt15
{
	padding-top: 15px;
}
.pt20
{
	padding-top: 20px;
}
.pt25
{
	padding-top: 25px;
}
.pl2
{
	padding-left: 2px;
}
.pl5
{
	padding-left: 5px;
}
.pl30
{
	padding-left: 30px;
}
.pl40
{
	padding-left: 40px;
}
.ml05
{
	margin-left: 5px;
}
.ml10
{
	margin-left: 10px;
}
.ml14
{
	margin-left: 14px;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.red
{
	color: #FF0004;
}
.doubleline { border-bottom: double 3px #ff0000; }
.underline { border-bottom: solid 1px #000000; }
.yello{
	background: #ffff66;
}
body
{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 14px;
	line-height: 160%;
}
h1
{
	font-size: 14px;
	font-weight: 100;
	line-height: 100%;
	margin: 3px 0 0 12px;
}
h2
{
	color: #fff;
	font-size: 17px;
	font-weight: 100;
	line-height: 150%;
}
h3
{
	color: #ff9900;
	font-size: 18px;
	line-height: 100%;
}
h4
{
	font-size: 13px;
	line-height: 100%;
}
.bold
{
	font-weight: bold;
}
a
{
	background-color: transparent;
	color: #386992;
	text-decoration: none;
}
a:link
{
	background-color: transparent;
	color: #386992;
	text-decoration: none;
	text-decoration: underline;
}
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #FF6E00;
	text-decoration: underline;
}
#container
{
	margin: 0 auto;
	text-align: left;
	width:100%;
}
#header
{
	text-align: left;
	width:100%;
}
#header h1.siteTitle,
#header p.siteTitle
{
	font-size: 100%;
	margin: 5px;
}
.top
{
	background: url(../smart/image/hd_top.jpg) no-repeat top;
	background-size: 100% auto;
	height: 172px;
}
.scnd
{
	background: url(../smart/image/sc_top.jpg) no-repeat top;
	background-position: 0px 10px;
	background-size: 100% 61px;
	height: 61px;
}
#content
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width:100%;
}
#footer
{
	background: #3D57A3;
	color: #fff;
	margin-top: 20px;
	padding: 10px 8px 3px 8px;
	text-align: center;
}

#footer ul.nl li {
background:url(../image/menu_line_gray.gif) no-repeat left;
display:inline;
padding:0 4px 10px 8px;
}

#footer ul.nl li.first {
background-image: none;
}

.sbtn {
	float: right;
	font-weight: bold;
}

.f{
	border-bottom: 3px solid #0099CC;
	float: left;
	margin-right: 10px;
	width: 70px;
}

.t{
	border-bottom: 3px solid #A9E2F3;
	margin-right: 10px;
	float: left;
	width: 70px;
}

.g{
	border-bottom: 3px solid #F78181;
	margin-right: 10px;
	float: left;
	width: 70px;
}

.buttons_box
{
	display: none;
}
.twfb
{
	display: none;
}
.tw
{
	display: none;
}
.gp1
{
	display: none;
}
.fb
{
	display: none;
}
.section
{
	margin-top: 10px;
	text-align:center;
}
.normal
{
	margin-top: 10px;
	text-align:left;
}
.emphasis
{
	background: #3D57A3;
	padding-bottom: 15px;
}
.maintxt
{
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
}
.heading
{
	background: url(../smart/image/top_subbg.jpg) repeat-y;
	background-size: 100% auto;
	margin-top: 0px;
	min-height: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 12px;
}
.hd_det_top
{
	margin-top: 3px;
}
.shop
{
	display:block;
}
.shop p
{
	padding: 10px 30px 0px 30px;
}
.shop2
{
	margin: 10px 8px 0 8px;
}
.area
{
	font-size: 13px;
}
.sec02main
{
	background: url(../smart/image/sc_main.jpg) no-repeat;
	background-size: 100% 92px;
	display: table;
	height: 92px;
}
.sec02main p
{
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	padding-left: 104px;
	vertical-align: middle;
}
.scnd_h2
{
	background: url(../smart/image/suc_icon.png) no-repeat 0 4px;
	background-size: 25px 14px;
	padding-left: 28px;
}
.scnd_h2 a
{
	color: #ffffff;
	text-decoration: under;
}
.shop_area
{
	background: #DAE2E1;
	margin-top: 10px;
	padding: 15px;
}
.txt16
{
	font-size: 16px;
}
.shop_info
{
	border-bottom: #AAA solid 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.shop h3
{
	background-color: #ffffff;
	font-size: 120%;
	margin: 1em 0 0 5px;
	position: relative;
	text-align: center;
	width: 15em;
}
.photo
{
	float: left;
	width: 80px;
}
.detail
{
	float: left;
	margin-left: 10px;
	width: 214px;
}
.detail dt
{
	font-size: 16px;
	font-weight: bold;
}
.detail dd
{
	font-size: 13px;
}
.detail dd table
{
	border-collapse: collapse;
}
.detail dd table th
{
	font-weight: 100;
	text-align: left;
	color:#339966;
	vertical-align: top;
	width: 70px;
}
.detail dd table td
{
	width: 144px;
}

.ggmap_area {
	display: none;
}

.ggmap_area2 {
}

.ggmap
{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#nav3
{
	margin-top: 20px;
}
.accordion dt h2
{
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.accordion dt
{
	background: url(../smart/image/gm_base02.jpg) no-repeat;
	background-size: 100% auto;
	height: 37px;
	padding-left: 10px;
	padding-top: 13px;
}
.accordion dt.base01
{
	background: url(../smart/image/gm_base01.jpg) no-repeat;
	background-size: 100% auto;
}
.accordion dd.base01sub li
{
	background: url(../smart/image/gm_base01x.jpg) no-repeat;
	background-size: 100% auto;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	height: 31px;
	line-height: 150%;
	padding-left: 35px;
	padding-top: 9px;
}
.accordion dd li
{
	background: url(../smart/image/gm_base02x.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	padding-left: 35px;
	padding-top: 9px;
}
.accordion dd a
{
	color: #fff;
	text-decoration: none;
}
.accordion dt,.accordion dd,.accordion dd li
{
	margin-top: 2px;
}
.nav3_subtxt
{
	background: #7695B1;
	color: #fff;
	padding: 4px 10px 10px 35px;
}
.nav3_subtxt_2
{
	background: #7695B1;
	color: #fff;
	padding: 29px 10px 10px 35px;
}
span.dot
{
	display: none;
}
.bnr
{
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}
.ft_txt
{
	font-size: 12px;
	line-height: 150%;
	margin-top: 7px;
}
ul.nl
{
	margin-left: 10px;
	margin-top: 10px;
	width: 300px;
}
ul.nl li
{
	color: #fff;
	float: left;
	font-size: 12px;
}
ul.nl li a
{
	color: #fff;
}
ul.nl li a:link
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
ul.nl li a:visited
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
ul.nl li a:hover
{
	color: #FF6E00;
	text-decoration: none;
}
.copyright
{
	color: #fff;
	font-size: 9px;
	margin-top: 10px;
}
#header ul.guide
{
	display: none;
}
#header ul.guide li
{
	display: none;
}
#header ul.guide li.first
{
	display: none;
}
.shop_p
{
	display: none;
}
.shop_img
{
	display: none;
}
.shop_pa
{
	display: none;
}
.shop_s
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
ul.thumbnail
{
	border-top: 1px #808080 dotted;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.thumbnail li
{
	border-bottom: 1px #808080 dotted;
	padding: 20px 5px;
}
ul.thumbnail dl
{
	font-size: 100%;
	margin: 0;
	width: 100%;
}
ul.thumbnail dt.photo
{
	float: left;
	width: 100px;
}
ul.thumbnail dt.photo img
{
	border: none;
}
ul.thumbnail dt.title,
ul.thumbnail dd
{
	margin: 0 0 0 100px;
}
ul.thumbnail dt.title
{
	color: #669900;
	line-height: 120%;
	margin-bottom: 5px;
}
ul.thumbnail dd
{
	line-height: 150%;
}
.clearFix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearFix
{
	min-height: 1px;
}
.dotline
{
	border-top: 1px #000 dotted;
	margin: 30px 5px 0px 5px;
}
.list_p
{
	display: none;
}
.tb1
{
	border-collapse: collapse;
	border-spacing: 0;
}
.tb1 th
{
	background: #D9E7F7;
	border: #CCC solid 1px;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	width: 100px;
}
.tb1 td
{
	border: #CCC solid 1px;
	padding: 4px;
	text-align: left;
}

div.section1 {
width: 100%;
margin: 20px 0;
}

div.section1 ul.menu {
width: 96%;
margin: 15px auto 10px;
padding: 0;
list-style-type: none;
}

div.section1 ul.menu li {
width: 50%;
padding-bottom: 5px;
float: left;
}

div.section3 {
width: 100%;
margin: 20px 0;
}

div.section3 ul.menu {
width: 96%;
margin: 15px auto 10px;
padding: 0;
list-style-type: none;
}

div.section3 ul.menu li {
width: 25%;
padding-bottom: 5px;
float: left;
}

.ip {
background:url(../image/li_maru.jpg) no-repeat;
background-position:0px 5px;
margin-top:10px;
padding-left:20px;
font-size:110%;
}

.tpoint {
text-shadow:2px 2px 3px #ffcc00;
font-size:130%;
font-weight:bold;
padding:5px 0 0 5px;
color:#ff9900;
}

.technic {
border:solid 1px #339933;background:#E6FFE6;margin:20px 10px;padding:5px;text-align:center;
}

/* ------------------------------------- 7. table ------------------------------------- */
.bold{
	font-weight:bold;
}

#sti_01{
	width:100%;
	padding: 0px;
	margin: 0px;
}

.sti_01l{
	width:23%;
	margin-top:10%;
	padding:0 1%;
	float:left;
}

.sti_01r{
	width:75%;
	float:left;
}

.sti_01r table{
	width:95%;
	border-collapse: collapse;
	margin-left: 5px;
}

.sti_01r th{
	padding:7px 0;
	background-color:#61B8D8;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.sti_01r td{
	padding:7px 10px;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}

.sti_01r td span{
	font-size:18px;
	color:#FF0000;
}

.sti_01r td a{
	font-size:14px;
	font-weight:100;
}

span.icn_sti{
	width:16px;
	padding-left:12px;
	background:url(../kuchikomi/image/icon_sti.jpg) no-repeat  0 4px;
}

table {
	width:100%;
	border-collapse: collapse;
}

#sti_02 th.hdr{
	padding:7px 10px;
	background-color:#61B8D8;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#sti_02 th{
	width:25%;
	padding:7px 5px;
	background-color:#DBF1F9;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	text-align:center;
}

#sti_02 td{
	width:25%;
	padding:7px 5px;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:140%
}

#sti_02 td span{
	font-size:16px;
	font-weight:100;
	color:#FF0000;
}

#sti_03 th.hdr{
	padding:7px 10px;
	background-color:#61B8D8;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#sti_03 th{
	width:25%;
	padding:10px 5px;
	background-color:#DBF1F9;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	line-height:140%
}

#sti_03 td{
	width:25%;
	padding:10px 5px;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	text-align:left;
	font-size:14px;
	font-weight:100;
	line-height:140%
}

#sti_04 th.hdr{
	padding:7px 10px;
	background-color:#61B8D8;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#sti_04 th{
	width:26%;
	padding:10px 5px;
	background-color:#DBF1F9;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	line-height:140%
}

#sti_04 td{
	max-width:24%;
	padding:10px 5px;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	text-align:left;
	font-size:14px;
	font-weight:100;
	line-height:140%
}

#sti_05 th.hdr{
	padding:7px 10px;
	background-color:#61B8D8;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#sti_05 th{
	width:25%;
	padding:7px 0px;
	background-color:#DBF1F9;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	font-size:14px;
	line-height:140%;
	text-align:center;
}

#sti_05 td{
	width:25%;
	padding:7px 0px;
	border-left:solid 1px #61B8D8;
	border-right:solid 1px #61B8D8;
	border-bottom:solid 1px #61B8D8;
	text-align:center;
	font-size:14px;
	line-height:140%;
}

#sti_05 td span{
	font-size:14px;
	font-weight:100;
	color:#FF0000;
}

.sti_shop{
	width:100%;
}

.sti_sp1{
	width:100%;
}

.sp_name{
	display: table-cell;
	vertical-align: middle;
	min-height:34px;
}

.sti_sp2{
	width:100%;
	margin-top:3px;
	text-align:center;
}

#sti_03 td img,#sti_04 td img{
	max-width:60px;
}

.btn_blk{
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px
}

.qa dl{
     width:100%;
     line-height:1.6em;
     font-size: 1.2em;
     overflow: hidden;
     _zoom: 1;
}

.qa dl dd,
.qa dl dt{
     text-indent: -2.3em;
     padding: 0 10px 0px 35px;
}

.qa dl dt{
     margin:20px 0px 0 0px;
}

.qa dl dd:first-letter,
.qa dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:0px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.qa dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


.qa dl dt:first-letter{
     color: #0F78E1;
}
.qa dl dd:first-letter{
     color: #ff6767;
}
.shop2 > p.mt101:after {
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 20px 20px 0 20px;
     border-color: #d6d6d6 transparent transparent transparent;
     margin: 20px auto;
}
.r4
{
	display: none;
}

div.section4 span.dot {
    display: inline;
}

li.rank_more {
	text-align: right;
	background: url(../smart/image/gm_base01x2.jpg) no-repeat !important;
	background-size: 100% auto;
}

li.rank_more a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
}

li.rank_more a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.hikaku {
	padding: 5px 0 0 8px;
}

.tweetbox {
	margin: 0;
	padding: 6px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.thumb {
	float: left;
    display: block;
    width: 45px;
    margin-top: 2px;
}
.twit_r {
	margin-left:60px;
	min-height: 45px;
}
.twit_name {
	font-weight: bold;
}
.twit_small {
	color: #9aa0a4;
	font-size: 85%;
}
.twit_r p {
	margin: 0 !important;
}
.twit_r a {
	text-decoration: none;
	color: #9aa0a4;
}
.twit_r a:hover {
    color: #79a7cc;
}
.twit_txt {
	line-height: 1.8 !important;
}