@charset "UTF-8";

html,body,div,p,h1,h2,h3,ul,ol,li,table,th,td {
	margin: 0;
	padding: 0;
}

body {
	background: url('./images/bg.gif ');
	color: #393333;
	font-size: 75%;
	line-height: 1;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {color: #0051A4}
a:hover, a:focus {color: #007fff}

ul {list-style: none}

table {
	border: 1px solid #FE98CB;
	border-collapse: collapse;
	width: 440px;
	line-height: 1.8;
	margin-top: 30px;
}

th, td {
	border: 1px solid #FE98CB;
	text-align: left;
	padding: 8px 13px;
}

th {
	background: #FFE8F3;
	width: 124px;
	font-weight: bold;
	vertical-align: center;
}

#header_body, #main, #totop, #footer_body {
	position: relative;
	background: #fff;
	margin: 0 auto;
}

#header {
	background: url('./images/bg_head.png') repeat-x 0 70px #fff;
	border-bottom: 20px solid #BA015F;
}
#top #header {
	background-image: url('./images/bg_top_head.png');
	border: 0;
}

#header_body {
	position: relative;
	background: url('./images/bg_sakura.png') no-repeat right 76px;
	width:  960px;
	height: 238px;
	padding: 10px 49px 0;
}
#top #header_body {
	background-image: url('./images/bg_top_sakura.png');
	height: 543px
}

#logo {
	float: left;
	padding-left: 3px
}

#ttl {
	position: absolute;
	background: url('./images/bg_gaikan.png') no-repeat;
	height: 62px;
	padding: 90px 0 34px 323px;
	top: 62px;
	left: 53px;
}

#head_copy, #nav {
	float: right;
}

#head_copy {
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
}

#nav li {
	float: left;
}

#top_txt {
	position: absolute;
	top: 63px;
	left: -54px;
}

#tokuten {
	position: absolute;
	top: 76px;
	right: 48px;
}

#catch {
	background: #BA015F;
	/* height: 38px; */
	height:10px;
	padding: 8px 0;
}

#catch p {
	width: 960px;
	text-align: right;
	margin: 0 auto;
}

#main {
	width: 910px;
	padding: 50px 25px 30px;
}

.section {
	font-size: 116.666%;
	margin-bottom: 50px;
}

.section p {margin: 10px 0 30px}

#detail1 {float: left}
#detail2 {float: right}

#access_map {
	line-height: 2;
	margin: 50px 0 30px;
}

#totop {
	width: 947px;
	text-align: right;
	padding-right: 13px;
}

#footer {
	background: url('./images/bg_footer.png') #615956;
}

#footer_body {
	position: relative;
	background: transparent;
	width: 960px;
	padding: 16px 0;
}

#footer_body .tofb {
	position: absolute;
	right: 0;
	bottom: 16px;
}

#footer_nav {
	position: absolute;
	top: 14px;
	right: 1px;
}

#footer_nav li {float: left}

#copyright {
	background: #3A3634;
	color: #fff;
	font: 10px/1 san-serif;
	text-align: center;
	padding: 10px 0;
}
#copyright small {
	display: inline-block;
	width: 960px;
	text-align: right;
}

.clearfix {zoom: 1}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


#gallery_slide {
	position: relative;
	background: #FFE1F0;
	color: #666;
	width: 850px;
	font-size: 13px;
	margin-top: 30px;
	padding: 30px;
}

#gallery_slide ul {
	list-style: none;
}

#gallery_slide p {margin: 10px 0}

.slides {
	position: relative;
	width: 850px;
	height: 500px;
}

.slides li {
	position: absolute;
}

.slide_nav {
	overflow: hidden;
	clear: both;
	width: 850px;
}

.slides_thm {
	position: relative;
	height: 89px;
}

.slides_thm li {
	float: left;
	border: 2px solid #666;
	margin-right: 9px;
}

.slides_thm img {opacity: .6}

.slides_thm .selected {border-color: #BA015F}
.selected img {opacity: 1}

.num_disp {float: left}
.auto_switch {float: right}

.auto_switch a {
	display: inline-block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

.btn_left, .btn_right {
	position: absolute;
	top: 585px;
	padding: 8px;
}
.btn_left {left: 0}
.btn_right {right: 0}


#social {
	padding:5px;
	position:absolute;
	top:10px;
	right:20px;
}
#social ul {
	float:right;
}
#social li {
	display: inline;
	float: left;
	padding-right: 10px;
}
iframe.twitter-share-button {
	width: 85px!important;
}


.btn_vacancy {
	position: absolute;
	left: 380px;
	top: 30px;
}

#footer_body .btn_vacancy {
	left: auto;
	right: 0;
	top: auto;
	bottom: 17px;
}

.attention {
	color: red;
	position: relative;
	top: -25px;
}