*{
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

h1,h2,h3,h4,h5{
	margin:0;
	font-size:16px;
}

html, body, p, a, div {
	margin: 0;
	padding: 0;
	font: 14px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

ul,li,ol{
	list-style:none;
}

a {
    color: #2DB200;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

strong {
    font-weight: 700;
}

.wrapper { 
	width: 100%;
	min-width: 1100px; 
}

.container{
	padding:0;
	position:relative;
}

.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	transition: all .5s ease;
	z-index:90;
    background:-webkit-gradient(radial, center center, 0, center center, 100, from(rgba(255, 255, 255, .5)), to(#ffffff));
    background:-webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, .5) 0%, #ffffff 100%);
    background:-moz-radial-gradient(center, circle cover, rgba(255, 255, 255, .5) 0, #ffffff 100%);
    background:-o-radial-gradient(center, circle cover, rgba(255, 255, 255, .5) 0, #ffffff 100%);
    background:radial-gradient(rgba(255, 255, 255, .5) 0, #ffffff 100%);
	background: rgba(0, 0, 0, 0.6);
}

.overlay.active{
	display: block;
}

.header{
	width: 100%;
	height: 80px;
	position:absolute;
	top:0;left: 0;
	background:#fff;
	z-index: 50;
}

.strong{
	font-weight: bold;
}
