@charset "UTF-8";



/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;

    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*リスト要素へのスタイルをリセットしています*/
ol, ul {
	list-style: none;
}

/*画像を縦に並べたときの余白を消します*/
img {
	vertical-align:top;
	font-size:0;
	line-height:0;
}

p {
	margin-bottom:1.5rem;
}

/*--- default */
html {
	font-size: 6.25%;
}
body {
	border-top:#fea46e 6px solid;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color: #FFF;
	color: #34302f;
	font-size: 15px;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.mt,
a {
	color: #007ACC;
	cursor:pointer;
}
.mt:hover,
a:hover {
	color: #007ACC;
	text-decoration: none;
	left: 1px;
	position: relative;
	top: 1px;
}
img{ width:100%; }
img.flR,
img.flL{
	width:auto;
}
.imgR,
.alignright,
.alR,
.imgL,
.alignleft,
.alL,
.aligncenter  {
	margin: 0 auto 10px;
	width:100%;
}
.flR {
	float: right;
}
.flL {
	float: left;
}
.mB10 {
	margin-bottom:10px;
}
.mB {
	margin-bottom:20px;
}
.mB30 {
	margin-bottom:30px;
}
.ovF,
.ofH {
	overflow:hidden;
	_zoom:1;
	margin-bottom: 20px;
}
.bgColorYlw {
	background:#ffff77;
}
.bgColorRed {
	background:#fed6d5;
}
.mt:hover img,
a:hover img {
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}
.txtalLeft {
	text-align:left!important;
}
.txtalRight {
	text-align:right!important;
}
.center {
	text-align:center!important;
}

/*色を指定します*/

.mizu { color: #76d2ed; }
.blue { color: #77adf5; }
.ao { color: #002255; }
.gray { color: #3d3737}
.aka { color: #de5f6e; }
.ora { color: #e09e2b;}
.cha { color: #695647;}

/*文字を太くします*/
.b { font-weight: bold; }

/*下線を引きます*/
.u { text-decoration: underline; }

/*文字のフォントを指定します*/
.szSS { font-size: 85%; }
.szS { font-size: 90%; }
.szM { font-size: 110%; }
.szX { font-size: 120%; }
.szXX { font-size: 200%; }

/*文字を装飾します*/
.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}
/*明朝体を指定します*/
.min {
	font-family:'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif  /* Android では ゴシック体表示 */;
}
/*===================全体============================*/
#wrapper {
	overflow:hidden;
}
header {
	margin: 20px auto;
	width: 100%;
}
#main {
	width: 100%;
	margin: 0 auto;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 25px;
	overflow: hidden;
}
.main2bg {
	background:#fcf9f1;
	padding: 10px 0;
}
.main2 {
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
}
.main2cont {
	background: #FFF;
	float: none;
	padding:2%;
}
/*===frame枠===*/
.oriFrame{
	border:#cfa972 14px solid;
	margin:15px 0;
	overflow:hidden;
}
.oriFrame dl {
	padding:10px;
	background:#FFF;
}
.oriFrame dt{
	background:url(../img/oriframe_h3bg.png) repeat-x bottom;
	display: block;
	color:#fc833b;
	font-size: 22px;
	padding: 20px 0;
	text-align:center;
	line-height: 1.3;
	margin-bottom:20px;
}
.oriFrame2 {
	background:url(../img/ylwbox_bg.png) repeat;
	padding:20px;
	margin-bottom:20px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.nmlbox{
	border:2px solid #CCC;
	padding:15px;
	margin:10px 0;
	overflow:hidden;
}
 .user2{
	background-image: url(../img/user2.png);
	font-size: 12px;
	line-height: 130%;
	padding:20px 12px 0px 100px;
	margin:20px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
}
/*===box===*/
.kasamasi {
	overflow: hidden;
	margin-bottom: 40px;
}
.backYajirusi{
	background:url(../img/back_yajirusi.png) no-repeat center;
	text-align:center;
	padding-top:20px;
	min-height:90px;
	text-shadow:-1px -1px #FFF, 1px -1px #FFF, -1px 1px #FFF, 1px 1px #FFF;
}
/*===fukidashi===*/
.bln{
	font-size:13px;
	line-height:130%;
	_zoom: 1;
	padding:0;
	margin: 0;
	color: #333333;
}
.b_body{
	margin:0;
	width:auto;
	padding:12px 19px;
	_zoom: 1;
}
/*===pankuzu===*/
.pankuzu {
	overflow: hidden;
	width:94%;
	margin:10px auto;
	font-size:90%;
}
/*===rank===*/
.oriRank1 .top,
.oriRank2 .top,
.oriRank3 .top{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
}
.oriRank1,
.oriRank2,
.oriRank3{
	margin-bottom:10px;
}
/*ランキング1位*/
.oriRank1 {
	border:2px solid #f83c3c;
}
.oriRank1 .top {
	background:url(../img/rank1_title.png) no-repeat;
	color:#fb5e5e;
	background-size:100%;
}
.oriRank1 .body {
	overflow:hidden;
	padding: 0 20px 20px 20px;
}
/*ランキング2位*/
.oriRank2 {
	border:2px solid #4c71fb;
	margin-bottom:20px;
}
.oriRank2 .top {
	background:url(../img/rank2_title.png) no-repeat;
	color:#63a4fb;
	background-size:100%;
}
.oriRank2 .body {
	overflow:hidden;
	padding: 0 20px 20px 20px;
}
/*ランキング3位*/
.oriRank3 {
	border:2px solid #40ad4d;
	margin-bottom:20px;
}
.oriRank3 .top {
	background:url(../img/rank3_title.png) no-repeat;
	color:#40ad4d;
	background-size:100%;
}
.oriRank3 .body {
	overflow:hidden;
	padding: 0 20px 20px 20px;
}
/*===ulスタイル===*/
.listyle01 li,
.listyle02 li{
	padding-bottom:10px;
}
.listyle01 li{
	list-style:url(../img/accept.png) inside;
}
.listyle02 li{
	list-style:url(../img/check.png) inside;
}
/*ランキングul*/
ul.rankUl {
	list-style: none;
	background:none;
	margin-bottom:10px;
	padding:0;
	overflow:hidden;
}
ul.rankUl li {
	background:url(../img/rank_li.png) no-repeat;
	font-size:16px;
	color:#6b3619;
	padding-left: 32px;
	margin-bottom:12px;
}
/*===table===*/
table {
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	margin-bottom: 20px;
	width:100%;
	table-layout:fixed;
	background:#FFF;
}
table th,
table td {
	padding:10px;
	vertical-align:middle;
	border-left:1px solid #818181;
	border-top:1px solid #818181;
}
table th {
	text-align:center;
	background: #EFEFEF;
}
table td {
	background: #FFF;

}	
table.hikaku td {
	min-height: 80px;
	text-align:center;
}
table.hikaku td img {
	max-width: 100%;
}
table.hikaku th {
	background: #ffef96;
}
table.hikaku td.trank01{
	background:url(../img/trank1.png) no-repeat center;
	font-weight:bold;
}
table.hikaku td.trank02{
	background:url(../img/trank2.png) no-repeat center;
}
table.hikaku td.trank03{
	background:url(../img/trank3.png) no-repeat center;
}

/*====title=====*/
h2 {
	background:url(../img/h3.png) no-repeat 5px center,
	url(../img/h3_bg.png) repeat left top;
	border: 1px solid #d77138;
	margin: 20px 0;
	overflow: hidden;
	line-height:1.3;
	color: #FFF;
	padding: 12px 10px 8px 60px;
	font-size: 22px;
}
h2 a,
h2 a:hover{
	color:#FFF;
}
h3 {
	background:url(../img/h3.png) no-repeat 5px center;
	color:#6b3619;
	padding: 12px 10px 8px 60px;
	font-size: 22px;
}
.text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin-top: 20px;
}
h4 {
	background: url(../img/h4_bg.png) bottom repeat-x;
	background-color: #faefbe;
	margin: 20px auto 10px;
	color: #6b3619;
	display: block;
	font-size: 20px;
	padding: 13px 12px;
}
h5 {
	background:url(../img/h5.png) no-repeat 0 4px;
	color: #e76b25;
	font-size: 19px;
	line-height: 150%;
	margin: 20px auto 10px;
	padding-left:23px;
}
h6 {
	color: #e76b25;
	margin: 5px auto;
	padding: 2px 0;
	text-decoration:underline;
}
.ttl01,
.ttl02 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.ttl01 {
	background: #fea46e;
	color:#6b3619;
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 20px;
}
.ttl02 {
	color:  #fea46e;
	font-size: 22px;
	font-weight: bold;
}
#main h3.oriRankTitle {
	background:#6b3619;
	border:none;
	color:#FFF;
	padding: 10px;
	font-size: 20px;
	margin-bottom:10px;
}
#main h3.oriRankTitle02 {
	border:#6b3619 3px solid;
	text-align:center;
	background:none;
	padding: 10px;
}
#main h3.oriRankTitle02 span {
	background:none;
	color:#6b3619;
	font-size: 22px;
}
/*============サイドバー============*/
.side {
	width: 100%;
	background:#FFF;
}
.widget-container {
	color: #FFF;
	padding: 6px 10px;
}
.widget-container h2{
	font-size:18px;
	background:#fea46e;
	border:none;
	padding-left:10px;
	margin-top:0;
}
.side ul {
	overflow:hidden;
}
.side ul li.widget-container {
	padding: 0;
}
.side ul li.widget-container h3 {
	background:	#2780bb;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.side ul li.widget-container ul li {
	border-bottom: 1px dotted #dbeefa;
	padding: 10px;
}
.side ul li.widget-container ul li a {
	color: #524845;
	display: block;
	padding-right: 20px;
}

/*===========footer============*/
footer {
	background: #fea46e;
	padding:20px 5px;
	text-align:center;
	font-size:85%;
}
/*===========もっと読む============*/
.nav-below{
	overflow:hidden;
}
.nav-previous,
.nav-next{
	padding: 5px 10px;
	font-size:90%;
}
.nav-previous{
	float:left;
}
.nav-next {
	float: right;
}
.excerpt_more {
	float: right;
	background: #e7e7e7;
	border: 1px solid #cbcbcb;
	padding: 5px 10px;
}
.excerpt_more a:link,
.excerpt_more a:visited {
	color:#515151;
	text-decoration:underline;
}
.excerpt_more a:hover {
	text-decoration: none;
}

/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination{
	display:table;
	margin:50px auto 0;
	width:90%;
	height:30px;
	text-align:center;
}
.pagination li{
	display:table-cell;
	width:30%;
	height:30px;
	line-height:14px;
}
.pagination li a{
	display:block;
	width:auto;
	color:#fff;
	background:#000;
	line-height:48px;
	text-decoration:none;
	border-radius:10px;
}
.pagination li.prev,
.pagination li.next{
	color:#cccccc;
	background:#f7f7f7;
	border-radius:10px;
}
.pagination li.PageNum{
	font-weight:normal;
	font-size:13rem;
	line-height:14px;
	color:#999999;
}
/*-----------------------------
検索フォーム
-----------------------------*/
.searchform{
	margin:2% 2% 5%;
	overflow:hidden;
}
#searchform label {
  display: none;
}
#s{
	float:left;
	width:80%;
	padding:1.5% 0;
}
#searchsubmit{
	float:right;
	cursor: pointer;
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*===================全体============================*/
img{ width:auto; }
.imgR,
.alignright,
.alR {
	float: right;
	margin: 0 0 20px 20px;
	width:auto;
}
.imgL,
.alignleft,
.alL {
	float: left;
	margin: 0 20px 20px 0;
	width:auto;
}
.aligncenter {
	text-align: center;
	margin-bottom: 10px;
	width:auto;
}
p {	margin-bottom:2rem; }
body { font-size:16px }

