/**common.css**/

html{
	background:#fff;
	position:relative;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background:url(../images/common/bg_2.jpg) 50% 0%;
}

body{
/**	background:url(../images/common/footer_bg.jpg) 50% 100% no-repeat;**/
	position:relative;
	min-height:1700px;
}

#headwrap{
width:100%;
z-index:20;
padding-top:0px;
	background:url(../images/top/tophead.jpg) 50% 0% repeat-x;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px px 0px;
}

a{
	text-decoration:none;
}

h3{
	line-height:0;
	margin:0;
	padding:0;
}

.Sha{
	box-shadow:rgba(0, 0, 0, 0.45) 0px 6px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.45) 0px 6px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.45) 0px 6px 7px 0px;
}

.box{
	width:1200px;
	margin:20px auto 0;
}

#t-head{
	width:1200px;
	height:400px;
	margin:0 auto;
	background:url(../images/common/head/head_info.png) 50% 0% no-repeat;
	position:relative;
}

#underhead{
	height:10px;
	background:url(../images/common/head/under_head.png) 50% 0%;
}

.headparts{
	float:right;
	margin-top:20px;
	padding:0;
	line-height:0;
	position:absolute;
	bottom:10px;
	right:0;
}

.headparts a{
	display:block;
	float:left;
	margin-left:10px;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
}

#h_logo{
	width:534px;
	float:left;
	margin:0;
	padding:0;
	line-height:0;
}

/**下層共通ヘッダ______________________________________________________________________**/

#common_head{
	width:100%;
	height:100px;
	background:url(../images/common/head/header_bg.png) 50% 0% repeat-x;
	position:fixed;
	z-index:30;
	-webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
}

#common_head_in{
	width:1200px;
	height:100px;
	margin:0 auto;	
}

#pagehead{
	width:100%;
	height:300px;
	margin:0 auto;
	background:url(../images/common/head/pagetop.png) 50% 0%;
	position:relative;
	
}

/**下層共通ヘッダ______________________________________________________________________**/

#wrapper{
padding-top:100px;
}

#gnav{
	width:100%;
	height:60px;
	background:url(../images/common/nav/nav-bg.png) 50% 0%;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	position:relative;
	z-index:10;
}

#gnav ul{
	width:1200px;
	background:url(../images/common/nav/ul_wrap.png) 50% 0%;
	height:60px;
	margin:0 auto;
	padding:0 10px;
	line-height:0em;
}


#gnav ul li{
	display:inline;
	float:left;
	width:112px;
	height:60px;
	margin-top:0px;
}

#gnav ul li a{
	display:block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;	
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#gnav ul li a:hover{
	background: rgba(79,29,81,0.60);
} 


#fixnavi{
	width:100%;
	height:60px;
	background:url(../images/common/nav/nav-bg.png) 50% 0%;
	-webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	position:relative;
	position:fixed;
	z-index:30;
	top:0px;
}

#fixnavi ul{
	background:url(../images/common/fixnav/f_ul_wrap.png) 50% 0% no-repeat;
	width:1200px;
	margin:0 auto;
	padding:0 10px;
	line-height:0em;
}


#fixnavi ul li{
	display:inline;
	float:left;
	width:112px;
	height:60px;
	margin-top:0px;
}

#fixnavi ul li a{
	display:block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;	
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#fixnavi ul li a:hover{
	background: rgba(79,29,81,0.60);
} 

#fixnavi2{
	width:100%;
	height:60px;
	background:url(../images/common/nav/nav-bg.png) 50% 0%;
	-webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	position:relative;
	position:fixed;
	z-index:30;
	top:98px;
}

#fixnavi2 ul{
	background:url(../images/common/fixnav/f_ul_wrap.png) 50% 0% no-repeat;
	width:1200px;
	margin:0 auto;
	padding:0 10px;
	line-height:0em;
}


#fixnavi2 ul li{
	display:inline;
	float:left;
	width:112px;
	height:60px;
	margin-top:0px;
}

#fixnavi2 ul li a{
	display:block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;	
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#fixnavi2 ul li a:hover{
	background: rgba(79,29,81,0.60);
} 

#contents{
	width:1200px;
	margin:20px auto;
	padding-bottom:20px;
	background:rgba(255,255,255,0.8);
	border:solid 1px #bdab78;
	min-height:600px;
	-webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	min-height:1500px;
}

#main{
	width:920px;
	margin-left:20px;
	float:left;
}

#side{
	width:220px;
	margin-left:20px;
	float:left;
}

#photoup{
	width:220px;
	height:396px;
	background:url(../images/common/side/photoup.png) no-repeat;
	padding-top:50px;
}

