@charset "utf-8";


div .orange_waku
{
	border: 1px solid #FFA100;
	border-top-left-radius: 20px;     /* ���� */
	border-top-right-radius: 20px;    /* �E�� */
	border-bottom-right-radius: 20px; /* �E�� */
	border-bottom-left-radius: 20px;  /* ���� */
	padding: 30px 20px 20px 20px;
}
.orange_text
{
	color: #FFA100 !important;
}
.orange_title
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #FFA100;
	border-radius: 5px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
div #orange_center
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #FFA100;
	background-size:contain;
	width: 60%;
	border-radius: 5px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 20px !important;
	margin-bottom: -15px !important;
	margin-left: 20% !important;

}

div .gray_box {
	margin-top: 10px;
	margin-left: 18px;
	padding: 10px 3px;
	border: #CCCCCC 1px solid;
	display: inline-block; 
	background-color: #f1efef;
	width: 30%;
}

div .white_box {
	margin-top: 10px;
	margin-left: 9px;
	padding: 10px 12px 0 8px;
	display: inline-block;
	width: 30%;
}

div .white_box_solid {
	margin-top: 10px;
	margin-left: 18px;
	padding: 10px 3px;
	border: #CCCCCC 1px solid;
	display: inline-block;
	width: 30%;
}

