@charset "UTF-8";
/************************************************
 共通
************************************************ */

/* FLEX SLIDER */
.flexslider{
	margin: 0 0 2em; 
	border: 0; 

	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 

	-webkit-box-shadow: 0 0 0 rgba(0,0,0, 0); 
	-moz-box-shadow: 0 0 0 rgba(0,0,0, 0); 
	-o-box-shadow: 0 0 0 rgba(0,0,0, 0); 
	box-shadow: 0 0 0 rgba(0,0,0, 0); 

	background: #000;
}