@charset "utf-8";

/* content
---------------------------------------- */
#content{
	padding:0;
}

/* sec1
---------------------------------------- */
#sec1{
	width: calc(100% - 100px);
    max-width:900px;
    margin: 0 auto 80px auto;
}
#sec1 ul{
    border-top: 1px dotted #333;
}
#sec1 ul li{
    border-bottom: 1px dotted #333;
}
#sec1 ul li a{
    display: block;
    width:100%;
    background-image: url("../../common/img/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size:16px;
}
#sec1 ul li a:hover{
    background-color: #F7EDED;
    text-decoration: none;
}
#sec1 ul li span{
    display: block;
    box-sizing: border-box;
    float: left;
    width:200px;
    padding:10px 0 10px 2px;
    font-weight: 400;
}
#sec1 ul li h3{
    display: block;
    float: left;
    width:calc(100% - 200px);
    padding:10px 0;
    font-weight: 400;
    font-size:15px;
}

@media screen and (max-width:800px){
    #sec1{
        width: calc(100% - 40px);
        margin: 0 auto 50px auto;
    }
    #sec1 h2.title{
        margin-bottom:15px;
    }
    #sec1 ul li a{
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 12px;
    }
    #sec1 ul li span{
        display: block;
        box-sizing: border-box;
        float: none;
        width:100%;
        padding:10px 0 0 0;
        font-weight: 400;
    }
    #sec1 ul li h3{
        box-sizing: border-box;
        display: block;
        float: none;
        width:100%;
        padding:0 25px 10px 0;
        font-weight: 400;
        font-size:17px;
    }
}


/* content.detail
---------------------------------------- */
#content.detail{
	width: calc(100% - 100px);
    max-width:700px;
    margin: 0 auto 80px auto;
}
#content.detail h2.title{
    font-size:30px;
    margin-bottom:5px;
}
#content.detail h3.date{
    text-align: center;
    font-size:15px;
    font-weight: normal;
    color:#999;
    margin-bottom: 25px;
}
#content.detail p{
    margin-bottom:20px; 
}
@media screen and (max-width:800px){
    #content.detail {
        width: calc(100% - 50px);
        margin: 0 auto 40px auto;
    }
    #content.detail #sec1{
        width: calc(100% - 0px);
        margin: 0 auto 0px auto;
    }
	#content.detail #sec1 img{
		width: 100%;
        height: auto;
	}
    #content.detail h2.title{
        text-align: justify;
        margin-bottom:10px;
    }
    #content.detail p{
        font-size:17px;
        line-height: 150%;
    }
	
}



