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;
		line-height: 0;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}

	a, a:hover, a:visited{
		color: #222222;
		text-decoration: none;
	}

/*PC用記述*/
@media screen and (min-width:769px){
.content {
    width:1080px;
    margin-left:auto;
    margin-right:auto;
}
	.content2 {
    width:1020px;
    margin-left:auto;
    margin-right:auto;
}
.content100p {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.content90p {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.content85p {
    width:85%;
    margin-left:auto;
    margin-right:auto;
}
.center {

    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}
	.padding50{
		padding: 50px 0;
	}
	.paddingbtm50{
		padding-bottom: 50px ;
	}

	.bold{
		font-weight: bolder;
	}
	.overflow{
		overflow: hidden;
	}
	.bg01{
		background: url(../img/bg01.png) repeat;
	}
	.bgyellow{
		background-color: #ffea00;
	}
	.bgblue{
		background-color: #0094e0;
	}
	.button01{
		text-align: center;
		margin: 0 0 30px;
	}


}



@media screen and (max-width:768px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}

img{
	width:100%;
}
    
.hide-sp {
	display:none;
}

	.bold{
		font-weight: bolder;
	}
	.padding50{
		padding: 5% 0;
	}
	.paddingbtm50{
		padding-bottom: 5%;
	}
			.floatButton1 {
    display: none;
			
}
	.floatButton2 {
     display: none;
			
}


	.overflow{
		overflow: hidden;
	}
	.bg01{
		background: url(../img/bg01.png) repeat;
	}
	.bgyellow{
		background-color: #ffea00;
	}
	.bgblue{
		background-color: #0094e0;
	}
	.button01{
		text-align: center;
		margin: 0 auto 5%;
		width: 80%;
	}


}


	
	
	