@charset "UTF-8";

p.txt {padding:5px 10px;}
td,th {
	padding:3px 5px;
	vertical-align:middle;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*Auth
-------------------------------------------------------*/
#modalBox{
	padding: 0;
	background: transparent;
}
#auth{
	width: 900px;
	margin: 0 auto;
	background: url(../img/common/base_pattern.jpg) 50px 30px repeat;
	border: 3px solid #cca868;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
}
#auth h1{margin: 80px 0 10px 5px;}
#auth #enter span{
	width: 333px;
	height: 86px;
	display: inline-block;
	background-image: url(../img/auth/enter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
#auth #enter span:hover{background-position: 0 100%;}
#authtxt{color:#fff;}
#leave a{color:#ffd75e;}
#leave a:hover, #leave a:visited{color:#cab487;}
#adban{padding: 10px 0 20px;}
#adban a:hover{opacity: .9;}

/* header
------------------------------------------------*/
header{
	min-width:1050px;
	height:427px;
	background: url(../img/common/head_bg.jpg) repeat-x;
}
header #hdinner{
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
header h2{
	position: absolute;
	left: 292px;
	top: 45px;
}
header #shopinfo{
	background:url(../img/common/shopinfo.png) 0 0/384px 370px no-repeat;
	height: 370px;
	margin-left:-35px;
}
header #shopinfo ul{
	position: absolute;
	text-align: center;
	top: 140px;
	left: 29px;
}
header #shopinfo ul li:last-child a:hover{opacity:0.7;}
header nav{background:#3b3b3b;}
header nav ul{
	width:auto;
	min-width:1050px;
}
header nav ul li{display:inline-block;}
header nav ul li:first-child{border-left:1px border }
header nav ul li a{
	text-indent:-9999px;
	display:block;
	background:url(../img/common/topnav.png) no-repeat;
	width:232px;
	height:57px;
}
header nav ul li:last-child a{width:234px;}
header nav ul li:nth-child(1) a{background-position:0 0;}
header nav ul li:nth-child(2) a{background-position:-232px 0;}
header nav ul li:nth-child(3) a{background-position:-464px 0;}
header nav ul li:nth-child(4) a{background-position:-696px 0;}
header nav ul li:nth-child(1) a:hover{background-position:0 100%;}
header nav ul li:nth-child(2) a:hover{background-position:-232px 100%;}
header nav ul li:nth-child(3) a:hover{background-position:-464px 100%;}
header nav ul li:nth-child(4) a:hover{background-position:-696px 100%;}

#hdMask {
	position: absolute;
	bottom: 10px;
	right: 5px;
	width: 168px;
	height: 192px;
}
#hdMask a {
	display: block;
	background: url(../img/common/hd_mask.png) no-repeat 0 0;
	width: 168px;
	height: 192px;
	text-indent: -9999px;
}
#hdMask a:hover{
	background-position:100% 0;
}

/* footer
------------------------------------------------*/
footer {background: #00174d;}
footer div{min-width:1050px;}
#ftLinks {padding: 30px 0;}
#ftLinks li {
	display: inline-block;
	font-size: 0.9rem;
}
#ftLinks li:not(:last-child) {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #8ca7e5;
	line-height: 1.1;
}
#ftLinks a {
	color: #fff;
	text-decoration: none;
}
#ftLinks a:hover {text-decoration: underline;}

#ftBanner {margin-bottom: 40px;}
#ftBanner li{
	display:inline-block;
	margin:0 auto;
	padding:2px 0;
}
#ftBanner li a{
	display:block;
	background:url(../img/common/foot_banner_mask.png) no-repeat;
	width:253px;
	height:74px;
	text-indent:-9999px;
}
#ftBanner li:not(:last-child){margin-right:5px;}
#ftBanner li#ftJU a{background-position:0 0;}
#ftBanner li#ftKB a{background-position:-253px 0;}
#ftBanner li#ftTN a{background-position:-506px 0;}

#ftBanner li#ftJU a:hover{background-position:0 100%;}
#ftBanner li#ftKB a:hover{background-position:-253px 100%;}
#ftBanner li#ftTN a:hover{background-position:-506px 100%;}

