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

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

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

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

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




/**table_class**/

.bg_01 {
	
	background: url(../../../uploads/all_item_list/bg_01.png) no-repeat #d1ebeb center;
    background-size: 45%;
	font-weight: bold;
	color: #114E4D;
	text-align: center;
}

.bg_02{
	
	background: url(../../../uploads/all_item_list/bg_02.png) no-repeat #f7edc5 center;
    background-size: 45%;
	font-weight: bold;
	color: #574318;
	text-align: center;
}

.bg_03{
	background: url(../../../uploads/all_item_list/bg_03.png) no-repeat #eccdc8 center;
    background-size: 45%;
	font-weight: bold;
	color: #311011;
	text-align: center;
}


.bg_04{
	
	background: url(../../../uploads/all_item_list/bg_04.png) no-repeat #d5ebd1 center ;
    background-size: 40%;
	font-weight: bold;
	color: #183116;
	text-align: center;
}

.bg_05{
	background: url(../../../uploads/all_item_list/bg_05.png) no-repeat #dec6ec center;
    background-size: 40%;
	font-weight: bold;
	color: #431D4E;
	text-align: center;
}

.bg_06{
	
	background: url(../../../uploads/all_item_list/bg_06.png) no-repeat #A4A4A4 center;
    background-size: 45%;
	font-weight: bold;
	color: #121212;
	text-align: center;
}

.bg_07{
	
	background: url(../../../uploads/all_item_list/bg_07.png) no-repeat #C9BFB9 center;
    background-size: 40%;
	font-weight: bold;
	color: #2B1D0E;
	text-align: center;
}

.bg_08{
	background: url(../../../uploads/all_item_list/bg_08.png) no-repeat #A4AFD8 center;
    background-size: 45%;
	background-color: #A4AFD8;
	font-weight: bold;
	color: #170E37;
	padding: 20px 0 20px 0;
	text-align: center;
}


.bg_09{
	background: url(../../../uploads/all_item_list/bg_09.png) no-repeat #ffc7e3 center;
    background-size: 45%;
	background-color: #ffc7e3;
	font-weight: bold;
	color: #51042A;
	padding: 20px 0 20px 0;
	text-align: center;
}


/************/












/*mission_list*/

.ny_list_wrap{
	display: block;
	overflow: hidden;
}

.item_img_ny{
	width: 15%;
	float: left;
}


.ny_list_txt{
	float: none;
	display: block;
	padding-bottom: 5px;
}

.ny_list_txt_02{
	padding: 10px;
	float: left;
}



/***見出しcolor***/

div.color {
	margin: 5px auto 10px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom,   rgb(109,0,25) 1%,rgb(109,0,25) 17%,rgb(143,2,34) 44%,rgb(169,3,41) 97%);
	clear: both;
}

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


/*div.color2 {
	margin: 5px auto 10px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(201,131,2) 2%,rgb(234,185,45) 100%);
	clear: both;
}

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


/*textcolor*/
.green_txt{
	color: #74eb9f;
}

.green_txt2{
	color: #00E53D;
}






