@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2012/09/25
 */

/* save tabel
------------------------------------------------------------------*/
table.save{
	width:100%;
	margin:0 0 15px 0;
	border:1px solid #ccc;
}
table.save th,
table.save td{
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	vertical-align: middle;
}
table.save td.text{
	font-weight: bold;
}
table.save td.copy{
	width: 50px;	
}
table.save td.del{
	width: 50px;	
}

/* other
------------------------------------------------------------------*/
.ul_indent{
	list-style: none outside none;
	padding: 0px;
	margin-bottom: 1em;
	font-size: 100%;
}
.ul_indent li{
	padding-left: 1em;
	text-indent: -1em;
}

.col3img { display: flex; justify-content: space-between; align-items: flex-start; }
.col3img > div { text-align: center; }
.col3img > div img { width: 208px; margin-bottom: 5px; }
.col3img .arrow { margin-top: 66px; }
.col3img .arrow::after {
	content: "";
	display: block;
	width: 0px; height: 0px; line-height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #842c37;
	border-right: 0px;
}

.loclaNavi ul li { font-size: inherit; line-height: inherit; }

.bold { font-weight: bold; }
.bold a { font-weight: bold; }
.bold.c01 a { color: inherit; }

h1.type01 { color: #842c37 !important; font-size: 146.5% !important; line-height: 1.5 !important; margin: 20px 0px 20px 0px !important; }
.spNavi {
	margin-bottom: 60px;
	em {
		display: block; margin-bottom: 15px;
	}
	ul {
		display: flex; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc;
		li {
			display: block; flex-basis: 50%; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
			a { display: flex; align-items: center; justify-content: center; height: 44px; font-size: 12px; line-height: 1.5; text-decoration: none; }
			&.current {
				a { color: #ffffff; background-color: #842c37; }
			}
		}
	}
}
