﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color:#00b2ba ;
}


/*背景*/
div.wrapper div#news_color {
	background: url(../../../uploads/2019/atlantis_full_jgfxe/bg.png) repeat;
}
div.container {
	background: url(../../../uploads/2019/atlantis_full_jgfxe/bg.png) repeat;
}


main, main .article{
	background: none !important;
}
/* 小見出し */
.tips {
    border-color: #56CFF4;
}

.tips::before {
    color: #126B97;
}



/* 強調色 */
.notice {
	color: #E80350;
}
.notice_em01 {
	color: #F74658;
}


/*table_notice*/
.notice2{
	color: #E30003;
}

/*全体テキストカラー012829
body {
	color: #004142;
}

.table_color{
	color: #004142;
}*/

/*全体テキストカラー*/
body {
	color: #012829;
}

.table_color{
	color: #012829;
}



/* 囲み枠 */
.attention {
    padding: 1em 1em 0 1em;
    border: solid 1.5px #039fa6;
	margin:10px;
	
}
.attention p {
    margin: 0; 
    padding: 0;
}



.border{
	display: block;
    width: 100%;
    height: 1px;
    background-color: #039fa6;
    border: none;
}