.photoinner{
	width:210px;
	height:390px;
	border:solid 1px #5e4b5e;
	margin:0px auto 0;
	overflow:auto;
	background:rgba(255,255,255,0.8);
	
}

.photo_thumb{
	line-height:0em;
	float:left;
	width:75px;
	
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

.photobox{
	width:200px;
	margin:5px;
	padding:5px
	border-top: 1px solid #ff6cb8;
	border-bottom: 1px solid #ff6cb8;
	padding-bottom:5px;
}

.phototext{
	margin-left:5px;
	float:left;
	width:120px;
}

.photo_title{
	background:#ff6cb8;
	padding:3px 0;
	width:100%;
	color:#fff;
	font-size:13px;
	margin:3px 0;
	text-align:center;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px
}

.photo_time{
	background:#ffe6ff;
	border-top: 1px solid #5d2e5d;
	height:16px;
	line-height:16px;
	width:100%;
	color:#5d2e5d;
	font-size:10px;
	margin-bottom:3px;
}

.photo_data a{
	color:#ff7abf;
	font-weight:bold;
	font-size:13px;
}

.photo_data span{
	font-size:12px;
}

.phototex{
	clear:both;
	border-bottom: 1px dotted #ccc;
	margin-top:3px;
	font-size:13px;
	padding:3px 0;
    margin-left: 5px;
}

#hime{
	width:220px;
	height:396px;
	background:url(../images/common/side/iiko.png) no-repeat;
	padding-top:50px;
}

.whitebox{
	width:940px;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
	margin-bottom:10px;
}

.bo_pink{
	border-bottom:solid 10px #ff51a3;
}

.list{
	margin:10px 0 0 10px;
}

.list li{
	width:176px;
	height:300px;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 5px 0px;
	float:left;
	margin:0 10px 10px 0;
	position:relative;
}

.list li a{
	display:block;
	color:#333;
}

.listthumb{
	width:160px;
	height:214px;
	margin:10px 10px;
}

.listthumb img{
	width:100%;
}

.listtime{
	text-align:center;
	color:#f99928;
	font-weight:bold;
	margin-top:0px;
	height:20px;
	line-height:20px;
	font-size:14px;
}

.listdata{
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	height:38px;
	line-height:1.2em;;
	font-size:14px;
	overflow:auto;
}

.icon_nf{

	position:absolute;
	top:196px;
	left:0;
}

.icon_tainyu{
	position:absolute;
	top:196px;
	right:0
}

.icon_taiken{
	width:80px;
	height:80px;
	position:absolute;
	top:0;
	left:0;
}

.icon_today{
	position:absolute;
	top:4px;
	left:0;
}

.icon_rank{
	position:absolute;
	top:4px;
	left:0;
}

.icon_ug{
	width:76px;
	height:76px;
	position:absolute;
	left:-5px;
	top:-5px;
}

.icon_ug img{
	width:100%;
}

.normal{
	background:url(../images/list/nor_list.png) no-repeat;
}

.ultra{
	background:url(../images/list/ug_list.png) no-repeat;
}

.newgirl{
	background:url(../images/list/nf_list.png) no-repeat;
}

.shift_all{
	 border:2px solid #ff9518;
	 border-bottom:none;
	 margin:10px 10px 5px;
	 padding:10px 0 0;
	 text-align:center;
	 color:#ff9518;
	 font-size:20px;
}

.shift_ug{
	 border:2px solid #ff52a4;
	 border-bottom:none;
	 margin:10px 10px 5px;
	 padding:10px 0 0;
	 text-align:center;
	 color:#ff52a4;
	 font-size:20px;
}

.shift_nf{
	 border:2px solid #4cb412;
	 border-bottom:none;
	 margin:10px 10px 5px;
	 padding:10px 0 0;
	 text-align:center;
	 color:#4cb412;
	 font-size:20px;
}

.shift_rank{
	 border:2px solid #b54dff;
	 border-bottom:none;
	 margin:10px 10px 5px;
	 padding:10px 0 0;
	 text-align:center;
	 color:#b54dff;
	 font-size:20px;
}

.shift_nb{
	 border:2px solid #34abfe;
	 border-bottom:none;
	 margin:10px 10px 5px;
	 padding:10px 0 0;
	 text-align:center;
	 color:#34abfe;
	 font-size:20px;
}

.listbox,.listbox2{
	width:1000px;
	margin:0 auto 20px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
}

.listbox_in{
	border: 2px solid #f27293;
	padding-bottom:10px;
}

