@charset "utf-8";
/* WOMANS EXPO CSS Document */

h3{
	color:#CD3E9D;
	border-bottom: 2px solid #CD3E9D;
	margin-bottom: 1.5em;
}

h3:before{
	content: "●";
	margin-right: 0.3em;
}

section{
	overflow: hidden;
	margin-bottom: 1.5em;
}

video{
	margin-bottom: 2em;
}

.focus_frame{
	border: 2px solid #009CE7;
	background: #F9FCFD;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 1em 1em;
	margin-bottom: 1.5em;
}

.focus_frame dt{
	color:#009CE7;
	font-weight: bold;
	border-bottom: 2px dotted #009CE7;
	margin-bottom: 0.5em;
}


.focus_frame dd{
	margin-bottom: 1.2em;
}

.focus_frame dd:last-of-type{
	margin-bottom: 0;
}