@charset "utf-8";


/* main
------------------------------------------------------------ */
#main-box {
	position: relative;
	width:100%;
}
#main-bg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
#main-bg img {
	width:100%;
	height:100%;
}
#main-img-box {
	position: relative;
	top:0px;
	left:0px;
	width:1240px;
	height:580px;
	margin:0 auto;
	padding-top:0px;
}
#main-img-box .main-img {
	position: absolute;
	top:0px;
	left:0px;
}
#main-img-box .main-copy {
	display:none;
	position: absolute;
	top:100px;
	left:530px;
}
#main-img-box .main-copy img.copy1 {
	display:inline;
}
#main-img-box .main-copy img.copy2 {
	display:none;
}
#main-img-box .main-copy p {
	padding-top:10px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
#main-img-box .main-copy p span {
	display:block;
}


#main-img-box .business {
	display:none;
	position: absolute;
	top:310px;
	left:530px;
}
#main-box .business .text {
	position: absolute;
	top:43px;
	left:0px;
	width:300px;
	height:65px;
	padding-top:55px;
	text-align: center;
	background:url(common/images/bg01.png);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
#main-box .business .icon {
	position: absolute;
	top:0px;
	left:107px;
	width:85px;
	height:92px;
}
#main-img-box .set1 {
	left:530px;
}
#main-img-box .set2 {
	left:850px;
}



/* event
------------------------------------------------------------ */
#event-box {
	width:100%;
	height:auto;
	padding:80px 0 80px 0;
	background:url(common/images/bg02.png);
}
#event-box .title {
	position: relative;
	width:100%;
	height:90px;
}
#event-box h3 {
	display:block;
	position: absolute;
	top: 42%;
	width:100%;
	margin-top: -0.5em;
	font-weight: normal;
	text-align:center;
	color:#666;
}
#event-box h3 img {
	width:220px;
	height:auto;
}
#event-box ul {
	width:1000px;
	margin: 0 auto;
}
#event-box li {
	margin-bottom:20px;
	background:url(images/event/bg.png);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
#event-box li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#event-box ul li a {
	display: block;
	position: relative;
	width:1000px;
	height:auto;
	padding:30px 0;
	color:#999;
}
#event-box ul li p.date {
	display:table-cell;
	width:95px;
	height:100%;
	padding-left:10px;
	vertical-align: middle;
}
#event-box ul li p.caption {
	display:table-cell;
	width:770px;
	height:100%;
	font-size: 21px;
	color:#fff;
	vertical-align: middle;
}
#event-box ul li p.arrow {
	display:block;
	position: absolute;
	top: 50%;
	left: 890px;
	width:95px;
	height:24px;
	margin-top: -18px;
	padding:12px 0 0 15px;
	background:url(images/event/arrow_bg.png);
	font-size: 13px;
	color:#fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
}


/* title-bar
------------------------------------------------------------ */
#about-box,
#business-box,
#access-box {
	width:100%;
	height:auto;
}
#about-box:after,
#business-box:after,
#access-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#about-box .title,
#business-box .title,
#access-box .title {
	position: relative;
	width:100%;
	height:70px;
	text-align:center;
	background:url(common/images/bg02.png);
	border-bottom: solid 1px #ccc;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1);
	-o-box-shadow: 0px 1px 0px rgba(255,255,255,1);
	-ms-box-shadow: 0px 1px 0px rgba(255,255,255,1);
}
#about-box .title,
#access-box .title {
	background:url(common/images/bg02.png);
}
#business-box .title {
	background:url(common/images/bg01.png);
}
#about-box .title h3,
#business-box .title h3,
#access-box .title h3 {
	display:block;
	position: absolute;
	top: 40%;
	width:100%;
	margin-top: -0.5em;
	font-weight: normal;
	text-align:center;
	color:#666;
}
#about-box .title h3 img,
#business-box .title h3 img,
#access-box .title h3 img {
	margin-top: 7px;
	width:107px;
	height:auto;
}
#about-box .title .bar,
#business-box .title .bar,
#access-box .title .bar {
	width:1000px;
	margin-top: 0px;
}



/* about
------------------------------------------------------------ */
#about-box {
	padding:0 0 50px 0;
	background:url(common/images/bg01.png);
}
#about-box .dl-box {
	width:1000px;
	margin: 50px auto;
	font-size: 18px;
	line-height: 32px;
	color: #666;
}
#about-box dl {
	margin-bottom: 30px;
	background:url(common/images/bg06.png);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
