@charset "Shift_JIS";

/*	univ parts.css
=================================
	=01 icon
	=02 
	=03 
	=04 
	=05 
	=06 
	=07 
	=08 
	=09 
	=10 
	=11 
===============================*/
#bnrArea a img,
#content a img{
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
#bnrArea a:hover img,
#content a:hover img{
	opacity:.8;
	filter:alpha(opacity=80);
}
#contentMain a{
	color:#0078de;
	text-decoration:underline;
}
#contentMain a:hover{
	text-decoration:none;
}
#contentMain .imageRight{
	margin-left:33px;
}
#contentMain .imageLeft{
	margin-right:33px;
}
iframe.youtube{
	display:block;
	width:560px;
	height:315px;
	margin:0 auto;
}

/*=================================
	=01 icon
=================================*/
#content .iconNew img{
	vertical-align:middle;
}
#content .iconNew:after{
	content:"";
	width:50px;
	height:50px;
	background:url(../images/icon_new.png) no-repeat center center;
	display:inline-block;
	margin:3px;
	line-height:1;
	vertical-align:middle;
}
#content .iconPdf:after{
	content:"";
	width:50px;
	height:50px;
	background:url(../images/icon_pdf.png) no-repeat center center;
	display:inline-block;
	margin:3px;
	line-height:1;
	vertical-align:middle;
}
@font-face {
	font-family: 'icofont';
	src:url('../fonts/icofont.eot?3s9w5t');
	src:url('../fonts/icofont.eot?#iefix3s9w5t') format('embedded-opentype'),
		url('../fonts/icofont.ttf?3s9w5t') format('truetype'),
		url('../fonts/icofont.woff?3s9w5t') format('woff'),
		url('../fonts/icofont.svg?3s9w5t#icofont') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* font */
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icofont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pdf:after {
	content: "\e60e";
}

/*=================================
	=02 color
=================================*/
#content .colA{
	color:#EB7B93;
}