.listbox ul li{
	width:188px;
	float:left;
	margin:10px 0 0 9px;
	background:url(../images/common/lisbg.png);
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	padding-bottom:10px;
	position:relative;
}



.listbox2 ul li{
	width:188px;
	float:left;
	margin:10px 0 0 9px;
	background:url(../images/common/lisbg2.png);
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
	padding-bottom:10px;
	position:relative;
}

.listbox_in li{

}

/* Pop */
@-webkit-keyframes listanime {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes listanime {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.listbox_in li{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.listbox_in li:hover, .listbox_in li:focus, .listbox_in li:active {
  -webkit-animation-name: listanime;
  animation-name: listanime;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.photo_lis{
	width:168px;
	margin:10px 10px 5px;
}

.photo_lis img{
	width:100%;
}

.lis_name{
	background:#ff2a88;
	color:#fff;
	width:172px;
	margin: 0 10px 0;
	text-align:center;
	padding:5px 0 3px;
	font-weight:bold;
}

.datebox{
	border:1px solid #fe3b6d;
	color:#e9133b;
	width:170px;
	margin: 0 10px 0;
	padding:5px 0 4px;
	text-align:center;
	background:rgba(255,255,255,0.7);
	font-size:13px;
}

.time{
	border:1px solid #fe3b6d;
	color:#444;
	font-weight:bold;
	width:170px;
	margin: 0 10px 0;
	padding:5px 0 4px;
	text-align:center;
	background:rgba(255,255,255,0.7);
	font-size:13px;
}

.size{
	border:1px solid #fe3b6d;
	color:#444;
	font-weight:bold;
	width:170px;
	margin: 0 10px 0;
	padding:5px 0 4px;
	text-align:center;
	background:rgba(255,255,255,0.7);
	font-size:13px;
}

.come{
	border:1px solid #fe3b6d;
	border-top:none;
	line-height:15px;
	color:#202020;
	width:170px;
	height:30px;
	margin: 0 10px 0;
	padding:5px 0 4px;
	text-align:left;
	background:rgba(255,255,255,0.7);
	font-size:13px;
	over-flow:auro;
}

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

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

.itiosi{
	position:absolute;
	top:0;
	right:0px;
}

.sinjin{
	position:absolute;
	top:0;
	right:0px;
}

.rank_a{
	position:absolute;
	top:180px;
	right:0px;
}

.rank_b{
	position:absolute;
	top:180px;
	right:0px;
}

.p-up{
	position:absolute;
	top:162px;
	left:0;
}

#footer_in{
	width:1200px;
	margin:9px auto;
	height:160px;
}

.footer_logo{
	width:260px;
	float:left;
}

.footer_logo img{
	margin-top:25px;
}

.footer_nav{
	width:920px;
	float:left;
	margin-left:20px;
}

.footer_nav ul{
	padding:35px 20px 0; 
	font-size:14px;
	color:#fff;
	line-height:2em;
}

.footer_nav ul li{
	display:inline-block;
}

.footer_nav ul li a{
	color:#fff;
	text-decoration:none;
	text-shadow:rgba(140,35,85,0.40) 1px 1px 2px;
	font-weight:bold;
}

.footer_nav ul li a:hover{
	color:#fdffc0;
	font-weight:bold;
}

h2{
	width:1200px;
	text-align:left;
	height:100px;
	position:absolute;
	top:180px;
	left:200px;
}

h2 img{
	display:block;
	box-shadow:rgba(0, 0, 0, 0.6) 0px 12px 12px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 12px 12px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 12px 12px 4px;
}

.blue{
	color:#005bc1;
}

.red{
	color:#eb424e;
}

.btnbana{
	margin:20px 0 20px 20px;
	float:left;
	line-hight:0em;
}


/*151209 新リスト*/

.listbox3{
	width:1000px;
	margin:0 auto 20px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
}

.listbox_in{
	border: 2px solid #f27293;
	padding-bottom:10px;
}

.listbox3 ul li{
	width:188px;
	height:420px;
	float:left;
	margin:10px 0 0 9px;
	background:url(../images/list/listbg_a.png);
	padding:0;
	position:relative;
}

.bptn{
	background:url(../images/list/listbg.png);
}


.list_thumb{
	width:166px;
	margin:38px auto 5px;
	border:3px solid #fff;
	line-height:0em;
}

.list_thumb img{
	width:164px;
	border:1px solid #d1ccbf;
}

.listbox3 .lis_name{
	background:none transparent;
	color:#e1005a;
	width:172px;
	margin: 0 10px 0;
	text-align:center;
	padding:3px 0 3px;
	font-weight:bold;
	font-size:16px;
}

.datebox{
	border:1px solid #fe3b6d;
	color:#e9133b;
	width:170px;
	margin: 0 10px 0;
	padding:5px 0 4px;
	text-align:center;
	background:rgba(255,255,255,0.7);
	font-size:13px;
}

.listbox3 .time{
	border:1px solid #fe3b6d;
	color:#444;
	font-weight:bold;
	width:170px;
	margin: 0 auto 0;
	padding:5px 0 4px;
	text-align:center;
	background:rgba(255,255,255,0.7);
	font-size:13px;
}

.listbox3 .size{
	border:none;
	color:#464646;
	font-weight:bold;
	width:170px;
	margin: 4px auto 0;
	padding:3px 0 2px;
	text-align:center;
	background:rgba(255,255,255,0.1);
	font-size:13px;
}

.listbox3 .come{
	border:1px solid #fe3b6d;
	line-height:15px;
	color:#202020;
	width:164px;
	height:30px;
	margin: 0 auto 0;
	padding:5px 3px 4px;
	text-align:left;
	background:rgba(255,255,255,0.8);
	font-size:13px;
	over-flow:auro;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
	position:absolute;
	bottom:14px;
	left:8px;
}

.listbox3 .time{
	width:178px;
	margin:0 auto;
	height:17px;
	border:none;
background: rgb(252,236,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border:1px solid #ff7cd8;
color:#870C55;
text-shadow:1px 1px 2px #fff;
font-size:15px;
line-height:17px;
}

.listbox3 .n_today{
	position:absolute;
	top:324px;
	left:10px;
}

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

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

.listbox3 .itiosi{
	position:absolute;
	top:322px;
	right:4px;
}

.listbox3 .sinjin{
	position:absolute;
	top:324px;
	left:106px;
}

.listbox3 .rank_a{
	position:absolute;
	top:344px;
	left:10px;
}

.listbox3 .rank_b{
	position:absolute;
	top:344px;
	left:10px;
}

.listbox3 .pickup2{
	position:absolute;
	top:12px;
	right:6px;
}

.listbox ul li.newlist{
	width:188px;
	height:330px;
	background:url(../images/list/listbg_nf.png) no-repeat;
	padding:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.newlist .photo_lis{
	width:168px;
	margin:40px 10px 0px;
}

.newlist .taiken{
	position:absolute;
	top:12px;
	left:94px;
}

#footer{
	height:160px;
	width:100%;
	background:url(../images/common/footer/footer_bg.jpg) 50% 0 repeat-x;
	box-shadow:rgba(0, 0, 0, 0.25) 0px -3px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px -3px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px -3px 5px 0px;
	margin-top:60px;
}


#footer_in{
	width:1200px;
	margin:9px auto;
	height:160px;
}

#footer_logo{
	width:410px;
	float:left;
}

.footer_logo img{
	margin:0;
}

#footer_nav{
	width:760px;
	float:left;
	margin-left:20px;
	margin-top:40px;
	font-size:14px;
	color:#fff;
	line-height:2em;
}


#footer_nav li{
	display:inline-block;
}

