@charset "utf-8";
/* CSS Document */

/* =========================================================
mainContainer
========================================================= */
#mainImgWrap {
	margin-bottom:10px;
}
#mainImgWrap .Inner {
	height:200px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	background-image:url(../img/img_main.jpg);
}

#mainContainer {
	margin-bottom:30px;
}

/* =========================================================
pankz
========================================================= */

#pankz {
	width:980px;
	margin:0 auto;
	text-align:left;
}
#pankz a {
	text-decoration:underline;
	color:#333;
}
#pankz a:hover {
	text-decoration:none;
	color:#333;
}

/* =========================================================
contents01
========================================================= */

#contents01 {
	width:960px;
	margin:50px auto 0;
	padding:0 0 60px;
}
#contents01 h2 {
	text-align:center;
	padding-bottom:20px;
}

#intro {
	width:960px;
	position:relative;
}
#intro #photo {
	width:250px;
	position:absolute;
	left:0;
	top:0;
}
#intro .txt {
	padding-left:280px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	line-height:1.8em;
	padding-bottom:20px;
	
}
#intro .name {
	text-align:right;
	padding-right:20px;
}
/* =========================================================
contents02
========================================================= */
#contents02 {
	width:960px;
	margin:0 auto;
	padding:0 0 50px;
	overflow:hidden;
}
#profile {
	width:580px;
	float:left;
}
#contents02 h3 {
	text-align:left;
	padding-bottom:20px;
}
#contents02 table {
	width:580px;
}
#contents02 th {
	font-weight:700;
	line-height:1.8em;
	border-bottom:1px dotted #CCC;
	width:85px;
	text-align:left;
	padding:6px 0 6px 5px;
}
#contents02 td {
	line-height:1.8em;
	border-bottom:1px dotted #CCC;
}

#contents02 #map{
	float:right;
}

/* =========================================================
btmMenu
========================================================= */
#btmMenu {
	clear:both;
	width:980px;
	margin:0 auto;
	margin-bottom:50px;
}
#btmMenu ul {
	overflow:hidden;
	padding-left:10px;
}
#btmMenu li {
	float:left;
	padding:0 10px 10px 0;
}