address {
	background: #fff;
	padding: 20px 0;
	color: #00174d;
	font-style: normal;
}
address a,
address a:link,
address a:visited,
address a:hover, 
address a:active {
	color: #00174d;
	text-decoration: none;
}


/* 404.html
------------------------------------------------*/
#p404{
	background:url(../img/common/base_pattern.jpg) repeat;
	width:100%;
	height:100vh;
}
#p404 > div{
	min-width: 1050px;
	display: flex;
	flex-flow: column wrap;
	color: #fff;
	font-size: 1.0rem;
	align-items: center;
	padding: 60px 0px;
}
#p404 p{
	font-size:1.7rem;
	margin-bottom: 10px;
}
#p404 span{margin-bottom:30px;}
#p404 > div > a{
	display:block;
	background:url(../img/404/404_top.png) no-repeat;
	width:282px;
	height:52px;
	text-indent:-9999px;
	background-position:0 0;
}
#p404 > div > a:hover{
	background-position:0 100%;
}


/* 00 index.html
------------------------------------------------*/
#contents{min-width:1050px; position: relative;}
#contents > div > div{
	width:1014px;
	margin:0 auto;
	text-align: center;
}
#contents div h3 {padding: 50px 0;}
#contents div h3 > span{
	display:block;
	position:relative;
}
#contents a:link {text-decoration: none;}
#contents #today{margin:20px 0 70px;}
#contents #today h3 span::before,#contents #today h3 span::after{
	content: '';
	width: 370px;
	height: 10px;
	display: block;
	background: url(../img/title/dot_yellow.png) repeat-x 0 0;
	top: 15px;
	position: absolute;
}
#contents #today h3 span::before{left:0;}
#contents #today h3 span::after{right:0;}

#contents #hands {
	background: url(../img/common/base_pattern.jpg) 0 5px repeat;
	padding: 20px 0 70px;
}
#contents #hands h3 span::before,#contents #hands h3 span::after{
	content: '';
	width: 380px;
	height: 10px;
	display: block;
	background: url(../img/title/dot_white.png) repeat-x 0 0;
	top: 15px;
	position: absolute;
}
#contents #hands h3 span::before{left:0;}
#contents #hands h3 span::after{right:0;}

#contents::after{
	content:'';
	width:100%;
	height:84px;
	display: block;
	background: url(../img/common/foot_pattern.jpg) repeat-x 0 0;
}

#exlink{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 17px;
}

#indexWrap{
	width:800px;
	padding:70px 40px 0;
	margin:0 auto;
	background:url(../img/index/index_head.jpg) no-repeat 0 0;
}
#indexWrap h1{
	text-align:left;
	padding-left:59px;
	margin-bottom:27px;
}
#indexInfo{
	width:452px;
	padding:5px 0 0 24px;
	float:right;
	text-align:left;
}
#indexInfo h2{
	margin-bottom:15px;
	font-weight:normal;
}	

#indexFoot{
	border-top:1px solid #d7d7d7;
	padding-top:20px;
	color:#656565;
}
#indexFoot ul{margin-bottom:15px;}
#indexFoot ul li{display:inline;}
#indexFoot ul li a{padding:0 5px;}
#indexFoot address{
	color:#7fb6f5;
	font-size:84%;
}
#attention{color:#ff6c00;}


/* 各ページ共通
------------------------------------------------*/

#contents .bg {
	background: url(../img/common/base_pattern.jpg) 0 25px repeat;
	padding: 40px 0 50px;
}
#contents .bg > div{width:980px;}
.bg > div{
	background:#cca868;
	border-radius:5px;
	padding:3px 0;
}
.bg > div > div{
	background:#fff;
	border-radius:5px;
	margin: 0 3px;
	padding: 0 87px 70px;
}
.bg h3 span::before, .bg h3 span::after{
	content: '';
	width: 280px;
	height: 10px;
	display: block;
	background: url(../img/title/dot_yellow.png) repeat-x 0 0;
	top: 15px;
	position: absolute;
}
.bg h3 span::before{left:0;}
.bg h3 span::after{right:0;}


