@media screen and (max-width:560px) {
	body {
		margin-bottom:0;
	}

	.sp-hide { display:none; }

	input.w300 {
		width:100%;
	}
	textarea {
		width:100%;
	}

	#header {
		border-bottom:solid 3px #1c75cd;
	}
	#header .header-inner {
		width:96%;
	}
	#header .header-inner .fl.l1 {
		width:100%;
		float:none;
	}
	#header .header-inner .fr.r1 {
		width:100%;
		float:none;
		display:none;
	}

	#header .navi { display:none; }
	.slicknav_menu { display:block; }
	#header .s-navi-pc { display:block; }
	#header .s-navi-mylist { display:block; }


	#main .main-inner {
		width:96%;
	}

	#main .main-inner .main-left {
		display:none;
	}
	#main .main-inner .main-right {
		width:100%;
		float:none;
	}


	#footer {
		position:static;
	}

	#footer .footer-inner {
		width:96%;
	}

	#footer .footer-inner .l1 {
		width:100%;
		float:none;
	}
	#footer .footer-inner .r1 {
		width:100%;
		float:none;
	}

	#footer .footer-inner .company {
		margin:10px 0 0 10px;
	}

	#footer .footer-inner .copyright {
		padding-bottom:30px;
	}


	.sm-search-form {
		display:block;
		margin-bottom:20px;
	}

	.sm-search-form .label {
		margin: 2px 0;
		padding:15px 10px;
		background:#fff2cc;
		cursor:pointer;
		margin-bottom:10px;
	}

	.sm-search-form .label span {
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		color:#ffba47;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
	}

	.sm-search-form .label span:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;

		left: 3px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #ffba47;
		border-right: 2px solid #ffba47;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sm-search-form .form {
		border:solid 1px #cccccc;
		background:#ffffff;
		padding:30px;
		display:none;
	}

	.sm-search-form .form .row {
	}
	.sm-search-form .form .row.lst {
		margin-bottom:20px;
	}

	.sm-search-form .form .column {
		display:block;
		margin-bottom:5px;
	}
	.sm-search-form .form .input {
		display:block;
		margin-bottom:10px;
	}

	.sm-search-form .form .anim-btn {
		text-align:center;
	}
}