@charset "utf-8";
/*  */

body { background-color: #000; color: #fff; width: 100%;  
	-webkit-text-size-adjust: 100%; 
}

div#paddiv { padding: 0 4% 0 2%; }

a,
a:visited { color: #fff; }

p.joja_eng_1stp { text-indent: 0; }
p.joja_eng_p { text-indent: 2em; }
p.joja_ja_p { text-indent: 1em; font-size: 125%; line-height: 170%; }

img { width: 100%; max-width: 100%; }

/* for test */
ul li { margin-bottom: 2em; }

/*
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}*/

/*@media screen and (min-width: 38.75em) {
	body { width: 100%; }
}*/



p { font-size: 150%; text-align: justify; text-justify: distribute; }

/* iPhone Landscape */
@media screen and (max-width: 768px) {
	p { font-size: 150%; text-align: justify; text-justify: distribute; }
}

/* iPhone Portrait */
@media screen and (max-width: 568px) {
	p { font-size: 150%; }
}

