﻿@charset "UTF-8";

/*
Theme Name: shikokuferry
Description: 四国フェリーのテーマ
Author: swill-art FACTORY
Author URI: http://swill-art.com/
Version: 1.0
*/


/* ---------------------------------------

			全デバイス共通

--------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

/* a 要素
-------------------------------------- */
a { text-decoration: none; }

a:hover {
	opacity: .5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a img {
	border: none;
}

/* ul li 要素
-------------------------------------- */
ul {
}

li {
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

.clearfix::after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
	min-height: 1px;
}

.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */

br.sp { display: none; }

/* img要素
-------------------------------------- */
img.aligncenter{display: block; margin:0 auto}

img.alignleft{display:block;float:left; margin-right: 10px;}

img.alignright{display:block;float:right; margin-left: 10px;}


/* img３つ横並び
-------------------------------------- */
div.box {
	width: 100%;
	margin: 10px auto;
    text-align: left;
}

div.box figure {
	float: left;
	margin: 10px 10px 20px 0;
}

/* テーブル要素
-------------------------------------- */
#main_cont table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    border: #6c3f17 1px solid;
}

#main_cont table caption {
    text-align: left;
    font-size: 100%;
    padding-bottom: 4px;
}

#main_cont table th {
	background-color: #f7f7fb;
	border-bottom: #000 1px solid;
    border-right: #000 1px solid;
    padding: 8px;
    vertical-align: middle;
	font-weight: normal;
}

#main_cont table td {
    border-bottom: #000 1px solid;
    border-right: #000 1px solid;
    padding: 12px 8px;
	text-align: right;
}

#main_cont table td.kara {
	background-color: #FFF9EF;
}

.w100 { width: 100px; }
.w200 { width: 200px; }
.w300 { width: 300px; }


/* figure要素
-------------------------------------- */
figcaption {
	padding: 10px 0;
}

/* アイコン関係
-------------------------------------- */
.car {
	position: relative;
	padding-right: 40px;
}

.car::before {
	position: absolute;
	content: url(images/icon-car.png);
	top:0;
}

.train {
	position: relative;
	padding-right: 40px;
}

.train::before {
	position: absolute;
	content: url(images/icon-train.png);
	top: -10px;
    left: 3px;
}

/* dl dd関係
-------------------------------------- */
dl {
	margin: 10px 0 30px 0;
	font-size: 88%;
}

dl dd {
/*	padding: 14px 0 14px 26px;*/
	padding: 1em 1em 0.8em 1em;
}

dl dd br.sp {
	display: none;
}

dl dd:nth-child(odd) {
	background-color: #f7f7fb;
	padding: 22px;
	padding: 22px 22px 22px 40px;
}

/*===============================
	フォント
===============================*/

/*--------------------------------------
BaseSize 16px
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%
27px	168.75%
30px    187.5%
33px    206.3%
34px    212.5%
36px    225%
38px	237.5%
40px    250%
42px    262.5%
46px    287.5%
48px    300%
50px    312.5%
----------------------------------------*/


/* h要素
-------------------------------------- */
h2 {
	color: #007244;
    font-size: 163%;
    position: relative;
    padding: 0 0 4px 0;
    margin-bottom: 30px;
    line-height: 2.0rem;
}

/*不要
h2::after {
	content: url(images/icon-kaji.png);
    position: absolute;
    left: 0;
    top: 0;
}
*/

h3, h4 {
	margin-top: 24px;
	margin-bottom: 24px;
}

/*タイトル帯＜green＞*/
h3.gr {
    font-size: 168.75%;
    position: relative;
    padding: 8px 0 8px 26px;
	border-bottom: #017244 1px dotted;
}

h3.gr::after {
	content: url(images/h3-mark_green.png);
    position: absolute;
    left: 0;
    top: 4px;
}

h4.gr {
    font-size: 132%;
    position: relative;
    padding: 5px 0 8px 26px;
	border-bottom: #1f32ac 1px dotted;
}

h4.gr::after {
	content: url(images/h4-mark_green.png);
    position: absolute;
    left: 0;
    top: 4px;
}

