@charset "UTF-8";

/* --------------------------------------------------------

	スマホ共通リセットファイル
	Last UpDate: 2015.08.18 by t.kuriyama
	
-------------------------------------------------------- */

/* reset styles */

body {
    margin:0;
	font-size: medium;
	color: #333333;
}
a,
a:visited{
	color: #333333;
    /*display: block;*/
	text-decoration: none;
}

/**/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
	border: none;
	vertical-align: top;
}

ul, ol, li {
	list-style:none;
	padding:0;
}

[hidden] {
display: none;
}

em, address {
	font-style: normal;
}

input, select {
    vertical-align:middle;
}


/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
	display: block;
	margin: 0;
	padding: 0;
}



/* avoid auto gradation style of input button (only appears on iOS Safari)  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* FOR PC header */
/* ------------------------------------------------------------ grpheaderArea */
div#widewrapper div#grpheaderArea{
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #69B82A;
}
div#grpheaderArea p#grpTagLine{
	display: none;
}
div#grpheaderArea p#grpSiteID{
	float: none;
	width: 64px;
	height: auto;
	margin: 3px 0 5px 3px;
}
div#grpheaderArea p#grpSiteID img{
	width: 64px;
	height: 32px;
}
div#grpheaderArea p#grpServiceTitle,
div#grpheaderArea dl#grpRemoteNav,
div#grpheaderArea dl#grpSectionDomestic,
div#grpheaderArea dl#sectionNav,
div#grpheaderArea dl#grpSubSectionDomestic{
	display: none;
}

#rtSiteHeader{
	display: block;
	position: relative;
	width: 100%;
	height: 57px;
	min-height: 43px;
	border-bottom: 2px solid #69B82A;
	margin: 0 0 7px 0;
	padding: 0;
	background-color: #FFF;
	line-height: 1;
}
#rtSiteHeader #rtSiteName{
	padding: 14px 7px 7px 7px;
}
#rtSiteHeader #rtSiteName a,
#rtSiteHeader #rtSiteName em{
	display: block;
	width: 57px;
	height: 29px;
	line-height: 1;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(https://img.travel.rakuten.co.jp/share/smart/header/images/sprite_header_20131010.png) no-repeat 0 0;
	-webkit-background-size: 300px 500px;
	-moz-background-size: 300px 500px;
	-o-background-size: 300px 500px;
}

#rtSiteHeader .rtOutline,
#rtSiteHeader .rtUtility,
#rtSiteHeader .rtSiteNav,
#rtSiteHeader .rtRsvNav{
	display: none;
}


/* ------------------------------------------------------------ grpLocationArea */
div#grpLocationArea{
	display:none;
}
/* SPサイト＞メインコンテンツ共通背景用クラス（sp_commonにも同じクラスが入っています。念のため。） */
.CmnMainContent {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-color: #EAEAEA;
}

/* FOR PC footer */
/* ------------------------------------------------------------ grpRakutenLinkArea */
#grpRakutenLinkArea{
	padding: 5px 0;
	border-top: 2px solid #72A331;
}
#grpRakutenLinkArea .grpSpelinlk,
#grpRakutenLinkArea #grpKeyword,
#grpRakutenLinkArea #grpFooter,
#grpRakutenLinkArea #grpFooterNav dt,
#grpRakutenLinkArea #grpFooterNav dd ul{
	display: none;
}

#grpRakutenLinkArea .grpCopyright{
	font-size: 60%;
	color: #666666;
	text-align: center;
}