#about-box dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#about-box dt {
	float:left;
	width:100px;
	padding: 20px 30px 20px 30px;
}
#about-box dd {
	float:left;
	padding: 20px 30px 20px 0px;
}
#about-box dd p {
	width:780px;
	padding: 10px;
	font-size: 15px;
	line-height: 22px;
	background:#e5e5e5;
}



/* business
------------------------------------------------------------ */
#business-box {
	background:url(common/images/bg02.png);
}
#business-box .content-box01 {
	width:900px;
	margin: 30px auto;
	padding: 30px 50px;
	text-align:center;
	border-bottom: dashed 1px #999;
}
#business-box .content-box01 h4{
	font-size: 20px;
	font-weight: normal;
	color: #bd67b0;
}
#business-box .content-box01 p{
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.5;
}
#business-box .content-box01 img.listNo{
	position: absolute;
	top:-10px;
	left:20px;
}
#business-box .content-box01 p.list1,
#business-box .content-box01 p.list2{
	position: relative;
	margin-top: 20px;
	padding: 10px 30px 10px 80px;
	text-align:left;
	font-size: 16px;
	background: #3b312f;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
#business-box .content-box02 {
	width:1000px;
	margin: 20px auto;
	padding: 30px 0;
	text-align:center;
}
#business-box .content-box03{
	width:1000px;
	margin: 0 auto;
}
#business-box .content-box04{
	width:1000px;
	margin: 0 auto 100px;
}
#business-box .content-box03 div,
#business-box .content-box04 div{
	position: relative;
	width:1000px;
	height:auto;
	margin: 50px auto 50px;
	padding:80px 0 10px;
	text-align:center;
	background:#fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3)inset;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3)inset;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3)inset;
	-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3)inset;
	-ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3)inset;
}
#business-box .content-box03 div h4,
#business-box .content-box04 div h4{
	position: absolute;
	top:20px;
	left:0px;
}


/* access
------------------------------------------------------------ */
#access-box {
	background:url(common/images/bg01.png);
}
#access-box .content-box {
	width:100%;
	margin: 0 auto 100px;
}
#map_canvas {
	width:100%;
	height:500px;
}
#access-box .content-box p {
	width:100%;
	margin: 20px auto;
	text-align:center;
	font-size: 16px;
}


/* for - 1260px
------------------------------------------------------------ */

@media screen and (max-width: 1259px) {
	#main-img-box {
		width:960px;
		height:468px;
	}
	#main-img-box .main-img img {
		width:400px;
		height:auto;
	}
	#main-img-box .main-copy {
		top:50px;
		left:410px;
	}
	#main-img-box .main-copy p {
		font-size: 16px;
		line-height: 26px;
	}
	#main-img-box .main-copy img {
		width:500px;
		height:auto;
	}
	
	#main-img-box .business {
		position: absolute;
		top:260px;
		left:410px;
	}
	#main-box .business .text {
		position: absolute;
		top:35px;
		left:0px;
		width:230px;
		height:65px;
		padding-top:55px;
	}
	#main-box .business .text img {
		width:190px;
		height:auto;
		padding-left:0px;
	}
	#main-box .business .icon {
		position: absolute;
		top:0px;
		left:82px;
		width:85px;
		height:92px;
	}
	#main-box .business .icon img {
		width:70px;
		height:auto;
	}
	#main-img-box .set1 {
		left:410px;
	}
	#main-img-box .set2 {
		left:670px;
	}
	#event-box ul {
		width:960px;
	}
	#event-box ul li a {
		width:960px;
	}
	#event-box ul li p.caption {
		width:720px;
		font-size: 18px;
	}
	#event-box ul li p.arrow {
		left: 850px;
	}
	#about-box .title .bar,
	#business-box .title .bar,
	#access-box .title .bar {
		width:960px;
	}
	#about-box .dl-box {
		width:960px;
		margin: 50px auto;
		font-size: 18px;
		line-height: 32px; 
	}
	#about-box dl {
		margin-bottom: 30px;
	}
	#about-box dt {
		width:100px;
		padding: 20px 30px 20px 30px;
	}
	#about-box dd {
		padding: 20px 30px 20px 0px;
	}
	#about-box dd p {
		width:740px;
		padding: 10px;
		font-size: 15px;
		line-height: 22px;
	}
	#business-box .content-box01{
		width:860px;
	}
	#business-box .content-box02{
		width:960px;
	}
	#business-box .content-box03{
		width:960px;
	}
	#business-box .content-box04{
		width:960px;
		margin: 0 auto 80px;
	}
	#business-box .content-box03 div,
	#business-box .content-box04 div{
		width:960px;
		height:auto;
		margin: 50px auto 50px;
		padding:80px 0 10px;
	}
	#business-box .content-box03 div img.image03,
	#business-box .content-box04 div img.image04{
		width:900px;
		height:auto;
	}
	#access-box {
		width:100%;
	}
	#access-box .content-box {
		width:100%;
		margin: 0 auto 50px;
	}
}



