
/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
	.main{
		width: 90%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.side-menu{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.side-menu li a{
		display: block;
		height: 100%;
		line-height: 44px;
		border-bottom: 1px solid #333;
		text-decoration: none;
		color: #333;
	}
}

/* pc　768px以上 */
@media only screen and (min-width: 768px), print {
	.wrap{
		overflow: hidden;
		width: 960px;
        margin:20px auto;
	}
	.main{
		float: left;
		width: 630px;
		height: 100%;
        margin-top:20px;
	}
	.side-menu{
		float: right;
		width: 300px;
        margin-top:20px;
	}
	.side-menu li a{
		display: block;
		height: 100%;
		line-height: 44px;
		border-bottom: 1px solid #333;
		text-decoration: none;
		color: #333;
	}
}

/* トップイメージスライド */

.islide {
}
