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

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


/* 概要_小見出し色替え */
.txt_blue_col{
	color: #00AF9C;
	font-weight: bold;
}

.tips_ttl {  
    border-bottom: solid 3px #99DEF7;
	line-height: 25px;;
}

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

.break{
	margin-bottom: 10px;
}


.ap_box{
	width: 100%;
	overflow: hidden;
}

.ap_box .ap_left{
	width: 30%;
	float: left;
	padding: 1%;
}

.ap_box .ap_right{
	width: 65%;
	float: right;
	padding: 3% 0 0 0;
}
