@charset "UTF-8";

/*  --- 
		charm ---  */
charm {}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, 
em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, 
footer, header, hgroup, menu, nav, section {
    margin:0;
    padding:0;
	font-weight:normal;
    vertical-align:baseline;
	border:0;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
	line-height:1.0;
}

/* スマホ */
@media screen and (max-width:720px) {
	p a {
		line-height:2;
	}
}

body {
	font:medium "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo UI", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul {
	list-style:none;
	}


a:link, a:hover, a:active {
	color:#0044CC;
	}

a:visited {
	color:#551a8b;
	}

a:hover {
	text-decoration:none;
	}

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

p {
	line-height:1.5;
	margin-bottom:1.25em;
}

img {
	max-width:100%;
	height:auto;
}

/* スマホ */
@media screen and (max-width:720px) {
	* {
	box-sizing:border-box;
	}
}