@charset "utf-8";

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


/****************************************
 * Definition List (dl)
 ****************************************/
/*dl-layout1*/
#main dl.dl-layout1{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dl.dl-layout1 dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
	line-height: 1.3;
    font-weight: normal;
    width: 140px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(../images/point01.png);
    background-position: 5px 11px;
    background-repeat: no-repeat;
}

#main dl.dl-layout1 dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.3;
	padding-left: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/*dl-layout2*/
#main dl.dl-layout2{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dl.dl-layout2 dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
	line-height: 1.3;
    font-weight: bold;
    width: 6.0em !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0px;
	 color: #073190;
}

#main dl.dl-layout2 dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.4;
	padding-left: 7.0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*dl-layout3*/
#main dl.dl-layout3 dt{
    float: left;
    font-weight: bold;
}
#main dl.dl-layout3 dd{
    padding-left: 2em;
}

#main dl.dl-layout1::after,
#main dl.dl-layout2::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

@media screen and (max-width: 960px) {
/*dl-layout1*/
	#main dl.dl-layout1 dt{
	float: none;
	line-height: 1.4;

	padding-bottom: 0;
	}
	#main dl.dl-layout1 dd{
		line-height: 1.4;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 0;
	}

/*dl-layout2*/
	#main dl.dl-layout2 dt{
	float: none;
	line-height: 1.4;

	padding-bottom: 0;
	}
	#main dl.dl-layout2 dd{
		line-height: 1.4;
		padding-top: 5px;
		padding-left: 0;
		padding-right: 0;
	}

}

a.btn{
	position: relative;
	display: inline-block;
	font-size: 115%;
	width: 210px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 4px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	background-color:#f3a426;
	box-shadow: 0 4px 0 #dc770b;
    font-weight: bold;
    margin: .5em 0 1em;
}
a.btn:before, a.btn:after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.btn:hover {
	background-color: #f8b141;
	box-shadow: 0 4px 0 #e78924;
}
a.btn, a.btn:before, a.btn:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.btn:active {
	top: 3px;
	box-shadow: none;
}



/****************************************
 * table
 ****************************************/
@media screen and (max-width: 480px) {
div.tbl-over {
	overflow: auto;
	white-space: nowrap;
}
div.tbl-over:-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	height: 5px;
}
div.tbl-over:-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
div.tbl-over:-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
    
    
/*tbl-layout1*/
  table.tbl-layout1 {
		border-top:none;
  }
  table.tbl-layout1 td {
    display: block;
    text-align: center;
		border-bottom: none;
 		border-left: none;
		border-right: none;
	}
  table.tbl-layout1 th {
    display: block;
		border-bottom: none;
 		border-left: none;
		border-right: none;
		text-align: center;
	 }


/*tbl-layout2*/
	table.tbl-layout2 {
	border: none;
  }
  table.tbl-layout2 thead {
    display: none;
  }
  table.tbl-layout2 tr {
		border-top: 1px solid #cccccc;
    display: block;
    margin-bottom: 20px;
  }
  table.tbl-layout2 td {
    display: block;
    padding: 10px;
    text-align: right;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
 		border-top: none;
 }
  table.tbl-layout2 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
	
/*tbl-layout3*/
  table.tbl-layout3 {
    display: block;
    position: relative;
		border-left:none;
		border-bottom:none;
}
  table.tbl-layout3 thead {
    display: block;
    float: left;
  }
  table.tbl-layout3 tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.tbl-layout3 tr {
    display: block;
  }
  table.tbl-layout3 tbody tr {
		display:inline-block;
		vertical-align:top;
  }
table.tbl-layout3 th,
table.tbl-layout3 td {
	display: block;
	border-top:none;
	border-right:none;
}

table.tbl-layout3 th br,
table.tbl-layout3 td br {
	display: none;
}

	
}

/*====================================================================


/*--------------------------------------------------------
	  greeting
--------------------------------------------------------*/
#main #contents .greeting_photo {
	width: 150px;
	float: right;
	margin: 0 0 20px 30px;
}
#main #contents .greeting_chair {
	margin: 130px 0 0 0;
	font-weight: bold;
	text-align: right;
}
#main #contents .greeting_chair span.chair_name {
	font-size: 121.4%;
}




@media screen and (max-width: 960px) {
		
	/*--------------------------------------------------------
		  greeting
	--------------------------------------------------------*/
	#main #contents .greeting_photo {
		float: none;
		margin: 0 auto 1em;
	}
	#main #contents .greeting_chair {
		margin: 0 0 1.5em 0;
		font-weight: bold;
		text-align: center;
	}
	#main #contents .greeting_chair span.chair_name {
		font-size: 121.4%;
	}

}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 451px) {
}
@media screen and (max-width: 370px) {
}