@charset "utf-8";

/*
----------------- 共通のボタン -----------------
*/

.btn_area{
	letter-spacing: -0.4em;
	text-align: center;	
}


.btn_area .btn_wrap{
	letter-spacing: normal;
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.btn_area .btn_wrap .btn_click{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}

.btn_area .btn_wrap .btn_click:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}

.btn_area .btn_wrap .btn_text{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}

/* .btn_black */

.btn_area .btn_wrap.btn_black{
	background: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn_area .btn_wrap.btn_black .btn_text{
	color: #ffffff;	
}

/* .btn_search */

.btn_area .btn_wrap.btn_search{
	background: #404040;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 200px;
}

.btn_area .btn_wrap.btn_search .btn_click{
	text-align: left;	
}

.btn_area .btn_wrap.btn_search .btn_text{
	font-size: 120%;
	margin: 0 0 0 15px;
	padding: 0 0 0 42px;
	color: #ffffff;
	position: relative;
}

.btn_area .btn_wrap.btn_search .btn_text:after{
	content: "";
	display: block;
	width: 13px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0 0;
	background: url(../img/template/btn_keyword.gif) no-repeat;
	background-size: 13px 9px;
}

/* .btn_search */

.btn_area .btn_wrap.btn_filter{
	margin: 60px 0 0 0;
	background: #4d4d4d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 260px;
}

.btn_area .btn_wrap.btn_filter .btn_text{
	font-size: 120%;
	color: #ffffff;
	position: relative;
}
/*
--------------------- 共通検索ボタン ---------------------
*/

.common_search_parts .btn_wrap{
	background: #262626;	
}

.common_search_parts .btn_text{
	color: #999999;
}

.common_search_parts .common_search_parts_btn .btn_wrap{
	width: 100%;
	height: 25px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.common_search_parts .common_search_parts_btn .btn_text{
	font-size: 120%;
}

.en .common_search_parts .common_search_parts_btn .btn_text{
	font-size: 10px;
}

/*
--------------------- 共通検索ボタン（サイドナビ） ---------------------
*/

#common_search .btn_area .btn_wrap.btn_black{
	width: 190px;
}

#common_search_radio .btn_area .btn_wrap.btn_black{
	height: 30px;
}

.btn_area#common_search_all .btn_wrap.btn_black{
	height: 43px;
}

/*
--------------------- 詳細ページSNSボタン ---------------------
*/

.cms_input_sns{
	margin: 17px 0 17px 0;	
}

.cms_input_sns .btn_area{
	text-align: left;	
}

.cms_input_sns .btn_wrap{
	height: 40px;
	/*width: 23.6%;
	margin: 0 1.86% 0 0;*/
	width: 32%;
	margin: 0 2% 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cms_input_sns .btn_wrap .btn_text{
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cms_input_sns .btn_wrap.facebook{
	background: #305097;
}

.cms_input_sns .btn_wrap.facebook .btn_text{
	background: url(../img/template/cms_input_sns_facebook.gif) no-repeat;
	background-size: 30px 30px;
}

.cms_input_sns .btn_wrap.twitter{
	background: #00aced;
}

.cms_input_sns .btn_wrap.twitter .btn_text{
	background: url(../img/template/cms_input_sns_twitter.gif) no-repeat;
	background-size: 30px 30px;	
}

.cms_input_sns .btn_wrap.line{
	margin: 0;
	background: #00c300;
}

.cms_input_sns .btn_wrap.line .btn_text{
	background: url(../img/template/cms_input_sns_line.gif) no-repeat;
	background-size: 30px 30px;	
}

.cms_input_sns .btn_wrap.instagram{
	margin: 0;
	background: #3f729b;
}

.cms_input_sns .btn_wrap.instagram .btn_text{
	background: url(../img/template/cms_input_sns_instagram.gif) no-repeat;
	background-size: 30px 30px;	
}
