 body {
 	background-color: #E1DBC6;
 }
span.youahere{
	font-family:"ＭＳ ゴシック","Osaka－等幅";
}

div.main-content{
	font-size:14px;
	line-height:22px;
	width:700px;
}
div.main-content h3{
	font-size:16px;

	background: #b8aa7d;
	background: -moz-linear-gradient(left, #b8aa7d 0%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #b8aa7d 0%,#ffffff 100%);
	background: linear-gradient(to right, #b8aa7d 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8aa7d', endColorstr='#ffffff',GradientType=1 );

	color:black;
	font-weight:bold;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	height:34px;
	line-height:38px;
	text-indent:18px;

	border-bottom-left-radius:15px;	
	border-top-left-radius:15px;

	font-family:sans-serif;
	letter-spacing:1px;

	margin:0;
	margin-bottom:12px;
	margin-left:-12px;
}

div.main-content h4{
	font-size:14px;
	color:rgb(0, 102, 102);
	margin:5px;
	margin-left:12px;
	padding-left:24px;
	padding-top:4px;
	background-repeat:no-repeat;
	background-image:url(/images/icon-2.gif);
	background-position:left center;
	vertical-align:center;
	line-height:24px;
	height:24px;
}
div.main-content dl,
div.main-content dl dd{
	margin:0;
	margin-left:14px;
}
div.main-content dl dt{
	font-weight:900;
	font-size:14px;
}
div.main-content dl.plan dt{
	margin-top:12px;
}
/*
a.ispdf{
	background-repeat:no-repeat;
	background-image:url(/images-2/pdf.jpg);
	background-position:right center;
	vertical-align:center;
	padding-right:24px;
}*/

a.button-like{
	width:inherit;
	height:40px;
	line-height:40px;
	font-size:16px;
	border-radius:8px;
	background-color:#99D;
	color:white;
	display:inline-block;
	padding:0 2%;
	
}
div.main-content > a{
	margin-left:20px;
}
div.main-content > a:before{
	content:'○ '
}

div.main-content table.convhistory{
	width:500px;;
}
div.main-content table.convhistory tr th{background-color:#f0f0f0;}
div.main-content table.convhistory tr td{white-space:nowrap;text-align:center;border:1px solid #ddd;font-family:Consolas,Osaka;font-size:12px;}

div.main-content table.convhistory tr:nth-child(2n+1) td{background-color:#f5f5f0;}
/*div.main-content table.convhistory tr:nth-child(4n) td,div.main-content table.convhistory tr:nth-child(4n+1) td{background-color:#f5f5f0;}*/
div.main-content table.convhistory tr td:nth-child(1){width:30px;}
div.main-content table.convhistory tr td:nth-child(2){width:130px;}
div.main-content table.convhistory tr td:nth-child(3){width:48px;}
div.main-content table.convhistory tr td:nth-child(3):after{content:'季';}
div.main-content table.convhistory tr td:nth-child(4){}
div.main-content table.convhistory tr td:nth-child(5){text-align:left;}
div.main-content table.convhistory tr td:nth-child(6) a{
	display:block;text-align:center;
	border-radius:3px;height:18px;
	line-height:18px;font-size:12px;
	color:white;background-color:#d32;
	width:80px;margin:0 auto;text-decoration:none;
	border:1px solid #c00;
}
div.main-content table.convhistory tr td:nth-child(6) a:hover{
	background-color:#f32;
}
div.main-content table.convhistory tr td:nth-child(7){}
div.main-content table.convhistory tr td:nth-child(7) a{
	display:block;text-align:center;
	border-radius:3px;height:18px;
	line-height:18px;font-size:12px;
	color:white;background-color:#38d;
	width:80px;margin:0 auto;text-decoration:none;
	border:1px solid #00c;
}
div.main-content table.convhistory tr td:nth-child(7) a:hover{
	background-color:#32f;
}

div.main-content a{
	color:#0000a9;
}
div.main-content a[href="#"]:after{
	content:' [準備中]';
	color:#d41548;
}
div.main-content a:hover{
	color:red;

}
a.ispdf:after{
	content:'PDF';
	display:inline-block;
	text-align:center;
	border-radius:3px;
	height:14px;
	line-height:14px;
	font-size:10px;
	color:white;
	background-color:#d32;
	width:24px;
	margin:0 auto;
	text-decoration:none;
	border:1px solid #c00;
	margin-left:4px;
	vertical-align:middle;
}

a.ispdf[href="#"]:after{
	content:'準備中' !important;
	color:white !important;
	width:40px;
}

div.main-content div.pagebody{
	margin-left:12px;
}

div.main-content div.pagebody dl dt{
	font-size:14px;
	color:rgb(0, 102, 102);
	margin:5px;
	margin-left:0px;
	padding-left:24px;
	padding-top:4px;
	background-repeat:no-repeat;
	background-image:url(/images/icon-2.gif);
	background-position:left center;
	vertical-align:center;
	line-height:24px;
	height:24px;
}
div.main-content div.pg_future dl.plan dd{
}

ol.kana{
	list-style-type: katakana;
}

ol.fl-bold > li:first-line
,ol.fl-bold > li::before{
	padding-top:60px;
	font-weight:bold;
}
