@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #CCC;
	background:#000;
	
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%; width: auto; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
###input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

p {
	margin-bottom:15px;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
	html,
	html body { *zoom: 0.65;}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	max-width: 950px;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
}

@media screen and (max-width:767px){
#wrapper {
	max-width: 950px;
}
}

/* !header
---------------------------------------------------------- */
header {
	background:#333;
	padding:10px;
	font-size:95%;
}
	
@media screen and (max-width:767px){
header {
}

}

@media screen and (max-width:480px){
header {
	display:none;
}

}

/* !gNavi
---------------------------------------------------------- */
.acordion {
	display:none;
}

#gNavi {
	width:100%;
	background:#CCC;
	overflow:hidden;
}

#gNavi p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#333;
	padding:5px 10px 5px 30px;
	margin:0;
	background:url(../img/common/navttl_bg.gif) no-repeat 10px;
	
}

#gNavi nav li {
	width:18%;
	display:block;
	float:left;
	text-align:center;
	border-left:#666 1px dotted;
	border-top:#999 1px solid;
	}
	
#gNavi nav li.home {
	width:10%;
}
	
#gNavi nav li:first-child {
		border-left: none;
				}
#gNavi nav li a {
		display: block;
		background:#CCC;
		background: -moz-linear-gradient(top, #FFF #CCC);
		background: -webkit-linear-gradient(top, #FFF, #CCC);
		 /*標準型（方向は省略＿デフォルトの to bottom になる）*/
		 background: linear-gradient(#FFF,#CCC);
		 color: #333;
		 padding:10px 0;
		 text-decoration: none;
		 text-shadow:#FFF 1px 1px;
					}
					
#gNavi nav li a:hover {
		 background: #CCC;
		 text-decoration: none;
		 text-shadow:none;
		 color:#333;
		}
		
#gNavi nav li a:focus {
			background: #CCC;
		}

#sideNavi {
	float:left;
	width:24%;
	background:#C99;
	margin:0 0 1px 1px;
	padding:10px 0;
}

#sideNavi p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	padding:5px 10px 5px 30px;
	color:#FFF;
	font-weight:bold;
	text-shadow:#666 1px 1px;
	background:url(../img/common/nav2ttl_bg.gif) no-repeat 10px;
	border-bottom:#C66 1px solid;
	margin:0 10px;
	clear:both;
}

#sideNavi nav ul {
	margin-bottom:10px;
	overflow:hidden;
}

	
#sideNavi nav li {
	font-size:95%;
	line-height:1.2;
	text-align:left;
	width:100%;
	display:block;
	clear:left;
	border-left:none;
	border-top:none;
	background:url(../img/common/scene-m.gif) no-repeat 10px 8px;
		 padding:10px 0 0 24px;
	}
	
#sideNavi nav li a{
	width:100%;
	background:none;
	color:#00F;
	text-shadow:none;
	}
	
#sideNavi nav li a:hover {
		 text-decoration:underline;
		 color:#00F;
		}
		
#sideNavi nav li a:focus {
		 color:#00F;
		}

#sceneNavi {
	width:100%;
	background:#C99;
}

#sceneNavi p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#FFF;
	padding:5px 10px 0 30px;
	margin:0;
	background:url(../img/common/nav2ttl_bg.gif) no-repeat 10px;
	clear:both;
	
}

#sceneNavi nav ul {
	overflow:hidden;
	border-bottom:#FCC 1px solid;
}

#sceneNavi nav li {
	display:block;
	float:left;
	background:url(../img/common/scene-m.gif) no-repeat;
	padding-left:10px;
	margin:0 10px 5px;
	}
	
	
@media screen and (max-width: 767px) {
				
	#gNavi ul li {
			width:27%;
			border-top:1px solid #999;
	}
	#gNavi ul li.home {
			width:19%;
		}
	#gNavi ul li.t2 {
			width:50%;
		}
	#gNavi ul li:nth-child(5) {
		border-left: none;
				}
				
#sideNavi{
	display:none;
}
	
#sceneNavi{
	display:none;
}
	

}

@media screen and (max-width:480px){

#gNavi{
	display:none;
}
	


