@charset "utf-8";

/* ---------------------------------------------------------
TITLE　: le coq [flagship.css]
------------------------------------------------------------ 
------------------------------------------------------------
目次
-基本設定
-リンク設定

/* ---------------------------------------------------------
基本設定
------------------------------------------------------------ */
/*commonbase.cssから継承*/


/* ---------------------------------------------------------
リンク設定
------------------------------------------------------------ */

/* ---------------------------------------------------------
メインコラム
------------------------------------------------------------ */
.maincontents{
	padding:0 0 20px 0;
}


/*
ぱんくず
------------------------------------------------------------ */
/*上書き@commonlayout*/
h2{
}

.pctmain{
	width:922px;
	
	text-align:center;
	padding:0;
	margin:0 auto;
	margin-bottom:24px;
}

/*2コラム：左*/
.contentsleft{
	float:left;
	display:inline;
	width:606px;/*624*/
	
	padding:0 0 0 18px;
	margin:0;
}

/*2コラム：右*/
.contentsright{
	float:right;
	display:inline;
	width:298px;
	
	padding:0;
	margin:0;
}


h3{
	font-family:Garamond, Georgia, serif;
	font-size:23px;
	font-weight:bold;

	padding:0;
	margin:0;
}

.contentsright p{
	font-weight:bold;
	
	padding:0;
	margin:0 0 12px 0;
}


dl.shopinfo{
	font-size:11px;
	line-height:1.2;
}

dl.shopinfo dt{
	font-weight:bold;
	
}

dl.shopinfo dd{
	padding:0 0 8px 0;
}

dl.shopinfo dd span{
	margin:6px 0 0 0;
}



/*ボタン：グーグルマップ*/
.btngooglemap{
	position:relative;
	width:161px;
	height:27px;

	display:block;
	overflow:hidden;

	padding:0;
	margin:0;
}

.imggooglemap{
	position:absolute;
	top:0;
	left:0;
}

a:hover .imggooglemap {
	position:absolute;
	top:-30px;
	left:0;
}


.boxfunction{
	width:922px;
	background:transparent url(../images/line_h_dot.gif) repeat-x left bottom;
	
	padding:0 0 18px 0;
	margin:0 auto;
	margin-bottom:18px;
}


.boxfunction p{
	width:894px;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	margin:0 auto;
}

.boxfunction p img{
	padding:18px 0 0 0;
}

