#header #navMain ul.mddParent li a.parent {
	display: inline-block;
	padding: 0 8px 0 18px;
	height: 33px;
	background: url(/common2/pc/images/gnav_arrow.png) no-repeat 6px center;
	line-height: 33px;
	color: #333;
}
#footer #legal.wide ul li {
	border-right: 1px solid #4D4D4D;
	padding-right: 10px;
	margin-right: 6px;
}
#footer #legal.wide ul li:last-child {
	border: none;
}

/*株価情報用*/
#subCol #loginArea .stockArea ul,#subCol #loginArea .stockArea ul li {
	border: none;
}
#subCol #loginArea .stockArea .stockInfo {
	background: #110666;
	padding: 6px 8px;
}
#subCol #loginArea .stockArea .stockInfo h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 4px;
}
#subCol #loginArea .stockArea .stockInfo .info {
	background: #fff;
	padding: 8px 7px;
	border-radius: 5px;
}
#subCol #loginArea .stockArea .stockInfo .info .subHead {
	font-weight: bold;
	margin-bottom: 6px;
}
#subCol #loginArea .stockArea .stockInfo .stockImg {
	text-align: center;
}
#subCol #loginArea .stockArea .stockInfo .stockImg img {
	max-width: 100%;
}
#subCol #loginArea .stockArea .stockInfo ul {
	padding: 10px 0 3px;
	font-size: 1.2em;
	font-weight: bold;
}
#subCol #loginArea .stockArea .stockInfo ul li a {
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 0 0 12px;
	font-size: 1.0em;
	min-height: 1.2em;
	line-height: 1.0em;
	background: none;
}
#subCol #loginArea .stockArea .stockInfo ul li a:before {
	font-family: "icomoon";
	content: "\f0da";
	position: absolute;
	left: 3px;
	top: -1px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1.4;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#subCol #infoArea a.icmBlank:before {
	left: 5px;
}

/*アクセスランキング*/
#subCol .accessRank {
	margin-top: 17px;
}
#subCol .accessRank .rank li {
	font-size: 1.4em;
	margin-bottom: 8px;
	line-height: 26px;
}
#subCol .accessRank .rank img {
	padding-right: 5px;
}
#subCol .accessRank .note {
	color: #666666;
	font-size: 1.2em;
}
#subCol .accessInfo {
	border: 1px solid #d4d4d1;
	background: #efeeea;
	padding: 6px;
}
#subCol .accessInfo h2 {
	color: #F60;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
}
#subCol .accessInfo .info {
	border-top: 2px solid #b7b7b6;
	border-left: 2px solid #b7b7b6;
	background: #fff;
	padding: 8px;
	border-radius: 5px;
}
#subCol .accessInfo .info .subHead {
	font-weight: bold;
	margin-bottom: 6px;
}
#subCol .accessInfo ul li a {
	color: #006;
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
#subCol .accessInfo ul li a:before {
	font-family: "icomoon";
	content: "\f0da";
	position: absolute;
	left: 3px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*バナーエリア*/
#subCol #bannerArea img {
	max-width: 100%;
}
#subCol #bannerArea {
	margin-top: 17px;
}
#subCol #bannerArea p {
	margin: 0 0 3px;
}
#subCol #bannerArea ul {
	border-bottom: 3px solid #B2B2B2;
	margin-top: 17px;
}
#subCol #bannerArea ul li {
	border-top: 1px solid #FFF;
}
#subCol #bannerArea ul li a {
	display: block;
	padding: 6px 23px 6px 6px;
	color: #FFF;
	font-size: 1.4em;
	min-height: 38px;
	line-height: 38px;
	color: #ffffff;
	background: #999999 url("/fg-common/pc/images/icn_arrow_large.gif") no-repeat scroll 207px center;
}
#subCol #bannerArea ul li a:hover {
	background-color: #777777;
}
#subCol #bannerArea ul li a span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 7px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 1.2;
}

/*全体的*/
#subCol #infoArea {
	border: none;
	padding: 0;
}
#subCol #infoArea ul {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-bottom: 16px;
}
#subCol #infoArea ul + ul{
	border-top: none;
}
body.mini #subCol #infoArea ul {
	padding: 16px 0px;
}

/*検索窓対応*/
.boxSearch legend{
	display: none;
}

