@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

/* mouseover */
a:hover {
	color: inherit;
}

a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a img {
	border: 0 none;
	outline: 0 none;
}

#wrap {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	font-family:'Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','‚l‚r ƒSƒVƒbƒN','MS UI Gothic','‚l‚r ‚oƒSƒVƒbƒN','MS PGothic','ƒƒCƒŠƒI', Meiryo,sans-serif;
}

#wrap>.pcHead {
	margin: 0 auto;
}

#wrap .wrap_header .linkTop{
	display: none;
}

#menuHeader #search{
	display: none;
}

#wrap .wrap_header .sns ul {
	clear: both;
}

@media screen and (max-width: 640px){
	.wrap_header{
		padding: 0 0 10px;
		background: url(/enjoy/recipe/sp/img/bg.jpg) repeat 0 0;		
	}
	
	.pc {
		display:none!important;
	}
}

@media screen and (min-width: 641px){	
	.sp {
		display:none!important;
	}
	
}

/* ƒƒCƒ“ƒrƒWƒ…ƒAƒ‹ */
.container {
	overflow: hidden;
}

.main_image {
	position: relative;
}

h1{
	height: 0;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: left;	
	color:#000;
	letter-spacing: -1px;
	font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3',sans-serif;
}

.ttl_1{	
	position: absolute;	
	top: 33px;
	left: 20px;
	font-size: 28px;
	color: #052a47;
}

.ttl_2{
	display: inline-block;
    position: absolute;
    top: 36px;
    left: 38px;
    font-size: 65px;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.15em;
    line-height: 57px;
}

.ttl2_2{
	font-size: 46px;
}

.ttl_lede{
position: absolute;
    top: 175px;
    left: 49px;
    line-height: 1.4;
    color: #fff;
    font-size: 18.4px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.5px;
	font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3',sans-serif;
}

/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) {
	
	.ttl_2{
		/*top: 77px;*/
	}
	
}/* --------------- */


@media screen and (max-width: 640px){
	.main_image {
		
	}
			
	.ttl_1{	
		top: 12%;
		left: 3.4%;
		font-size: 5.1vw;
	}
		
	.ttl_2{
		position: absolute;
		top: 15%;
		left: 2%;
		font-size: 10.3vw;
		line-height: 9.2vw;
	}
	
	.ttl2_2{
		font-size: 7.5vw;
	}
	
	.ttl_lede{
		top: 60%;
		left: 2.9%;
		/*right: 6%; 
		width: 54%; */
		font-size: 2.9vw;
		line-height: 1.5;
	}
	
	.bnr_area ul li {
    width: 46%;
    height: auto;
    margin: 0 1% 2%;
	}
	
	.bnr_area ul li:nth-of-type(2n-1) {
    margin: 0 1% 3% 3%;
	} 
}

/* -----IE’²®----- */
 /*@media all and (-ms-high-contrast: none) and (max-width: 640px){
	.ttl_1{
	font-size: 6.7vw;
	}
	
	.ttl_2{
		font-size: 10.6vw;
	}
	
	.ttl_lede{
		font-size: 2.4vw;
	}
}*//* --------------- */

@media screen and (max-width: 375px){
	h1{
		/*text-shadow: 
		    #fff 1px 0px,  #fff -1px 0px,
		    #fff 0px -1px, #fff 0px 1px,
		    #fff 1px 1px , #fff -1px 1px,
		    #fff 1px -1px, #fff -1px -1px*/
	}
	
	.ttl_1{
		top: 12%;
	}
	
	.ttl_2{
		/*top: 24%;*/
	}
	
	.ttl_lede{
		/*top: 67%;*/
		font-size: 2.9vw;
	}
}

/* -----IE’²®----- */
/*@media all and (-ms-high-contrast: none) and (max-width: 375px){
	.ttl_lede{
		top: 44%;
	}
}*//* --------------- */

