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

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


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

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



.pdd_regulation table tr td {
    padding: 0px 0px 0px 8px!important;
	}
	
	
.attention_02{
	padding: 0.5em;
	border: solid 1.5px #8FC2CF;
}	

.attention_03{
	margin: 0 0 25px 0;
	border: solid 1px #8FC2CF;
}	

.attention_03 img {
    margin-bottom: -20px!important;
	}


/*********/


div.color {
	margin: 10px auto 10px;
	padding: 10px;
	color: #005BB0;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#news_color .article div.color p,
div.color p{
	margin: 0;
	text-align: center;
}



div.color2 {
	margin: -9px -9px 10px -9px; 
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(45,117,229) 11%,rgb(125,211,232) 100%);
	clear: both;
}

#news_color .article div.color2 p,
div.color2 p{
	margin: 0;
	text-align: center;
}

div.color3 {
	margin: -10px 0 0px 0;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(45,117,229) 11%,rgb(125,211,232) 100%);
	clear: both;
}

#news_color .article div.color3 p,
div.color3 p{
	margin: 0;
	text-align: center;
}


