@charset "UTF-8";


*{
	margin: 0;
}
/* CSS Document */

/*img[src$="image/logo-muji.png"]*/
img[src$="image/muji.png"]{
    width: 165px;
    height: 27px;
    bottom: 2em;
}
img[src$="image/topimage.jpg"]{
    width: 375px;
    height: 600px;
}
img[src$="image/toplogo.png"]{
    position: relative;
    top: 29em;
    width: 390px;
    height: 110px;
	right: 1.2em;
	animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

img[src$="image/tedukurikitto3.jpg"]{
    width: 375px;
    height: 230px;
	position: relative;
	bottom: 6em;
}
img[src="image/butterchicken.jpg"]{
    width: 375px;
    height: 250px;
    position: relative;
    bottom: 10.5em;
    border-bottom: 3px dashed rgba(101,7,9,1.00);
    border-top: 3px dashed rgba(101,7,9,1.00);
    padding: 1em 0;
}
img[src="image/hourensou.jpg"]{
    width: 375px;
    height: 250px;
position: relative;
	bottom: 10.5em;
    border-bottom: 3px dashed rgba(101,7,9,1.00);
    border-top: 3px dashed rgba(101,7,9,1.00);
    padding: 1em 0;
}
img[src="image/greencurry.jpg"]{
    width: 375px;
    height: 250px;
	position: relative;
bottom: 10.5em;
	    border-bottom: 3px dashed rgba(101,7,9,1.00);
    border-top: 3px dashed rgba(101,7,9,1.00);
    padding: 1em 0;
}
img[src="image/siromuji.png"]{
	width: 120px;
	height: 35px;

}
h1{/*おうちでかんたん本格派*/
	position: relative;
	bottom:7.7em;
	left:0.4em;
    font-family: "YuGothic Bold";
    float: left;
    font-size: 25px;
}
h2{/*手づくりキット食べくらべレビュー*/
    font-family: "YuGothic Bold";
    clear: left;
    position: relative;
	bottom: 17.3em;
	left: 0.4em;
    color: black;
}
p{
    font-family: "Hiragino Sans W2";
}
p.honba{/*本場の味に学んだスパイスとペースト*/
	position: relative;
	left: 1.5em;
	bottom: 11.7em;
    font-size: 0.8em;
	line-height: 1.8em;
}
p.text{/*バターチキンほうれん草のカレーグリーンカレー*/
    font-size: 1.7em;
    padding-top: 5em;
    position: relative;
    bottom: 6.2em;
    font-family: "YuGothic Bold";
}

p.text1{
    font-size: 0.9em;
    position: relative;
    bottom: 11em;
	line-height: 2em;
}
p.text2{
	position: relative;
	bottom: 12em;
    font-size: 1.2em;
    border-bottom: 3px solid rgba(101,7,9,1.00);
	padding-top: 0em;
}
p.text6{
    color: rgba(255,255,255,1.00);
    position: relative;
    left: 1em;
    top: 0.5em;
    font-size: 0.9em;
}
p.mujirogo{
	position: relative;
	left: 0.9em;
	top: 0.5em;
}
div.sukima{
    line-height: 0;
    background-image: url(image/topimage.jpg);
    background-repeat: no-repeat;
    height: 667px;
    padding: 20px;
    background-size: 100% auto;
}
div.sukima2{
    line-height: 0;
    background-image: url(image/ouchidekantan3.png);
    height: 600px;
    background-size: 100% auto;
    background-repeat: no-repeat;
	position: relative;
	bottom:44px;
}

div.imgcenter{text-align: center}
div.box{
	position: relative;
	bottom:26em;
    width: 375px;
    height: 6em;
	background-color: rgba(101,7,9,1.00)}
div.box2{
	position: relative;
	bottom:0em;
    width: 375px;
    height: 7em;
	background-color: rgba(101,7,9,1.00)}

div.line{
    position: relative;
    bottom: 13em;
    width: 200px;
    height: 3px;
    background-color: rgba(101,7,9,1.00);
    margin-left: auto;
    margin-right: auto;
}
div.line2{
    position: relative;
    bottom: 11.5em;
    width: 200px;
    height: 3px;
    background-color: rgba(101,7,9,1.00);
    margin-left: auto;
    margin-right: auto;}
div.line3{
    position: relative;
    bottom: 10em;
    width: 100px;
    height: 3px;
    background-color: rgba(101,7,9,1.00);
    margin-left: auto;
	margin-right: auto;}
body{background-color: rgba(245,240,220,1.00);
}
a{
	color: rgba(255,255,255,1.00)
}