@charset "utf-8";

/* =============================================
 common_reset.css
=============================================== */

html {
	color:#000;
	background-color:transparent;
}

body {
	font-size:13px;
    color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
	background:#ffffff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,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,strong,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-variant:normal;
}

a:link {
    color: #000000;
	text-decoration:none;
}
a:visited {
    color:#333;
    text-decoration:none;
}
a:hover {
    color: #666;
    text-decoration:none;
}

img {
	vertical-align: top;
	height: auto;
    max-width: 100%;
}

a img  {
	border: none;
}


/* style */
.mt10{ margin-top:10px}
.mb10{ margin-bottom:10px;}
.ml10{ margin-left:10px;}
.mr10{ margin-right:10px;}

.mt20{ margin-top:20px}
.mb20{ margin-bottom:20px;}
.ml20{ margin-left:20px;}
.mr20{ margin-right:20px;}

.mt30{ margin-top:30px}
.mb30{ margin-bottom:30px;}
.ml30{ margin-left:30px;}
.mr30{ margin-right:30px;}



@media screen and ( max-width: 768px ) {
body {
	font-size:12px;
}

/* @media screen and ( max-width: 768px ) */ 
}
/* @media screen and ( max-width: 768px ) */ 

@media screen and ( max-width: 480px ) {
body {
	font-size:11px;
}

/* @media screen and ( max-width: 480px ) */ 
}
/* @media screen and ( max-width: 480px ) */ 