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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width:501px), print {
	




/* privacy
--------------------- */
#privacy {
	width: 810px;
	margin: 0 auto;
}
	#privacy dl {
		background: url(../../common/img/border_bottom.gif) repeat-x top;
		padding-top: 32px;
		margin-top: 32px;
	}
		#privacy dl dt {
			font-size: 115%;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#privacy dl.last dt {
			margin-bottom: 20px;
		}
		#privacy dl.last dd {
			background: #f1f1f1;
			padding: 30px 30px 20px 30px;
		}
			#privacy dl dd ol {
				margin-left: 18px;
				margin-top: 15px;
			}
				#privacy dl dd ul li {
					width: 200px;
					float: left;
					margin-right: 35px;
				}
					#privacy dl dd ul li img {
						width: 100%;
						height: auto;
					}



}






/* スマホ */
@media only screen and (max-width: 500px) {





/* privacy
--------------------- */
#privacy {
	padding: 10% 5%;
}
	#privacy dl {
		background: url(../../common/img/border_bottom.gif) repeat-x top;
		padding-top: 32px;
		margin-top: 32px;
	}
		#privacy dl dt {
			font-size: 115%;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#privacy dl.last dt {
			margin-bottom: 20px;
		}
		#privacy dl.last dd {
			background: #f1f1f1;
			padding: 10% 15% 8% 15%;
		}
			#privacy dl dd ol {
				margin-left: 18px;
				margin-top: 15px;
			}
				#privacy dl dd ul li {
					margin-bottom: 10px;
				}
				#privacy dl dd ul li.last {
					margin-bottom: 0;
				}
					#privacy dl dd ul li img {
						width: 100%;
						height: auto;
					}


}




