/**********
 style-profile.css
**********/

h2#contentsTitle{
	background:#fff url(../profile/img/h2Bg_mb.jpg) no-repeat bottom center;
	background-size:cover;
}


@media only screen and (max-width: 390px) {
	h2#contentsTitle p{
		line-height:1.05;
		font-size:2.9em;
	}
	h2#contentsTitle p span{ padding-top:10px;}
}


/**********
 about
**********/
#about{}
#about table{
	width:100%;
}

#about table tr th{
	border:2px solid #fff;
	border-bottom:none;
	padding:8px 8px 7px 8px;
	vertical-align:middle;
	background:#d5b571;
	display:block;
}

#about table tr td{
	border:2px solid #fff;
	border-bottom:none;
	text-align:left;
	padding:8px 8px 7px 8px;
	display:block;
}

#about table tr:last-child td{
	border-bottom:2px solid #fff;
}

#about table tr td ul li{
	list-style:none;
	line-height:1.4;
	padding-bottom:5;
}

#about table tr td ul li:last-child{
	padding-bottom:0;
}

#about table tr td#comName{
	text-align:center;
}

#about table tr td#comName p{
	text-align:left;
}

/**********
 history
**********/
#history table{
	width:100%;
}

#history table tr th,
#history table tr td{
	border:2px solid #fff;
	border-bottom:none;
}

#history table tr:last-child td{
	border-bottom:1px solid #999;
}

#history table tr th{
	padding:8px 8px 7px 8px;
	vertical-align:middle;
	background:#e9f4d7;
	display:block;
}

#history table tr td{
	text-align:left;
	padding:8px 8px 7px 8px;
	display:block;
}


/**********
 chart
**********/
#chart{
	text-align:center;
	padding-top:40px;
}

#chart h3{
	text-align:left;
}

#chart img{
	width:100%;
	max-width:380px;
}



/**********
 access
**********/
#access{}
#access .accessBlk{
	background:#efefef;
	margin-bottom:30px;
	border-top:2px solid #d5b571;
	border-bottom:2px solid #d5b571;
}

#access .accessBlk .accBlkInner{
	padding:20px 20px 5px 20px;
}

#access .accessBlk .accBlkInner h4{
	color:#603813;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #565656;
}

#access .accessBlk .accBlkInner .accAddress{
	padding-bottom:10px;
	text-align:left;
	font-size:15px;
}


#access .accessBlk .mapWrap{
	border:5px solid #efefef;
}
#access .accessBlk .map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#access .accessBlk .map iframe,
#access .accessBlk .map object,
#access .accessBlk .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* PC・大型タブレット：769px〜1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {

h2#contentsTitle{
	background:#fff url(../profile/img/h2Bg.jpg) no-repeat top center;
}

h2#contentsTitle p{ line-height:1.5;}


/**********
 about
**********/
#about table tr th{
	border:2px solid #fff;
	padding:8px 8px 7px 15px;
	display:table-cell;
	text-align:left;
}

#about table tr td{
	border:2px solid #fff;
	padding:8px 15px 7px 15px;
	display:table-cell;
}

#about table tr td#comName{
	text-align:left;
}


/**********
 history
**********/
#history{
	width:55%;
	float:left;
}

#history table tr th,
#history table tr td{
	border:none;
	border-bottom:1px dotted #999;
}

#history table tr:last-child td{
	border-bottom:1px dotted #999;
}

#history table tr th{
	padding:10px 0px 9px 0px;
	background:none;
	display:table-cell;
	text-align:left;
	width:30%;
}

#history table tr td{
	text-align:left;
	padding:10px 5px 9px 8px;
	display:table-cell
}


/**********
 soshikizu
**********/
#chart{
	width:42%;
	float:right;
	padding-top:0;
}

/**********
 access
**********/
#access{}
#access .accessBlk{
	background:#efefef;
	margin-bottom:0;
}

#access .accessBlk:nth-child(even){
	float:right;
	width:48%;
}

#access .accessBlk:nth-child(odd){
	float:left;
	width:48%;
}



}

/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {

h2#contentsTitle{
	background:#fff url(../profile/img/h2Bg.jpg) no-repeat top center;
}

h2#contentsTitle p{ line-height:1.5;}


/**********
 about
**********/
#about table tr th{
	border:2px solid #fff;
	padding:8px 8px 7px 15px;
	display:table-cell;
	text-align:left;
}

#about table tr td{
	border:2px solid #fff;
	padding:8px 15px 7px 15px;
	display:table-cell;
}

#about table tr td#comName{
	text-align:left;
}



/**********
 history
**********/
#history{
	width:510px;
	float:left;
}

#history table tr th,
#history table tr td{
	border:none;
	border-bottom:1px dotted #999;
}

#history table tr:last-child td{
	border-bottom:1px dotted #999;
}

#history table tr th{
	padding:10px 8px 9px 8px;
	background:none;
	display:table-cell;
	text-align:left;
	width:30%;
}

#history table tr td{
	text-align:left;
	padding:10px 5px 9px 8px;
	display:table-cell
}


/**********
 soshikizu
**********/
#chart{
	width:380px;
	float:right;
	padding-top:0;
}


/**********
 access
**********/
#access{}
#access .accessBlk{
	background:#efefef;
	margin-bottom:0;
}

#access .accessBlk:nth-child(even){
	float:right;
	width:48%;
}

#access .accessBlk:nth-child(odd){
	float:left;
	width:48%;
}

}


@media print{
	
h2#contentsTitle{
	background:#fff url(../profile/img/h2Bg.jpg) no-repeat top center;
}

h2#contentsTitle p{ line-height:1.5;}


/**********
 about
**********/
#about table tr th{
	border:2px solid #fff;
	padding:8px 8px 7px 15px;
	display:table-cell;
	text-align:left;
}

#about table tr td{
	border:2px solid #fff;
	padding:8px 15px 7px 15px;
	display:table-cell;
}

#about table tr td#comName{
	text-align:left;
}



/**********
 history
**********/
#history{
	width:510px;
	float:left;
}

#history table tr th,
#history table tr td{
	border:none;
	border-bottom:1px dotted #999;
}

#history table tr:last-child td{
	border-bottom:1px dotted #999;
}

#history table tr th{
	padding:10px 8px 9px 8px;
	background:none;
	display:table-cell;
	text-align:left;
	width:30%;
}

#history table tr td{
	text-align:left;
	padding:10px 5px 9px 8px;
	display:table-cell
}


/**********
 soshikizu
**********/
#chart{
	width:380px;
	float:right;
	padding-top:0;
}


/**********
 access
**********/
#access{}
#access .accessBlk{
	background:#efefef;
	margin-bottom:0;
}

#access .accessBlk:nth-child(even){
	float:right;
	width:48%;
}

#access .accessBlk:nth-child(odd){
	float:left;
	width:48%;
}

}