@charset "utf-8";

/*
1.UNIVERSAL-RESET
2.BASE-SET
3.WIRE-FRAME
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
a {
	outline: none;
}
 
img {
	vertical-align: bottom;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #fff;
    font-family: Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,Arial,Sans-serif;
    font-size: 13px;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
    color: #07519a;
	overflow: hidden;
	text-decoration: underline;
}

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

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

/* 
--------------------------------------------------------- */
.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.pointer {
	cursor: pointer;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

