@charset "utf-8";
/*-----------------------------------------------*/
/* Reset & Default Setting ----------------------*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	position:relative;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3em;
}
body{
	position:relative;
	line-height: 1.0;
	-webkit-text-size-adjust: none;
	background: #1B1B1B;
	color: #FFFFFF;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
a,a:link,a:visited,a:hover,a:active{
color:#FFFFFF;	
	text-decoration:none;
}

/* Common ---------------------------------------*/
.wrapper{
	position:relative;
	height:100%;
	/*overflow:hidden;*/
}

.smalls {
	padding: 0 10px;
}
.smalls p {
	font-size: 12px;
	line-height: 1.3;
}

.Title {
	color: #FFF;
	background-color: #009900;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}

/* GlobalHeader ---------------------------------*/
.globalHeader {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.globalHeader hgroup {
	position: relative;
	height: 120px;
}
.globalHeader hgroup h1 {
	position: absolute;
	left: 0px;
	width: 320px;
	height: 120px;
}

#ShopDetale {
	position: absolute;
	right: 0px;
	top: 72px;
	width: 181px;
	text-align: right;
}

#ShopDetale a {color:#FFFFFF;
text-decoration:underline;}

.globalHeader hgroup h1 .back {
	position:absolute;
	right:10px;
	background-color: #999;
	height: 20px;
	width: 100px;
	float: right;
}
.globalHeader hgroup h2 {
	position:absolute;
	right: 70px;
	top: -1px;
}
.globalHeader nav {
	position:absolute;
	top:0px;
	right:0px;
	width:58px;
	height:50px;
	background-color:#e5eef8;
	border-left:#075ec2 1px solid;
	border-bottom:#075ec2 1px solid;
}
.globalHeader nav a {
	position:relative;
	display:block;
	width:58px;
	height:50px;
}
.globalHeader nav a img {
	position:absolute;
	left: 16px;
	top: 11px;
}

.serchWindow {
	display:block;
	height:62px;
	background-color:#e5eef8;
	border-bottom:#075ec2 3px solid;
}
.serchWindow form {
	position:relative;
}
.serchWindow form input {
}
.serchWindow form input[type*="search"]{
	display:inline-block;
	margin:14px 0px 0px 10px;
	-webkit-appearance:none;
	width:74%;
	height:30px;
	font-size:14px;
	border:#999 1px solid;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.searchBtn{
	display:inline-block;
	position:absolute;
	top:14px;
	right:10px;
	width:60px;
	height:30px;
	line-height:30px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius:4px;
	border-radius:4px;
	background: -moz-linear-gradient(top, #89a0be 0%, #5877a2 50%, #486a9a 51%, #4a6c9b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89a0be), color-stop(50%,#5877a2), color-stop(51%,#486a9a), color-stop(100%,#4a6c9b));
}
.searchBtn a{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, .2);
	color:#fff;
}
.serchWindow form input[type*="submit"]{
	display:none;
}

.globalMenuList {
	position:relative;
	width:100%;
	height:36px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eaeaea));
	background: linear-gradient(top, #fff 0%, #eaeaea 100%);
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #cbcbcb;
}
.globalMenuList li {
	display:inline-block;
	width:32.6%;
	height:36px;
	border-right:#cbcbcb 1px solid;
	border-left:#fff 1px solid;
	text-align: center;
}
.globalMenuList li:last-child{
	width: 33%;
	border-right: none;
}
.globalMenuList li a {
	display: block;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 8%;
	width: 92%;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #000000;
	background-image: url(../images/icon_link_arrow_right2.png);
	background-position: 104% 50%;
	-webkit-background-size: 20px 12px;
	background-size: 20px 12px;
	background-repeat: no-repeat;
}


.topicPath{
	position:relative;
	height:26px;
	background-color:#000000;
}
.topicPath li{
	display:inline-block;
	font-size:16px;
	height:30px;
}
.topicPath li:after{
	content:'＞';
}
.topicPath li:last-child:after{
	content:'';
}
.topicPath li a{
	margin:0px -2px 0px -6px;
	padding:0px 10px;
	display:inline-block;
	height:30px;
	line-height:30px;
	text-decoration:underline;
	color:#FFFFFF;
}
.topicPath li:first-child a{
	margin-left:0px;
}


/* Common class ---------------------------------*/
/*
  sekisui blue #075ec2
*/
.pcLink{
	background-image:url(../images/icon_link_pc_l.png) !important;
	background-position: right 50%;
	background-size:25px 12px !important;
	background-repeat:no-repeat;
}
.half .pcLink{
	background-image:url(../images/half/icon_link_pc_l.png) !important;
}

