@charset "UTF-8";

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

	.site-header{
		height: 150px;
		background: url(//lojojym.me/shop/images/header_bk2.jpg) repeat-x;
	}

	.site-header-in{
		position: relative;
		padding-top: 60px;
		padding-bottom: 0;
	}

	.site-title{
		padding: 0;
	}

	/*グローバルナビ*/
	
	.global-nav ul{
		background: #daa520;
	}
	
	.global-nav-in li a,
	.global-nav li ul li a{
		border: none;
		border-bottom: 1px dotted #f00;
	}

	/*2カラムレイアウト*/
	.col2 .main-conts{
		width: 100%;
	}

	.col2 .sub-conts{
		width: 100%;
	}

	/*2カラムレイアウト（リバース）*/
	.col2r .main-conts{
		width: 100%;
	}

	.col2r .sub-conts{
		width: 100%;
	}

	.main-conts .section-wrap .section-title{
		font-size: 1.0em;
	}

	.prd_title{
		padding: 10px 20px;
		font-size: 1.2em;
	}

	.cart_in_title{
		display: none;
	}

	.cart_in1{
		width: 92%;
	}

	.cart_in2{
		width: 46%;
	}

	.cart_in3{
		width: 92%;
		text-align: right;
	}

	.cart_total1{
		float: left;
		width: 55%;
		clear:both;
	}

	.cart_total2{
		float: left;
		width: 35%;
	}

	.item_in1{
		width: 92%;
		text-align: left;
		clear:both;
	}

	.item_in2{
		margin: -10px 0 0 20px;
		padding: 1px 0;
		float: left;
		width: 92%;
		border-bottom: dotted 1px #62481C;
		clear:both;
	}

	.login_btn{
		width: 30%;
	}

}/*解像度736px以下*/