/* for - 979px
------------------------------------------------------------ */

@media screen and (max-width: 979px) {
	#main-img-box {
		width:740px;
		height:598px;
	}
	#main-img-box .main-img {
		top:125px;
		left:10px;
	}
	#main-img-box .main-img img {
		width:440px;
		height:auto;
	}
	#main-img-box .main-copy {
		top:30px;
		left:120px;
	}
	#main-img-box .main-copy img {
		width:500px;
		height:auto;
	}
	#main-img-box .main-copy p {
		text-align:center;
	}
	#main-box .business .text {
		width:220px;
		height:52px;
		padding-top:45px;
	}
	#main-box .business .text img {
		width:160px;
		height:auto;
		padding-left:0px;
	}
	#main-box .business .icon {
		left:75px;
	}
	#main-img-box .set1 {
		top:220px;
		left:450px;
	}
	#main-img-box .set2 {
		top:380px;
		left:450px;
	}
	#event-box {
		padding:80px 0 50px 0;
	}
	#event-box ul {
		width:740px;
	}	
	#event-box ul li a {
		width:740px;
	}
	#event-box ul li p.caption {
		width:510px;
		font-size: 18px;
	}
	#event-box ul li p.arrow {
		left: 630px;
	}
	
	
	#about-box .title .bar,
	#business-box .title .bar,
	#access-box .title .bar {
		width:740px;
	}
	#about-box {
		padding:0 0 30px 0;
	}
	#about-box .dl-box {
		width:740px;
		margin: 50px auto;
		font-size: 16px;
		line-height: 28px;
	}
	#about-box dl {
		margin-bottom: 30px;
	}
	#about-box dt {
		width:100px;
		padding: 20px 30px 20px 30px;
	}
	#about-box dd {
		padding: 20px 30px 20px 0px;
	}
	#about-box dd p {
		width:520px;
		padding: 10px;
		font-size: 13px;
		line-height: 18px;
	}
	#business-box .content-box01 {
		width:640px;
	}
	#business-box .content-box01 h4,
	#business-box .content-box01 p{
		margin-top: 20px;
	}
	#business-box .content-box01 img.listNo{
		position: absolute;
		top:-10px;
		left:15px;
		width:50px;
		height:auto;
	}
	#business-box .content-box02{
		width:740px;
	}
	#business-box .content-box02 img{
		width:740px;
		height:auto;
	}
	#business-box .content-box03{
		width:740px;
	}
	#business-box .content-box04{
		width:740px;
		margin: 0 auto 80px;
	}
	#business-box .content-box03 div,
	#business-box .content-box04 div{
		width:740px;
		height:auto;
		margin: 50px auto 50px;
		padding:80px 0 10px;
	}
	#business-box .content-box03 div img.image03,
	#business-box .content-box04 div img.image04{
		width:700px;
		height:auto;
	}
	#access-box {
		width:100%;
	}
	#access-box .content-box {
		width:100%;
		margin: 0 auto 50px;
	}
	#access-box .content-box p {
		font-size: 15px;
	}
}



/* for - 760px
------------------------------------------------------------ */

