/* 年間ランキング用 */
.bn_ranking_product {
	background-image: url(/%7e/media/Images/eshop/banner/2013/ranking_productpage/bn_rank02.ashx);
}
/* サブナビゲーション */
#fudoh_nav {
 *zoom: 1;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	background: #f08300;
	display: table;
	table-layout: fixed;
	width: 940px;
	position:relative;
	z-index:99;
	
	box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 5px 5px -2px;
}
#fudoh_nav li {
	user-select: none;
	-ms-user-select: none; 
	position: relative;
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 188px !important;
	color: #000;
	cursor: pointer;
	line-height:1em;
 	/* IE7以前 */
	/display:block;
	/float:left;
}
#fudoh_nav li > span {
	display: block;
	margin: 0;
	padding: 10px 0;
}
#fudoh_nav li a {
	box-sizing:border-box;
	display: block;
	margin: 0;
	padding: 20px 0;
	background: #f08300;
	color: #000;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	width: 188px !important;
}
#fudoh_nav li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
#fudoh_nav li ul li {
	width: 100%;
	display: block;
	/* IE7以前 */
 	/float:none;
	/padding:0;
	/margin:0;
}
#fudoh_nav li ul li a {
	padding: 10px 10px;
	border-top: 1px solid #fff;
	text-align: left;
	background: #ffd097;
	/* IE7以前 */
 	/width:158px !important;
	/height:45px;
}
#fudoh_nav li.hover,
#fudoh_nav li:hover {
	background: #ffedd7;
}
#fudoh_nav li.hover > a,
#fudoh_nav li:hover > a {
	background: #ffedd7;
}
#fudoh_nav li a:hover {
	background: #ffedd7;
}
#fudoh_nav li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
#fudoh_nav li.hover ul li,
#fudoh_nav li:hover ul li {
	overflow: visible;
	height: 35px;
}

#fudoh_nav .active_top > a{
	/*pointer-events : none;cursor:default !important;*/
	color:#fff;
}
#fudoh_nav .active_top:hover > a{
	/*background: #f08300;*/
	color:#000;
}
#fudoh_nav .active_top > a,#fudoh_nav .active{
	font-weight:bold;
}

/*header*/
#ph_header {
	background: url(~/media/Images/product/fudeoh/v20/common/bg) repeat
}
#SNavi a {
	color: #fff;
}
#SNavi a:hover {
	text-decoration: underline;
}
#pankuzu a {
	color: #fefc6a !important;
}
/*content_top*/
#ph_content_top {
	background: url(~/media/Images/product/fudeoh/v20/common/bg) repeat
}
/*content_bottom*/
#ph_content_bottom {
	background: url(~/media/Images/product/fudeoh/v20/common/bg) repeat;
	padding-bottom: 10px
}
/*content*/
#ph_content { /*margin-top:-22px;*/
	background: url(~/media/Images/product/fudeoh/v20/common/bg) repeat
}
/*box940*/
#box940 {
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px
}
/*基本情報アウトライン*/
#outline {
	padding: 0;
	margin: 0 0 10px 0
}
#cat {
	font-size: 85%;
	margin: 5px 0 0;
	float: left;
	width: auto;
}
#cat dt {
	font-weight: bold;
	float: left
}
#cat dd {
	margin-left: 0.5em;
	float: left;
	margin-right: 15px
}
#cat dd.cat_os {
	float: none;
}
#cat dd.cat_media img {
	vertical-align: middle;
}
#pro_point li {
	font-weight: bold
}
/*本文（LMS）のh2装飾*/
#ph_main h2 {
	background: url(~/media/Images/product/fudeoh/v20/common/obi_bk) repeat top center;
	padding: 5px 10px 3px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 -1px 0 #d5e8b1, -1px 0 0 #b7d882, 1px 0 2px #000
}
#ph_main h2 a:hover {
	text-decoration: none
}
#ph_main h3 {
	color: #890000
}
/*ページ内index*/
#index {
	float: left;
	width: 105px;
	background: #fff;
	clear: left;
	margin: 0;
	padding: 0
}
#index p {
	margin: 0;
	padding: 8px 3px 8px 5px;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal
}
#index .index {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	border-bottom: dotted #e53909 1px
}
#index .index_on {
	display: block;
	margin: 0;
	padding: 0;
	background: #f9e6dd;
	color: #000;
	border-bottom: dotted #e53909 1px;
	text-decoration: none
}
#index img {
	display: none
}
/*QA*/
#qaBox {
	clear: both
}
#qaBoxin {
	margin-left: 10px
}
.faq-q {
	color: #0066CC;
	font-weight: bold;
	margin-top: 0.8em
}
.faq-a {
	color: #CC0033;
	font-weight: bold
}
#qaBox dd li {
	font-size: 100%
}
#qaBox dd p {
	font-size: 100%
}
/*サポート*/
#supportHTML {
	padding-right: 15px
}
#supportHTML h4, #supportHTML p.sn {
	clear: none;
	background: url(~/media/CF141FA48DEA42C29B6E630F1D378125.ashx) no-repeat left top;
	height: 25px;
	padding-left: 30px;
	margin-left: 0;
	font-weight: bold
}
#supportHTML h5 {
	font-size: 70%
}
#conditionHTML {
	padding-left: 5px
}
#conditionHTML h4 {
	clear: none
}
#conditionHTML h5 {
	font-size: 70%
}
#conditionHTML li {
	list-style-image: none;
	list-style-type: none
}
#conditionHTML h4, #conditionHTML p.sn {
	margin-left: 0;
	background: url(~/media/BC7FCE96F10B4BBFBEEB2C1178DAD88C.ashx) no-repeat left top;
	height: 25px;
	padding-left: 30px;
	font-weight: bold
}
#supportHTML li, #conditionHTML li {
	list-style-type: none;
	list-style-image: url(/img/common_img/list_s.gif);
	line-height: 110%;
	margin-bottom: 0.2em;
	font-size: 70%
}
#supportHTML ul.sn li, #conditionHTML ul.sn li {
	list-style-type: none;
	list-style-image: url(/img/common_img/list_s.gif);
	line-height: 110%;
	margin-bottom: 0.2em;
	font-size: 70%
}
.sn li {
	font-size: 80%
}
#mileNum {
	font-size: 80%
}
/*カート*/
#EC {
	margin-top: 15px
}
/*ホーダイ対応*/
#ph_main .page_houdai {
	display: none;
}
#system .system_houdai {
	display: none;
}

#sns{margin: 10px 15px 10px 0px !important}