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

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


/* 小見出し */
.tips {
    border-color: #F8BCF7;
}

.tips::before {
    color: #F100D1;
}

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

.tips_4::before {
    content: "▶";
    color: #0149CC;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}



/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #EBCCEA;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_1::before {
    content: "1";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #C87EC1;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_2 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #EBCCEA;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_2::before {
    content: "2";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #C87EC1;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}



.tips_3 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #EBCCEA;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_3::before {
    content: "3";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #C87EC1;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

table th.sky{
background: no-repeat 2% center, linear-gradient(to bottom, rgba(0, 110, 150,1) 0%, rgba(20, 165, 210,1) 87%, rgba(20, 165, 210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e96', endColorstr='#14a5d2', GradientType=0 );

}

table th.pink{
background: no-repeat 2% center, linear-gradient(to bottom, rgba(190, 30, 40,1) 0%, rgba(230, 80, 90,1) 87%, rgba(230, 80, 90,1) 100%);
}