#wrapper {
	overflow:hidden;
}
#main {
	width: 950px;
	margin: 0 auto;
}
header {
	width:950px;
}
.main2bg {
	padding: 30px 0;
}
.main2 {
	width: 950px;
}
.main2cont {
	float: left;
	padding: 20px;
	margin-right: 20px;
	width: 640px;
}
/*===frame枠===*/
.oriFrame{
	border:#cfa972 20px solid;
	margin:30px 0;
}
.oriFrame dl {
	padding:20px;
}
.oriFrame dt{
	font-size: 29px;
}
/*===box===*/
.kasamasi {
	overflow: hidden;
	margin-bottom: 40px;
}
.backYajirusi{
	min-height:90px;
}
/*===fukidashi===*/
/* 吹き出し */

.bln{
	overflow: hidden;
}

.b_body{
	margin:0;
	width:auto;
	padding:12px 19px;
	_zoom: 1;
	overflow: hidden;
}
.balloon1 .b_body{
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}

.balloon2 .b_body{
	background-color:#FFF;
	border:solid 1px #CCC;
}

.balloon3 .b_body{
	background-color:#EBEBEB;
}

.balloon4 .b_body{
	background-color:#EAF1FF;
	border:solid 1px #6AA3F9;
}

.balloon5 .b_body{
	background-color:#FFEAEA;
	border:solid 1px #F96565;
}

