@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
    font-weight: normal;
	vertical-align: baseline;
}
/*html:\66irst-child body {
	font-size: 12px; safari only \
}*/
html {
    overflow-y: scroll;
}
body {
	*font-size: small; /*IE7*/
	*font: x-small; /*IE6*/
	font-size: 13px;
	font-family: Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse : collapse;
	border-spacing :0;
	line-height: 1.5em;
}
caption, th {
    text-align: left;
}
fieldset {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
abbr,acronym {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}


/* Form */
/*
input, textarea,{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
select option {
	padding: 0 0.5em;
}
form label {
	cursor: pointer;
}
input:focus, select:focus, textarea:focus {
}
*/

/* Clieafix */

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


/* FocusOFF */

a:focus {
	outline: none;
}
a {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* CSS3 */

/*

	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;


	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;


	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 


	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;


	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;


	background-color:rgba(255,255,255,0.2);


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);

*/

/* Smart Phone */

/*

@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

*/