@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/** 記事本文内の行の高さを調整 */
        .content p {
            margin-top: 0;
            margin-bottom: 1.6em;
            line-height: 180px;
        }
/** プライバシーポリシースクロール */
#agree {
padding: 40px 6%;
font-size: 0.9em;
border: 1px solid #ddd;
margin-bottom: 20px;
height: 150px;
overflow-y: scroll;
}