@charset "utf-8";


/*==-----------------------------------------------
CSS Information

 File name:      laquu.css
 Author:         Crea.,Inc.
 Style Info:     標準のスタイル

 ==機能一覧==
■表示関連
01.エクストアイコン
02.要素の固定（ポスフィックス）

■UI
03.フォントサイズ
04.tableのボーダー指定＆オンマウス（ストライプ）
05.ドロップダウン
06.画像ロールオーバーの設定(オーバー)
07.バナーのフェード(クリアオーバー)
08.ブリンク
09.ページのスクロール(スクローラー)
10.ブラックアウトスクロール(任意色指定可能)
11.アコーディオン
12.タブ
13.ティッカー
14.ツールチップ
15.バブルポップ
16.トースト
17.インナースライド

■その他
18.target="_blank"代替


-------------------------------------------------*/




/*==-----------------------------------------------
エクストアイコン
-------------------------------------------------*/
.ei-panel a {
 	padding: 0 0 0 18px;
 	margin: 0 8px 0 0 ;
 }
.ei-panel .icon-jpg{ background: url(../../img/pc/common/exticon/jpg.png) no-repeat 0 0; }
.ei-panel .icon-gif{ background: url(../../img/pc/common/exticon/pic.png) no-repeat 0 0; }
.ei-panel .icon-png{ background: url(../../img/pc/common/exticon/pic.png) no-repeat 0 0; }
.ei-panel .icon-pdf{ background: url(../../img/pc/common/exticon/pdf.png) no-repeat 0 0; }


/*==-----------------------------------------------
要素の固定
-------------------------------------------------*/

.fixed {
	background: #FFF;
    border:solid 1px #F00;
    position: fixed;
    text-align: center;
    z-index: 1000;
}
#posfix #fixed1{
	width:150px;
	height:50px;
    right: 50px;
    top: 100px;
}
#posfix #fixed2{
	width:150px;
	height:50px;
    right: 50px;
    top: 200px;
}
#posfix #fixed3{
	width:150px;
	height:50px;
    right: 50px;
    top: 300px;
}




/*==-----------------------------------------------
/* フォントサイズ
--------------------------------------------------*/
.large { font-size: 1.0em; }
.middle { font-size: 0.75em; }
.small { font-size: 0.6em; }



/*==-----------------------------------------------
table、table内のマウスオーバー
-------------------------------------------------*/

#contents .section tbody.odd td{background: #FFF;}
#contents .section tbody.even td{background: #EEE;}
#contents .section tbody.first td{background: #FFF;}
#contents .section tbody.second td{background: #EEE;}
#contents .section tbody.third td{background: #DDD;}
#contents .section tbody.fourth td{background: #CCC;}
#contents .section tbody.hv td{background: #FFC;}/*マウスオーバー*/



/*==-----------------------------------------------
ドロップダウン
-------------------------------------------------*/
.section .drop-panel {}
.section .drop-panel ul {
	zoom: 1;
	margin: 0 0 20px;
}
.section .drop-panel ul:after {
	content: " ";
	display: block;
	clear: both;
}
#contents .section .drop-panel ul li {
	float: left;
	margin: 0 0 0 0;
	position: relative;
	padding: 0;
}
.section .drop-panel ul li a {
	display: block;
	padding: 0;
	width: 150px;
	height:40px;
	background: #000;
	color: #FFF;
}
.section .drop-panel ul li a:hover {
	background: #F00;
}
.section .drop-panel ul li ul {
	position: absolute;
	top: 40px;
	left: 0;
}
.section .drop-panel ul li ul li {
	float: none;
}
.section .drop-panel ul li ul li a {}
.section .drop-panel ul li ul li ul {
	top: 0;
	left: 150px;
}
.section .drop-panel ul li ul li ul li {}
.section .drop-panel ul li ul li ul li a {}



/*==-----------------------------------------------
アコーディオン
--------------------------------------------------*/

#contents .section .accordion-panel {
}
#contents .section .accordion-panel h3{
	color :#FFF;
	background: #000;
	margin: 0;
}

#contents .section .accordion-panel h3 a {
	color :#FFF;
    display: block;
    padding: 0px;
    text-decoration: none;
}
#contents .section .accordion-panel h3 a.current,
#contents .section .accordion-panel h3 a.accordion-current{
    background: #F00;
}
.section .accordion-panel div {
    background: #FFF;
    padding:5px;
}


/*==-----------------------------------------------
タブ
-------------------------------------------------*/
#contents .section .tab-panel {}
#contents .section .tab-panel ul {
    zoom: 1;
    margin: 0 0 0 0;
    padding: 0 0;
    position: relative;
}
#contents .section .tab-panel ul:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
#contents .section .tab-panel ul li {
    float: left;
    width:150px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: #000;
}
#contents .section .tab-panel ul li a {
    display: block;
    width:100%;
    height: 100%;
    color:#FFF;
    padding: 5px;
    text-decoration: none;
}
#contents .section .tab-panel ul li.active {
    background: #F00;
}
#contents .section .tab-panel ul li.tab-active {
    background: #FF0;
}
#contents .section .tab-panel ul li.active a,
#contents .section .tab-panel ul li.tab-active a {
}
#contents .section .tab-panel div {
    border: 5px solid #F00;
    padding: 10px;
    background: #FFF;
}



/*==-----------------------------------------------
ブリンク
-------------------------------------------------*/


/*==-----------------------------------------------
ティッカー
-------------------------------------------------*/
#contents .section .ticker-panel {
    height: 120px;
    overflow: hidden;
    background: #FFF;
}
#contents .section .ticker-panel img {
    float: left;
    margin: 0 10px 0 0;
}
#contents .section .ticker-panel div.ticker-contents {
    zoom: 1;
    height:100px;
    background: none;
    padding: 10px;
    margin: 0;
}
#contents .section .ticker-panel div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*==-----------------------------------------------
ツールチップ
-------------------------------------------------*/
.laquu-tooltip-container {
    border: 1px solid #999;
    background: #EFEFEF;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#DDD));
    background: -moz-linear-gradient(top, #FFF, #CCC);
    padding: 5px 12px;
    border-radius: 6px;
    line-height: 1.5;
}

/*==-----------------------------------------------
バブルポップ
-------------------------------------------------*/
.bubble-panel {
}
.bubble-panel .popup{
	border: 1px solid #39F;
	padding: 6px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(30, 30, 30, .7);
	background: #FFF;
}

/*==-----------------------------------------------
トースト
-------------------------------------------------*/
.laquu-toast-container {
	padding: 15px 10px;
	border: 3px solid #CCC;
	background: #666;
	background: rgba(60, 60, 60, .75);
	width: 280px;
	text-align: center;
}
.laquu-toast-message {
	color: #FFF;
}


/*==-----------------------------------------------
インナースライド
-------------------------------------------------*/
.innerslide {
	padding: 8px;
	text-align: center;
	border: 1px solid #666;
	color: #333;
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 140px;
	margin: 0 auto 10px;
	background: #FFF;
}
.laquu-innerslide {
	position: absolute;
    background: #666;
	background: rgba(30, 30, 30, .7);
	color: #FFF;
	padding: 8px;
	width: 450px;
	height: 140px;
}
