/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
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;
}
img {
	image-rendering: optimizeQuality;
}
img,
svg {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}


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

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size: 1.4em;
	font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", sans-serif;
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}


/*clearfix*/
.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}



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

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	a img,
	.hoverFade {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	a:hover img,
	.hoverFade:hover {
		opacity: 0.7;
	}
	.hoverFade img,
	.hoverFade:hover img {
		-webkit-transition: none;
		transition: none;
		opacity: 1;
	}
	img.nofade {
		opacity: 1 !important;
	}
}


#wrap {
	overflow: hidden;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
}


#svgSet {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}



#responseFlagTab {
	display: none !important;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	#responseFlagPc {
		display: block !important;
	}
	#responseFlagSp {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#responseFlagPc {
		display: none !important;
	}
	#responseFlagSp {
		display: block !important;
	}
}


/*===========================================================================
 #header
===========================================================================*/
#header {
}



/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	
}




/*===========================================================================
 #footer
===========================================================================*/
#footer {
	
}


/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	
}






/*===========================================================================
 #main
===========================================================================*/
#main {
	
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	
}




/*===========================================================================
 Common use （cm-）　parts （pt-） 　パターン別（st-）　個別での上書き（ow-）
===========================================================================*/

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.cm-pcBlock {
		display: block;
	}
	.cm-pcInline {
		display: inline;
	}
	.cm-pcInBlock {
		display: inline-block;
	}
	html main .content-width-main .cm-spOnly {
		display: none;
	}
	html main .cm-spOnly {
		display: none;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.cm-spBlock {
		display: block;
	}
	.cm-spInline {
		display: inline;
	}
	.cm-spInBlock {
		display: inline-block;
	}
	html main .cm-pcOnly {
		display: none;
	}
	html main .content-width-main .cm-pcOnly {
		display: none;
	}
	h4.cm-spOnly {
	font-size: 1.8rem;
	}
}

.cm-imgW100 {
	width: 100%;
	height: auto;
}



/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	
}



/*------------------------------------- 
パーツ
-------------------------------------*/

