@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	background: #007475;
	color: #fffcf5;
	font-family: 'Noto Sans JP',Helvetica, Arial, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	letter-spacing: 0;
	line-height: 1.6;
	overflow-x: hidden;
}

#contents{
     padding-bottom: 32px;
}

img {
	border: none;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	transition-duration: .3s;
	color: #ead678;
}

a:hover {
	text-decoration: underline;
	opacity: .8;
	color: #ead678;
}

br {
	letter-spacing: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.fontBold {
	font-weight: bold;
}

.font13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.right20 {
	margin-right: 20px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.left10 {
	margin-left: 10px;
}

.left20, .left30 {
	margin-left: 20px;
}

.right10 {
	margin-right: 10px;
}

embed,
iframe,
object{
	max-width: 100%;
}

.strong-emphasis--orange {
  color: #ffcc00;
  outline: 2px solid #ffcc00;
}

.strong-emphasis--white {
  color: #ffffff;
  outline: 2px solid #ffffff;
}

.badge {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 0.875em;
  font-weight: 600;
  border-radius: 0.5em;
  line-height: 1;
  vertical-align: middle;
}
/* 確定用（オレンジ背景＋白文字） */
.badge--confirm {
  background: #ffa726;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* 予定用（白背景＋オレンジ枠＋ティール文字） */
.badge--scheduled {
  background: #fff;
  color: #007475;
  border: 2px solid #ffa726;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.schedule-section {
  margin-bottom: 1.5em;
  padding: 1em;
  background: rgba(255,255,255,0.1);
  border-radius: 0.5em;
}
.section-title {
  position: relative;
  padding-left: 1em;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #ffa726;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1em;
  background-color: #ffa726;
  border-radius: 2px;
}
.highlight-modern {
  display: inline-block;
  padding: 0.2em 0.6em;
  background: linear-gradient(135deg, #ffa726, #ff7043);
  color: #fff;
  font-weight: 600;
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.highlight-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.annotation {
  display: block;
  font-size: 0.875em;
  color: #e0e0e0;
  font-style: italic;
  border-left: 3px solid #ffa726;
  padding-left: 0.5em;
  margin: 0.5em 0 1em;
  line-height: 1.4;
}

/* 箇条書き全体のレイアウト */
.bullet-point {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 2px;
}

.bullet-point10 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 10px;
}

.bullet-point20 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 20px;
}

.bullet-point30 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 30px;
}

/* ラベル部分のスタイル */
.bullet-point-number {
    width: 50px; /* ラベルの固定幅 */
    text-align: center;
    font-weight: bold;
    font-family: 'Squada One', sans-serif; 
    font-size: 1.4rem;
    color: #ead678;
}

/* 内容部分のスタイル */
.bullet-point-content {
    flex: 1;
}

.menu-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed; /* 画面に固定 */
    top: 5px; /* 上から20pxの位置に固定 */
    left: 5px; /* 左から20pxの位置に固定 */
    z-index: 1001; /* メニューが他の要素より前に表示されるように */
}

.menu-btn img {
    display: block; /* 画像がブロック要素として表示される */
    width: 55px;    /* アイコンの横幅を指定（調整可能） */
    height: auto;   /* 高さは自動調整 */
}

.menu-btn {
    display: block; /* スマホではメニューボタンを表示 */
}

/*
  Heading
------------------------------------------------------*/

/*h1 {
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	color: #909090;
	float: right;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	width: 75%;
}*/

h1 {
    margin: 0px 0px 10px 100px;
    color: #909090;
    font-size: 1.0rem;
    font-weight: normal;
}

h2 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.4rem;
	border: 2px solid #323232;
	border-top: none;
	border-right: none;
	padding: 15px 0 15px 15px; 
}

h2.news {
	border: none;
	padding: 0;
	float: left;
	width: 60px;
}

h2.news img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.social-links {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 10px;
    float: right;
}