/*タイトル帯＜blue＞*/
h3.bl {
    font-size: 168.75%;
    position: relative;
    padding: 8px 0 8px 26px;
	border-bottom: #017244 1px dotted;
}

h3.bl::after {
	content: url(images/h3-mark_blue.png);
    position: absolute;
    left: 0;
    top: 4px;
}

h4.bl {
    font-size: 132%;
    position: relative;
    padding: 5px 0 8px 26px;
	border-bottom: #1f32ac 1px dotted;
}

h4.bl::after {
	content: url(images/h4-mark_blue.png);
    position: absolute;
    left: 0;
    top: 4px;
}

.fc_green {
	color: #007244;
	font-size: 113%;
}

.fc_blue {
	color: #0e24a5;
	font-size: 113%;
}

p {
    line-height: 1.8em;
	padding: 3px 0;
}



body {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 16px;
}

/* ---------------------------------------

	ヘッダー

--------------------------------------- */
.head-top {
	width: 960px;
	margin: 10px auto;
	text-align: center;
	height: 80px;
}

.head-top h1 {
	float: left;
	padding-top: 8px;
}


.head-top .btn_yoyaku {
	float: right;
	padding-right: 10px;
}

/*Google翻訳*/
#trasArea {
    float: right;
	padding-right: 22px;
}

.goog-te-gadget {
    margin: 10px auto;
}

p.trans_info {
    height: 22px;
    font-size: 78%;
}

p.trans_info a {
	text-decoration: underline;
}

/* ---------------------------------------

	ナビ

--------------------------------------- */
header {
	width: 100%;
	height: 110px;
	clear: both;
	z-index: 999;
	/**background-color: rgba(255,255,255,.7);**/
	background: rgba(0,0,0,.5);
	position: relative;
}




.inner {
    width: 960px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    /**max-width: 960px;**/
    margin: 0 auto;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	z-index:9999;
}

#top-head .inner {
    position: relative;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 4px 0;
    background: rgba(0,0,0,.5);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    max-width: inherit;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}





nav {
	width: 960px;
	margin: 0 auto;
	font-size: 88%;
}

nav ul {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

nav ul li {
	width: 14.285714%;
}

nav ul li a {
	color: #fff;
	display: inline-block;
	padding: 18px 10px;
	position: relative;
}

nav ul li a::after {
	top: 44px;
}

/*トップ*/
nav ul li.top a::after {
	content: url(images/icon-hone.png);
	position: absolute;
	left: 3px;
}

/*時刻表･運賃*/
nav ul li.jikoku a::after {
	content: url(images/icon-jikoku.png);
	position: absolute;
	left: 20px;
}

/*のりば案内*/
nav ul li.noriba a::after {
	content: url(images/icon-noriba.png);
	position: absolute;
	left: 18px;
}

/*乗船ガイド*/
nav ul li.guide a::after {
	content: url(images/icon-guide.png);
	position: absolute;
	left: 16px;
}

/*就航線の設備*/
nav ul li.setsubi a::after {
	content: url(images/icon-setsubi.png);
	position: absolute;
	left: 22px;
}

/*よくあるご質問*/
nav ul li.faq a::after {
	content: url(images/icon-faq.png);
	position: absolute;
	left: 32px;
}

/*トラック･バスなど輸送事業者様*/
nav ul li.jigyosha a {
	padding: 9px 10px;
	font-size: 96%;
	line-height: 1.3em;
}

nav ul li.jigyosha a::after {
	content: url(images/icon-jigyosha.png);
	position: absolute;
	left: 40px;
}

/* ---------------------------------------

	メインビジュアル

--------------------------------------- */
.visual-wrap {
	height: 760px;
	background: #fff5f9 url(images/topimg.jpg) no-repeat center top;
	background-size: cover;
	clear: both;
	margin-top: -110px;
}


/* ---------------------------------------

	コンテンツ＜全体＞

--------------------------------------- */
#contents {
	width: 100%;
    min-width: 960px;
}

#contents_inner {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

