@charset "UTF-8";
/* CSS Document */

#header_text{
    width: 1200px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    overflow: hidden;
    background: url(../img/jozo/jozo-xx/bk_header_text.png);
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #c23041;
    font-size: 1.9rem;
    letter-spacing: 2px;
    font-weight: bold;
}

#main{
    padding: 0;
}

section{
    padding: 0;
}

#theme li.para{
    padding: 30px 100px;
    margin-top: 90px;
}
#theme li.para:nth-child(even){
    background: #f9f9f3;
}
#theme li#para1 .text_area{
    width: calc(100% - 380px);    /* image_area の width:350 と margin-left:30px を引いた値が width */
}
#theme li#para1 .image_area{
    width: 350px;
}
#theme li#para2 #product_area{
    width: 100%;
}
#theme li#para2 #product_area h2{

    
    text-align: center;
}

#product_list{
    margin: -8px;
}
#product_list li.product{
    float: left;
    width: calc(50% - 16px);
    margin: 8px;
    padding: 25px 8px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background: #fff;
}

#product_list li.product .image_area{
    float: left;
    width: 200px;
    margin-left: 0px;
}
#product_list li.product .text_area {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    height: 200px;
}
.product .product_name{
    color: #b01c34;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}
.product .product_text{
    font-size: 0.95rem;
    line-height: 1.5rem;
}
.product .product_price{
    position: absolute;
    bottom: 10px;
    left:0;
    right:0;
    margin: auto;

    width: 100%;
    height: 2.5rem;
    line-height: 1rem;
    font-size: 0.9rem;
    text-align: center;
    background: #ffffff;
}

.product .product_more{
    position: absolute;
    bottom: 10px;
    left:0;
    right:0;
    margin: auto;

	border: 1px solid #b01c34;
	width: 75%;
	height: 45px;
	line-height: 45px;
    text-indent: -1rem;
	color: #b01c34;
    background: #FFF url(../img/jozo/detail_triangle.png) no-repeat top 51% right 32px;
    text-align: center;
}

section#detail{
    padding: 0 100px 70px ;
}

#jigyoubu {
    margin: 0 0 80px;
}