@charset "utf-8";

/* ----------------------------------------------------------------------------
  File Name : company.css
  Version : 1.0.0
  Last Updated : 2016/01/17
---------------------------------------------------------------------------- */

.cpn-cont_body h3 {
    border-bottom: solid 1px #64BFD2;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.cpn-cont_body h3 span {
    display: table-cell;
    border-bottom: solid 3px #64BFD2;
    padding: 0 10px 5px 0;
    vertical-align: bottom;	
}

.cpn-cont_body dl {
	margin-bottom: 10px;
}

.cpn-cont_body dt {
    display: table-cell;
	background: #F6F6F6;
    padding: 10px;
    width: 100px;
    vertical-align: middle;
}

.cpn-cont_body dd {
	display: table-cell;
    padding: 10px;
}

.cpn-cont_body {
    border-bottom: dashed 1px #77C6D7;
    margin-bottom: 20px;
}

.cpn-cont_message {
	background: #F6F5F6;
    border-radius: 8px;
    padding: 20px;
}

.cpn-cont_message h4,
.cpn-cont_message p {
	font-size: 16px;
	font-weight: bold;
}

.cpn-cont_message ul {
	margin: 10px 0;
}

.cpn-cont_message li {
	margin: 0 0 5px 15px;
	text-indent: -10px;
}

.cpn-cont_message li:before {
	content: "●";
	display: inline-block;
	margin-right: 4px;
	color: #A9DBE6;
}


/* ----------------------------------------------------------------------------
  style for mobile */

@media screen and (max-width:640px){

	.cpn-cont_body h3 {
	    font-size: 16px;
	}

	.cpn-cont_body dl {
	    font-size: 14px;
	}

	.cpn-cont_body dt {
		padding: 5px;
		width: 60px;
	}

	.cpn-cont_body dd {
		padding: 5px;
	}

	.cpn-cont_message {
	    padding: 10px;
	}

	.cpn-cont_message h4,
	.cpn-cont_message p,
	.cpn-cont_message li {
		font-size: 14px;
	}

}
