﻿@charset "UTF-8";

/* ========TEXT======== */

.text_11 {
	font-size: 11px;
}
.text_12 {
	font-size: 12px;
}


.text_12g {
	font-size: 12px;
	line-height: 18px;
	color: #666;	
}
.text_12list {
	font-size: 12px;
}

.text_14_dgy {
	color:#333;
}

.text_24 {
	font-size: 24px;
}

.text_20 {
	font-size: 20px;
}

.text_rd {
	color:#cc0000;
}
.text_gn {
	color:#053fb3;
}
.text_bl {
	color:#0cadd7;
}
.text_bo {
	font-weight: bold;
	color: #000;
}
.text_16_bo {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
.text_lg {
	color: #999999;
}

.list_20_1 {
	color: #333333;
	font-weight: lighter;
	font-size: 20px;
	line-height: 70px;
}
.list_20_2 {
	color: #333333;
	font-weight: lighter;
	font-size: 20px;
	line-height: 35px;
}

/*---------- image ----------*/
.float_l {
	float: left;
	margin-right: 20px;
}
.float_r {
	float: right;
	margin-left: 20px;
}
.clear {
	clear:both;
}
.hr {
	border:none;
	border-top:dotted 1px #666;
	height:1px;
}
.simple_square_btn2 {
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #053fb3;
	border:1px solid #053fb3;
}
.simple_square_btn2:hover {
	 background: #fff;
         color: #1B1B1B;
	 cursor: pointer;
	 text-decoration: none;
}
.simple_square_btn2h {
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #053fb3;
}





/*---------- 横並び ----------*/
    .inline-block_test {
        display: inline-block;      /* インラインブロック要素にする */
        padding:  0px 10px 0px 15px;             /* 余白指定 */
        height: 70px;              /* 高さ指定 */
    }
