@charset "utf-8";
html{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	min-width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

form, input {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #206AB5;
	text-decoration: none;
}

a:hover,
a:active {
	color: #206AB5;
	text-decoration: underline;
}

/* ---------- header ----------*/

header {
	position: relative;
	padding: 8px 10px;
	border-bottom: #F7AB00 3px solid;
}

header:after {
	content: "";
	display: block;
	clear: both;
}

header {
	zoom: 1;
}

#site-logo {
	float: left;
	margin-top: 8px;
}

#glb-menu {
	float: right;
}

#gnavi-list {
	display: none;
	position: absolute;
	top: 63px;
	left: 0;
	width: 100%;
	background: #F8B500;
	z-index: 100;
}

#gnavi-list ul {
	margin: 10px;
	padding: 0;
}

#gnavi-list ul li {
	position: relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9FAFB), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(#FFF, #F9FAFB);
	background: -moz-linear-gradient(#FFF, #F9FAFB);
	background: -o-linear-gradient(#FFF, #F9FAFB);
	background: -ms-linear-gradient(#FFF, #F9FAFB);
	background: linear-gradient(#FFF, #F9FAFB);
	margin-bottom: 5px;
}

#gnavi-list ul li a {
	display: block;
	padding: 10px 10px;
	text-align: left;
}

#gnavi-list ul li a:link,
#gnavi-list ul li a:hover,
#gnavi-list ul li a:visited,
#gnavi-list ul li a:active {
	color: #333;
	text-decoration: none;
}

#gnavi-list ul li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

/* ---------- /header ----------*/

/* ---------- main ----------*/
#content {
}

#content h1 {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #F8B500;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
}

.content-lead {
	margin: 0 10px 10px;
	text-align: left;
}

.external-link {
	background: url(../img/external_link.png) right 5px no-repeat;
	background-size: 10px auto;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
}

/* ---------- /main ----------*/


/*----- viewmode -----*/

#viewmode {
	width: 10em;
	font-size: 1.2rem;
	margin: 0 auto 20px;
}

#viewmode a {
	display: block;
	border: #A4A4A4 1px solid;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0.3em;
	background: url(../img/icon_pc.png) 94% center no-repeat;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
}

/*----- /viewmode -----*/

/*----- pagetop -----*/

#pagetop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: right;
	z-index: 999999;
}

#pagetop a {
	width: 47px;
	height: 47px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/yosakoi-okyaku/sp/common/img/btn_pagetop.png) 0 0 no-repeat;
	background-size: 47px 47px;
}




/*----- //pagetop -----*/


/*----- footer -----*/
#okyaku-home-btn {
	background: #F8B500 url(../img/home.png) 10px center no-repeat;
	background-size: 26px 20px;
	margin-bottom: 20px;
}

#okyaku-home-btn a {
	position: relative;
	display: block;
	padding: 10px 0 10px 45px;
	font-size: 1.4rem;
	text-align: left;
	color: #FFF;
	text-decoration: none;
}

#okyaku-home-btn a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#home-btn {
	width: 200px;
	margin:0 auto;
	border: #CCC 1px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EAEDEF), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(#FFF, #EAEDEF);
	background: -moz-linear-gradient(#FFF, #EAEDEF);
	background: -o-linear-gradient(#FFF, #EAEDEF);
	background: -ms-linear-gradient(#FFF, #EAEDEF);
	background: linear-gradient(#FFF, #EAEDEF);
}

#home-btn a {
	position: relative;
	display: block;
	padding: 5px;
	font-size: 1.2rem;
}

#home-btn a:link,
#home-btn a:hover,
#home-btn a:visited,
#home-btn a:active {
	color: #333;
	text-decoration: none;
}

#home-btn a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}


#mode {
	padding: 20px 0 10px;
	font-size: 1.2rem;
	text-align: center;
}

#copyright {
	padding: 5px;
	text-align: center;
	background-color: #FFE600;
	font-size: 1.0rem
}
/*----- /footer -----*/