@charset "Shift_JIS";


/* ------------------------------
 ■■ CSS for SankyoAlumi ■■
------------------------------ */


/* ------------------------------
	Reset
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


/* ------------------------------
	Font
------------------------------ */

body {
	font: 13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 133%;
}

h3 {
	font-size: 116%;
}

p {
	line-height: 1.4;
}

ul {
	line-height: 1.4;
}

dl {
	line-height: 1.4;
}

li {
	line-height: 1.4;
}

input,textarea,select {
	font: 13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}

/* ------------------------------
	Font End
------------------------------ */

a:focus {
	outline: none ;
}

a {cursor: pointer;}

a {
	color: #0070CB;
	text-decoration: none;
}

a:hover {
	color: #6FAEE3;
	text-decoration: underline;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* WinIE7 only */
*:first-child+html .clearfix {
height:1%;
}

@media screen and (max-width: 640px){

	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
	}
	
	p,ul,dl,li {
		line-height: 1.5454;
	}

	em {
		font-style: italic;
	}
	
	object {
		outline: none;
	}
	
	sup {
		font-size: 83%;
		vertical-align: super;
		line-height: 1;
	}
	
	sub {
		font-size: 83%;
		vertical-align: bottom;
		line-height: 1;
	}
	
	a {
		outline: none;
	}
	
	a:hover {
		color: #0070cb;
		text-decoration: none;
	}
	
	
	/* -------------------------------------------
	
	font
	
	--------------------------------------------*/
	body {
		font-size: inherit;
		font-family: inherit;
	}

	html {
		font-size: 12px;
		font-family: sans-serif;
		color: #333;
		line-height: 1.5454;
	}
	
}