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

/* 菱形 */
.diamond {
	color:#8341A6;
}

/*背景*/

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


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

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


.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}





main, main .article{
	background: none;
}



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

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


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