/*===============================
	運行状況エリア
===============================*/
#info-unkou {
	background: #b20000;
	margin: 20px 0 30px 0;
    padding: 10px 0;
}

#info-unkou .block {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}

#info-unkou .tit-unkou {
	width:18%;
	color: #fff;
	padding: 30px 0 20px 0;
    font-size: 113%;
	position: relative;
}

span.line_y {
	border-bottom: #feff03 2px solid;
	margin-left: 22px;
}

#info-unkou .koumoku {
	width:82%;
	padding: 12px 0;
}

/*更新ボタン*/
#info-unkou .tit-unkou a.ref_btn {
	position: absolute;
	top: 26px;
	right: 0;
}

/*最終更新日時*/
#info-unkou span.koushin {
	color: #fff;
    text-align: right;
    display: block;
    padding: 6px 14px 6px 0;
    font-size: 88%;
}

/*「運行」情報　表*/
#info-unkou ul.unkou-list {
	color: #fff;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 0 auto;
	border: #fff 1px solid;
}

#info-unkou ul.unkou-list li {
	padding: 18px 0 15px 0;
    border-right: #fff 1px solid;
    width: 20%;
    text-align: center;
	position: relative;
}

#info-unkou ul.unkou-list li:last-child {
	border-right: none;
}

span.kousoku {
    font-size: 40%;
    position: absolute;
    left: 17px;
    top: 36px;
}

span.mark {
	font-weight: bold;
	padding-left: 4px;
}

span.mark.maru {
	color: #fffe01;
	padding-top: 6px;
    display: inline-block;
}

span.mark.batsu {
	color: #fffe01;
}

span.mark.tri {
	color: #fffe01;
}


/*「運休」情報 お知らせ情報　表*/
#info-unkou ul.unkou-news {
	color: #fff;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
	width: 96%;
}

#info-unkou ul.unkou-news li {
	padding: 8px 20px 12px 20px;
	background: #fff;
	width: 70%;
}

#info-unkou ul.unkou-news li a {
	color: #1f30b2;
	text-decoration: underline;
}

#info-unkou ul.unkou-news li a:hover {
	text-decoration: none;
}

#info-unkou ul.unkou-news li:first-child {
	background: #1f30b2;
	width: 30%;
	padding: 22px 0 0 0;
    text-align: center;
}


#info-unkou ul.unkou-news li span.date {
	font-size: 80%;
    color: #1f30b2;
    line-height: 1.8em;
}

/*===============================
	メイン　コンテンツ
===============================*/
#main_cont {
	width: 708px;
    float: left;
	margin-bottom: 120px;
}

/* 航路マップエリア
-------------------------------------- */  
.routemapArea {
}

area {
    outline: none;
}

.route_list {
	width: 98%;
    margin: 0 auto;
}

.route_list ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.route_list ul li {
	width: 50%;
	padding: 10px 0;
}

.route_list ul li a:hover {
	opacity: 1.0;
}

/* メニューエリア
-------------------------------------- */ 
#main_cont .menuArea ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main_cont .menuArea ul li {
	padding: 10px 0;
}

/* オトクな旅情報
-------------------------------------- */ 
#main_cont .info-tabi {
	margin-top: 60px;
}

#main_cont .info-tabi h2 {
}

#main_cont .info-tabi h2::before {
	
}

#main_cont .info-tabi ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main_cont .info-tabi ul li {
	width: 24.717514%;
}

#main_cont .info-tabi ul li img {
	width: 110%;
}

/* 新着情報
-------------------------------------- */ 
#main_cont .info-news {
	margin: 60px auto 0 auto;
}

#main_cont .info-news h2 {
	
}

#main_cont .info-news h2::before {
	
}

#main_cont .info-news ul {
}

#main_cont .info-news ul li {
	font-size: 94%;
    border-bottom: #999 1px solid;
    padding-bottom: 10px;
    margin: 20px 0;
}

#main_cont .info-news ul li a {
	color: #000;
}

#main_cont .info-news ul li span.date {
	color: #017244;
	font-weight: bold;
	padding-right: 30px;
}

