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

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

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

.tips::before {
    color: #2B6CD1;
}


/* 背景 */

.bg_01{
	background: url("../../../uploads/all_item_list/bg_story_01.png") no-repeat #d5ebd1 center;
	background-size: 80%;
	font-weight: bold;	
	color: #0B4101;	
}

.bg_02{
	background: url("../../../uploads/all_item_list/bg_story_02.png") no-repeat #f7edc5 center;
	background-size: 80%;
	font-weight: bold;	
	color: #413400;	
}

.bg_03{
	background: url("../../../uploads/all_item_list/bg_story_03.png") no-repeat #d1ebeb center;
	background-size: 80%;
	font-weight: bold;	
	color: #002C41;	
}

.bg_04{
	background: url("../../../uploads/all_item_list/bg_story_04.png") no-repeat #f0f0e7 center;
	background-size: 80%;
	font-weight: bold;	
	color: #494948;	
}


.bg_06{
	background: url("../../../uploads/all_item_list/bg_story_06.png") no-repeat #f3dbdb center;
	background-size: 80%;
	font-weight: bold;	
	color: #5B0505;	
}

.bg_07{
	background: url("../../../uploads/all_item_list/bg_story_07.png") no-repeat #dddddd center;
	background-size: 80%;
	font-weight: bold;	
	color: #252525;	
}

.bg_05{
	background: url("../../../uploads/all_item_list/bg_story_05.png") no-repeat #eedcee center;
	background-size: 80%;
	font-weight: bold;	
	color: #380156;	
}

.bg_15{
	background: url("../../../uploads/all_item_list/bg_story_15.png") no-repeat #ebe8a8 center;
	background-size: 80%;
	font-weight: bold;	
	color: #332B00;	
}



.slash{
	background-color: #bbb;
}

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

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


.txt_blue_col{
	color: #1F08B0;
	font-weight: bold;
}

.center_2{
	text-align: center!important;
	margin-bottom: 10px!important;
}
