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

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


/* 概要_小見出し色替え */
.txt_blue_col{
	color: #0097E0;
	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;
}

/******/
.pd_none{
	margin-bottom: 0!important;
}


/****改行***/
.wb{
	word-break: break-all;
}
/****item中央***/
.item_center{
	margin: 0 auto;
	display: block;
	width: 36%!important;
	
}