@charset "utf-8";
/* =======================================

	 CSS 
	
	 (C)Blue Diamond.

 ======================================= */

@import "stylebasic.css";
@import "stylemobile.css";

.iconNew{
color:#ff0000;
}

.new{
display:none;
}

.businessboxtitle{
	height:60px;
	font-size:1.0em;
	text-align:center;
	color:#000000;
	font-weight:bold;
	line-height:1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;	}

.button-052 {
float:left;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 1em 2em 1em 1em;
    border: none;
    border-radius: 5px;
    background-color: #4169e1;
    font-weight: 200;
}

.button-052 span:first-child {
    margin: 0 1em;
    padding: .2em 1em;
    border-radius: 15px;
    background-color: #fff;
    color: #059027;
    font-size: .8em;
}

.button-052 span:last-child {
    color: #fff;
    font-size: 1em;
}

.button-052::after {
    position: absolute;
    right: 1em;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-052:hover {
    background-color: #ebb903;
}

.button-form01 {
    font-size: 1em;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    background-color: #4169e1;
    font-weight: 600;
}

.button-form01 span:first-child {
    margin: 0 1em;
    padding: .2em 1em;
    border-radius: 15px;
    background-color: #fff;
    color: #4169e1;
    font-size: .8em;
}

.button-form01 span:last-child {
    color: #fff;
    font-size: 1em;
}

.button-form01::after {
    position: absolute;
    right: 1em;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-form01:hover {
    background-color: #ebb903;
}

.backnumber{
	clear:both;
width:90%;
text-align:right;
}
