@charset "utf-8";

/* popup css
============================================================================================================*/

/* reset styles
------------------------------------------------------------------------------------------------------------*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	display: none;
}


/* body
------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.4;
	color: #485454;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3',sans-serif; 
}
/* \*/
* html body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
*:first-child+html body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/**/

body div {text-align: left;}

.font_Red {
		color:#FF0000;
		}


/* link
------------------------------------------------------------------------------------------------------------*/
a:link,a:visited {color: #5c6f6f;text-decoration: underline;}
a:hover,a:active {color: #5c6f6f;text-decoration: none;}

/* page container
------------------------------------------------------------------------------------------------------------*/
div#pageContainer {
	margin: 0 auto 5px;
	width: 604px;
}

/* header
------------------------------------------------------------------------------------------------------------*/
div#header {
	width: 604px;
	height: 61px;
	background: url(../common_images/popup/pop_head_bg.jpg) no-repeat left top;
}

/* -- logo -- */
div#header h1 {
	width: 180px;
	margin: 0 0 21px 2px;
	padding: 0;
}

/* footer
------------------------------------------------------------------------------------------------------------*/
div#footerContainer {
	background: url(../common_images/popup/pop_foot_bg.jpg) no-repeat left top;
	width: 604px;
	height: 51px;
	font-size: 82%;
	line-height: 7em;
}
*+html>/**/body div#footerContainer {font-size: 90%;}

div#footerContainer address {
    text-align: right;
	font-style: normal;
	color: #828181;
	margin-right: 20px;
}

/* contents area
------------------------------------------------------------------------------------------------------------*/
div#contentsArea {
	background: transparent url(../common_images/popup/pop_bg.gif) repeat-y center top;
	padding: 14px 27px 0;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* map
============================================================================================================*/
div#contentsArea div#mapArea {
    background: url(../common_images/popup/dot_type01.gif) no-repeat left bottom;
	padding-bottom: 11px;
}
div#contentsArea div#mapArea p.mapBtn {
    margin-top: 6px;
	text-align: right;
}
div#contentsArea div#accessArea {
    background: url(../common_images/popup/stripe_type01.gif) repeat-y left top;
	margin: 10px 0;
	padding: 0 36px;
}

/* -- address -- */
div#contentsArea div#accessArea div.addressBox {
    background: url(../company/images/map_address_bg.gif) no-repeat left bottom;
	padding: 14px 0;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#accessArea div.addressBox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
	visibility: hidden;
}
div#contentsArea div#accessArea div.addressBox dt {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
	border-bottom: 0;
}
div#contentsArea div#accessArea div.addressBox dd {
	float: left;
	margin-left: 1.3em;
}

/* -- access -- */
div#contentsArea div#accessArea div.accessBox {
	padding: 14px 0;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#accessArea div.accessBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#contentsArea div#accessArea div.accessBox dt {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 20px;
	border-bottom: 0;
}
div#contentsArea div#accessArea div.accessBox dd {
	float: left;
	margin-left: 1.3em;
}
div#contentsArea div#accessArea div.accessBox dd strong {
	color: #77623c;
}
div#contentsArea div#accessArea div.accessBox ul {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 350px;
}
div#contentsArea div#accessArea div.accessBox li {
	background: url(../common_images/popup/point.gif) no-repeat left top;
	padding-left: 1.5em;
	line-height: 14px;
	margin-bottom: 5px;
}
div#contentsArea div#accessArea div.addressBox address {
	font-style: normal;
}
div#contentsArea p.btnClose {
	text-align: right;
}
div#contentsArea p.imgMap {
	text-align: right;
	margin-bottom: 10px;
}


/* food
============================================================================================================*/
div#contentsArea div#foodContentsBox {
	margin: 15px 10px 1.5em;
	padding: 10px 13px 15px;
	background-color: #F7F7F7;
	border: 1px solid #cccccc;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#foodContentsBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#contentsArea div#foodContentsBox h3 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	background: transparent url(../common_images/common_line.gif) repeat-x left bottom;
	font-size: 125%;
	color: #5E6A6A;
	font-weight: bold;
}

div#contentsArea div#foodContentsBox p {
	width: 360px;
	float: right;
}
div#contentsArea div#foodContentsBox p.ph {
	padding-top: 6px;
	width: 125px;
	float: left;
}

div#contentsArea div#foodContentsBox ul {
	margin-top: 20px;
	claer: right;
	width: 360px;
	float: right;
}
div#contentsArea div#foodContentsBox ul li {
	text-align: right;
}


/* liquor
============================================================================================================*/
div#contentsArea div#titleLogo {
	margin: 0 20px 20px;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#titleLogo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#contentsArea div#titleLogo dt {
    float: left;
	margin-right: 5px;
}
div#contentsArea div#titleLogo dd {
	padding-top: 30px;
	font-weight: bold;
	margin-left: 220px;
}
div#contentsArea div#liquorInfo {
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#liquorInfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#contentsArea div#liquorInfo p {
	margin: 0 17px 20px;
}
div#contentsArea div#liquorInfo p.imgPosition {
    text-align: center;
}
div#contentsArea div#liquorList {
    background: url(../common_images/popup/stripe_type01.gif) repeat-y left top;
	margin: 10px 0;
	padding: 10px 36px;
}
div#contentsArea div#liquorList p.notes {
   text-align: right;
   margin-right: 7px;
}

div#contentsArea div#liquorList em {
    font-style: normal;
}
div#contentsArea div#liquorList dt {
    float: left;
    width: 15em;
	font-weight: bold;
}
div#contentsArea div#liquorList li {
	font-weight: bold;
}
div#contentsArea div#liquorList dd {
    margin-left: 15em;
}
div#contentsArea div p.left {
    float: left;
	margin-right: 5px;
}
/* sorana
============================================================================================================*/
div#contentsArea div#soranaContentsBox {
	margin: 15px 10px 1.5em;
	padding: 10px 13px 15px;
	background-color: #F7F7F7;
	border: 1px solid #cccccc;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#soranaContentsBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#contentsArea div#soranaContentsBox h3 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	/*background: transparent url(../common_images/common_line.gif) repeat-x left bottom;
	font-size: 125%;
	color: #5E6A6A;*/
	font-weight: normal;
	height:55px;
}

div#contentsArea div#soranaContentsBox h3 img {
		float:left;
		}

div#contentsArea div#soranaContentsBox h3 p {
		float:right;
		width:360px;
		}


div#contentsArea div#soranaContentsBox .columnWrap01{
		clear:both;
						}

div#contentsArea div#soranaContentsBox .columnBlock01 {
		width:125px;
		float:left;
		}

div#contentsArea div#soranaContentsBox .columnBlock02 {
		width:360px;
		float:right;
		padding-top:6px;
		}

div#contentsArea div#soranaContentsBox .columnBlockB01 {
		width:120px;
		float:left;
		}

div#contentsArea div#soranaContentsBox .columnBlockB02 {
		width:229px;
		float:right;
		}

div#contentsArea div#soranaContentsBox .columnBlock02 .columnBlock02Inner{
	clear:both;
	margin:15px 0;
	text-align:center;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding:15px 0px;
		} 

div#contentsArea div#soranaContentsBox p {
	width: 360px;
}
div#contentsArea div#soranaContentsBox p.ph {
	padding-top: 6px;
	width: 125px;
}

div#contentsArea div#soranaContentsBox ul {
	margin-top: 20px;
	margin-bottom:20px;
	claer: right;
	width: 360px;
	float: right;
}
div#contentsArea div#soranaContentsBox ul li {
	text-align: right;
}