@media screen and (max-width: 320px){
	.ttl_lede{
		top: 58.5%;
    	font-size: 2vw;
    	left: 3vw;
    	font-weight: normal;
	}
}

/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) and (max-width: 320px){
	.ttl_1{
		top: 19%;
		font-size: 6.5vw;;
	}
}
/* -----IE’²®----- */


/* ƒŒƒVƒsƒGƒŠƒA */
.inner {
	padding: 12px 0 0;
}

.container ul {
	list-style-type:none;
	overflow: hidden;
}

.container .lastList {
	padding:0;
}

#recipe {
	width: 100%;
	max-width: inherit;
}

#recipe .list img {
  width: 100%;
}

.recipes_link {
    position: relative;
    margin-bottom: 5%;
}

.recipes_link p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 130%;
    letter-spacing: -0.05em;
}

.recipes_link p span {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -1.5%;
    border: 8px solid transparent;
    border-left: 12px solid #540000;
}

h2{
	text-align: left;
	color: #B7002E;
	letter-spacing: .06em;
	font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3',sans-serif;
}

h2.band1{
 font-weight: bold;
 background: #FBF1F0;
}

h2.band2{
 font-weight: bold;
 background: #F6F0D8;
 color: #753b01;
}

h2.band3{
 font-weight: bold;
 background: #1c7b20;
}

.list li {
	float:left;
	width: 21.81%;
	margin: 0 1.3% 1.5% 0;
	padding: 10px 1% 1%;
	border: 1px solid #572710;
	text-align: center;
	background: #fff;
}
.cana li {
    border: 1px solid #563723;
}

#recipe a {
	text-decoration: none;
}

.list li:nth-of-type(4n) {
	margin-right: 0;
}

.list li p,
.recipe_title {
	text-align: left;
}

.recipe_title {
	font-weight: bold;
}

.list li p {
	font-size: 12px;
	line-height: 1.4;
}

.recipe_pict {
	width: 100%;
}

.recipe_title {
	margin: 2% 0;
	color: #430b00;
	font-size: 110%;
	letter-spacing: -0.05em;
}


@media screen and (min-width:641px){
	h2{
		margin: 1% 0;
		/* padding: 13px 0 8px 20px; */
		font-size: 24px;
	}
	
	.height220 li{
		height: 220px;
	}
	.height230 li {
		height: 230px;
	}
	.height240 li {
		height: 240px;
	}
}	

@media screen and (max-width:640px){
	.inner {
			margin-top: 3.5%;
			padding: 0 5px;
		}
			
	.contents {
		background: none;
	}
		
	.container ul {
		width: 100%;
		margin-bottom: 2px;
	}
	
	.list li img {
		width: 100%;
	}
	.list li {
		width: 46%;
		width: calc(47% - 2px);
		min-height: 150px;
		margin: 0 0.5% 3%;
		padding: 1%;
	}
	
 h2{
		margin-bottom: 2%!important;
		padding-top: 11px!important;	
	 	padding-bottom: 3px!important;
		/* padding-left: 3%!important; */
		font-size: 160%;
		line-height: 1.1;	
		letter-spacing: .04em;
	}
	
	h2 .fs{
		font-size: 86%;		
		line-height: 1;
	}
				
	.recipe_title {
		width: 100%;
		font-size: 110%;
	}
	
	.list li p{
		font-size: 100%;
	}
}

/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) and (max-width: 640px) {
	h2{
		line-height: 1.2;
		padding-bottom: 5px!important;
	}
}/* -------------- */


@media screen and (max-width: 375px){
 h2{
		height: 20%;
		font-size: 4.8vw;
	}
		
	h2 .fs{
		font-size: 4vw;
	}
	
	.recipe_title {
		font-size: 4.2vw;
	}

	.list li p{
		font-size: 3.6vw;
	}
}

/* -----IE’²®----- */
@media screen and (-ms-high-contrast: none)  and (max-width: 320px){
	.ttl_lede{
		font-size: 3vw;
	}
}/* --------------- */

