@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 40px;
}
#main .content {
    width: 800px;
}
#main .comLinkList {
    margin-bottom: 5px;
}
#main .comTextList {
    margin-bottom: 17px;
}
#main .comArrowList {
    margin-left: -400px;
    max-width: 800px;
	z-index: 9999;
}
.comTextList li .textBox p {
    line-height: 2;
}
.comTextList li .textBox p span {
    line-height: 1.6;
}
.comTextList li .textBox > *:not(:last-child) {
    margin-bottom: 26px;
}
@media all and (min-width: 897px) {
    #main .newsList li p a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    #main {
        margin-bottom: 20px;
    }
    .pageTitle {
        margin-bottom: 23px;
    }
	#main .content {
        margin: 0 16px;
        width: auto;
    }
    #main .comLinkList {
        margin-bottom: 7px;
    }
    #main .comTextList li {
        padding: 16px 0;
        border-bottom: 1px solid #fff;
    }
    #main .comTextList h2 {
        margin-bottom: 2px;
        font-size: 1.2rem;
    }
    #main .comTextList h2 .time {
        margin-bottom: 4px;
        font-size: 1.3rem;
    }
    #main .comTextList h2 .tag {
        margin-left: 10px;
    }
    #main .comArrowList {
        margin-left: 0;
        max-width: inherit;
    }
    .comTextList li .textBox p {
        line-height: 2;
    }
	.comTextList li .textBox > *:not(:last-child) {
		margin-bottom: 22px;
	}
}