@charset "utf-8";
/*=========================================================
	Other - 特定の役割を持った要素へのスタイル定義
=========================================================*/

/*======================================
	General Class
=======================================*/

/*** clear ***/

.clear:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clear {
    height: 1em;
}
*+html body .clear {
	display: inline-block;
}


.notice {
	font-size: 80%;
}

div.left {
	float: left;
}
div.right {
	float: right;
}

.colgreen {
	color: #61af32;
}

.colred {
	color: #af3232;
}


table.tbl {
	font-size: 100%;
}
table.tbl tr.col {
	background: #bdbaaf;
}
table.tbl th {
	background: #f1e2d1;
	font-weight: bold;
	text-align: right;
}
table.tbl td {
}
table.manage th {
	font-size: 80%;
	text-align: center;
}
table.manage td {
	font-size: 80%;
	text-align: center;
	border-bottom: 1px dotted #787e82;
}

div.headtxt {
	background: #f7f3e9;
	font-size: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #ff7e00;
	margin: 20px 0 10px;
	line-height: 1.1em;
}
div.headtxt a,
div.headtxt a:link,
div.headtxt a:visited {
	color: #706750;
	text-decoration: none;
}
div.headtxt a:hover {
	color: #f28245;
}

div.headtxtmin {
	background: #f7f3e9;
	font-size: 120%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #ff7e00;
	margin: 10px 0 0;
	line-height: 1.1em;
}
div.headtxtmin a,
div.headtxtmin a:link,
div.headtxtmin a:visited {
	color: #706750;
	text-decoration: none;
}
div.headtxtmin a:hover {
	color: #f28245;
}

div.error {
	background: #f6f1e5;
	margin-bottom: 10px;
}
div.error div.headtxt {
	background: #ff7e00;
	color: #ffffff;
	font-size: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #ff3c00;
	padding: 5px 10px;
	margin: 20px 0 0;
	line-height: 1.1em;
}
div.error p {
}
div.error ul {
	padding: 10px 20px;
}
div.error ul li {
	color: #af3232;
	font-weight: bold;
	list-style: none outside;
	background: url(../images/dot.jpg) no-repeat 0 6px;
	padding-left: 10px;
}


div.end {
	font-size: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #ff6d01;
	line-height: 1.1em;
}

div.line {
	border-bottom: 1px dotted #787e82;
}

