
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;
	font-family: "Helvetica", "Arial", "Roboto", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
/*	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;
}
.hack:after {
	display: block;
	clear: both;
	content: "";
}
.clear {
	clear:both;
}
img[src$=".svg"] {
/*	width: 100%;*/
}
img {
vertical-align:top;
}
section {
	clear:both;
}

/*----------------------------------------------------------------------*/

a:link {
	text-decoration:underline;
	color:#009fe8;
}
a:visited {
	text-decoration:underline;
	color: #1b95d4;
}
a:hover {
	text-decoration:none;
	color:#e60012;
}
a:active {
	text-decoration:none;
	color:#000;
}

/*----------------------------------------------------*/

.tbold {font-weight: bolder;}

.red_txt{color:#e60012 !important;}
.w_txt{color:#fff !important;}

.tleft {text-align:left;}
.tright {text-align:right}
.tcenter {text-align:center;}

/*----------------------------------------------------*/

/*float*/
.fleft {float:left;}
.fright {float:right;}
.fclear {clear:both;}

/*----------------------------------------------------*/


/* PC -------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {
/*レスポンシブデザイン用----------------------------------*/
.pc_none {display:none;}
.sp_none {display:block;}

.pc_mode {display:block;}
.sp_mode {display:none;}
/*レスポンシブデザイン用----------------------------------*/

body {
    font-size: 15px;
	line-height: 1.4em;
    color: #222;
}

/*contentsここから-------------------------------------*/
#wrap {
	width: 1040px;
	margin: 0 auto;
/*   background-color: #ddd;*/
}

/*contentsここまで-------------------------------------*/

}/*PCここまで*/





/* sp -------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
/*レスポンシブデザイン用----------------------------------*/
.sp_hidd {display:none;}
.sp_none {display:none;}
.pc_none {display:block;}

.pc_mode {display:none;}
.sp_mode {display:block;}
/*レスポンシブデザイン用----------------------------------*/

body {
    font-size: 3.8vw;
	line-height: 1.6em;
    color: #222;
}

/*contentsここから-------------------------------------*/
#wrap {
	width: 95%;
    max-width: 100%;
	margin: 0 auto;
}

/*contentsここまで-------------------------------------*/


}/*SPここまで*/