/* SNSリンクのアイコン */
.social-links img {
    /*margin-left: 10px;*/
    vertical-align: middle;
}

/*
  Layout
------------------------------------------------------*/

.wrapper {
	width: 96%;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto;
	position: relative;
}

.pageImg {
	margin-bottom: 20px;
	width: 100%;
}

.pageImg img {
	width: 100%;
	height: auto;
}

.pageWrapper {
	margin-bottom: 40px;
	overflow: hidden;
}

.pageWrapper:last-child {
	margin-bottom: 0;
}

/*
  Header
------------------------------------------------------*/

header {
	overflow: hidden;
	width: 100%;
	margin: 15px auto 0;
}

.header-content {
    padding-left: 35px;
    /*float: right;*/
    
    padding-left: 35px;
}

.logo {
	width: 25%;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.logo a img {
	width: 100%;
	height: atuo;
	margin: 0;
	display: block;
}

/*
  Navigation
------------------------------------------------------*/

.navi {
    background-color: #333; /* 背景を不透明にする */
    z-index: 1000; /* メニューを前面に表示 */
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    transition: 0.3s;
    margin-top: 55px;
    background-image: url('../img/bg_wanted_even.png');
    background-repeat: no-repeat;
	background-position: -10px top;
}

/* リンクのスタイル */
.navi ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.navi li {
    padding: 10px;
}

.navi a img {
    display: block;
    margin: 0 auto;
}

.navi a:hover img {
    opacity: 0.7;
}

/* スライドインした際のクラス */
.show-navi {
    left: 0;
}

/* オーバーレイ */
.overlay {
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    z-index: 999; /* オーバーレイをメニューの背後に配置 */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.show-overlay {
    display: block;
}

nav ul li:last-child, nav ul li:nth-child(4n) {
	border-top: 1px solid #333;
}

nav ul li a img {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.nav-en {
    font-size: 32px; /* 1行目の文字サイズ */
    margin-right: 15px; /* jaとの間にスペースを開ける */
    vertical-align: middle; /* 真ん中に揃える */
}

.nav-ja {
    font-size: 11px; /* 2行目の文字サイズ */
    line-height: 1.2; /* 行間の調整 */
    vertical-align: middle; /* enの中央に揃える */
}

.nav-link {
    display: inline-block;
    /*text-align: center;*/
    color: #ead678; /* テキストの色 */
    text-decoration: none; /* 下線を消す */
    /* フォントサイズとフォント指定 */
    font-size: 12px; /* フォントサイズ */
    font-family: 'Squada One', sans-serif; 
}

.nav-link:hover {
    background-color: #ddd; /* ホバー時の背景色 */
    color: #000; /* ホバー時のテキスト色 */
    text-decoration: none; /* 下線を消す */
}

.nav-link p, .nav-en, .nav-ja {
    display: inline; /* スマホでは改行しない */
}

/* 教室リストのスタイル */
#school-list {
   
    display: none;            /* 初期状態は非表示 */
}

#school-list li {

    font-size: 12px;          /* 文字サイズを指定 */
    width: 100%;
}

#school-list li a{
    font-size: 12px;          /* 文字サイズを指定 */
    width: 100%;
}

#school-link::after {
    content: "＋"; /* 「+」ボタンを表示 */
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    cursor: pointer;           /* ポインタを表示 */
    display: inline-block;     /* インラインブロックにする */
    padding: 1px 7px;         /* 余白を追加してボタンの大きさを調整 */
    background-color: #504b4b; /* ボタンの背景色 */
    color: white;              /* ボタンの文字色 */
    border-radius: 12px;       /* 角を丸くする（角丸） */
    /*border: 2px solid #c3c3c3;*/ /* ボタンの枠線 */
    /*width: 40px;  */             /* ボタンの幅 */
    /*height: Auto; */             /* ボタンの高さ */
    text-align: center;        /* 中央揃え */
    line-height: 30px;         /* ボタン内の文字を中央に揃える */
}

/*
  Index
------------------------------------------------------*/

