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

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

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

.tips::before {
    color: #3EB100;
}
hr{
	clear: both;
}

.txt_blue_col {
    color: #0F9400;
    font-weight: bold;
}

.bttom_txt {
    margin-top: 10px;
    float: left;
}

.noticeicon {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 7px;
    border: 1px solid #fd093a;
    width: 250px;
    float: left;
    margin: 0 auto 0 auto;
    text-align: center;
}

/*****アップデート*****/

.tips_1 {
    font-weight: bold;
    font-size: 100%;
    /* border-bottom: solid 3px #b1cee3; */
    position: relative;
    padding: 5px 0px 2px 0px;
    line-height: 30px;
}

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



/*************アイテムラインナップ************/
.skil_item_txt{
	clear: both;
	display: block;
}

.skil_item{
	float: left;
	width: 6%;
	margin: 0 1% 0 0;
}

.skil_txt{	
}


/*********FloatBox***********/

.float_box_sum{
	overflow: hidden;
}

.float_box_sum .float_left_box {
    float: left;
}

.float_box_sum .float_right_box {
   float: left!important;
   padding: 2% 0 0 2%;
}






