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

body {
	margin: auto;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

#zentai {
	margin: auto;
	width: 720px;
	text-align: left;
	background: #EEE;
}
#zentai2 {
	background: #FFF;
}
#footer {
	text-align: center;
	background: #EEE;
	color: #333;
	border-top: 2px solid #DDD;
}
#footer p { margin: 10px 0 0 0; font-size: 14px; }
#footer a { text-decoration: none; color: #333; }

p.img {
	text-align: center;
}
p.center {
	text-align: center;
}
p.pr {
	font-size: 12px;
	color: #666;
	text-align: right;
}
p.jouge {
	margin-top: 50px;
	margin-bottom: 50px;
}


/* 見出し・基本設定 */

h1 {
	font-size: 30px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 40px;
}
h2 {
	font-size: 24px;
	line-height: 1.7em;
	color: #000;
	padding-left: 10px;
	border-left: 5px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 50px;
}
p {
	font-size: 18px;
	line-height: 1.6em;
}
ul {
	border: 2px solid #CCC;
	background: #EEE;
	padding: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
li {
	font-size: 18px;
	line-height: 1.6em;
	margin-left: 30px;
}
strong {
	color: #000;
}


/* 文字装飾 */

.red {
	color: red;
}
.gray {
	color: gray;
}
.marker-yellow {
	background: yellow;
}
.small { font-size: 14px; }
.big { font-size: 30px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font30 { font-size: 30px; }
.font36 { font-size: 36px; }
.font40 { font-size: 40px; }

.hosoku {
	font-size: 12px;
	color: #666;
}
p.cvlink {
	font-size: 24px;
	margin-bottom: 0;
}
p.cvlink a {
	font-size: 24px;
}
p.micro {
	font-size: 14px;
	margin-top: 0;
}

div.bookmark { text-align: left; margin: 20px 10px 20px 0px; padding: 5px 10px; border: 2px dotted #CCCCCC; font-size: 12px; }


/* スマホ用 */

.onlysp {
	display: none;
}
img.resize {
	padding: 0;
}


