@charset 'utf-8';
/*
 *
 *	common style:pc
 *
 */
body{
    min-width: 1000px;
}
/****** a Link ******/
a,
a:visited,
a img,
.hoverBtn{
    cursor: pointer;
    /*-webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
            transition: all .4s ease;*/
}
a:hover,
.hoverBtn:hover,
#overlayClose:hover{
    opacity: .5;
    -ms-filter: alpha(opacity=50);
        filter: alpha(opacity=50);
}
/****** wrapper ******/
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
/*======================================
	gHeader
======================================*/
.gHeader{
    padding: 20px 0;
}

/****** title ******/
.gHeader .title {
	padding: 55px 35px 10px;
}
.gHeader .title h1 {
	line-height: 1.6;
	font-size: 26px;
	font-weight:bold;
	color:#7EC219;
	text-align:center;
}
.gHeader .title h1 span {
	display:block;
	width:15em;
	margin:20px auto 15px;
	line-height: 1.7;
	font-size: 22px;
	background-color:#7EC219;
	color:#FFF;
	border-radius:20px;
	text-align:center;
	font-weight:bold;
}

/*======================================
	Content
======================================*/
.Content {
	clear: both;
	overflow: hidden;
    margin: 0 auto;
}
.Content section {
}
.Content section p{
}

/*======================================
	common:other
======================================*/
.sp{
    display: none;
}