@charset "utf-8";

/*=======================================================

	DEX / MOU CSS 1.0
	ATHR : Assiette Ltd.
	DATE : 2014/05
	FILE : common.css
    ----------------------------
	BASE COLOR	: #2F90C7	(logo)


=========================================================*/


/*-------------------------------------
  	ヘッダー	header
-------------------------------------*/


header #ManualLinks ul{
	font-size: 12px;
	text-align: right;
	}

header #ManualLinks li {
	padding: 0;
	width: 105px;
	height: 76px;
	text-align: center;
	line-height: 130%;
	display: inline-block;
	border-right: 1px dotted #B9D8EC;
	}

header #ManualLinks li:nth-of-type(1) {
	background: url(/images/common/icon-netManual.png) 50% top no-repeat;
	border-left: 1px dotted #B9D8EC;
	}

header #ManualLinks li:nth-of-type(2) {
	background: url(/images/common/icon-mail.png) 50% top no-repeat;
	}



header #ManualLinks li:hover {
	opacity: 0.6;
	}

header #ManualLinks a {
	padding-top: 42px;
	color: #666;
	display: block;
	}

header #ManualLinks a:hover {
	color: #CC0;
	}

/*-------------------------------------
  ポータルサイトリンク	PortalLinks
-------------------------------------*/

#PortalLinks {
	margin: 20px auto;
	width: 960px;
	text-align: center;
	position: relative;
	}

#PortalLinks ul{
	width: 100%;
	display: table;
	}

#PortalLinks li {
	margin: 0;
	padding: 0;
	width: auto;
	display: table-cell;
	text-align: center;
	}

#PortalLinks li:nth-of-type(2) { width: 90px;}	/* 楽天 */
#PortalLinks li:nth-of-type(3) { width: 190px;}	/* yahoo */
#PortalLinks li:nth-of-type(4) { width: 100px;}	/* mixi */
#PortalLinks li:nth-of-type(8) { width: 134px;}	/* ニコニコ */

#PortalLinks li a {
	padding: 0;
	border-left: 1px dotted #CCC;
	display: block;
	}

#PortalLinks li:nth-of-type(8) a {
	border-right: 1px dotted #CCC;
	}

#PortalLinks li img {
	margin-right: 5px;
	vertical-align: middle;
	}

#PortalLinks:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	}

/*-------------------------------------
	ページャー	.pager
-------------------------------------*/

.pager ol { margin: 0; width: 100%; list-style: none;}
.pager li { margin-bottom: 5px; display: inline;}
.pager li a {
	padding: 8px 10px;
	display: inline-block;
	background: #EFEFEF;
	border-radius: 4px;
	}
.pager li a:hover {
	color: #2F90C7;
	background: #E1F3FB;
	}

.pager li.current {
	padding: 8px 10px;
	color: #FFF;
	display: inline-block;
	background: #2F90C7;
	border-radius: 4px;
	}


/*-------------------------------------
	右カラム	aside
-------------------------------------*/

/* 右カラム広告 #RPR1 */
#RPR1 { margin-bottom: 20px;}

/* マイページボタン #ToMyPage */
#ToMyPage { margin-bottom: 20px; padding-top: 20px; border-top: 2px solid #DAEBF5;}
#ToMyPage a:hover img { opacity: 1;}

/* 天気 #Weather */
#Weather { position: relative;}
#Weather li {
	float: left;
	width: 33%;
	font-size: 11px;
	text-align: center;
	border-right: 1px dotted #CCC;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#Weather div { position: absolute; right: 5px; top: 5px;}
#Weather option { font-size: 12px;}
#Weather li:nth-of-type(1) { border-left: 1px dotted #CCC;}
#Weather li img { margin: 8px 0;}

/* 路線案内 #RouteGuide */
#RouteGuide input[type=text] { width: 95px;}
#RouteGuide label:nth-of-type(1) { margin-right: 10px;}
#RouteGuide .link { margin-top: 10px; text-align: right;}

