@charset "utf-8";
/* CSS Document */
.mr20{
	margin-right: 20px;
}
#special_box {
    border: none;
    padding: 0;
}
.b1_back {
	width: auto; 
}
.b5_back {
    width: auto;
}
.readText {
    font-size: 18px;
	padding: 10px 20px;
}
.eventtitle{
	position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #ABB78E 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-size: 22px;
    color: #353535;
}
.titleSet {
    text-align: center;
    border: solid 1px #e6e6e6;
    margin-top: 50px;
    letter-spacing: 5px;
    padding: 0 0 0 40px;
}

.nashiIco {
    text-align: center;
    font-size: 180%;
    line-height: 100%;
    letter-spacing: 3px;
    margin-top: -20px;
    margin-left: -40px;
    padding: 18px 10px 10px 10px;
}
.nashiIco span {
    background-color: #FFF;
    background-image: url("../img/nashi_sp2013/icon_illust.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #987C36;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    padding: 20px 5px 0 55px;
    text-align: center;
    vertical-align: middle;
    font-size: 130%;
}

.brandimg{
	margin: 20px 10px;
}
	
*, ::before, ::after {
  box-sizing: content-box;
}

@media screen and (max-width:640px){
	.nashiIco {
		margin-top: 0;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.nashiIco span {
		line-height: 100%;
		background-color: transparent;
		background-size: 36px;
		padding: 15px 5px 0 38px;
	}
	.brandimg{
		margin: 0 auto 20px;
	}
	.readText {
		 padding: 0;
		 margin-bottom: 10px;
	}
	.titleimg{
		width: 100%;
	}
	.recipeimg{
		margin: 0 auto 20px;
	}
}