@charset "utf-8";
<style> @import url('//fonts.googleapis.com/css?family=Shadows+Into+Light+Two');
</style>
/* CSS Document */

.article {
    text-shadow: 0px 0px 10px #FFF;
    background: url(http://www.kojimachi-cafe.com/common2016/images/bg_paper.gif) repeat;
    padding: 17px;
    line-height: 17px;
}

.article h2 {
    font-family: 'Shadows Into Light Two', cursive;
    color: #353100;
    font-size: 14px;
    display: inline-block;
    background-color: #FFED22;
    padding: 5px 20px;
    position: relative;
    top: -5px;
    left: -50px;
    min-width: 100px;
    -webkit-transform: rotate(-3deg);
    /* chrome、safari　*/
    -moz-transform: rotate(-3deg);
    /* firefox　*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.article p {
    line-height: 18px;
    margin: 0 0 17px;
}

.dinner {
    position: relative;
    top: 30px;
}

.dinner h2 {
    color: #353100;
    font-size: 18px;
    padding: 5px 0;
    min-width: 100px;
}

.menu {
    background: url(../images/bg_paper.jpg) repeat;
    padding: 17px 30px 17px;
    line-height: 24px;
    color: #353100;
    margin: 0 100px 20px;
}

.menu h2 {
    color: #353100;
    font-size: 18px;
    padding: 5px 0;
    min-width: 100px;
}

.menu p {
    line-height: 150%;
    margin: 0 0 10px 20px;
    font-size: 110%;
}

.menu br + p {
    /*	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,'遊ゴシック',Yu-Gothic, sans-serif;*/
}

.menu .ttl {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px;
}

.menu p.title {
    width: 620px;
    float: left;
    background: url(../images/bg_menu.gif) repeat-x 0px 9px;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.menu p.price {
    float: right;
    width: 60px;
    text-align: left;
    background: none;
    overflow: hidden;
    line-height: 150%;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}

.menu p span {
    padding: 0 5px;
    background: url(../images/bg_paper.jpg) repeat;
}

#body .catering {
    margin: 20px 310px 20px 0;
}

#body .contact {
    margin: 20px 0px 20px 0;
}

#body .contact form {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

#body .contact input.small {
    width: 150px;
}

#body .contact input.middle {
    width: 200px;
}

#body .contact input.large {
    width: 250px;
}

#body .contact input[type="submit"],
#body .contact input[type="reset"] {
    padding: 8px 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid #575033;
    color: #575033;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
}

#body .contact input[type="submit"]:hover,
#body .contact input[type="reset"]:hover {
    background-color: #575033;
    color: #FFF;
}

.blog {
    text-shadow: 0px 0px 10px #FFF;
    background: url(http://www.kojimachi-cafe.com/common2016/images/bg_paper.png) repeat;
    background-size: contain;
    padding: 17px;
    line-height: 17px;
}

.blog h2 {
    color: #353100;
    font-size: 150% !important;
    padding: 5px 0;
}

.blog p {
    line-height: 18px;
    margin: 0 0 17px;
}

.blog img {
    display: block;
    margin: auto auto 20px;
}

#body .photos {
    margin: 20px 0 10px;
}

#body .photos div.photo {
    width: 180px;
    display: inline-block;
    margin: 0 15px 50px;
}

#body .paging {
    text-align: center;
    margin: 20px 0 0 0;
}

#body .paging span {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #EEE;
}

#body .paging a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #FFED22;
}

.tipped {
    color: #666;
}

.non {
    display: none;
}

.yellow {
    background-color: #E1DC1E;
}