@charset "utf-8";

/* // reset
-------------------------------------------------- */
*,
*:after,
*:before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
} 
html, body{
	margin:0;
	padding:0;
	text-align:left;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 740px)  {
	html, body{
	}
}

div {
margin:0;
padding:0;
}
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, 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-size: 100%;
	font-style:normal;
	vertical-align: baseline;
	word-break: normal;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}

span, em, strong{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	vertical-align: baseline;
	font-size: 100%;
}


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;
}


/* List Module  */
ul, ol {
	list-style:none;
}

/* Display Module */
sup {
vertical-align:top;
font-size:76%;
}
sub {
vertical-align:bottom;
font-size:76%;
}


/* Forms Module */
button {
	margin:0;
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	margin: 0;
	padding: 0;
}


/* Tables Module */
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
th, caption {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a:focus {
	outline:none;
}

img { border:0; vertical-align: bottom; }

/* other */
hr { display: none; border: 0;}

.cfix:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.cfix {	display: inline-block;} 
/* Hides from IE Mac */
* html .cfix {	height: 1%;	}
.cfix {	display:block;	}
/* End Hack */ 

.both{
	clear:both;
}