/* ƒTƒuƒrƒWƒ…ƒAƒ‹ */
	h4{
		color: #f38600;
	}
	
	.sub_image a{
		display: block;
		text-decoration: none;
	}
	
	.sub_content1 ul{
		color: #691008;
	}
	
	.sub_content1 li{
		padding-bottom: 1%;
	}
	
	.sub_ttl1,
	.sub_ttl2{
		color: #f38600;
		font-weight: bold;
	}

	.sub_content2 p{
		line-height: 1.5;
		color: #691008;
	}
	
	p.highball_link_1,
	p.highball_link_2{
		color: #f38600;
	}
	
	@media screen and (min-width:641px){
		.sub_image{
			position: relative;
			margin-top: 1%;
			text-align: left;
		}
		
		.sub_content1 ul{
			position: absolute;
			top: 19.5%;
			left: 27.5%;
			width: 58%;
			padding-left: 1.3em;
			text-indent: -1.3em;
			font-size: 12px;
		}	
		
		.sub_ttl1{
			position: absolute;
			top: 11%;
			left: 28%;
			font-size: 24px;
		}
		
		.sub_ttl2{
			position: absolute;
			top: 65%;
			left: 14%;
			font-size: 24px;
		}
		
		.sub_content2 p{
			position: absolute;
			top: 73%;
			left: 13.5%;
			width: 33%;		
			font-size: 12px;
		}
		
		p.highball_link_1{
			position: absolute;
			top: 47%;
			left: 58%;
			font-size: 13px;
			text-decoration: underline;
		}
		
		p.highball_link_2{
			position: absolute;
			top: 85%;
			left: 17.5%;
			font-size: 13px;
			text-decoration: underline;
		}
	}
	
	/* -----IE’²®----- */
	@media screen and (-ms-high-contrast: none) and (min-width:641px){
		.sub_ttl1,
		.sub_content1 ul,
		.sub_content2 p{
			line-height: 1.35;
		}
		
		p.highball_link_1{
			left: 57%;
		}
	}/* -------------- */

	
	@media screen and (max-width: 640px){
		.sub_image {
			width: 90%;
			margin: 0 auto ;
		}
		
		.sub_img1{
			width: 20%;
		}
		
		.sub_img2{
			width: 80%;
		}
		
		.sub_ttl1{
			margin: 6% 0 4%;
			text-align: center;
			border-bottom: 2px solid #f38600;
			font-size: 3.5vw;
		}
		
		.sub_ttl2{
			margin: 5% 0 4%;
			text-align: center;
			border-bottom: 2px solid #f38600;
			font-size: 3.5vw;
		}
		
		.sub_content1 ul{
			width: 90%;
			padding-left: 1.3em;
			text-indent: -1.3em;
			text-align: left;
			margin: 4% auto;
			font-size: 2vw;
		}
		
		.sub_content2 p{
			width: 89%;
			margin: 4% auto;
			text-align: left;
			font-size: 2vw;
			line-height: 1.5;
		}
		
		p.highball_link_1,
		p.highball_link_2{
			width: 72%;
			line-height: 1.5;
			margin: 5% auto 12%;
			padding: 1% 3% 1.2%;
			border-radius: 20px;
			color: #fff;
			font-size: 2.2vw;
			text-align: center;
			background-color: #f38600;
		}
	}
	
	/* -----IE’²®----- */
	@media screen and (-ms-high-contrast: none) and (max-width:640px){
		p.highball_link_1,
		p.highball_link_2{
			line-height: 1.2;
			padding-top: 1.4%;
			padding-bottom: 1%;
		}
		
		.camp {
			top: 7px;
			left: 22%;
		}
		.camp_2 {
			left: -34%;
		}
		
		.bbq {
			top: 7px;
			left: 12.2%;
		}
		
		.bbq_2 {
			left: -15.5%;
		}
		
		.outdoor {
			top: 7px;
			left: 25%;
		}
		
		.outdoor_2 {
			left: -54.5%;
		}
		
	}/* -------------- */
	
	@media screen and (max-width: 375px){	
		.sub_ttl1,
		.sub_ttl2{
			font-size: 5vw;
		}
		
		.sub_content1 ul{
			font-size: 3.4vw;
		}
		
		.sub_content2 p{
			font-size: 3.4vw;
		}
		
		p.highball_link_1,
		p.highball_link_2{
			width: 83%;
			border-radius: 10px;
			line-height: 1.2;
			padding: 2% 3% 1.8%;
			font-size: 3.8vw;
		}
	}
	
	/* -----IE’²®----- */
	@media screen and (-ms-high-contrast: none) and (max-width:375px){
		p.highball_link_1,
		p.highball_link_2{
			padding-top: 1.9%;
			padding-bottom: 1%;
		}
	}/* -------------- */	