.closeBtn {
	position:absolute;
	top:0px;
	right:20px;
	display:block;
	width:75px;
	height:25px;
}
.closeBtn a {
	display:block;
	width:75px;
	height:25px;
	text-indent:-9999px;
	text-decoration:underline;
	background-image:url(../images/btn_close.gif);
	background-repeat:no-repeat;
	-webkit-background-size:75px 25px;
	background-size:75px 25px;
}
.closeIcon{
	font-size:20px;
}

.moreLink{
	display:block !important;
	margin:20px 0px 0px 0px !important;
	width:100% !important;
	height:55px;
	
	text-align:center;
	background-color:#075ec2;
}
.moreLink.hide{
	display:none !important;
}
.moreLink a{
	display:inline-block;
	width:100%;
	height:55px;
}
.downArrow{
	padding-left:18px;
	font-size:14px;
	font-weight:bold;
	line-height:55px;
	color:#FFF;
	background-image:url(../images/icon_arrow_down.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	background-size:14px 15px;
}
.half .downArrow{
	background-image:url(../images/half/icon_arrow_down.gif);
}

.hideMenu,
.hideMenu .bottomArrow,
.hideMenu ul{
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.hideMenu ul{
	height:0px;
	overflow:hidden;
}
.hideMenu h3{
	cursor:pointer;
}
.hideMenu .bottomArrow{
	position:absolute;
	right:10px;
	font-size:12px;
}
.hideMenu.selected .bottomArrow{
	-webkit-transform: rotate(-180deg);
}



/* Animation Setting ----------------------------*/
/* Site map -------------------------------------*/
/*@-webkit-keyframes bodyFlipOpen {
	0%  {-webkit-transform:rotateY(-90deg);}
	50%  {-webkit-transform:rotateY(-90deg);}
	100%{-webkit-transform:rotateY(0);}
}
@-webkit-keyframes bodyFlipClose {
	0%  {-webkit-transform:rotateY(0);}
	100%  {-webkit-transform:rotateY(90deg);}
}*/

body .mainPage{
	display:block;
	background-color:#000;
	z-index:100;
}
/*body.showSitemap .mainPage{
	-webkit-transform:rotateY(90deg);
	-webkit-animation-name: bodyFlipClose;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	z-index:1;
}
body.hideSitemap .mainPage{
	-webkit-transform:rotateY(0deg);
	-webkit-animation-name: bodyFlipOpen;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	z-index:100;
}*/

body.showPopup .mainPage{
	/*opacity:0;*/
	z-index:1;
}

/* Search window --------------------------------*/
body .mainPage .serchWindow {
	margin-top:-1px;
	height:0px;
	overflow:hidden;
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	        transition: all 0.5s ease-out;
}
body.showSearch .serchWindow{
	margin-top:0px;
	height:60px;
}
body.showSearch .globalHeader nav {
	border-bottom-color:#e5eef8;
}



/* Site map -------------------------------------*/
body .sitemapPage {
	display:none;
  position:absolute;
	top:0px;
	left:0px;
	width:100%;
	font-size:100%;
	background-color:#FFF;
	z-index:1000;
	
	-webkit-transform: translate3d(0,480px,0);
	-moz-transform: translate3d(0,480px,0);
	transform: translate3d(0,480px,0);
	
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	
}
/*@-webkit-keyframes pageFlipOpen {
	0%  {-webkit-transform:rotateY(-90deg) scale(.1);}
	50%  {-webkit-transform:rotateY(-90deg) scale(1);}
	100%{-webkit-transform:rotateY(0) scale(1);}
}
@-webkit-keyframes pageFlipClose {
	0%{-webkit-transform:rotateY(0) scale(1);}
	50%  {-webkit-transform:rotateY(-90deg) scale(1);}
	100%  {-webkit-transform:rotateY(-90deg) scale(.1);}
}*/

@-webkit-keyframes pageSlideUp {
	0%  {
		-webkit-transform: translate3d(0,480px,0);
		-moz-transform: translate3d(0,480px,0);
		transform: translate3d(0,480px,0);
	}
	100%{
		-webkit-transform: translate3d(0,0px,0);
		-moz-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}
}
@-webkit-keyframes pageSlideDown {
	0%{
		-webkit-transform: translate3d(0,0px,0);
		-moz-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}
	100%  {
		-webkit-transform: translate3d(0,480px,0);
		-moz-transform: translate3d(0,480px,0);
		transform: translate3d(0,480px,0);
	}
}

body.showSitemap .sitemapPage {
	display:block;
	-webkit-animation-name: pageSlideUp;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-name: pageSlideUp;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	
	animation-name: pageSlideUp;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	z-index:100;
}
body.hideSitemap .sitemapPage {
	-webkit-animation-name: pageSlideDown;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: pageSlideDown;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	animation-name: pageSlideDown;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	z-index:1;
}

.sitemap {
}
.sitemap h2 {
	margin:20px 0px 0px 12px;
	font-size:125%;
	color:#054691;
}
.sitemapList1 {
	margin-top:20px;
	border-top:#999999 1px solid;
}
.sitemapList1 li {
	height:45px;
	border-bottom:#999999 1px solid;
	background-color:#eaeaea;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
}
.sitemapList1 li a {
	display:block;
	padding:0px 0px 0px 12px;
	height:45px;
	font-size:100%;
	font-weight:bold;
	line-height:45px;
	color:#054691;
	background-image:url(../images/icon_link_arrow_right2.png);
	background-position: right 50%;
	background-size:20px 12px;
	background-repeat:no-repeat;
}
.half .sitemapList1 li a{
	background-image:url(../images/half/icon_link_arrow_right2.png);
}

.sitemapList2 {
	position:relative;
	width:100%;
	margin-top:20px;
	border-top:#999999 1px solid;
}
.sitemapList2:after{ content : ''; display : block; clear : both; height:0; }
.sitemapList2 li {
	display:inline-block;
	float:left;
	width:50%;
	height:45px;
	border-bottom:#999999 1px solid;
	background-color:#eaeaea;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
}
.sitemapList2 li:nth-child(odd){
	width:49.7%;
	border-right:#999999 1px solid;
}
.sitemapList2 li a {
	display:block;
	padding:0px 0px 0px 12px;
	height:45px;
	font-size:90%;
	font-weight:bold;
	line-height:45px;
	color:#054691;
}
.sitemapList3{
	margin:18px 0px 18px 0px;
	border-top:#999 1px solid;
}
.sitemapList3 li{
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
	background: gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
	border-bottom:#999 1px solid;
}
.sitemapList3 li a{
	display:block;
	padding:0px 0px 0px 45px;
	height:43px;
	font-size:14px;
	font-weight:bold;
	line-height:43px;
	color:#054691;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
}
.sitemapList3 li:nth-child(1) a{
	background-image:url(../images/icon_top_secmenu01.gif), url(../images/icon_link_pc_l.png);
	background-position: 10px 50%, right 50%;
	-webkit-background-size:25px 25px, 25px 12px;
	background-size:25px 25px, 25px 12px;
	background-repeat:no-repeat, no-repeat;
}
.sitemapList3 li:nth-child(2) a{
	background-image:url(../images/icon_top_secmenu02.gif), url(../images/icon_link_pc_l.png);
	background-position: 10px 50%, right 50%;
	-webkit-background-size:25px 25px, 25px 12px;
	background-size:25px 25px, 25px 12px;
	background-repeat:no-repeat, no-repeat;
}
.sitemapList3 li:nth-child(3) a{
	background-image:url(../images/icon_top_secmenu03.gif), url(../images/icon_link_pc_l.png);
	background-position: 10px 50%, right 50%;
	-webkit-background-size:25px 25px, 25px 12px;
	background-size:25px 25px, 25px 12px;
	background-repeat:no-repeat, no-repeat;
}


/* Popup ----------------------------------------*/
body .popupPage{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	font-size:100%;
	background-color:#FFF;
	
	-webkit-transform: translate3d(0,480px,0);
	-moz-transform: translate3d(0,480px,0);
	transform: translate3d(0,480px,0);
	
	z-index:1;
}
body.showPopup .popupPage{
	-webkit-animation-name: pageSlideUp;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-name: pageSlideUp;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	
	animation-name: pageSlideUp;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	z-index:100;
}
body.hidePopup .popupPage{
	-webkit-animation-name: pageSlideDown;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: pageSlideDown;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	animation-name: pageSlideDown;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	z-index:1;
}

.popup{
	position:relative;
	width:100%;
}
.popup header{
	padding:18px 0px 18px 8px;
	height:20px;
	background-color:#FFF;
	border-bottom:#999999 1px solid;
}
.popup header h2{
	margin:0px 0px 8px 0px;
	width:90%;
	font-size:20px;
	color:#054691;
}
.popup header p.closeBtn{
	top:18px;
	width:75px;
}
.popup .popupText{
	display:block;
	padding:18px 0px 14px 8px;
	border-bottom:#999999 1px solid;
	background-color:#eaeaea;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
}
.popupText h3{
	margin:0px 0px 8px 0px;
	width:90%;
	font-size:20px;
	color:#054691;
}
.popupText p{
	font-size:14px;
	width:90%;
}
.imgList{
	height:240px;
	border-bottom:#999999 1px solid;
	background-color:#333333;
}
.imgList li{
	display:none;
	margin:0 auto;
	width:320px;
	height:240px;
	background:url(../images/icon_load_trp.gif) center center no-repeat;
	background-size:24px 24px;
	background-color:#333333;
}

.imgList li.selected{ display:block;}
.imgList li figure{
	display:table-cell;
	margin:0 auto;
	width:320px;
	height:240px;
	text-align:center;
	vertical-align:middle;
}
.imgList li figure img{
	zoom:.5;
}
.thumbList{
	padding:10px 0px 10px 10px;
	background-color:#dcdcdc;
}
.thumbList li{
	display:inline-block;
	margin:0px 7px 10px 0px;
	width:63px;
	height:46px;
	border:#b6b6b6 2px solid;
	background:url(../images/icon_load_trp_s.gif) center center no-repeat;
	background-size:12px 12px;
}
.thumbList li.selected{ border-color:#075ec2;}
.thumbList li figure{
	whidh:64px;
	height:46px;
}
.thumbList li figure img{
	display:block;
	margin:0 auto;
	whidh:64px;
	height:46px;
}
.popup .moreLink,
.popup .morePCLink{
	padding:18px 0px 0px;
	background-color:#FFF;
}
.popup .moreLink a,
.popup .morePCLink a{
	display:block;
	margin:0 auto;
	width:170px;
	height:35px;
	text-indent:-9999px;
	background-image:url(../images/btn_more_link.gif);
	background-repeat:no-repeat;
	-webkit-background-size:170px 35px;
	background-size:170px 35px;
}


.Linkline a {
text-decoration:underline;}

/* Contents -------------------------------------*/
.contents {
	position:relative;
	width:100%;
}


/* GlobalFooter ---------------------------------*/
.globalFooter {
	margin-top:20px;
}
.displaySwitch {
	height:25px;
	color:#FFF;
	background-color:#993300;
	text-align:center;
}
.displaySwitch h4 {
	display:inline-block;
	height:25px;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
}
.displaySwitchsList {
	display:inline-block;
	height:25px;
}
.displaySwitchsList li {
	display:inline-block;
	height:12px;
}
.displaySwitchsList li:first-child{
	border-right:#FFF 1px solid;
}
.displaySwitchsList li a {
	display:block;
	padding-right:10px;
	font-size:12px;
	line-height:12px;
	color:#FFF;
}
.displaySwitchsList li:last-child a{
	padding-right:20px;
	padding-left:6px;
	background-image:url(../images/icon_link_pc_s.gif);
	background-position: right 50%;
	-webkit-background-size:16px 12px;
	-moz-background-size:16px 12px;
	background-size:16px 12px;
	background-repeat:no-repeat;
}

footer.globalFooter p.copyright {
	display: block;
	height: 50px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #009900;
	background-color: #1B1B1B;
	border-top: 1px solid #009900;
	padding: 10px;
}

/* to top -------------------------------------*/
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#ff0000 0%,
		#660000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff0000),
		to(#660000));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #ff1717;
	-moz-box-shadow:
		0px 1px 3px rgba(204,051,064,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(204,051,064,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(015,009,015,0.3),
		0px 1px 0px rgba(255,255,255,0);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* TEL -------------------------------------*/
button.css4button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#000066 0%,
		#000099);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0000FF),
		to(#000066));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #ff1717;
	-moz-box-shadow:
		0px 1px 3px rgba(204,051,064,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(204,051,064,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(015,009,015,0.3),
		0px 1px 0px rgba(255,255,255,0);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* ボタン -------------------------------------*/
#btn1 {
	text-align: center;
	padding-right: 15px;
	margin-top: 10px;
}

#btn {
	text-align: center;
	padding-right: 15px;
	margin-top: 10px;
}

.red {color:#FF0000;}

/* フッターリンク -------------------------------------*/
.links {
	font-size: 16px;
}
