@charset "utf-8";
@import url("basic.css");


/************************** Magnific Popup for zoom **************************/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

a.image-popup-no-margins {
	cursor: zoom-in;
}

/************************** common **************************/

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}

html {
	background: #000 url(../images/background.png) repeat-x;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #cecccc;
	word-wrap: break-word;
}

a {
	color: #cecccc;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
}

li {
	font-size: 14px;
	line-height: 18px;
}

h2 {
	font-size: 0px;
}

.hide {
	display: none;
}

.txtSmall {
	font-size: 11px;
}

.txtMiddle {
	font-size: 14px;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.txtRed {
	color: #D00003!important;
}

.verticalBottom {
	vertical-align: bottom;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginTop60 {
	margin-top: 60px;
}

.marginTop75 {
	margin-top: 75px;
}

.marginTop90 {
	margin-top: 90px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom40 {
	margin-bottom: 40px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom60 {
	margin-bottom: 60px;
}

.marginBottom500 {
	margin-bottom: 500px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginLeft20 {
	margin-left: 20px;
}

.marginRight5 {
	margin-right: 5px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight20 {
	margin-right: 20px;
}

.paddingTop80 {
	padding-top: 80px;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#pageheader {
	position: relative;
}

#pageheader h1 {
	font-size: 9px;
	padding-top: 10px;
	color: #999;
}

#headerNavi {
	position: absolute;
	top: 0;
	right: 0;
}


#headerNavi ul li {
	display: inline-block;
	margin-left: 3px;
}

#headerNavi ul li a {
	display: block;
	width: 109px;
	height: 35px;
}

#headNavHome a:link, #headNavHome a:visited {
	background: url(../images/head_nav_home.png) top no-repeat;
}

#headNavForeign a:link, #headNavForeign a:visited {
	background: url(../images/head_nav_foreign.png) top no-repeat;
}

#headNavHome a:hover, #headNavHome a:active {
	background: url(../images/head_nav_home.png) bottom no-repeat;
}

#headNavCompany a:link, #headNavCompany a:visited {
	background: url(../images/head_nav_company.png) top no-repeat;
}

#headNavCompany a:hover, #headNavCompany a:active {
	background: url(../images/head_nav_company.png) bottom no-repeat;
}

#headNavRecruitment a:link, #headNavRecruitment a:visited {
	background: url(../images/head_nav_recruitment.png) top no-repeat;
}

#headNavRecruitment a:hover, #headNavRecruitment a:active {
	background: url(../images/head_nav_recruitment.png) bottom no-repeat;
}

#headNavInquiry a:link, #headNavInquiry a:visited {
	background: url(../images/head_nav_inquiry.png) top no-repeat;
}

#headNavInquiry a:hover, #headNavInquiry a:active {
	background: url(../images/head_nav_inquiry.png) bottom no-repeat;
}

#headNavSitemap a:link, #headNavSitemap a:visited {
	background: url(../images/head_nav_sitemap.png) top no-repeat;
}

#headNavSitemap a:hover, #headNavSitemap a:active {
	background: url(../images/head_nav_sitemap.png) bottom no-repeat;
}

#headerLogo {
	margin: 30px 0 10px;
}

#gkantaro #headerLogo, #skantaro #headerLogo, #samuzu #headerLogo, #katsukichi #headerLogo, #ittetsu #headerLogo, #amorino #headerLogo {
	margin: 30px 0 2px;
}

#globalNavi ul li {
	display: inline-block;
}

#globalNavi ul li a {
	display: block;
	height: 46px;
}

#globalNavNews {
	width: 167px;
}

#globalNavShop {
	width: 166px;
}

#globalNavParty{
	width: 167px;
}

#globalNavCompany{
	width: 166px;
}

#globalNavRecruitment{
	width: 167px;
}

#globalNavMedia {
	width: 167px;
}

#globalNavNews a:link, #globalNavNews a:visited {
	background: url(../images/gnav.png) 0 0 no-repeat;
}

#globalNavNews a:hover, #globalNavNews a:active {
	background: url(../images/gnav.png) 0 -46px no-repeat;
}

#globalNavShop a:link, #globalNavShop a:visited {
	background: url(../images/gnav.png) -166px 0 no-repeat;
}

#globalNavShop a:hover, #globalNavShop a:active {
	background: url(../images/gnav.png) -166px -46px no-repeat;
}

#globalNavParty a:link, #globalNavParty a:visited {
	background: url(../images/gnav.png) -333px 0 no-repeat;
}

#globalNavParty a:hover, #globalNavParty a:active {
	background: url(../images/gnav.png) -333px -46px no-repeat;
}

