@charset "UTF-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin:0;
  padding:0;
}
html{
	overflow-y: scroll;
}
body {
	color: #555;
	background-color: #fff;
	font-size:62.5%;   /* 10px */
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
table {
	border-collapse:collapse;
	border:0;
}
input,select,textarea {
	vertical-align:middle;
	outline: none;
}
input[type="radio"], input[type="checkbox"]{
	vertical-align: middle;
}
a{
	border: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled], input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ===========================================
	layout
   =========================================== */
#header-container, 
#main-container, 
#footer-container {
	width: 100%;
}
#headerinn, 
#contcolumn, 
#footerinn {
	width: 960px;
	margin: 0 auto;
}
#header-container{
	position: relative;
	background: #000 url(../images/common_header_back.png) repeat-x 0 0;
	color: #fff;
}
#headerinn{
	height: 70px;
}
#main-container{
	position: relative;
}
#contcolumn{
}
#leftcolumn{
	float: left;
	width: 720px;
}
#rightcolumn{
	float: right;
	width: 220px;
}
#footer-container{
	position: relative;
	background: #1a1a1a url(../images/common_footer1_back.png) repeat-x 0 0;
	color: #fff;
}
#footerinn{
	padding: 40px 0;
	border-bottom: solid 1px #ccc;
	line-height: 1.75;
}

/* ------------------------
	float clear,    */
	
/* For modern browsers */
#header-container:before, #header-container:after,
#headerinn:before, #headerinn:after,
#main-container:before, #main-container:after,
#contcolumn:before, #contcolumn:after,
#footer-container:before, #footer-container:after,
#footerinn:before, #footerinn:after,
#rightcolumn:before, #rightcolumn:after,
#leftcolumn:before, #leftcolumn:after {
    content:"";
    display:table;
}
#header-container:after,
#headerinn:after,
#main-container:after,
#contcolumn:after,
#footer-container:after,
#footerinn:after,
#rightcolumn:after,
#leftcolumn:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#header-container,
#headerinn,
#main-container,
#contcolumn,
#footer-container,
#footerinn,
#rightcolumn,
#leftcolumn {
    zoom:1;
}

/* ===========================================
	font
   =========================================== */
p, li, dt, dd, address {
	font-size: 1.4em;
}
dd dt, dd dd, dd li, dd p, dd th, dd td, dd address,
li p, li li, li dd, li dt, li dd p, li address,
td li, td dt, td dd, td p, td address {
	font-size: 1em;
}
.fs11px{
	font-size: 1.1em;
}
.fs12px{ /*  p li dt dd address  -class */
	font-size: 1.2em;
}
.fs14px{ /*  p li dt dd address  -class */
	font-size: 1.4em;
}
.fs15px{ /*  p li dt dd address  -class */
	font-size: 1.5em;
}
.fs16px{ /*  p li dt dd address  -class */
	font-size: 1.6em;
}
.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.txtB{
	font-weight: bold;
}
.txtRed{
	color: #dc143c;
}

.col01{ /* カラオケ */
	color: #EE848C;
}
.col01back{
	background: #EE848C;
	color: #fff;
}
.col02{ /* メンズ系 */
	color: #B74C96;
}
.col02back{
	background: #B74C96;
	color: #fff;
}
.col03{ /* コンセプトバー、スナック、ガールズバー、メイドカフェ */
	color: #BB7960;
}
.col03back{
	background: #BB7960;
	color: #fff;
}
.col04{ /* クラブ、ニュークラブ、パブ、ラウンジ */
	color: #6C9BD2;
}
.col01back{
	background: #6C9BD2;
	color: #fff;
}
.col05{ /* バー、カジュアルパブ、アミューズメントバー、ダーツバー */
	color: #7C6C63;
}
.col05back{
	background: #7C6C63;
	color: #fff;
}
.col06{ /* ライブ、ショー */
	color: #BF9B46;
}
.col06back{
	background: #BF9B46;
	color: #fff;
}