.balloon6 .b_body{
	background-color:#FFF;
	border:solid 2px #CC0000;
}

.balloon7 .b_body{
	background-color:#FFF;
	border:solid 2px #0080B8;
}

.balloon8 .b_body{
	background-color:#FFF;
	border:solid 2px #FF8201;
}

.balloon9 .b_body{
	background-color:#FFF;
	border:2px solid #739221;
}
.bln .img-l,
.bln .img-r{
	position:relative;
	z-index:100;
	background-image:url(../img/balloon.png);
	top: 30px;
	width: 28px;
	height: 19px;
	margin:0;
}
.bln .img-l{
	left:1px;
	float:left;
}

.bln .img-r{
	right:1px;
	float:right;
}
.bln .img-t{
	position: relative;
	z-index:100;
	background-image:url(../img/balloon.png);
	top:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	float:none;
	margin:0;
}
.bln .img-b{
	position: relative;
	z-index:100;
	background-image:url(../img/balloon.png);
	bottom:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	margin:0;
}
div.bln:after{height:0; visibility: hidden; content: ".";   display: block; clear: both;}
.balloon1 .img-b{ background-position: 0 0;} 
.balloon1 .img-l{ background-position: 0 -72px;} 
.balloon1 .img-r{ background-position: 0 -139px;} 
.balloon1 .img-t{ background-position: 0 -206px;} 
.balloon2 .img-b{ background-position: 0 -278px;} 
.balloon2 .img-l{ background-position: 0 -350px;} 
.balloon2 .img-r{ background-position: 0 -417px;} 
.balloon2 .img-t{ background-position: 0 -484px;} 
.balloon3 .img-b{ background-position: 0 -556px;} 
.balloon3 .img-l{ background-position: 0 -628px;} 
.balloon3 .img-r{ background-position: 0 -695px;} 
.balloon3 .img-t{ background-position: 0 -762px;} 
.balloon4 .img-b{ background-position: 0 -834px;} 
.balloon4 .img-l{ background-position: 0 -906px;} 
.balloon4 .img-r{ background-position: 0 -973px;} 
.balloon4 .img-t{ background-position: 0 -1040px;} 
.balloon5 .img-b{ background-position: 0 -1112px;} 
.balloon5 .img-l{ background-position: 0 -1184px;} 
.balloon5 .img-r{ background-position: 0 -1251px;} 
.balloon5 .img-t{ background-position: 0 -1318px;} 
.balloon6 .img-b{ background-position: 0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position: 0 -1462px;left:2px;} 
.balloon6 .img-r{ background-position: 0 -1531px;right:2px;} 
.balloon6 .img-t{ background-position: 0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position: 0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position: 0 -1744px;left:2px;} 
.balloon7 .img-r{ background-position: 0 -1813px;right:2px;} 
.balloon7 .img-t{ background-position: 0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position: -78px 0;bottom:2px;} 
.balloon8 .img-l{ background-position: -78px -72px;left:2px;}
.balloon8 .img-r{ background-position: -78px -141px;right:2px;}
.balloon8 .img-t{ background-position: -78px -210px;top:2px;}
.balloon9 .img-b{ background-position: -78px -282px;bottom:2px;} 
.balloon9 .img-l{ background-position: -78px -354px;left:2px;} 
.balloon9 .img-r{ background-position: -78px -423px;right:2px;} 
.balloon9 .img-t{ background-position: -78px -492px;top:2px;} 
.rnd1{
	position:relative;
	z-index:1;
	padding: 15px;
	margin: 15px auto 15px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
}
/*===pankuzu===*/
.pankuzu {
	padding: 0 10px;
	width:950px;
}
/*===rank===*/
.oriRank1 .top,
.oriRank2 .top,
.oriRank3 .top{
	font-size:50px;
	padding-top:25px;
	height: 72px;
}
.oriRank1,
.oriRank2,
.oriRank3{
	margin-bottom:20px;
}