#globalNavCompany a:link, #globalNavCompany a:visited {
	background: url(../images/gnav.png) -499px 0 no-repeat;
}

#globalNavCompany a:hover, #globalNavCompany a:active {
	background: url(../images/gnav.png) -499px -46px no-repeat;
}

#globalNavRecruitment a:link, #globalNavRecruitment a:visited {
	background: url(../images/gnav.png) -666px 0 no-repeat;
}

#globalNavRecruitment a:hover, #globalNavRecruitment a:active {
	background: url(../images/gnav.png) -666px -46px no-repeat;
}

#globalNavMedia a:link, #globalNavMedia a:visited {
	background: url(../images/gnav.png) -833px 0 no-repeat;
}

#globalNavMedia a:hover, #globalNavMedia a:active {
	background: url(../images/gnav.png) -833px -46px no-repeat;
}

#mainImageTop {
	margin: 5px 0 20px;
}

#mainImage {
	border: 1px solid #6f6d6d;
	margin: 5px 0 20px;
}

#contLeft {
	width: 236px;
	float: left;
}

#contRight {
	width: 737px;
	float: right;
}

#contRight.shopTop  {
	margin-top: -150px;
}

#localNavi ul li a {
	display: block;
	width: 211px;
	height: 19px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 16px;
	text-decoration: none;
	padding: 9px 0 9px 25px;
}

#localNavi ul li a:link, #localNavi ul li a:visited {
	background: url(../images/lnav_bg.png) top no-repeat;
}

#localNavi ul li a:hover, #localNavi ul li a:active {
	background: url(../images/lnav_bg.png) bottom no-repeat;
}

/************************** recruitment localNavi **************************/

#rlNavi ul li a {
	display: block;
	width: 211px;
	height: 19px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	text-decoration: none;
}

#rlNavi ul li a.category {
	font-size: 16px;
	padding: 9px 0 9px 25px;
}

#rlNavi ul li a.category:link, #localNavi ul li a.category:visited {
	background: url(../images/lnav_bg.png) top no-repeat;
}

#rlNavi ul li a.category:hover, #localNavi ul li a.category:active {
	background: url(../images/lnav_bg.png) bottom no-repeat;
}

#rlNavi .storelist ul li {
	color: #575555;
}

#rlNavi .storelist ul li a.store {
	color: #cecccc;
}

#rlNavi ul li a.store:hover, #localNavi ul li a.store:active {
	text-decoration: underline;
}

/************************** recruitment localNavi **************************/

#gopagetop {
	position: fixed;
	bottom: 15px;
	right: 50px;
	z-index: 999;
}

#pagefooter {
	background: url(../images/footer_bg.png) repeat-x;
	height: 130px;
	width: 100%;
	margin-top: 40px;
}

#footerWrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#pagefooter nav  {
	position: absolute;
	top: 95px;
	left: 0px;
}

#pagefooter nav ul li {
	display: inline;
	margin-right: 12px;
}

#pagefooter nav ul li a {
	font-size: 12px;
}

#pagefooter nav ul li a:link, #pagefooter nav ul li a:visited {
	text-decoration: none;
}

#pagefooter nav ul li a:hover, #pagefooter nav ul li a:active {
	text-decoration: underline;
}

#footerRight {
	position: absolute;
	top: 25px;
	right: 0px;
	text-align: right;
}

#footerRight #credit {
	font-size: 12px;
	margin-top: 25px;
}

#contRight h3 {
	background: url(../images/title01_bg.png) no-repeat 0 -2px;
	width: 716px;
	height: 14px;
	padding: 0 0 30px 21px;
	margin: -5px 0 30px 0;
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.new a {
	background: url(../images/icon_new.png) no-repeat right;
	padding-right: 40px;
}

/************************** shop top **************************/

#shopTop h3 {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	margin-top: 30px!important;
	margin-bottom:7px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom: 1px dotted #a8a8a8;
	background: none;
}

#shopTop h3 span {
	font-size: 11px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

#shopTop ul.newsList li {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

#shopTop ul.newsList li a:link, #home ul.newsList li a:visited {
	text-decoration: none;
}

#shopTop ul.newsList li a:hover, #home ul.newsList li a:active {
	text-decoration: underline;
}

.threePics img {
	margin-right: 8px;
}

.threePics img:last-child {
	margin-right: 0;
}

/************************** shop map **************************/

#mapWrap {
	margin-top: 30px;
	padding: 2px;
	border: 1px solid #808080;
}

#map {
	width: 731px;
	height: 296px;
}


