﻿@charset "utf-8";

/* --------------------------------------------
	/personal.html
-------------------------------------------- */

	body.personal {
	}
	
		body.personal .leed {
			margin: 40px 50px 0;
			line-height: 1.5;
		}

			body.personal .h3Section p {
				line-height: 1.5;
			}
			
		body.personal .h3Section {
			margin-top: 40px;
			margin-left: 50px;
			margin-right: 50px;
		}

			body.personal .h3Section p {
				line-height: 1.5;
			}
					
			body.personal .h3Section ul {
				line-height: 1.5;
			}
			
			body.personal .h3Section li {
				text-indent: -1.3em;
				margin-left: 1.3em;
			}
			
			body.personal .h3Section li span {
				margin-right: 0.3em;
			}