/*もっとみるエリア*/
.to_newslist {
	text-align: center;
	margin-top: 30px;
}

.to_newslist a {
	color: #000;
    font-weight: bold;
    font-size: 88%;
    border-bottom: #c9c9c9 3px solid;
}

.to_newslist span.tri {
	color: #f3283b;
	padding-top: 8px;
    display: inline-block;
}

/*===============================
	サイド　コンテンツ
===============================*/
#side_cont {
	width: 240px;
    float: right;
	margin-bottom: 120px;
}

/* エンジェルロード潮見表エリア
-------------------------------------- */ 
.angelroadArea {
	width: 240px;
	height: 385px;
	background: url(images/angelroad_bg.png) center no-repeat;
	position: relative;
}

.angelroadArea .timeArea {
	font-size: 138%;
	text-align: center;
    padding-top: 240px;
}

.angelroadArea .timeArea span.time {
	padding: 0 4px;
}

.angelroadArea .btnArea {
	text-align: center;
	position: absolute;
	bottom: 6px;
	padding-left: 50%;
	margin-left: -108px;
}

.sns_brnArea {
	padding-top: 10px;
}

.sns_brnArea ul li {
	padding: 4px 0;
}

.reservArea {
	padding-top: 10px;
}

.otherArea {
	padding-top: 10px;
}


/* ---------------------------------------

	バナー広告エリア

--------------------------------------- */
#bnrArea {
	clear: both;
	margin: 40px auto;
}

#bnrArea ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* ---------------------------------------

	フッター

--------------------------------------- */
footer {
	width: 100%;
    color: #fff;
	clear: both;
}

/*フッター上部デザイン*/
#footer_upperArea {
	background: url(images/footer_backbg.png) bottom repeat-x;
}

#footer_upperArea .wrapper {
	background: url(images/footer_bg.png) bottom center no-repeat;
	height: 220px;
}

#footer_innerAll {
}

/*===============================
	フッター＜上部メニュー＞
===============================*/
#footer_inner001 {
	background: #3734b1;
}

#footer_inner001 .wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 75%;
}


/*メインメニュー*/
#footer_inner001 ul.nain_nemu {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0;
}


#footer_inner001 ul.nain_nemu li.list {
	border-right: #fff 1px solid;
}

#footer_inner001 ul.nain_nemu li a {
	color: #fff;
	padding: 0 25px;
}

/*サブメニュー*/
#footer_inner001 ul.submenu {
	padding: 10px 0;
}

#footer_inner001 ul.submenu li {
	padding: 4px 0;
	position: relative;
}

/*===============================
	フッター＜下部メニュー＞
===============================*/
#footer_inner002 {
	background: #2f2c95;
}

#footer_inner002 .wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 75%;
}


/*メインメニュー*/
#footer_inner002 ul.nain_nemu {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0;
}


#footer_inner002 ul.nain_nemu li.list {
	border-right: #fff 1px solid;
}

#footer_inner002 ul.nain_nemu li a {
	color: #fff;
	padding: 0 25px;
}

/*サブメニュー*/
#footer_inner002 ul.submenu {
	padding: 10px 0;
}

#footer_inner002 ul.submenu li {
	padding: 4px 0;
	position: relative;
}

/*===============================
	コピーライト
===============================*/
#footer_bottom {
	width: 100%;
    min-width: 960px;
    background: #fff;
}

#footer_bottom_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#copyright {
    padding: 16px 0;
    font-size: 12px;
    text-align: center;
    color: #2e2c94;
}

/* ---------------------------------------

	メインビジュアル＜第二階層＞

--------------------------------------- */
.visual-wrap-2nd {
	height: 380px;
	background: #fff5f9 url(images/second_keyimg.png) no-repeat center top;
	background-size: cover;
	clear: both;
	margin-top: -110px;
}

/*売店メニュー*/
.shopArea {
	margin: 20px auto;
}

.shopArea .left-block {
	float: left;
	width: 50%;
}

/*FAQエリア*/
.faqArea {
}

.faqArea dd {
	position: relative;
}