.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}
/* -------- */
address, em, strong{
	font-style:normal;
}
em{
	font-weight: bold;
}
/* ===========================================
	h1 h2 h3 h4 h5 h6
   =========================================== */
h1,h2,h3,h4,h5,h6{
	font-size: 1.4em;
}
/* ===========================================
	link
   =========================================== */
a:link{
	color: #24618E;
} 
a:visited{
	color: Maroon;
}
a:hover{
	color: Navy;
	text-decoration: none;
}
a:active{
	color: red;
}

.f-nav a:link{
	color: #ccc;
	text-decoration: none;
} 
.f-nav a:visited{
	color: #ccc;
	text-decoration: none;
}
.f-nav a:hover{
	color: #fff;
	text-decoration: underline;
}
.f-nav a:active{
	color: red;
} 
/* ===========================================
	Navi
   =========================================== */
.mainnavi{
	width: ;
}
.gnav li{
	float: left;
	width: ;
	height: ;
	line-height: 1;
}
.gnav a{
	display:block;
}
/*--- footernavi ---*/
.f-B02 .f-nav{
	float: left;
	width: 180px;
	padding-right: 4px;
}

.f-genre {
	width: 370px;
}
.f-genre li.genre {
	float: left;
	width: 185px;
}

.f-genre a:link{
	color: #ccc;
	text-decoration: none;
} 
.f-genre a:visited{
	color: #ccc;
	text-decoration: none;
}
.f-genre a:hover{
	color: #fff;
	text-decoration: underline;
}
.f-genre a:active{
	color: red;
} 
/* ===========================================
	module
   =========================================== */
   
/* ------------------------
	float clear,  clearFix,  */
	
.clearB{
	clear: both;
}
.clearL{
	clear: left;
}
.clearR{
	clear: right;
}
/* clearfix */
.w100{
	width: 100%;
}
/* For modern browsers */
.clearFix:before, .clearFix:after,
.w100:before, .w100:after {
    content:"";
    display:table;
}
.clearFix:after, 
.w100:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearFix, 
.w100 {
    zoom:1;
}


/* ------------------------
	margin                 */
	
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.p10{
	padding: 10px;
}
.mt7{
	margin-top: 7px;
}

/* ------------------------
	float                   */
	
.floatL{
	float: left;
}
.floatR{
	float: right;
}

/* ------------------------
	img                     */
	
.imgfLeft{
	float: left;
	margin: 0 12px 12px 0;
}
.imgfRight{
	float: right;
	margin: 0 0 12px 12px;
}

/* ------------------------
	Mouse hover             */
	