/* キャンペーン #Campaign */
#Campaign { margin-bottom: 20px;}
#Campaign img { float: left; margin: 0 20px 10px 10px;}
#Campaign h3 { color: #F90; font-size: 15px; line-height: 135%;}
#Campaign p { margin: 8px 0; color: #666;}
#Campaign a:hover { opacity: 0.6;}

/* 右カラム広告 #RPR2 */
#RPR2 { margin-bottom: 20px;}
#RPR2 div { clear: both;}
#RPR2 img { float: left; margin: 0 10px 10px 0;}
#RPR2 h3 { color: #36C; font-size: 14px; font-weight: normal;}
#RPR2 p { margin: 8px 0; color: #666;}
#RPR2 a:hover { opacity: 0.6;}

/* お知らせ #Information */
#Information h3 { margin: 5px 0; color: #AA9947; font-size:14px; }
#Information .link { margin-top: 8px; text-align: right;}

/* リアルタイム市況 #Market */
#Market iframe { }

/* アマゾン amazon */
#Amazon {  width: auto; overflow: hidden;}



  section#Information {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid #ddd;
}



/*-------------------------------------
	タブ	tab
-------------------------------------*/

.tab {
	width: 100%;
	display: block;
	border-bottom: 4px solid #2F90C7;
	}

.tab:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	}

.tab li {
	float: left;
	margin-right: 1px;
	}

.tab li a {
	padding: 12px 5px 9px;
	min-width: 90px;
	text-align: center;
	display: block;
	background: #DAEBF5;
	border-radius: 4px 4px 0 0;
	}

.tab li a:hover {
	color: #FFF;
	font-weight: bold;
	background: #82BCDD;
	}

.tab li.current a {
	color: #FFF;
	background: #2F90C7;
	}

.tab-content {
	display: none;
	}

.tab-content:nth-of-type(1) {
	display: block;
	}



/*-------------------------------------
	リスト	list
-------------------------------------*/

.lbg {
	border-top: 1px solid #CBE6F3;
	}

.lbg li {
	line-height: 140%;
	position: relative;
	background: #EDF5FA;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CBE6F3;
	}

.lbg li:nth-of-type(2n) {
	background: #F7FBFD;
	}

.lbg li a {
	padding: 10px 45px 10px 28px;
	color: #666;
	display: block;
	background: url(/images/common/dot-blue.png) 15px 16px no-repeat;
	cursor: pointer;
	z-index: 780;
	}

.lbg li a:hover {
	opacity: 0.6;
	}

.lbg li a:after {
	content: "";
	margin-top: -9px;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	border-top: 6px solid #9ECFE9;
	border-right: 6px solid #9ECFE9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.lbg li:hover:after {
	border-color: #CBE6F3;
	}

.lbg h3 small {
	font-size: 14px;
	font-weight: normal;
	}

.lbg li li,
.lbg li li:nth-of-type(2n),
.lbg li li:after {
	background: none;
	border: none;
	}

.lbg li ul,
.lbg li ol {
	margin-bottom: 15px;
	}

/* グレー　.gr */
.gr {
	border-top: 1px solid #E6E6E6;
	}

.gr li {
	background: #F3F3F3;
	border-bottom: 1px solid #E6E6E6;
	}

.gr li:nth-of-type(2n) {
	background: #FAFAFA;
	}


/* アコーディオン .acd */

.lbg.acd li div {
	padding: 15px 35px 15px 30px;
	display: none;
	border-top: 1px dotted #CBE6F3;
	}

.lbg.acd li div a {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: none;
	cursor: pointer;
	z-index: 750;
	}

.lbg li a em { color: #F63;}

.acd li a:after {
	margin-top: 0;
	top: 7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 740;
	}



/*-------------------------------------
	広告	PR
-------------------------------------*/


.PR h2 {
	margin-bottom: 10px;
	color: #36C;
	font-size: 14px;
	}

.PR img {
	float: right;
	margin: 0 0 10px 10px;
	}

.PR p {
	line-height: 120%;
	}

.PR p:last-child {
	margin-bottom: 0;
	}

.PR:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	}


/*-------------------------------------
			CSS end
-------------------------------------*/