/* 01 flow.html
------------------------------------------------*/

#flowInner dl{margin-bottom:30px;}
#flowInner dl div{
	border: 2px solid #cca868;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 50px;
	height: 90px;
	position:relative;
}
#flowInner dl div:not(:last-child)::after{
	content:'';
	position:absolute;
	width:72px;
	height:18px;
	background:url(../img/flow/flow_arrow.png) no-repeat 0 0;
	top: 110px;
	left: 370px;
}
#flowInner dl div dt{
	width: 80px;
	background: #cca868;
	height: 100%;
}
#flowInner dl div dt img {margin-top: 30px;}
#flowInner dl div dd{margin-left: 30px;	}

#contact h4{
	background: #ff5a74;
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 10px;
	border-radius: 6px 6px 0 0;
}
#contact div{
	width:801px;
	height:297px;
	background:url(../img/flow/contact_bg.jpg) no-repeat 0 0;
	position:relative;
	color: #1d1d1d;
}
#contact div img {
	position: absolute;
	top: 40px;
	left: 325px;
}
#contact a{
	display:block;
	background:url(../img/flow/contact_mail.png) no-repeat;
	width:293px;
	height:41px;
	text-indent:-9999px;
	position: absolute;
	top: 140px;
	left: 320px;	
	background-position:0 0;
}
#contact a:hover{background-position:0 100%;}
#contact p{
	position: absolute;
	top: 200px;
	left: 320px;
	text-align: left;
	font-size: 0.85rem;
}
#contact p span{
	display: block;
	color: #9b7531;
	font-size: 1.0rem;	
}


/* 02 system.html
------------------------------------------------*/

#systemInner{
	font-size:1.0rem;
	color:#322000;
}
#systemInner h4{
	background: #cca868;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	padding: 3px 0;
	margin-bottom: 20px;
}
#systemInner > div:not(:last-child){margin-bottom:50px;}