a.hvrimg img, 
.hvrIMG a img, 
.pupimg a img {	/* pupimg for colorbox.js */
	opacity:1;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
a.hvrimg:hover img, 
.hvrIMG a:hover img, 
.pupimg a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* ------------------------
	ページ内アンカー       */
.ptop{
	position: fixed;
	right: 0;
	top: 80%;
	width: 37px;
	height: 36px;
}

/* ------------------------
	非表示                 */

.hide{
	display: none;
}

/* ------------------------
	角丸                   */
.grid{
	position: relative;
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 	 
}
/* ------------------------
	グラデーション         */
.grad,
.grad2 {
	position: relative;
	border: solid 1px #e5e5e5;
	padding: 9px;
	background-color:#efefef;
	/* SVG as background image (IE9) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQkZCRkIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRkVGRUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MDQpIiAvPgo8L3N2Zz4=);

background: -webkit-linear-gradient(top, #fbfbfb 0%,#efefef 100%);
background: -moz-linear-gradient(top, #fbfbfb 0%,#efefef 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#efefef 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#efefef 100%);
background:linear-gradient(top, #fbfbfb 0%,#efefef 100%);
}
.grad2{
	border: 0;
	padding: 8px 10px;
}

/* ------------------------
	ドロップシャドウ       */
.boxShadow {
-webkit-box-shadow: 0px 0px 8px #222;
box-shadow: 0px 0px 8px #222; 
}

/* ------------------------
   text-overflow          */
.text-overflow{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* ------------------------
	button                  */
	
.button, .button:visited {
	background: #222 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;	
	transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
}
.button:hover{background-color:#111;color:#fff;}
.button:active{top:1px;}
.small.button, .small.button:visited{ font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
} 
.large.button, .large.button:visited{
	font-size: 14px;
	padding: 8px 14px 9px;
} 
.super.button, .super.button:visited{
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.button, .magenta.button:visited{ background-color: #e22092; }
	.pink.button:hover{ background-color: #c81e82; }
.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover{ background-color: #749a02; }
.red.button, .red.button:visited		{ background-color: #e62727; }
	.red.button:hover{ background-color: #cf2525; }
.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover{ background-color: #d45500; }
.blue.button, .blue.button:visited{ background-color: #2981e4; }
	.blue.button:hover{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover{ background-color: #fc9200; }
a.button:link{
	color: #fff;
} 
a.button:visited{
	color: #fff;
}
a.button:hover{
	color: #fff;
	text-decoration: none;
}
a.button:active{
	color: #fff;
}
/* ===========================================
	header
   =========================================== */
.h-head{
	float: left;
	width: 221px;
	margin-top: 4px;
}
.h-search{
	float: right;
	width: 468px;
	margin-top: 15px;
}
.h-searchList li{
	float: left;
	width: 98px;
}
.h-searchList li.h-form{
	width: 370px;
}
.h-form input[type="text"] {
	display: block;
	float: left;
	border:1px solid #fff;
	padding: 3px;
	color: #333;
	font-size: 1.1em;
	background-color: #f5f5f5;
	width: 312px;
	height: 32px;
}
.h-form input:focus, 
.h-form input:hover
 {
	border: 1px solid #dc143c;
	background-color: #fff;
}
.h-formBtn{
	width: 50px;
	height: 40px;
	border: 0;
	background: 0;
	padding: 0;
	outline: none;
}
.h-searchB{
	width: 100%;
	background-color: #8c0000;
	color: #fff;
}
.h-searchBinn{
	width: 960px;
	margin: 0 auto;
	height: 180px;
	background: #a60000; 
	color: #fff;
	overflow: hidden;
}
.h-option1, 
.h-option2, 
.h-option3,
.h-seachBtn {
	float: left;
	height: 100%;
}
.h-option1{
	width: 485px;
}
.h-option2{
	width: 200px;
}
.h-option3{
	width: 218px;
}
.h-seachBtn{
	width: 57px;
}
.h-seachBtn button{
	width: 57px;
	height: 180px;
	border: 0;
	background: 0;
	padding: 0;
	outline: none;
}
.h-seachBtn.h-seachBtn2 button{
	height: 90px;
}
.h-search-option dt{
	float: left;
	width: 59px;
}
.h-search-option dd{
	height: 180px;
	margin-left: 59px;
}
.h-optionList{
	padding-top: 17px;
}
.h-optionList li{
	display: inline-block;
	line-height: 1.75;
	font-size: 0.857em;
	margin-right: 1em;
}
.h-optionList li h2{
	font-size: 1em;
	font-weight: normal;
}
/* ===========================================
	footer
   =========================================== */
.f-social{
	border: solid 1px #e5e5e5;
	padding: 15px;
	margin: 0 auto 30px;
	text-align: center;
}
.f-social-list li{
	display: inline-block;
	margin: 0 12px;
}

.f-history{
	width: 960px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
}
.f-history-head{
	float: left;
	width: 60%;
	font-size: 1.8em;
	background: url(../images/common_footer_history_heading.png) no-repeat 0 center;
	padding-left: 30px;
}
.f-history-head span{
	font-size: .77em;
	font-weight: normal;
}
.f-history-btn{
	float: right;
	width: 88px;
	margin-top: 3px;
	line-height: 1;
}
.f-history-slide{
	width: 100%;
	background: #efefef;
	color: #555;
}
.f-history-slideinn{
	position: relative;
	width: 960px;
	height: 160px;
	margin: 0 auto;
}
.f-history-listB{
	width: 860px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}
.f-history-list{
	width: 888px; /* box(n)*148 */
	margin-right: -28px; /* width - 860 */
	overflow: hidden;
}
.f-history-list li{
	float: left;
	width:120px;
	margin-right: 28px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #bb7960;
}
.f-history-list li figure{
	margin-bottom: 2px;
}
.f-history-list a:link{
	color: #bb7960;
	text-decoration: none;
} 
.f-history-list a:visited{
	color: #bb7960;
	text-decoration: none;
}
.f-history-list a:hover{
	color: Navy;
	text-decoration: underline;
}
#footerinn p,
#footerinn li,
#footerinn address{
	font-size: 1.2em;
	color: #ccc;
}
.f-B01{
	float: left;
	width: 290px;
}
.f-B02{
	float: left;
	width: 368px;
	min-height: 200px;
	padding: 6px 0 0 20px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.f-B03{
	float: left;
	width: 260px;
	padding: 6px 0 0 20px;
}
.f-copy{
	font-size: 1.1em;
	color: #ccc;
	text-align: center;
	padding: 4px;
}
.f-B01 h3 strong{
	display: block;
	margin-top: 10px;
}
/* ===========================================
	form
   =========================================== */
.form_pts input[type="text"], 
.form_pts textarea {
	border:2px solid #ccc;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	padding: 5px;
	color: #333;
	font-size: 1.1em;
	margin-right: 0.3em;
	background-color: #f5f5f5;
	width: 300px;
}
.form_pts .form_add input[type="text"]{
	width: 450px;	
}
.form_pts textarea{
	width: 450px;
	padding: 10px 5px;
}
.form_pts select{
	border:2px solid #ccc;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	padding: 5px;
	color: #333;
	font-size: 1.1em;
	background-color: #f5f5f5;
}
.form_pts input:focus, 
.form_pts textarea:focus {
	border: 2px solid #1e90ff;
	background-color: #fff;
box-shadow:0 0 2px 2px rgba(0,0,0,0.3);
}
.form_pts input:hover, 
.form_pts textarea:hover, 
.form_pts select:hover {
	border: 2px solid #00bfff;
}
.formul01{
	list-style: disc;
	margin-left: 0.8em;
	padding-left: 0.8em;
	margin-bottom: 20px;
}
.formul01 li{
	margin-bottom: 8px;
}

.formBtn li{
	display: inline;
}
.formBtn li span{
	display: inline-block;
	margin: 0 2em 0.3em 0;
}

.smb .button, 
.smb .button:hover {
	border: none; /* for button module */
}
/* dl form */
.dlform{
	margin:0 0 30px 0;
}
.dlform dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.dlform dd{
	margin-bottom: 20px;
}
.dlform strong{
	color: #dc143c;
	font-size: 0.9em;
	margin-left: 5px;
	font-weight: normal;
}
/* end dl form */

/* table form */
.formTable{
	width: 100%;
	font-size: 1.3em;	
	border: solid 1px #999;
	margin-bottom: 10px;
}
.formTable tr, 
.formTable th, 
.formTable td {
	border: solid 1px #999;
}
.formTable th{
	width: 30%;
	vertical-align: middle;
	text-align: right;
	padding: 10px;
	background-color: #E5E5E1;
	font-weight: bold;
}
.formTable td{
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}
.formTable strong{
	color: #dc143c;
	font-size: 0.9em;
	margin-left: 5px;
	font-weight: normal;
}
/* end table form */
