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

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


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



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



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



.tips_2::before {
	content: "▶";
    color: #059bff;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
	
}


.attention_red {
    padding: 1em 1em 0 1em;
    border: solid 2px #e8000b;
    margin: 10px;
    background-color: #f7d2d4;
}



.noticeicon_summer2019 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 0px 2px;
    background: -moz-linear-gradient( top, #fd6a88 0%, #fd093a);
    background: -webkit-gradient( linear, left top, left bottom, from(#fd6a88), to(#fd093a));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fd093a;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3);
	width: 80%;
	padding: 1%;
    text-align: center;
	margin: 0 auto 10px auto;
}


.info_right {
    width: 30%;
    vertical-align: top;
}


.info_left {
    width: 70%;
    vertical-align: top;
}