.slideWrapper {
	width: 100%;
	margin: 0 auto;
}

.index_col2-2 {
	width: 96%;
	margin: 0 auto;
	clear: both;
}

.index_col2-1 {
	width: 96%;
	margin: 0 auto 20px;
}

ul.newsList {
	margin: 20px 0 0 10px;
	clear: both;
}

ul.newsList li {
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

ul.newsList li .date {
	width: 75px;
	float: left;
	color: #ead678;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.newsList li .newsText {
	margin-left: 75px;
	color: #c9c9c9;
}

ul.newsList li .newsText a {
	color: #ead678;
}

.logo_sponsor {
	margin: 20px 10px 0;
	float: left;
}

.index_col2-2 a .name_sponsor {
	margin-top: 20px;
	float: left;
	line-height: 43px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fffcf5;
}

/*
  Profile
------------------------------------------------------*/

.profileList {
	width: 100%;
	margin-top: 20px;
}

.profileList .col3-1 {
	width: 100%;
	float: left;
	padding: 10px 10px 20px;
}

.profileList .col3-1 .profileImg {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.profileList .col3-1:nth-child(odd) {
	background-color: #0a0a0a;
}

.profileList .col3-1:nth-child(even) {
	background-color: #272727;
}

.profileList .num {
	font-family: 'Squada One', cursive;
	background: #ead678;
	text-align: center;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	float: left;
	line-height: 35px;
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
}

.profileList .en {
	font-family: 'Squada One', cursive;
}

.profileList .profileName {
	font-size: 16px;
	color: #ead678;	
	line-height: 37px;
	font-weight: bold;
	margin-left: 45px;
}

ul.career {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 15px 0 15px 5px;
}

ul.career li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(../img/icon_career.png) no-repeat 20px bottom;
	background-size: 6px auto;
}

ul.career li:last-child {
	background: none;
}

ul.career li span {
	font-size: 13px;
}

.profileList .col3-1.staff {
	padding: 10px;
}

.profileList .col3-1.staff img {
	width: 120px;
	height: auto;
	float: left;
}

.profileList .col3-1.staff p {
	margin-left: 140px;
	color: #ead678;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.profileList .col3-1.staff p.en {
	margin-bottom: 5px;
}

ul.teamProfileList {
	margin: 20px 0 0;
}

ul.teamProfileList li {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul.teamProfileList li .year {
	background: url(../img/border_profile.png) no-repeat left bottom;
	background-size: auto 7px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

ul.teamProfileList li .detail {
	margin-bottom: 15px;
	margin-left: 20px;
}

ul.teamProfileList li .detail span {
	display: block;
}


/*
  School
------------------------------------------------------*/

.schoolList {
	margin-top: 20px;
}

.schoolList .col2 {
	width: 100%;
	padding: 0 0 10px;
}

.schoolList .col2:nth-child(odd) {
	/*background-color: #0a0a0a;*/
}

.schoolList .col2:nth-child(even) {
	/*background-color: #272727;*/
}

.schoolList img:not(.no-resize) {
	padding: 10px 10px 20px;
	width: 100%;
	height: auto;
}

.schoolList .schoolName {
	font-size: 16px;
	color: #ead678;	
	line-height: 37px;
	font-weight: bold;
}

.schoolList ul.schoolData {
	padding: 0 15px 25px;
}

.schoolList ul.schoolData li:first-child {
	padding: 0 0 5px;
}

.schoolList ul.schoolData li.place {
	background: url(../img/icon_school.png) no-repeat 2px center;
	background-size: auto 14px;
	margin-left: 15px;
	padding: 5px 30px;
}

.schoolList ul.schoolData li.time {
	background: url(../img/icon_time.png) no-repeat left 10px;
	background-size: auto 14px;
	margin-left: 15px;
	padding: 5px 30px;
}

table {
  width: 100%;
  border-collapse: collapse; /* 余分な隙間をなくす */

}
table th,

table td {
  padding: 7px; /* 枠と文字に余白を持たせる */
}

/*
  Contact
------------------------------------------------------*/
.contactWrapper {
	background: #0a0a0a;
	background-image: url(../img/bg_wanted_odd.png);
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 500px auto;
	padding: 20px 0 10px;
	margin-top: 20px;
}

.contactWrapper .intro {
	padding: 0 45px 10px;
}

.contactWrapper .intro p {
	margin-bottom: 30px;
}

.contactWrapper .intro p.sign {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}

.contactWrapper .detail {
	padding: 0 30px 10px 30px;
}

.contactWrapper h3 {
	color: #ead678;
	line-height: 1;
	border-left: 1px solid #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	margin: 0 25px 25px;
}

.contactWrapper .detail h4 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 20px;
}

.contactWrapper .detail h5 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 5px 25px;
}

.contactWrapper .rule h6 {
	border: #fffcf5 1px solid;
	font-weight: normal;
	font-size: 1.6rem;
	font-size: 14px;
	padding: 2px 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.contactWrapper .detail p.description {
	margin: 0 0 20px 50px;
}

.contactWrapper .rule {
	margin: 0 65px 25px;
}
.textRight {
	text-align: right;
	padding: 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.wantedList {
	width: 100%;
}

ul.wantedList li {
	clear: both;
	overflow: hidden;
}

ul.wantedList li:nth-child(odd) {
	background-color: #0a0a0a;
	background-image: url(../img/bg_wanted_odd.png);
	background-repeat: no-repeat;
	background-position: -9px top;
}

ul.wantedList li:nth-child(even) {
	background-color: #272727;
	background-image: url(../img/bg_wanted_even.png);
	background-repeat: no-repeat;
	background-position: -9px top;
}

ul.wantedList li .title {
	width: 100%;
	padding: 15px 20px;
	background-image: url(../img/bg_wanted_right.png), url(../img/bg_wanted_left.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, left bottom;
}

ul.wantedList li .title p {
	color: #ead678;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

ul.wantedList li .detail {
	width: 100%;
	padding: 15px 20px;
	overflow: hidden;
	border-top: 1px solid #191919;
	background-image: url(../img/bg_wanted_right.png), url(../img/bg_wanted_left.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right -4px, left -4px;
	margin-top: -4px;
}

ul.wantedList li .detail p.num_s:last-child,
ul.wantedList li .detail p.num_l:last-child,
ul.wantedList li .detail p.num_ll:last-child {
	margin-bottom: -15px;
}

ul.wantedList li p.yellow_s,
ul.wantedList li p.yellow_l,
ul.wantedList li p.yellow_ll {
	color: #ead678;
	border: 1px solid #ead678;
	width: 100%;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
	display: block;
}

ul.wantedList li p.num_s,
ul.wantedList li p.num_l,
ul.wantedList li p.num_ll {
	margin-bottom: 15px;
	padding: 5px 5px 15px;
}

.formWrapper {
	padding: 15px;
	background: #272727;
}

input[type="text"], input[type="tel"], input[type="email"], textarea, button {
	-webkit-appearance: none;
}

input, textarea, button {
	border: 0;
	box-shadow: none;
	outline: none;
}

input, textarea {
	border: 1px solid #ead678;
	background: #272727 !important;
	color: #fffcf5;
	padding: 8px 10px;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100% !important;
}

textarea {
	width: 100% !important;
	height: auto !important;
}
	

table.formTable {
	width: 100%;
}

table.formTable th, table.formTable td {
	display: block;
}

table.formTable th {
	width: 100%;
	text-align: left;
	font-weight: normal;
	padding: 0 0 15px 0;
	vertical-align: top;
}

table.formTable td {
	padding: 0 0 15px;
	vertical-align: top;
}

table.formTable td span {
	display: block;
	padding: 3px 0;
	color: #ead678;
}

.req {
	color: #ead678;
}

.req.right {
	float: none;
	margin-left: 10px;
}

.submitBtn {
	cursor: pointer;
}

#目的 {
    font-size: 11px; /* フォントサイズを小さくする */
}

select {
  max-width: 100%;
  white-space: normal;
}

/*
  Schedule
------------------------------------------------------*/

.calendarWrapper {
	margin: 20px auto 10px;
	width: 100%;
	font-size: 1.2rem
}

/*
  Guidance
------------------------------------------------------*/

.clinicWrapper {
	background: #0a0a0a url(../img/bg_clinic.png) no-repeat left top;
	background-size: 100% auto;
	padding: 50px 0 30px;
	margin-top: 20px;
}

.clinicWrapper .intro {
	padding: 0 10px 10px;
}

.clinicWrapper .intro p {
	margin-bottom: 30px;
}

.clinicWrapper .intro p.sign {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}

.clinicWrapper .detail {
	padding: 0 10px 10px;
}

.clinicWrapper h3 {
	color: #ead678;
	line-height: 1;
	border-left: 1px solid #ead678;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 10px 25px;
}

.clinicWrapper .detail h4 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 0 20px;
}

.clinicWrapper .detail h5 {
	color: #ead678;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 0 5px 25px;
}

.clinicWrapper .rule h6 {
	border: #fffcf5 1px solid;
	font-weight: normal;
	font-size: 1.4rem;
	font-size: 14px;
	padding: 2px 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.clinicWrapper .detail p.description {
	margin: 0 0 20px 50px;
}

.clinicWrapper .rule {
	margin: 0 10px 25px 45px;
}

.border_width {
	background: #ead678;
	width: 14px;
	height: 1px;
	display: block;
	margin: 7px 10px 6px 0;
	float: left;
}

/* タブのコンテナ */
.tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px; /* ボタン間の間隔を設定 */
    background-color: #005f5f;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;  /* タブ全体をページ幅に広げる */
    margin-bottom: 15px;
    z-index: 100;
}

.tab.fixed {
    position: fixed;
    top: 0px;
    left: 13%;
    width: 87%;

}

/* タブボタンのスタイル */
.tablinks {
    background-color: #006a6a;
    color: white;
    padding: 10px 0;  /* 高さは一定、左右のパディングを削除 */
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.5px;
    flex: 1;  /* ボタンを均等に拡張する */
    margin: 0 5px;  /* ボタン間にわずかなマージンを追加 */
    text-align: center;  /* 文字を中央に揃える */
    white-space: normal; /* 自然に改行 */
    word-break: break-word; /* 必要なところで改行 */
}

/* 最初と最後のボタンのマージンを修正（左右の隙間をなくす） */
.tablinks:first-child {
    margin-left: 0;
}
.tablinks:last-child {
    margin-right: 0;
}

/* マウスをタブにホバーしたときのスタイル */
.tablinks:hover {
    background-color: #008b8b;
    transform: scale(1.05);
}

/* アクティブなタブのスタイル */
.tablinks.active {
    background-color: #00a3a3;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 163, 163, 0.3);
    transform: translateY(-2px);
}

/* スムーズなタブの変化 */
.tablinks:focus {
    outline: none;
}

/*
  Footer
------------------------------------------------------*/

footer {
	overflow: hidden;
	clear: both;
	color: #676767;
	width: 100%;
	margin: 0 auto;
	padding: 30px 4% 10px;
}

footer p {
	font-size: 11px;
	font-size: 1.1rem;
}

footer a {
	color: #676767;
}

.pc {
	display: none !important;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 画面が狭い時に折り返し */
}

.footer-nav li {
  margin: 0 10px;
}

.footer-nav a {
  color: #ead678;
  text-decoration: none;
  font-size: 9px;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/*
  Scroll
------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background: #ead678 url(../img/icon_scroll.png) no-repeat center center;
	background-size: 50% auto;
    text-decoration: none;
    width: 40px;
	height: 40px;
    display: block;
}

