@charset "UTF-8";

/* ==========================================================================
CIRCLE-STYLE
========================================================================== */
.circle-style .title:before {
	font: normal normal normal 19px/1 'dffont';
	padding: 0 3px;
	content: '\e625';
	color: rgb(70, 120, 180);
	display: inline-block;
}
.circle-style > div:nth-of-type(2) .title:before {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.circle-style > div:nth-of-type(3) .title:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.circle-style div {
}
.circle-style .smail {
	height: 150px;
	background: url(../images/bg_smile_01.png) left bottom no-repeat;
	background-image: url(../images/bg_smile_ie8_01.png)\9;
	background-size:contain;
}
.circle-style .talk {
	height: 150px;
	background: url(../images/bg_talk_01.png) left bottom no-repeat;
	background-image: url(../images/bg_talk_ie8_01.png)\9;
	background-size: contain;
}
.circle-style .program {
	height: 150px;
	background: url(../images/bg_program_01.png) left bottom no-repeat;
	background-image: url(../images/bg_program_ie8_01.png)\9;
	background-size: contain;
}


