
/** sp **/

#sp{
	text-align		: center;
}

#sp span{
	display			: inline-block;
	width			: 178px;
	height			: 28px;
	font-size		: 11px;
	line-height		: 28px;
	text-align		: center;
	border-width	: 1px;
	border-style	: solid;
	border-radius	: 2px;
	-webkit-border-radius	: 2px;
}


/** テキスト **/

.caution{
	font-size		: 18px;
	font-weight		: bold;
	line-height		: 24px;
	padding			: 40px 0;
}

.txt{
	font-size		: 12px;
	line-height		: 20px;
	margin			: 0 0 40px 0;
}


/** バナー **/

.link_list{
	width			: 950px;
	font-size		: 0;
	line-height		: 0;
	margin			: 0 0 16px 0;
}

.link_list span,
.link_list a.fade{
	margin			: 0 2px 4px 2px;
}

#banneretc{
	width			: 950px;
	font-size		: 0;
	line-height		: 0;
	padding			: 0 0 16px 0;
}


/** ロールオーバー **/

.fade{
	display			: inline-block;
	margin			: 0;
	padding			: 0;
	background		: #ffffff;
}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.6;
	filter			: alpha(opacity=60);
}
