@charset "utf-8";

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

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


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

/* ---------------------------------------------------------
メインコラム
------------------------------------------------------------ */
/*
ぱんくず
------------------------------------------------------------ */
/*上書き@commonlayout*/
h2{
	/*width:922px;
	height:55px;
	
	font-family:Garamond, Georgia, serif;
	font-size:23px;
	line-height:55px;
	
	padding:0;
	margin:0 auto;*/
}


.maincontents{
	width:936px;
	margin:0 auto;
}

/* ---------------------------------------------------------
ファンクションリスト
------------------------------------------------------------ */
.itemlist{
	clear:both;
	width:936px;

	background:transparent url(../images/bg_function_btm.gif) no-repeat center bottom;
	
	padding:3px 0 0 0;
	margin:0 auto;
	margin-bottom:18px;
}

.itemlist ul{
	clear:both;
	width:936px;
	background:transparent url(../images/bg_function.gif) repeat-y center top;
	padding:0;
	margin:0 0 6px 0;
}

.itemlist ul li{
	float:left;
	display:inline;
	width:312px;/*298+7+7*/
	
	padding:14px 0 7px 0;
	margin:0;
}


.icon{
	float:left;
	width:104px;/*125-21*/

	xtext-align:center;

	padding:0 0 0 21px;
	margin:0;
}

.icon p img{
	width:90px;
	height:90px;

	padding:0;
	margin:0;
}

.icon p img{
}


.txt{
	float:left;
	display: inline;
	width:173px;/*187-14*/
	
	line-heght:1.5;
	text-align:left;
	font-weight:bold;
		
	padding:0;
	margin:0;
}

.txt h3{
	line-heght:1.5;
	text-align:left;
	font-weight:bold;
	
	padding:0 0 3px 0;
}

.txt p{
	font-weight:normal;
	padding:0;
	margin:0 0 4px 0;
}


/*ボタン：DETAIL*/
.btndetail{
	position:relative;
	width:85px;
	height:27px;

	display:block;
	overflow:hidden;

	padding:0;
	margin:0;
}

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

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

/*ボタン：スペシャルサイト*/
.btnspecial{
	position:relative;
	width:109px;
	height:27px;

	display:block;
	overflow:hidden;

	padding:0;
	margin:0;
}

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

a:hover .imgspecial {
	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:15px 0 0 0;
}