/* 20200228　追記
------------------------------------------- */
.flBox{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.flCont{flex:0 0 48%;}
.sysset{margin-bottom: 30px;}
.sysset h4{
	padding: 3px 0;
	margin-bottom: 20px;
	background: #cca868;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
}
.sysset h5{
	padding: 4px;
	margin-bottom: 10px;
	background: #ac996d;
	color: #fff;
	font-weight: normal;
}
.sysset h5.newcourse{color:#b70000;}
.sysset div.frame{
	padding: 8px 12px;
	margin-bottom: 30px;
	text-align: left;
	background: #f6f1eb;
	border: 1px solid #a09486;
}
.sysset ul{border: 1px solid #a09486;}
.sysset ul li:not(:last-child){border-bottom: 1px solid #a09486;}

.sysset ul li dl{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sysset ul li dl dt,
.sysset ul li dl dd{display: table-cell;}
.sysset ul li dl dt{
	width: 70%;
	padding: 8px 20px;
	text-align: left;
	border-right:1px solid #a09486;
	background: #735d41;
	color: #fff;
}
.sysset ul li dl dd{
	padding: 8px 10px;
	text-align: right;
}
.sysset ul li:nth-of-type(odd) dl dd{background: #f6f1eb;}
.sysset > p{
	margin-top:10px;
	text-align:left;
	color:#b70000;
}


/* ---------------------------------------- */

/*#sysStd > div{border: 1px solid #a09486;}*/
#sysStd {margin-bottom:50px;}
#sysStd > div ul{
	display: flex;
	flex-flow: row wrap;
}
#sysStd div ul li{
/*	width: 25%;*/
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 8px 12px;
	border-top: 1px solid #a09486;
	border-right: 1px solid #a09486;
}
#sysStd div ul li.lastC{border-bottom: 1px solid #a09486;}
#sysStd div ul li:first-child{border-left: 1px solid #a09486;}
#sysStd div ul:last-child li{border-bottom: 1px solid #a09486;}
#sysStd div ul:nth-child(2n-1) li:nth-child(2n-1),
#sysStd div ul:nth-child(2n) li:nth-child(2n){
	background:#f6f1eb;
}
#sysCO {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#sysCO > div{
	width:48%;
}

#sysCrs > div dl{
	text-align: left;
	border: 1px solid #a09486;
	display: flex;
	flex-flow: row wrap;
}
#sysCrs > div dt,
#sysCrs > div dd{
	box-sizing:border-box;
}
#sysCrs > div dt:not(:last-of-type),
#sysCrs > div dd:not(:last-of-type){
	border-bottom: 1px solid #a09486;
}
#sysCrs > div dt{
	width: 70%;
	background: #735d41;
	color: #fff;
	border-right:1px solid #a09486;
	padding: 8px 20px;
	display: flex;
	align-items: center;
}
#sysCrs > div dd:nth-of-type(2n-1){
	background:#f6f1eb;
}
#sysCrs > div dd{
	width: 30%;
	padding: 8px 10px;
	text-align:right;
}
/* 3コースver
#sysCrs > div{
	display: flex;
	flex-flow: row nowrap;
}
#sysCrs > div > div{width:31%;}
#sysCrs > div > div:not(:last-child){margin-right:3.5%;}
#sysCrs > div > div p{
	background: #ff5a74;
	color: #fff;
	padding: 4px;
	margin-bottom: 5px;
}
#sysCrs > div > div p span{font-size:0.9rem;}
#sysCrs > div > div dl{
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #a09486;
}
#sysCrs > div > div dt,
#sysCrs > div > div dd{
	padding:8px;
	box-sizing:border-box;
}
#sysCrs > div > div dd:nth-of-type(2n-1){background:#f6f1eb;}
#sysCrs > div > div dt:not(:last-of-type),
#sysCrs > div > div dd:not(:last-of-type){
	border-bottom: 1px solid #a09486;
}
#sysCrs > div > div dt{
	width: 35%;
	text-align: center;
	background: #735d41;
	color: #fff;
	border-right:1px solid #a09486;
}
#sysCrs > div > div dd{
	width: 65%;
	text-align: right;
}
*/
#sysOpt > div dl{
	text-align: left;
	border: 1px solid #a09486;
	display: flex;
	flex-flow: row wrap;
}
#sysOpt > div dt,
#sysOpt > div dd{
	box-sizing:border-box;
}
#sysOpt > div dt:not(:last-of-type),
#sysOpt > div dd:not(:last-of-type){
	border-bottom: 1px solid #a09486;
}
#sysOpt > div dt{
	width: 70%;
	background: #735d41;
	color: #fff;
	border-right:1px solid #a09486;
	padding: 8px 20px;
	display: flex;
	align-items: center;
}
#sysOpt > div dd:nth-of-type(2n-1){
	background:#f6f1eb;
}
#sysOpt > div dd{
	width: 30%;
	padding: 8px 10px;
	text-align:right;
}

/* 注意事項
-------------------------------------- */
#sysCau{
	font-size:0.85rem;
	color: #3b3b3b;
}
#sysCau ul{margin-bottom:30px;}
#sysCau ul,#sysCau p{text-align:left;	}
#sysCau ul li{
	padding-left:15px;
	position:relative;
}
#sysCau ul li::before{
	content:'・';
	position:absolute;
	width:20px;
	height:10px;
	left:0;
}
#sysCau p:first-of-type{margin-bottom:30px;}


/* 03 employment.html
------------------------------------------------*/

