@charset "UTF-8";
/*---------------------------------------------------------------------------------
company
---------------------------------------------------------------------------------*/

/*
h3
---------------------------------------------------------------------------------*/
h3{
	margin: 0px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-moz-box-shadow: 0px 1px 3px rgba(254,150,185,1);
	-webkit-box-shadow: 0px 1px 3px rgba(254,150,185,1);
	background: #FF637F;
}

/*

---------------------------------------------------------------------------------*/
.wrap_cnt{
	margin: 15px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.wrap_cnt h4{
	margin: 10px;
	color: #FF637F;
}

.wrap_cnt p{
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.wrap_cnt ol{
	margin: 10px 10px 10px 0px;
	font-size: 12px;
	line-height: 1.5;
}

.wrap_cnt a{
	color: #3399FF;
	display: inline;
}

/*

---------------------------------------------------------------------------------*/
.wrap_cnt table{
	margin: 10px;

}

.wrap_cnt th,
.wrap_cnt td{
	vertical-align: top;
	border-bottom: 1px dotted #A0A0A0;
}

.wrap_cnt th{
	padding: 10px;
	font-size: 12px;
	white-space: nowrap;
	background: #FFEFEF;
}

.wrap_cnt ul{
	margin: 10px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	line-height: 1.5;
	list-style: disc;
}