/*アコーディオン1
-------------------------------------*/
.acordion{
	display:block;
	margin:0;
 
    background:#CCC;
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -webkit-linear-gradient(top, #FFF, #CCC);
	color:#333;
}
 
.trigger{
    padding:10px 10px 10px 30px;
    
	background:#CCC;
	color:#333;
	font-weight:bold;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:url(../img/common/navttl_bg.gif) no-repeat 10px;
}
 
.trigger.active{
    border-bottom:1px solid #eee;
}
 

.acordion_tree li {
    border-bottom:1px solid #eee;
    
	background:#CCC;
	color:#333;
}

.acordion_tree li a {
    padding:10px;
	display:block;
	color:#00F;
}

.acordion_tree li a:hover {
	text-decoration:none;
	color:#00F;
	
	background:#CCC;
}
.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin-top:3px;
    height:11px;
    width:20px;
    -webkit-background-size:20px 11px;
	color:#333;
	
}
 
.trigger.active .open-close{
    -webkit-background-size:20px 11px;
	color:#333;
}



nav li {
	width:100%;
	clear:both;
	}
	

}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumbWrap {
	width: 98.5%;
	padding: 5px;
	margin:5px;
	border: #999 1px dotted;
}
	#breadcrumb {
		margin:0 0 0 10px;
		overflow: hidden;
	}
		#breadcrumb li {
			float: left;
			white-space: nowrap;
			font-size: 86%;
			color:#999;
			margin:0 5px 0 0;
		}
		#breadcrumb li.home {
		}
			#breadcrumb li a:link {
				white-space: nowrap;
				color:#9CF;
			}
			
			#breadcrumb li a:visited {
	text-decoration: underline;
	color:#9CF;
	}
			#breadcrumb li a:hover {
	text-decoration: underline;
	color:#9CF;
}
			#breadcrumb li a:active {
	text-decoration: none;
	color:#9CF;
}

@media screen and (max-width:767px){
#breadcrumb li.scene {
	display: none;
}
}

/* !mainimg
---------------------------------------------------------- */
#topMainimg {
	width:775px;
	height:200px;
	background:url(../img/image.jpg) no-repeat;
}
#mainimg {
	width:775px;
	height:auto;
}
#mainimg img {
      ###visibility: hidden;
}

@media screen and (max-width:767px){
	#topMainimg {
	width:100%;
	height:auto;
	background:none;
	}
	#topMainimg img {
	visibility: visible;
		max-width:100%;
	}
	#mainimg {
	width:100%;
	height:auto;
}

	
}

/* !contents
---------------------------------------------------------- */
#main {
	float: left;
	width: 775px;
	background:#333;
	}

#contents {
	width:745px;
	margin:15px;
}

#contents h1 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style:italic;
	font-weight:bold;
	font-size:160%;
	color:#FFF;
	border-bottom:#FFF 1px solid;
	margin-bottom:10px;
}

#contents h2 {
	font-size:110%;
	color:#333;
	padding:3px 15px;
	background:#BBB;
	border-radius:30px;
	margin:20px 0 5px 0;
}

#contents a:link {
	text-decoration: none;
	color:#FF9900;
}
#contents a:visited {
	text-decoration: none;
	color:#FF9900;
}
#contents a:hover {
	text-decoration: underline;
	color:#FF9900;
}
#contents a:active {
	text-decoration: none;
	color:#FF9900;
}
#topCocktail {
	float:right;
	width:75%;
}

#topCocktail ul {
    font-size: 0;
}
#topCocktail ul li {
    display: inline;
}

/*Cocktail Scene style*/
#cocktailList {
	overflow:hidden;
}

#cocktailList li{
	width:33%;
	display:block;
	float:left;
	padding:0 5px 0 8px;
	border-right:#CCC 1px dotted;
	font-size:95%;
	color:#CCC;
}

#cocktailList li:last-child {
		border-right: none;
				}
				
#cocktailList li img {
	margin-bottom:5px;
}

#story {
	width:100%;
	margin:10px 0;
	padding:10px 10px 5px;
	background-color:#666666;
	overflow:hidden;
	text-align:center;
	}
	
###storyLeft {
	width:300px;
	float:left;
}