#footer_nav li a{
	color:#fff;
	text-decoration:none;
	text-shadow:rgba(140,35,85,0.40) 1px 1px 2px;
	font-weight:normal;
}

.footer_nav ul li a:hover{
	color:#fdffc0;
	font-weight:bold;
}

#copyright{
	height:23px;
	line-height:23px;
	font-size:12px;
	text-align:center;
	width:1200px;
}

.side_bana{
	line-height:0em;
	margin-top:20px;
}

.commonh1{
	height:20px;
	width:1200px;
	color:#fffff5;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	white-space:nowrap;
	position:absolute;
	z-index:20;
	top:10px;
	text-shadow:rgba(0,0,0,0.50) 1px 1px 2px;
}

/**パン屑用------------------------------------**/

#Bread{
	width:100%;
	height:26px;
	background:rgba(0,0,0,0.8);
	border-bottom:solid 1px #bdab78;
	-webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
}

#Bread ol{
	width:1200px;
	margin:0 auto;
	font-size:12px;
}
#Bread ol li{
		line-height:26px;
}

#Bread ol li a {display: inline-block;
		color: #fff;
		text-decoration: underline;
		padding-right:4px;
		text-shadow:1px 1px 1px #000;
}

#Bread ol li a:hover{
	color:#fff9a9;
}

#Bread ol li .bnow{
	text-decoration: none;
	color:#fffbc6;
}

#Bread ol:after {content: "";
                 display: block;
                 clear: both}

#Bread ol li {float: left;
             width: auto;}

#Bread ol li+li:before {content: '\003e';
                             color: #ccc;}