.faqArea dd:nth-child(odd) {
     padding: 22px 22px 22px 45px;
}

.faqArea dd:nth-child(even) {
     padding: 22px 22px 22px 45px;
}

.faqArea span.q::after {
	content: url(images/q.png);
	position: absolute;
	top: 12px;
	left: 12px;
}

.faqArea span.a::after {
	content: url(images/a.png);
	position: absolute;
	top: 12px;
	left: 12px;
}

/*会社概要＜表＞*/
#main_cont table.company td {
	text-align: left;
}


/*===============================
	お問い合わせフォーム
===============================*/
#main_cont table.inquiry {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 30px 0;
    border: none;
    background: #f7f7fb;
    width: 100%;
}

#main_cont table.inquiry caption {
    text-align: left;
    font-size: 100%;
    padding-bottom: 4px;
}

#main_cont table.inquiry tbody {
max-width:80%;
height:auto;
background-color: #f7f7fb;
margin:0 auto;

}

#main_cont table.inquiry tbody th {
	width:30%;
}

#main_cont table.inquiry tbody th,
#main_cont table.inquiry tbody td {
	vertical-align: middle;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	border: none;
}

 /* テキストエリアの設定 */
#main_cont table.inquiry input[type="text"],
#main_cont table.inquiry input[type="email"],
#main_cont table.inquiry input[type="tel"],
#main_cont table.inquiry textarea, #main_cont table.inquiry select{
	width: 92%;
	background-color: #fff;
	color: #000;
	padding:10px 0 10px 10px;
	margin:10px 0;
}


#main_cont table.inquiry input[type="text"]:focus,
#main_cont table.inquiry input[type="email"]:focus,
#main_cont table.inquiry input[type="tel"]:focus,
#main_cont table.inquiry textarea:focus,select:focus{
	background-color: #fff;
}

/*必須マーク*/
span.must {
	color: #fff;
    background: #F00;
    padding: 2px 4px 1px 4px;
    font-size: 72%;
    vertical-align: middle;
	margin-left: 5px;
}

#main_cont table.inquiry tbody th span.label {
		padding-left: 16px;
	}


/*submitボタン*/
p.text-xs-center {
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
}

.btn-success {
    color: #fff;
    background-color: #3734b1;
    border-color: #3734b1;
}


/*----------------------------------------
	ページャー設定
----------------------------------------*/
.pagination {
	clear:both;
	padding:20px 0 20px 20px;
	position:relative;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	text-decoration:none;
	width:auto;
	border: #3734b1 1px solid;
	padding: 8px 14px 5px 14px;
	border-radius: 2px;
}

.pagination a:hover{
	background-color: #bebcf3;
	border: #bebcf3 1px solid;
	color: #fff;
}
 
.pagination .current{
	background-color: #3734b1;
	padding: 8px 14px 5px 14px;
	color: #fff;
	border-radius: 2px;
}

/*----------------------------------------
	アコーディオン設定
----------------------------------------*/
div.accordion {
  width: 100%;
}
div.accordion > ul > li > a {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
}
div.accordion > ul > li > a:hover{

}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #2f7f99;
}
div.accordion > ul > li > a:after{
  content: "";
}
div.accordion > ul > li > a.active:after{
  content: "";
}
div.accordion > ul > li > ul {
  display: none;
}
div.accordion > ul > li > ul > li > a{
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  position: relative;
}
div.accordion > ul > li > ul > li > a:hover{
  
}

/*===============================
	404
===============================*/
#notfound {
	width: 100%;
	margin: 120px auto 260px auto;
	text-align: center;
}

#notfound h1 {
	font-size: 600%;
	font-weight: bold;
	padding: 40px 0;
	color: #bebcf3;
}

#notfound p {
	font-size: 160%;
	padding: 20px 0;
}

#notfound a {
	padding-top: 30px;
    display: inline-block;
}

/*===============================
	トップへ戻る
===============================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

/*===============================
	パンくずナビ
===============================*/
.breadcrumbs {
	margin-top: 10px;
    margin-bottom: 20px;
}