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

/* 菱形 */
.diamond {
	color:#569ead;
}



/*背景*/

div.wrapper div#news_color {
	background-image: url(../../../uploads/2020/olympus_full_pqcvp/bg.png);
	background-repeat : repeat; 
}
div.container {
	background-image: url(../../../uploads/2020/olympus_full_pqcvp/bg.png);
	background-repeat : repeat; 
}


main, main .article{
	background: none;
}

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


/* 全体テキスト変更 */
body {
	color: #002c36;
}
.table_color{
	color: #002c36;
}

/*枠*/
.attention{
	padding: 1em 1em 0 1em;
	border: solid 1.5px #98C1C8;
	margin: 10px;
}



/*ライン*/
.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #98C1C8;
  border: none;  
}


/*小見出し*/
.tips {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #416787;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #7B96A2;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}





