body
{
    word-break: break-all;
}

@media only screen and (min-width: 751px)
{
    .main .inbox
    {
        width: 1024px;
        margin: 0 auto;
    }

    .main .box-L
    {
        position: relative;
    }



		.shop
		{
			border-top: 2px solid #005fa3;
			padding: 26px 0 0;
			margin: 0 0 26px 0;
			display: inline-block;
			width: 480px;
			vertical-align: top;
			position: relative;
		}
		.shop:nth-child(2n) {
			margin-left: 25px;
		}
		
		.shop h3 
		{
			position: absolute;
			left: 205px;
			top: 30px;
			letter-spacing: -.5px;
		}
		.shop .detail
		{
			
		}
		.shop .detail a img:hover 
		{
			opacity: .7;
		}
		.shop .detail img
		{
			display: inline-block;
			line-height: 1;
			vertical-align: top;
		}
		.shop .detail p
		{
			display: inline-block;
			width: 270px;
			margin: 40px 0 0 20px;
			vertical-align: top;
		}
		.shop .address
		{
			position: absolute;
			right: 0px;
			bottom: 0px;
			background: none #fff;
			padding: 6px 6px;
			font-size: 12px;
			color: #84878b;
			line-height: 1.4;
			text-align: right;
		}
		.shop .address span
		{
			display: block;
		}
		.shop .sns
		{
			position: absolute;
			right: 0px;
			top: 30px;
		}
		.shop .sns img 
		{
			height: 18px;
		}
		.shop .sns a
		{
			position: relative;
			display: inline-block;
			vertical-align: top;
			line-height: 1;
			margin: 0 .25px;
		}
		.shop .sns a:nth-child(1)[href*="http"]:after
		{
			content: "";
			background-image: url(../images/second/food/tw_.png);
			background-size: auto 100%;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
		}
		.shop .sns a:nth-child(2)[href*="http"]:after
		{
			content: "";
			background-image: url(../images/second/food/fb_.png);
			background-size: auto 100%;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
		}
	 .more
    {
        margin: 50px 0 165px;
        text-align: center;
    }

    .more img
    {
        width: 110px;
    }

    .more p
    {
        display: inline-block;
		font-weight: 600;
        padding: 20px 0 3px;
        color: #050505;
		font-size:18px;
		letter-spacing:2px;
        border-bottom: 1px solid #050505;
    }
	
	.open_closed {
		display: block;
		//font-family: "Oswald";
		margin: 10px 0 0;
		font-size: 18px;
	}
	.open_closed em {
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 750px)
{
    body
    {
        //background: url(../images/top_bg.gif) repeat center top !important;
    }

    .main .inbox
    {
        margin: 0 auto;
    }

    .main .box-L
    {
        position: relative;
    }

		.shop
		{
			border-top: 2px solid #005fa3;
			padding: 26px 0 0;
			margin: 0 2.6vw 35px 2.6vw;
			position: relative;
		}
		
		.shop h3 
		{
			margin: 0 0 10px;
		}
		.shop .detail
		{
			
		}
		.shop .detail a img:hover 
		{
			opacity: .7;
		}
		.shop .detail img
		{
			width: 34%;
			display: inline-block;
			line-height: 1;
			vertical-align: top;
		}
		.shop .detail p
		{
			width: 64%;
			padding: 0 0 0 10px;
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
		}
		.shop .address
		{
			background: none #fff;
			margin: 20px 0 0;
			padding: 8px 10px;
			font-size: 1.4rem;
			color: #84878b;
			line-height: 1.4;
		}
		.shop .sns
		{
			position: absolute;
			right: 2.6vw;
			top: 30px;
		}
		.shop .sns img 
		{
			height: 28px;
		}
		.shop .sns a
		{
			margin: 0 10px;
			position: relative;
			display: inline-block;
			vertical-align: top;
			line-height: 1;
		}
		.shop .sns a:nth-child(1)[href*="http"]:after
		{
			content: "";
			background-image: url(../images/second/food/tw_.png);
			background-size: auto 100%;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
		}
		.shop .sns a:nth-child(2)[href*="http"]:after
		{
			content: "";
			background-image: url(../images/second/food/fb_.png);
			background-size: auto 100%;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
		}
	
	 .more
    {
        margin: 100px 0 165px;
        text-align: center;
    }

    .more p
    {
        display: inline-block;

        padding: 20px 0 10px;
		letter-spacing:3px;
		font-weight:600;
        color: #050505;
        border-bottom: 1px solid #050505;
    }
	.open_closed {
		display: block;
		//font-family: "Oswald";
		margin: 10px 0 0;
		font-size: 1.8rem;
	}
	.open_closed em {
		font-size: 1.6rem;
	}
}

/*# sourceMappingURL=technology.css.map */
