@charset "utf-8";
@import "./common.css";
.costume{
	padding-bottom:15px;
}

.cos_btn{
	width:33%;
	padding:5px 0px;
	float:left;
	text-align:center;
}
.cos:after{
	display:block;
	clear:both;
	content:'';
}
.cos_title{
	line-height:1.6;
	height:1.6em;
	overflow:hidden;
}


/*ポップアップ*/
.popup{
	text-align:center;
	position: absolute;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: hand;
	left: 50%;
	top: 50%;
	padding:10px;
	width:267px;
	margin-left:-133px;
	background-color:#CCCCCC;
}
.pop_title{
	font-size:16px;
}