@charset "UTF-8";
@import url(./common/common.css);
@import url(./common/base.css);


/*----- プライバシーポリシーページ 設定 ----------------------------------------------------*/

section#privacy_policy h3{ width:98%; max-width:1000px; margin:20px auto; font-size:1.7em; color:#777; overflow:hidden; }

section#privacy_policy > p{ width:98%; max-width:1000px; padding:10px 1% 0 1%; margin:0 auto; font-size:0.9em; color:#555; }

section#privacy_policy p a{ color:#f08300; }
section#privacy_policy p a:hover{ color:#f08300; text-decoration:underline; }

/*----- 個人情報規約 設定 ----------------------------------------------------*/

section.agreement { width:100%; max-width:1000px; margin:0 auto; overflow:hidden; }

section.agreement h4{ width:96%; margin:30px 2% 10px 2%; font-size:1.3em; line-height:35px; color:#555; border-bottom:dotted 1px #aaa; overflow:hidden; }
section.agreement p{ width:96%; margin:5px 2%; color:#555; }

ol.purpose { width:86%; padding:5px 7%; overflow:hidden; }
ol.purpose li{ width:100%; margin:0 0 2px 0; font-size:0.9em; color:#555; list-style-type:decimal; float:left; }


/*----- 1000px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:1000px) {



}


/*----- 650px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:650px) {

	section#privacy_policy h3{ font-size:1.2em; }

	section#agreement h4{ font-size:1.0em; }

}


