/*========================================================
// fmy-simpe
========================================================*/

@import url("https://www.fmyokohama.jp/theme_simple.css");

/*========================================================
// global
========================================================*/

html body {
	color: #333;
}

body::before {
	background-image: url();
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #1a237e;
}

a,
a:visited {
    color: #4f66c6;
}

a:hover {
    color: #4f66c6;
}

/*========================================================
// 背景設定
========================================================*/

.bg-dj {
	background-image: url();
}

.bg-contents {
	background-image: url();
}

.bg-news {
	background-image: url();
}

.bg-info {
	background-image: url();
}

.bg-entry,
.bg-archive {
	/* 下層ページ 記事、一覧背景設定 */
	background-color: #fff;
}

/*========================================================
// fixedArea / scrollArea
========================================================*/

.mainArea > section:nth-child(even){
	background-color: #eceff1;  
}

/*========================================================
// TOPページ：ABOUT
========================================================*/

.top-about h2 {
	color: #1a237e;
}

.top-about p {
	color: #1a237e;
}

/*========================================================
// TOPページ：DJ
========================================================*/

.top-dj .top-dj-item .djRole {
	background: #1a237e;
}

/*========================================================
// TOPページ：CONTENTS
========================================================*/

.top-contents h3.top-cate-title {
	color: #1a237e;
}

.top-contents h3.top-cate-title::before {
    background-color: #1a237e;
}

.top-contents .top-cate-lead {
	background-color: #1a237e;
}

/*========================================================
// TOPページ：NEWS
========================================================*/

.top-news .entry-detail h4 {
	color: #1a237e;
}

.top-news .entry-detail date {
	color: #1a237e;
}

.top-news .more {
	border:  1px solid #1a237e;
    color: #1a237e;
}

.top-news .more:hover {
    color: #fff;
    background: #1a237e;
}

/*========================================================
// TOPページ：ABOUT & DISP PAGE
========================================================*/

.top-about-page h3,
.top-disp-page h3 {
	color: #1a237e;
}


/*========================================================
// ARCHIVEページ
========================================================*/

.entryList__card {
	color: #1a237e;
}

.entryList__text {
	color: #333;
}

/*========================================================
// HEADER
========================================================*/

.header {
	background-color: #fff;
}

.header h1{
	color: #1a237e;
}

.header a,
.header a:visited,
.header a:hover {
	color: #1a237e;
}

.header__navi::before {
    background-color: #1a237e;
}

.header__toggle span {
	background-color: #1a237e;
}

.header__logo svg {
	fill: #1a237e;
}

/*========================================================
// GOTOTOP
========================================================*/

.gototop div a {
	background-color: #1a237e;
}

/*========================================================
// MODULES
========================================================*/

/* module_breadcrumbs -------- */
.breadcrumbs {
	border-top: 1px solid #1a237e;  
}