@media screen and (max-width: 759px) {
	#main-box {
		background:#f6f6f6;
	}
	#main-img-box {
		width:450px;
		height:800px;
	}
	#main-img-box .main-img {
		top:-20px;
		left:25px;
	}
	#main-img-box .main-img img {
		width:400px;
		height:auto;
	}
	#main-img-box .main-copy {
		width:400px;
		top:400px;
		left:25px;
		text-align:center;
	}
	#main-img-box .main-copy img {
		width:380px;
		height:auto;
	}
	#main-img-box .main-copy img.copy1 {
		display:none;
	}
	#main-img-box .main-copy img.copy2 {
		display:inline;
	}
	#main-img-box .main-copy p {
		width:400px;
		height:auto;
		margin:0 auto;
		padding-top:10px;
		font-size: 16px;
		line-height: 26px;
	}
	#main-img-box .main-copy p span {
		display:inline;
	}
	#main-box .business .text {
		position: absolute;
		top:0px;
		left:0px;
		width:355px;
		height:83px;
		padding-top:32px;
	}
	#main-box .business .text img {
		width:210px;
		height:auto;
		padding-left:80px;
	}
	#main-box .business .icon {
		position: absolute;
		top:20px;
		left:30px;
		width:85px;
		height:92px;
	}
	#main-box .business .icon img {
		width:70px;
		height:auto;
	}
	#main-img-box .set1 {
		top:610px;
		left:50px;
	}
	#main-img-box .set2 {
		top:745px;
		left:50px;
	}
	#event-box {
		padding:0px 0 20px 0;
	}
	#event-box .title {
		height:70px;
	}
	#event-box h3 {
		top: 44%;
	}
	#event-box h3 img {
		width:115px;
		height:auto;
	}
	#event-box ul {
		width:440px;
	}
	#event-box ul li a {
		width:440px;
	}
	#event-box ul li p.date {
		width:95px;
	}
	#event-box ul li p.caption {
		width:290px;
		font-size: 18px;
		line-height: 24px;
	}
	#event-box ul li p.arrow {
		left: 410px;
		width:16px;
		height:26px;
		margin-top: -18px;
		background:url(images/event/arrow_bg.png) -70px 0px;
	}
	#event-box ul li p.arrow span {
		display:none;
	}
	#about-box .title,
	#business-box .title,
	#access-box .title {
		height:70px;
	}
	#about-box .title h3,
	#business-box .title h3,
	#access-box .title h3 {
		top: 50%;
	}
	#about-box .title h3 img,
	#business-box .title h3 img,
	#access-box .title h3 img {
		width:80px;
		height:auto;
	}
	#about-box .title .bar,
	#business-box .title .bar,
	#access-box .title .bar {
		width:440px;
		height:60px;
		margin-top: 10px;
	}
	#about-box .dl-box {
		width:440px;
		margin: 30px auto;
		font-size: 15px;
		line-height: 26px; 
	}
	#about-box dl {
		margin-bottom: 30px;
	}
	#about-box dt {
		float:none;
		width:400px;
		padding: 10px 20px 10px 20px;
		border-bottom: solid 1px #fff;
	}
	#about-box dd {
		float:none;
		padding: 20px 20px 20px 20px;
	}
	#about-box dd p {
		width:380px;
		padding: 10px;
		margin-top: 10px;
		font-size: 13px;
		line-height: 18px;
	}
	#about-box dd span.w-b01 {
		display:block;
	}
	
	#business-box .content-box01 {
		width:370px;
		margin: 0 auto;
		padding: 20px 30px;
	}
	#business-box .content-box01 h4,
	#business-box .content-box01 p{
		margin-top: 20px;
	}
	#business-box .content-box01 p.list1,
	#business-box .content-box01 p.list2{
		padding: 10px 15px 10px 80px;
	}
	#business-box .content-box02{
		width:460px;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	#business-box .content-box02 img{
		width:460px;
		height:auto;
	}
	#business-box .content-box03{
		width:100%;
	}
	#business-box .content-box04{
		width:100%;
		margin: 0 auto 50px;
	}
	#business-box .content-box03 div,
	#business-box .content-box04 div{
		width:100%;
		height:auto;
		margin: 50px auto 50px;
		padding:80px 0 10px;
	}
	#business-box .content-box03 div img.image03,
	#business-box .content-box04 div img.image04{
		width:90%;
		height:auto;
	}
	#access-box {
		width:100%;
	}
	#access-box .content-box {
		width:100%;
		margin: 0 auto 50px;
	}
	#access-box .content-box p {
		font-size: 13px;
	}
}