/* ƒ‰ƒCƒ“ƒAƒbƒv */

.no_pc {
	display: block;
}

h6 {
	margin-bottom: 10px;
}

.un_line{
	text-decoration: underline;
}

.osusume {
	font-size: 25px;
    color: #430b00;
    font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3',sans-serif;
    margin-top: 10px;
    margin: 1rem;
    vertical-align: top;
    line-height: 3.2rem;
    font-weight: bold;
}

.lineup {
	margin: 3% 0;
	width: 950px;
}

.lineup1 {
	padding-left: 25px;
}

.lineup .ssp{
	display: none;
}

.lineup_ttl {
	line-height: 45px;
	margin: 1%;
	color: #691008;		
	font-size: 24px;
	font-weight: bold;	
}

.lineup_box {
	float: left;
	width: 24.25%;
	margin: 2% 1% 3% 0;
	text-align: left;
	font-size: 12px;
}

.lineup_box:last-child {
	margin-right: 0;
}

.lineup_box img {
	display: block;
	width: 80%;
	margin: 0 auto 10%;
}

.lineup_box a{
	line-height: 1.4;
}

.lineup_box a:hover{
	color: #ff6600;
	text-decoration: underline;
}

.lineup_box .lineup_1 {
	width: 100%;
	padding-left: 21.5%;
}

.lineup_box .lineup_2 {
	width: 100%;
	padding-left: 16%;
}

.lineup_box .lineup_3 {
	width: 100%;
	padding-left: 10%;
}

.lineup_box .lineup_4 {
	width: 100%;
	padding-left: 31%;
}

.lineup_box_r {
	float: left;
	width: 14.8%;
	/*margin: 2% 1% 3% 0;*/
	text-align: center;
	font-size: 12px;
}

.lineup_box_r a {
	margin-left: -9px;
}

.lineup_recommend1 {
	width: 20%;
}

.h2_ttl {
	position: relative;
}	

.h2_ttl h2 span {
	display: inline-block;
    position: absolute;
    font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3',sans-serif;
    font-weight: bold;
}

.h2_ttl h2 {
	top: -2px;
    left: 15px;
	font-size: 30px;
}

.camp {
	top: 9px;
	left: 152px;
	color: #fff;
}

.camp_1 {
	top: 9px;
	left: 316px;
	color: #fff;
}

.camp_2 {
    left: -138px;
    color: #b9f758;
    font-size: 32px;
}

.camp_3 {
    left: -304px;
    color: #b9f758;
    font-size: 32px;
}

.bbq {
	top: 9px;
	left: 92px;
	color: #fff;
}

.bbq_2 {
	left: -81px;
	color: #fea53d;
	font-size: 32px;
}

.outdoor{
	top: 9px;
	left: 188px;
	color: #fff;
}

.outdoor_2{
	left: -173px;
	color: #ff78a5;
	font-size: 32px;
}

