/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox{
	color: #3a2917;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#colorbox {
	outline: 0;
}
#cboxContent {
	/*margin-top: 32px;*/
	overflow: visible;
	background: #000;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	background: url(../../images/m_bg.jpg) repeat;
	border: #8aa420 solid 4px;
}
#cboxLoadingGraphic {
	/*background: url(/foods/soup/jal_soup/images/loading.gif) no-repeat center center;*/
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,#cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	/*background: url(/foods/soup/jal_soup/images/controls.png) no-repeat 0 0;*/
}
#cboxPrevious:focus,#cboxNext:focus,#cboxSlideshow:focus,#cboxClose:focus{
  outline: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}
/*===========================================
　　モーダルの中身　追加記述
=============================================*/
.modal li {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	border: 3px solid #8aa420;
	text-align: left;
}
h4 {
	margin-bottom: 2%;
	font-size: 18px;
	border-bottom: 1px #8aa420 dashed;
}
.icbox {
	display: flex;
	margin: 1% 0 2%;
}
.ic01 {
	background: #e9531e;
}
.ic02 {
	background: #e02828;
}
.ic03 {
	background: #725b43;
}
.photo img {
	margin-bottom: 8%;
	box-shadow: 2px 6px 2px -2px #bdb8aa;
}
ol {
	margin: 0;
	padding: 0;
}
ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
ol span {
    padding-right: 0.5em;
    /* text-indent: -1em; */
    /* display: inline-block; */
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
	#cboxNext,#cboxPrevious{
		height: 0;
		width: 0;
	}
.ic01, .ic02, .ic03, .ic04 {
	margin-right: 10px;
	padding: 1% 3%;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
h3 {
	padding: 2.5% 10% 7% 3%;
    background: url(/foods/soup/jal_soup/images/title_bg02.png) no-repeat bottom;
	background-size: 100%;
	text-align: left;
	color: #fff;
	font-size: 5vw;
}
.itembox {
	padding: 0 4% 6%;
}
.itembox .lede {
	width: 70%;
	padding-top: 5%;
}
.itembox01, .itembox02 {
	width: 46%;
	max-width: 184px;
}
.itembox03 a img {
	max-width: 50%;
	max-width: 188px;
}
.s_m_banner {
	clear: both;
	padding-top: 7%;
}
.itembox section, .pkg {
	margin-top: 5%;
	padding: 0 4%;
}
.photo {
	width: 80%;
	margin: 0 auto;
}
.pkg {
	width: 70%;
	margin: 5% auto 0;
}
	#cboxClose {
	position: absolute;
	top:2%;
	right: 2%;
	background: url(/foods/soup/jal_soup/images/close_bt02.png) no-repeat;
	background-size: 80%;
	width: 10%;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
	#cboxClose:hover {
	position: absolute;
	top:2%;
	right: 2%;
	background: url(/foods/soup/jal_soup/images/close_bt02.png) no-repeat;
	background-size: 80%;
	width: 10%;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
}

/*--------PC-----------*/
@media only screen and (min-width: 641px) {
h3 {
	padding: 1.6% 10% 4% 6.5%;
	background: url(/foods/soup/jal_soup/images/title_bg.png) no-repeat bottom;
	background-size: 100%;
	text-align: left;
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
}
.ic01, .ic02, .ic03, .ic04 {
	width: 85px;
	margin-right: 10px;
	padding: 3px;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.m_recipelink {
	clear: both;
	padding-top: 5%;
}
.remodal-close img {
	width: 66%;
}
.itembox {
	padding: 0 7% 0;
}
.photo {
	float: left;
	width: 46%;
}
.photo img {
	max-width: 100%;
}
.right, .left {
	font-size: 14px;
}
.right {
	float: right;
	width: 50%;
}
.right ul:last-child{
	margin-top: 5px;
}
.left {
	clear: both;
	float: left;
	max-width: 53%;
	margin-right: 3%;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.pkg {
	max-width: 44%;
	float: right;
	margin-top: 3%;
	padding-bottom: 50px;
}
.pkg img {
	width: 100%;
	margin-top: 20px;
}
/* 前へボタン　*/
#cboxPrevious {
	position: absolute;
	top: 43%;
	left: 1%;
	background: url(/foods/soup/jal_soup/images/back.png) no-repeat;
	width: 34px;
	height: 100px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	position: absolute;
	top: 43%;
	left: 1%;
	background: url(/foods/soup/jal_soup/images/back.png) no-repeat;
	width: 34px;
	height: 100px;
	text-indent: -9999px;
	opacity: 0.7;
}
/* 次へボタン */
#cboxNext {
	position: absolute;
	top: 43%;
	right: 1%;
	background: url(/foods/soup/jal_soup/images/next.png) no-repeat;
	width: 34px;
	height: 100px;
	text-indent: -9999px;
}
#cboxNext:hover {
	position: absolute;
	top: 43%;
	right: 1%;
	background: url(/foods/soup/jal_soup/images/next.png) no-repeat;
	width: 34px;
	height: 100px;
	text-indent: -9999px;
	opacity: 0.7;
}
/*閉じるボタン */
#cboxClose {
	position: absolute;
	top:3%;
	right: 2%;
	background: url(/foods/soup/jal_soup/images/close_bt02.png) no-repeat;
	background-size: 80%;
	width: 6%;
	height: 10%;
	text-indent: -9999px;
	z-index: 999;
}
	#cboxClose:hover {
	position: absolute;
	top:3%;
	right: 2%;
	background: url(/foods/soup/jal_soup/images/close_bt02.png) no-repeat;
	background-size: 80%;
	width: 6%;
	height: 10%;
	text-indent: -9999px;
	z-index: 999;
}
	
	
	
}