/*===ulスタイル===*/
.listyle01 li,
.listyle02 li{
	padding-bottom:20px;
}
/*ランキングul*/
ul.rankUl li {
	font-size:18px;
}
/*====title=====*/
h2, h3 { font-size: 28px; }
h4{ font-size: 26px; }
h5{ font-size:24px; }
.ttl01 {
	font-size: 30px;
	text-align:center;
}
.ttl02 {
	font-size: 30px;
}
#main h3.oriRankTitle {
	background:url(../img/h3_rank_bg.png) no-repeat;
	border:none;
	color:#FFF;
	height: 67px;
	padding:30px 0 0 107px;
	font-size: 30px;
}
#main h3.oriRankTitle02 {
	border:#6b3619 3px solid;
	text-align:center;
	border:none;
}
#main h3.oriRankTitle02 span {
	background:none;
	color:#6b3619;
	font-size: 30px;
	padding: 18px 65px 0 65px;
}



#main h3.oriRankTitle02 {
	background:url(../img/h3_rank2_bg.png) no-repeat;
	border:none;
	min-height:77px;
}
#main h3.oriRankTitle02 span {
	background:none;
	color:#6b3619;
	font-size: 30px;
	padding: 18px 65px 0 65px;
}
/*============サイドバー============*/
.side {
	float: right;
	width: 250px;
}
/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination {
	overflow:hidden;
	display: flex;
	justify-content: center;
	text-align:center;
	padding:20px 0;
}
.pagination span, .pagination a {
	margin: 0 5px;
	padding: 10px;
	text-decoration: none;
	color:#fea46e;
	background:#FFF;
	width:20px;
	height:20px;
}
.pagination .current {
	padding: 10px;
	background: #fea46e;
}
span.current{
	color:#FFF;
}