/* for - 479px
------------------------------------------------------------ */

@media screen and (max-width: 479px) {
	#main-img-box {
		width:300px;
		height:690px;
	}
	#main-img-box .main-img {
		top:-20px;
		left:0px;
	}
	#main-img-box .main-img img {
		width:300px;
		height:auto;
	}
	#main-box .business .text {
		top:10px;
		left:0px;
		width:280px;
		height:56px;
		padding-top:14px;
	}
	#main-box .business .text img {
		width:170px;
		height:auto;
		padding-left:80px;
	}
	#main-box .business .icon {
		position: absolute;
		top:0px;
		left:20px;
		width:85px;
		height:92px;
	}
	#main-box .business .icon img {
		width:70px;
		height:auto;
	}
	#main-img-box .main-copy {
		top:280px;
		left:10px;
		width:280px;
		height:auto;
	}
	#main-img-box .main-copy p {
		width:260px;
		height:auto;
		font-size: 14px;
		line-height: 20px;
	}
	#main-img-box .main-copy img {
		width:260px;
		height:auto;
	}
	#main-img-box .set1 {
		top:470px;
		left:10px;
	}
	#main-img-box .set2 {
		top:560px;
		left:10px;
	}
	#event-box ul {
		width:280px;
	}
	#event-box li {
		margin-bottom:10px;
	}
	#event-box ul li a {
		width:280px;
	}
	#event-box ul li p.date {
		width:100px;
	}
	#event-box ul li p.caption {
		width:160px;
		font-size: 18px;
		line-height: 24px;
	}
	#event-box ul li p.arrow {
		display:none;
	}
	#about-box .title .bar,
	#business-box .title .bar,
	#access-box .title .bar {
		width:280px;
		margin-top: 10px;
	}
	#about-box {
		padding:0 0 10px 0;
	}
	#about-box .dl-box {
		width:280px;
		margin: 30px auto;
		font-size: 13px;
		line-height: 21px;
	}
	#about-box dl {
		margin-bottom: 20px;
	}
	#about-box dt {
		float:none;
		width:240px;
		padding: 10px 20px 10px 20px;
		border-bottom: solid 1px #fff;
	}
	#about-box dd {
		float:none;
		padding: 20px 20px 20px 20px;
	}
	#about-box dd p {
		width:220px;
		padding: 10px;
		margin-top: 10px;
		font-size: 13px;
		line-height: 18px;
	}
	#about-box dd span.w-b01 {
		display:inline;
	}
	#about-box dd span.w-b02 {
		display:block;
	}
	#business-box .content-box01 {
		width:250px;
		padding: 10px 10px;
	}
	#business-box .content-box01 h4,
	#business-box .content-box01 p{
		margin-top: 15px;
		font-size: 13px;
		line-height: 21px;
	}
	#business-box .content-box01 h4 img{
		width:106px;
		height:auto;
	}
	#business-box .content-box01 p.list1,
	#business-box .content-box01 p.list2{
		padding: 10px 10px 10px 60px;
		font-size: 13px;
		line-height: 21px;
	}
	#business-box .content-box01 img.listNo{
		position: absolute;
		top:-10px;
		left:10px;
		width:40px;
		height:auto;
	}
	#business-box .content-box02{
		width:320px;
	}
	#business-box .content-box02 img{
		width:320px;
		height:auto;
	}
	#business-box .content-box03{
		width:100%;
	}
	#business-box .content-box04{
		width:100%;
		margin: 0 auto 40px;
	}
	#business-box .content-box03 div,
	#business-box .content-box04 div{
		width:100%;
		height:auto;
		margin: 30px auto;
		padding:60px 0 5px;
	}
	#business-box .content-box03 div img.image03,
	#business-box .content-box04 div img.image04{
		width:90%;
		height:auto;
	}
	#business-box .content-box03 div h4,
	#business-box .content-box04 div h4{
		position: absolute;
		top:15px;
		left:0px;
	}
	#business-box .content-box03 div h4 img,
	#business-box .content-box04 div h4 img{
		width:280px;
		height:auto;
	}
	#access-box {
		width:100%;
	}
	#access-box .content-box {
		width:100%;
		margin: 0 auto 50px;
	}
	#access-box .content-box p {
		width:280px;
		font-size: 12px;
	}
}