#story #movieTitle {
	width:100%;
	padding:10px;
	margin-bottom:10px;
		background:#333;
		background: -moz-linear-gradient(top, #333 #000);
		background: -webkit-linear-gradient(top, #333, #000);
		 /*標準型（方向は省略＿デフォルトの to bottom になる）*/
		 background: linear-gradient(#333,#000);
		 color: #FFF;
		 border-radius:10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style:italic;
	font-weight:bold;
	font-size:180%;
	text-align:center;
}

###storyRight {
	width:420px;
	float:right;
	font-size:80%;
}

#story #play a:link{
	width:250px;
	padding:10px;
	display:block;
	margin:10px auto;
		background:#CCC;
		background: -moz-linear-gradient(top, #EEE #CCC);
		background: -webkit-linear-gradient(top, #EEE, #CCC);
		 /*標準型（方向は省略＿デフォルトの to bottom になる）*/
		 background: linear-gradient(#EEE,#CCC);
		 color: #000DFF;
		 border-radius:5px;
	font-size:130%;
	text-align:center;
	text-shadow:#FFF 1px 1px 0;
	box-shadow:#333 1px 1px 3px;
}

#story #play a:visited {
	text-decoration: none;
		 color: #000DFF;
}
#story #play a:hover {
	text-decoration: none;
		 color: #000DFF;
		background:#CCC;
}

#story .text {
	font-size:80%;
}

/*カクテル解説*/
h1 .category {
	font-weight:normal;
	font-style:normal;
	font-size:70%;
	margin-left:10px;
	white-space: nowrap;
}

#cocktail {
	width:745px;
	padding:20px;
	background:#666;
	border-radius:10px;
	box-shadow:#000 2px 2px 3px;
	color:#FFF;
	}
	
#cocktailLeft {
	font-size:13px;
	width:460px;
	float:left;
}

.taste {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding:3px;
	text-align:center;
	background-color:#333;
	margin-bottom:10px;
	}

#cocktailLeft th {
	width:80px;
	font-weight:bold;
	color:#003;
	text-shadow:
			2px  2px 3px #FFF,
            -2px  2px 3px #FFF,
             2px -2px 3px #FFF,
            -2px -2px 3px #FFF;
}

#cocktailImg {
	width:230px;
	height:290px;
	margin-bottom:10px;
	float:right;
}

#kaisetsu {
	width:100%;
	padding:10px;
	margin-top:10px;
	clear:both;
	background:#333;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
	border-bottom:#999 1px solid;
	border-radius:#999 1px solid;
	
}

.copy {
	text-align:right;
	margin:5px 0 0 0;
}

.shop {
	width:182px;
	font-size:12px;
	line-height:1.2;
	display: inline-block;
	padding:5px;
	margin:1px 0;
	border:#999 1px solid;
	background:#EEE;
	color:#333;
	vertical-align:top;
}

.shop img {
	margin:3px 0;
}

.shop p {
	margin:0;
}

#contents .shopname {
	font-weight:bold;
}

#contents .shop a:link {
	text-decoration: none;
	color:#00F;
}
#contents .shop a:visited {
	text-decoration: none;
	color:#00F;
}
#contents .shop a:hover {
	text-decoration: underline;
	color:#00F;
}
#contents .shop a:active {
	text-decoration: none;
	color:#00F;
}

@media screen and (max-width:767px){
#main {
		float: none;
		width: auto;
		padding: 10px;
	}
	
#contents {
	width:90%;
	margin:15px auto;
}

#topCocktail {
	float:none;
	width:100%;
	text-align:center;
}

#cocktail {
	width:100%;
	padding:20px;
	background:#666;
	border-radius:10px;
	box-shadow:#000 2px 2px 3px;
	}
	
#cocktailLeft {
	width:100%;
	float:none;
}

#cocktailImg {
	width:230px;
	height:290px;
	margin:10px auto;
	float:none;
}


}
@media screen and (max-width:480px){
.shop {
	width:100%;
	display: block;
}
}

/* !ad
---------------------------------------------------------- */
aside {
	float:right;
	width:15%;
	text-align:center;
	padding-top:15px;
	margin-right:10px;
}



@media screen and (max-width:767px){	
aside {
	clear:right;
	width:98%;
	text-align:center;
	margin:10px auto 0;
	padding:0;
}

aside .rightAd {
		display:none;
}
}


/* !footer
---------------------------------------------------------- */

footer {
	clear:both;
	width: 100%;
	padding: 3px;
	font-size:86%;
	text-align:center;
	color:#CCC;
	background:#666;
}
	
/* !pageTop
---------------------------------------------------------- */
####page-top {
	text-align:right;
	clear:both;
	margin-right:10px;
}

#page-top {
    position:fixed;
    bottom:20px;
    right: 20px;
}
#page-top a {
    background:url(../img/common/p_top.gif) no-repeat;
    width: 80px;
    height:50px;
    display: block;
    text-indent:-9999px;
    opacity:0.8;
    filter:alpha(opacity=80);
	-ms-filter: alpha(opacity=80);  /* ie 8 */
}
	
.acc {
	display:none;
}