@charset "utf-8";

/*=====================================

common.css

=====================================*/
/*
基本サイズ13px
表示したいサイズ 	指定する値
10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%
*/

/*-------------------------------------
 layout
-------------------------------------*/
.fltL { float: left !important; }
.fltR { float: right !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clearfix {
/*	zoom:1; */
	overflow:hidden;
}
.clear { clear: both; }


/*-------------------------------------
 text
-------------------------------------*/
.font8 { font-size: 68% !important; }
.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.bold { font-weight: bold; }
.color01 { color: #e00012; }
.sup {
	font-size: 68%;
	position: relative;
	top: -0.6em;
}
.sub {
	font-size: 68%;
	position: relative;
	top: 0.4em;
}


/*-------------------------------------
 list
-------------------------------------*/
.arwList01 {

}
.arwList01 li {
	margin: 0 0 12px 0;
	padding: 0 0 0 18px;
	background: url(/hanett/pub/common/images/icn_arw01-6e79e429efd24853e6f08b85dde6f177.png) no-repeat 0 3px;
}




/*-------------------------------------
 link
-------------------------------------*/
.arwLink01 {
	text-align: right;
}
.arwLink01 a {
	padding: 0 19px 0 0;
	background: url(/hanett/pub/common/images/icn_arw01-6e79e429efd24853e6f08b85dde6f177.png) no-repeat right center;
}
.arwLink01down a {
	padding: 0 19px 0 0;
	background: url(/hanett/pub/common/images/icn_arw01_down-a783cc8f235d07427ea258cc499e1112.png) no-repeat right center;
	color: black;
}
.arwLink01down a:hover {
	opacity: 0.5;
	color: black;
}
.arwLink01down a:active {
	opacity: 0.5;
	color: black;
}
.arwLink02 {

}
.arwLink02 a {
	padding: 0 0 0 19px;
	background: url(/hanett/pub/common/images/icn_arw01-6e79e429efd24853e6f08b85dde6f177.png) no-repeat left center;
}

.tbl00 {
	width: 100%;
}
.tbl00 th,
.tbl00 td {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.tbl01 {
	width: 100%;
	margin: 0 0 8px 0;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}
.tbl01 th {
	padding: 7px 5px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #eceff0;
}
.tbl01 td {
	padding: 7px 5px;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}
.tbl01 .col01 { width: 132px; }





/*------------------
 DSol added
------------------*/
ul.itemList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.itemList li {
}

dl.itemList {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.itemList dt {
	float: left;
	clear: both;
	width: 140px;
}

dl.itemList dd.value {
	margin: 0;
	float: left;
	text-align: right;
	width: 60px;
}

dl.itemList dd.unit {
	margin: 0 0 0 4px;;
	float: left;
	text-align: right;
}

.warning ul li {
	color: red;
	margin: 8px 1px;
	font-weight: normal;
	background-color: #ffdddd;
	padding: 6px;
	border-radius: 2px;
}

li.otherHaibunPhoto {height:100px;text-align: center;  float: left; }
li.otherHaibunPhoto div {display: table-cell;height:100px;text-align: center;vertical-align: middle;width:143px;}

ul.photo li {text-align: center; vertical-align: middle;}


/* 角丸 */
/* ボタン共通 */
.kakumaru-button {
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
	overflow: hidden;
	height: 36px;
	margin: 0;
	padding: 0;
	background: #ef3000;
	box-shadow: 2px 2px 4px lightgray ;
	border: solid 3px white;
	margin: 0 2em;
}
.kakumaru-button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-decoration:none;
}
.kakumaru-button a:hover {
	background: #ff4000;
}


#button1 a:before {        /*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#button1 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ef3000;
}
#button1 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */
	background: #ff4000;
}