/*#employInner > p{
	font-size:1.8rem;
	margin-top: -20px;
	margin-bottom:40px;
	color: #ff5a74;
	font-style: oblique;
}
#employInner > p.serif span{
	font-size:1.4em;
	transform:none;
}*/
#employTop{margin-top:-20px;}
#employMerit{
	background:#ebe2d1;
	padding: 10px 40px;
}
#employMerit dl dt{
	background:#cca868;
	border:#cca868 3px solid;
	border-radius: 4px 4px 0 0;
}
#employMerit dl dd{
	background:#fff;
	border: #cca868 solid;
	border-width: 0 3px 3px 3px;
	border-radius: 0 0 4px 4px;
	padding: 15px;
	margin-bottom:10px;
	text-align: left;
	font-size:1.0rem;
}
#employMerit span{font-size:1.05rem;}
#employPoint{
	padding: 20px 0;
}
#employPoint li{
	margin-bottom: 10px;
}
#employMessage{
	background: #f2e0a7;
	border: 2px #8e7528 solid;
	padding: 10px;
}
#employMessage p{
	margin-bottom:10px;
}
#employMessage div{
	background:#fff;
	padding:20px 15px;
	border-radius:6px;
	text-align:left;
	font-size:0.9rem;
}
#employMessage span{
	font-weight:bold;
	font-size:1.0rem;
}

#employInfo{
	font-size:1.0rem;
	margin-top: -20px;
	margin-bottom:30px;
}
#employInfo div{
	display: flex;
	flex-flow: row nowrap;
	text-align: left;
}
#employInfo div:not(:last-child){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #a58c6d;
}
#employInfo div dt{
	background:#a58c6d;
	color:#fff;
	width:210px;
	padding: 3px 20px;
	margin-right:30px;
}
#employInfo div:last-child dt{height: 24px;}
#employInfo div dd{
	color:#322000;
	margin-top:3px;
	max-width:520px;
}
#employInfo div dd a,
#employInfo div dd a:link,
#employInfo div dd a:visited,
#employInfo div dd a:hover,
#employInfo div dd a:active{
	color:#322000;
	text-decoration:none;
}

#employInner h4 {
	background: #ff5a74;
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 10px;
	border-radius: 6px 6px 0 0;
}
#employContact {
	background: #faf6ee;
	border: #ff5973 solid;
	border-width: 0 3px 3px 3px;
	border-radius: 0 0 6px 6px;
	padding: 10px;
}
#employContactInner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#employContactInner div p {
	padding:10px 0;
}
#employContactInner div ul {
	display:flex;
	justify-content:center;
	margin-bottom:15px;
}
#employContactInner div ul li{
	padding:0 5px;
}
#employContactInner div ul li a{
	width:193px;
	height:68px;
	display:block;
	background-position:0 0;
	text-indent:-9999px;
}
#employContactInner div ul li a:hover{
	background-position:0 100%;
}
#employMail a{
	background:url(../img/employment/employ_mail.png) no-repeat;
}
#employLine a{
	background:url(../img/employment/employ_line.png) no-repeat;
}
#employQR{
	padding-left: 20px;
}
#employQR span{
	padding: 3px 5px;
	display: inline-block;
	color: #1d1d1d;
	font-size: 1.25em;
}
#employQR a{
	display: block;
	background: #fff;
	padding: 10px;
	border: 1px solid #6b6a68;
}
#employQR a img{
	width: 110px;
	height: 110px;
}
#employContact > span {
	font-size: 0.8rem;
	color: #1d1d1d;
}

/* 05 alb
------------------------------------------------*/
#albList{
	margin:0 auto;
	text-align:center;
	display:flex;
	flex-flow:row wrap;
}
.listBox{
	background:#f9ecc2;
	width:240px;
	height:auto;
	position:relative;
	border:3px solid #f9ecc2;
	border-radius:3px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}
#hands .listBox{
	background:#fff;
	border: 3px solid #fff;
}
.listBox:nth-child(4n){margin:0 0 10px 0;}
.listBox:not(:nth-child(4n)){margin:0 10px 10px 0;}
.listBox a > span{
	display:inline-block;
	margin-top:5px;
	font-size: 0.95rem;
	font-weight: bold;
	color: #99790d;
}
.listBox dl dt{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size:1.4rem;
	line-height:1.2;
	color:#5d4418;
	font-weight:bold;
}
.listBox dl dt span:first-of-type{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.2;
	max-height: 2.4em;
	text-align: left;
	margin-left: 10px;
}
.listBox dl dt span:last-of-type{
	font-size:1.0rem;
	font-weight:normal;
}
.listBox dl dd{
	font-size:0.95rem;
	font-weight:bold;
	color:#99790d;
}
.listBox a > div{
	background: #fff;
	color: #ff5a74;
	font-size: 1.25rem;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	height:40px;
}
#hands .listBox a > div{background: #eff1f2;}
.listBox a > div span:first-child{float:left;}
.listBox a > div span:last-child{
	float:right;
	display:contents;
}
.listBox #scheOn span:first-child{
	background:#ff5a74;
	color:#fff;
	border-radius: 5px;
	padding: 0 15px;
}
.listBox #scheOff span:first-child{
	background:#ac996d;
	color:#fff;
	border-radius: 5px;
	padding: 0 15px;
}
.listBox #scheOff span:last-child{color:#ac996d;}