.outdoor_3 {
	left: -173px;
	color: #ff78a5;
	font-size: 32px;
}

.wh {
	margin-left: -43px;
}

.alpaca {
	margin-left: 25px;
}

.mutenka {
	margin-left: 39px;
}

.dz {
	margin-left: -23px;
}

/* -----IE’²®----- */
@media screen and (-ms-high-contrast: none) and (min-width:641px){
	.h2_ttl h2 span {
		/*
		font-size: 30px;
    	top: 13px;
    	left: 32px;
    	*/
	}
}


@media screen and (max-width: 640px){

	.drink {
		margin-bottom: -50px;
	}
	
	.osusume {
    	font-size: 1.8em;
    	margin: 0.5rem;
	}
	
	.no_pc {
		display: none;
	}
	
	.lineup{
		margin-top: 1%;
		width: 100vw;
	}
	
	.lineup .ssp{
		display: none;
	}
	
	.lineup_contents{
		margin: 0 4%;
	}
	
	.lineup a{
		text-decoration: underline;
	}
	
	.lineup2 {
		width: 100vw;
	}
	

	.lineup2 div {
		width: 49%;
		float: left;
		/*clear: both;*/
	}
	
	.lineup2 div a {
		font-size: 1em;
		text-decoration: underline;
	}
	
	.lineup2 div a img {
		width: 50%;
		margin-bottom: 2.5%;
	}
	
	.dz, .nikka {
		padding-top: 2.5%;
		padding-bottom: 20px;
	}
	
	.wh, .alpaca, .dz {
		margin-left: -5px;
	}
	
	h5 img{
		width: 12%;
	}
	
	h6 img {
		margin-bottom: 23px;
    	width: 26%;
	}
	
	.lineup_ttl{
		line-height: 0;
		font-size: 3.8vw;
	}
		
	.lineup_box {
		width: 49%;
		margin-top: 4%;
	}
	
	.lineup_box .lineup_1 {
		padding-left: 27%;
		font-size: 2vw;
	}
	
	.lineup_box .lineup_2 {
		padding-left: 24%;
		font-size: 2vw;
	}
	
	.lineup_box .lineup_3 {
		padding-left: 14%;
		font-size: 2vw;
	}
	
	.lineup_box .lineup_4 {
		padding-left: 35.5%;
		font-size: 2vw;
	}
	
	.r2a {
		clear:both;
		float:left;
	}
	
	.lineup_recommend2 .im {
		height: 130px;
	}
	
	.h2_ttl {
		position: relative;
	}	
	
	.h2_ttl h2 span {
    	font-size: 4.4vw;
    	font-family: 'ƒƒCƒŠƒI', Meiryo,'ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3',sans-serif;
	}
	
	.h2_ttl {
    	margin-top: 30px;
    	margin-bottom: -15px;
	}
	.pan_ttl {
		margin-top: 0;
	}
	
	.camp {
		left: 24%;
	}
	.camp_1 {
	left: 46%;
}
	.camp_2 {
		left: -37%;
    	font-size: 4.7vw;
	}

.camp_3 {
    left: -94%;
}
	.bbq {
		left: 14.2%;
	}
	
	.bbq_2 {
		font-size: 4.8vw;
    	left: -18.5%;
	}
	
	.outdoor {
		left: 26%;
	}
	
	.outdoor_2 {
		width:60%;
		font-size: 4.8vw;
    	left: -57%;
	}
	.outdoor_3 {
		width:40%;
		font-size: 4.8vw;
    	left: -34%;
	}
	.alpaca, .mutenka {
		margin-top: 10px;
	}

	.mutenka {
		margin-left: 0px;
	}

}

