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

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

.table_box h2 {
    color: #02509F;
    margin-top: 0;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #c2c2c2;
    font-weight: bold;
}

/*******item_list*******/

.table_box .item_list{
	border-right: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}

.table_box .item_list_02{
	border-right: 0;
	border-left: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}


.table_box .bd_l_none{
	border-left: 0;
	padding: 0;
	box-shadow:0px 2px 0px rgba(0,0,0,0.1);
}

.table_box .item_img{
	max-width: 100%;
	margin-top: 5px;
	display: block;
}

/*赤枠*/

.attention_red{
	padding: 1em 1em 0 1em;
	border: solid 1.5px #fc0303;
	margin: 10px;
}


/*四角小見出し*/
.info_tips {
    font-weight: bold;
    border-bottom: solid 3px #DBCB9C;
    position: relative;
    padding: 0;
    line-height: 0px;
}

.info_tips::before {
    content: "■";
    color: #896D31;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

/* 小見出し */

.tips_ttl {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #DBCB9C;
    position: relative;
}


.center_2{
	text-align: center!important;
}


