@charset "utf-8";
body {
	margin: 1em;
	color: #555;
	background-color: #FFFFF2;
	font-size:medium;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

/*#adviser_main{
	margin-left: 20px;
}*/

.honbun {
	margin-left:20px;
	width:96%;
}

.box {
	width:90%;
	margin-top: 1em;
	padding: 1em 0.5em;
	background-color: #FFFCDF;
}

.indent {
	margin-left:1em;
}

h1{
	padding: .5em .75em;
	background-color: #FFEAAA;
	border-radius: 10px;
	border: 3px double #FFE699;
	text-align: center;
}

h2.heading{
	font-size:large;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:5px;
	border-top:3px double #ebebeb;
	border-bottom:3px double #ebebeb;
}

section.content article{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
}

blockquote {
 margin: 1em;
 padding: 0em;
 color: #555;
 background-color: #fafafa;
 border: 1px solid #f0f0f0;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.top {
	vertical-align:top;
}

li ul {
margin: 0 0 0 1em;
padding: 0;
}

ol ul {
margin: 0 0 0 1em;
padding: 0;
}

dl dt {
margin: 0 0 0 1em;
padding: 0;
}

dl dd {
margin: 0 0 0 1em;
padding: 0;
}

.dt dt {
	margin-top:1.5em;
	margin-left:10px;
	font-weight:bold;
	color:#8da650;
}

ul.nostyle{
	list-style-type:none;
	line-height:1.3em;
}

table.table{
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}

table.table td{
	border-collapse: collapse;
	background-color: #FFF2E6;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
	vertical-align: top;
}

table.table th{
	background-color: #FFEEDD;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
#adviser_footer {
	margin: 20px;
	text-align: center;
	line-height: 1.3em;
	font-size:small;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	overflow: hidden;
}

.image_r {
	float:right;
	margin:0 20px;
}

.fwbold {
	font-weight:bold;
}
.lh2em {
	line-height:2em;
}