/* 05 alb detail
------------------------------------------------*/
#detail{
	position:relative;
	margin-bottom:40px;
}
#detail::after{
	position:absolute;
	content: '';
	width: 100%;
	height: 40px;
	display: block;
	background: url(../img/common/base_pattern.jpg) repeat-x 0 0;
}
#detail h3 span::before,
#detail h3 span::after{
	content: '';
	width: 370px;
	height: 10px;
	display: block;
	background: url(../img/title/dot_yellow.png) repeat-x 0 0;
	top: 15px;
	position: absolute;
}
#detail h3 span::before{left:0;}
#detail h3 span::after{right:0;}
#detInner{
	display:flex;
	flex-flow:row nowrap;
	padding: 0 30px;
	font-size:0.9rem;
	position:relative;
	min-height: 450px;
}
#detInner > img:nth-child(1){margin-right:10px;}
#detInner > img:nth-child(2){margin-right:30px;}
#detInner > div{
	text-align:left;
	flex:0 0 314px;
	width:314px;
	word-break:break-all;
}
#detInner .newFlag{margin-bottom:5px;}
#detInner > div > span{
	font-size: 1.1rem;
	font-weight: bold;
	color: #99790d;
}
#detInner > div dt{
	font-size: 1.4rem;
	font-weight:bold;
	color: #5d4418;
}
#detInner > div dt span{font-size: 1.2rem;}
#detInner > div dd{
	font-size: 1.1rem;
	font-weight: bold;
	color: #99790d;
}
#detInner div div{
	background: #fff;
	color: #ff5a74;
	font-size: 1.25rem;
	padding-top:5px;
	box-sizing: border-box;
	border-radius: 5px;
}
#detInner div div span:first-child{
	background: #ff5a74;
	color: #fff;
	border-radius: 5px;
	padding: 0 15px;
	margin-right:10px;
}
#detInner div div#scheOff span:first-child{background:#ac996d;}
#detInner div div#scheOff span:last-child{color:#ac996d;}
#detInner div div span#scheOn{padding:0px 25px;}
#detInner > div p.new{margin-bottom: 5px;}
#detInner > div p.com{
	background: #cab487;
	color: #fff;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
	letter-spacing: 4.0px;
}
#detInner > div div#schedule{margin-bottom:20px;}
#detInner > div div#schedule dl dt{
	float:left;
	font-size:0.8rem;
	font-weight: normal;
	background:#99790d;
	color:#fff;
	width: 64px;
	text-align: center;
	margin: 0 14px 3px 3px;
}
#detInner > div div#schedule dl dd{
	font-size:0.8rem;
	font-weight: normal;
	color: #5d4418;
	margin-left: 10px;
	margin-bottom: 3px;
}
#detInner > div > pre{
	display:block;
	color: #3b3b3b;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

#detInner > div a{
	display:block;
	background:url(../img/alb/link_top.png) no-repeat;
	width:282px;
	height:52px;
	text-indent:-9999px;
	background-position:0 0;
	margin: 30px auto 50px;
}
#detInner > div a:hover{background-position:0 100%;}


.listBox .newFlag{
	position:absolute;
	top:5px;
	left:5px;
	z-index:2;
}
.listBox .workFlag{
	position:absolute;
	top:17px;
	right:30px;
	z-index:3;
}
