@charset "utf-8";

/*=====================================================
 * Style Name: Sub Button Style
 * Style URL: /sp/cont_common/css/sp_subButton_css.css
 * Description: 
 * Version: 1.0
 * Last Up Date: 2012/11/21
=====================================================*/



/*-----  contents -------

	1: newWindow
	  
----------------------*/



/*
===== 1: newWindow ===========================*/

/* ボタンスタイル */

.btnDgreyM {
	background-image: url(/sp/cont_common/image/arrow2_dg_2.png),
							-webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d9d9d9));
	background-color: #e9e9e9;
	background-size: 9px 13px, auto;
	-webkit-background-size: 9px 13px, auto;
	background-repeat: no-repeat;
	background-position: 98% 50%, 0 0;
}


.newWindow span {
	padding-right: 22px;
	background: none;
	width: auto;
}
.newWindow span:after {
	display: inline-block;
	content: "";
	margin-left: 10px;
	background: url(/sp/cont_common/image/icon_popup.png) right 0;
	width: 22px;
	height: 14px;
	background-size: 22px 14px;
	-webkit-background-size: 22px 14px;
	background-repeat: no-repeat;
}