/* -----IE’²®----- */
@media screen and (-ms-high-contrast: none) and (max-width:640px){
	.lineup_ttl{
		line-height: 3.7;
	}
	
	.lineup2 div {
		width: 47.5%;
	}
	
	.h2_ttl h2 span {
    	/*margin-top: -4px;*/
	}
		
		.camp {
			top: 7px;
			left: 22%;
		}
		.camp_2 {
			left: -34%;
		}
		
		.bbq {
			top: 7px;
			left: 12.2%;
		}
		
		.bbq_2 {
			left: -15.5%;
		}
		
		.outdoor {
			top: 7px;
			left: 25%;
		}
		
		.outdoor_2 {
			left: -54.5%;
		}
		
}/* -------------- */

@media screen and (max-width: 420px){
	/*.h2_ttl h2 span {
    	margin-top: -6px;
    	left: 4%;
    	font-size: 5.6vw;
	}*/
}



@media screen and (max-width: 375px) {
	.osusume {
		font-size: 1.8em;
		margin: 0.5rem;
	}
	
	.lineup_ttl{
		font-size: 5vw;
	}
	
	.lineup .ssp{
		display: block;
	}
	
	h5 img{
		width: 18%;
	}
	
	.lineup_ttl{
		line-height: 1.1;
	}
	
	.tume{
		margin-left: 20%;
	}
	
	.lineup_box .lineup_1 {
		padding-left: 15%;
		font-size: 3vw;
	}
	
	.lineup_box .lineup_2 {
		padding-left: 10%;
		font-size: 3vw;
	}
	
	.lineup_box .lineup_3 {
		padding-left: 4%;
		font-size: 2.9vw;
	}
	
	/*.h2_ttl h2 span {
    	margin-top: -6px;
	}*/

}
	
@media screen and (max-width: 320px){
	.lineup_box .lineup_4 {
		padding-left: 27%;
		font-size: 3vw;
	}
	
	/*.h2_ttl h2 span {
    	margin-top: -6px;
	}*/
	
	.camp, .bbq, .outdoor {
		top: 1.8vw;
	}

}


/* ƒAƒTƒqƒVƒ‡ƒbƒvƒoƒi[ */
@media screen and (max-width: 640px){
	.asahishop_bnr img {
		margin: 4% 0 6.5%;
	}
}

	/*bnr_area*/
.bnr_area{
	margin: 20px 0 20px -8px;
	clear: both;
}

.bnr_area ul{
	list-style-type: none;
}

.bnr_area ul li {
	float: left;
	margin: 0 0 0 8px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li p {
	display: block;
	width: 90%;
	padding: 5px 5%;
	position: absolute;
	bottom: 2px;
	left: 0;
	color: #ffffff;
	text-align: left;
}

@media screen and (max-width:640px){
	.bnr_area {
		margin: 0 0 4%;
	}
	
	.bnr_area ul {
	}
	
	.bnr_area ul li {
		width: 46%;
		height: auto;
		margin: 0 1% 2%;
	}
	
	.bnr_area ul li:nth-of-type(2n-1) {
		margin: 0 1% 3% 3%;
	}
	
	.bnr_area ul li:nth-of-type(2n) {
		margin: 0 0 3% 1%;
	}
	
	.bnr_area ul li img {
		width: 100%;
		display: block;
	}
	
	.bnr_area ul li p {
		padding: 3px 3%;
		width: 94%;
		bottom: 0px;
	}
}

@media screen and (min-width:641px){
	.bnr_area ul li {
		height: 172px;
	}
	
	.height230 li {
		height: 230.5px;
	}
}

@media screen and (max-width:375px){
	.bnr_area {
		margin: 0 0 3.5%;
	}


a:hover img.op{
  opacity: 0.8;
}




/* ƒAƒTƒqƒtƒbƒ^[•ö‚ê‘Î‰ž */
@media screen and (max-width:640px){
	#commonUtility .contents-inner,
	#commonFooter .contents-inner {
		width: 100%;
	}
}
@media screen and (min-width:641px){
	#commonUtility .contents-inner,
	#commonFooter .contents-inner {
		width: 1024px;
	}
}

