@charset "utf-8";

/* CSS Document - SAMURAI JEANS */

/* 共通設定
---------------------------------------- */

html{
	overflow-y:scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #ffffff;
	background-color: #000000;
}

a {
	color: #009bfa;
	text-decoration: none;
}

a:hover {
	color: #009bfa;
	text-decoration: none;
}

.fade {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

a.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=70); /* IE7 */ -ms-filter: "alpha(opacity=70)"; /* IE8 */
	border: none;
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
	font-weight: normal;
}

img {
	border: none;
}

.clear_bt {clear: both;}
.clear_lf {clear: left;}
.clear_ri {clear: right;}

.spacer_h10 {height: 10px;}
.spacer_h15 {height: 15px;}
.spacer_h20 {height: 20px;}
.spacer_h30 {height: 30px;}
.spacer_h40 {height: 40px;}
.spacer_h50 {height: 50px;}
.spacer_h60 {height: 60px;}
.spacer_h70 {height: 70px;}
.spacer_h80 {height: 80px;}

span.txt_cl_bl {color: #196ec8;}
span.txt_size_9 {font-size: 9px;}
span.txt_size_10 {font-size: 10px;}
span.txt_size_10_col_grey {font-size: 10px; color: #878787;}
span.txt_size_10_col_red {font-size: 10px; color: #c80000;}
span.txt_size_12 {font-size: 12px;}
span.txt_col_red {color: #c80000;}
span.txt_col_blu {color: #0078f5;}
span.txt_col_pnk {color: #ff0096;}

/* END
---------------------------------------- */
