.menuBtn{
	display: none;
}

.forSP{
	display:none;
}
.forPC{
	display:block;
}

img.forSP{
	display:none;
}
img.forPC{
	display:inline;
}




@media screen and (max-width: 768px) {
    .forSP{
        display:block;
    }
    .forPC{
        display:none;
    }

img.forSP{
	display:inline;
}
img.forPC{
	display:none;
}
	body{
		font-size: 90%;
	}
body#top div#header {
    background-image: none;
    height: auto;
    width: 100vw;
    min-width: inherit;
    z-index: 1;
    position: relative;
}
div#logol {
    height: 29px;
    margin: 17px 0 14px 13px;
    width: 134px;
    background-size: contain;
	background-repeat:no-repeat; 
}
	div#logol h1 a {
    width: 134px;
     height: 29px;
    background-image: none;
    display: block;
}	
	#header{
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}
	#header_lead{
		display: none;
	}

#login_form {
	position: absolute;
    margin-top: 41px;
    z-index: 100;
	width: 100%;
	display: none;
}
div#header_menu {
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
    height: 41px;
    width: 100%;
}
	div#header_menu ul {
    display: table;
    table-layout: fixed;
    padding: 3%;
    background-color: #FFFFFF;
    border-bottom: solid 1px #dcdcdc;
    width: 94%;
	}
	div#header_menu ul li {
    margin-left: 0;
    list-style: none;
    display: table-cell;
}
#header_tel {
    margin-left: auto;
    margin-top: 2px;
    position: absolute;
    float: none;
    right: 71px;
    width: 140px;
}
div#gmenu {
    background: none;
    width: 100%;
    margin: 62px auto 0;
    background-color: #FFFFFF;
    height: auto;
    position: absolute;
	display: none;
}	
#header div#gmenu ul {
    table-layout: fixed;
    display: block;
    width: 94%;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
}
#header div#gmenu li {
    float: none;
    display: block;
    width: inherit;
    height: auto;
    cursor: inherit;
    text-align: center;
    border-bottom: #dcdcdc solid 1px;
}
	.menuBtn,
	.menuBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;

	}
.menuBtn {
    height: 31px;
    position: absolute;
    right: 2%;
    top: -2px;
    width: 40px;
}
	.menuBtn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000000;
		border-radius: 4px;
	}
	.menuBtn span:nth-of-type(1) {
		top: 0;
	}
	.menuBtn span:nth-of-type(2) {
		top: 20px;
	}
	.menuBtn span:nth-of-type(3) {
		bottom: 0;
	}

	.menuBtn span:nth-of-type(2) {
		top: 50%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	.menuBtn.active span:nth-of-type(1) {
		width: 45%;
		-webkit-transform: translate3d(2px, 7px, 0px) rotate(45deg);
		transform: translate3d(2px, 7px, 0px) rotate(45deg);
	}
	.menuBtn.active span:nth-of-type(2) {
		-webkit-transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
		transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
	}
	.menuBtn.active span:nth-of-type(3) {
		width: 45%;
		-webkit-transform: translate3d(18px, -3px, 0px) rotate(45deg);
		transform: translate3d(18px, -3px, 0px) rotate(45deg);
	}

	
	
	div#container {
margin-top: -5px;
    display: block;
    background: none;
    width: 94%;
    background-color: #FFFFFF;
    padding-top: 20px !important;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 40px;
}
	
div#leftcolumn {
    margin-left: 30px;
    width: 180px;
    height: auto;
    display: none;
}
div#two_maincolumn {
    float: right;
    width: 100%;
    padding: 0;
}	
div#news2 dl {
    height: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-bottom: 13px;
    border-bottom: dotted 1px #ccc;
}
	div#news2 dl::after{
		display: block;
		content: '';
		clear: both;
	}
	div#news2 dt {
		float: none;
		padding-left: 25px;
		line-height: 25px;
		font-size: 16px;
		clear: both;
	}
	div#news2 dd {
		float: none;
	}
	
	
div#footer_msg {
    float: none;
    text-align: center;
    font-size: 9px;
    clear: both;
    padding-top: 20px;
}
	div#footer_msg p{
		text-align:center;
	}


div#two_maincolumn div.title {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: white;
    color: black;
}
.topBanner2c ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-bottom: 30px;
}

.topBanner2c ul li{
	display: table-cell;
	padding: 2px;
	vertical-align: top;
}
	
	
}