﻿@charset "utf-8";
/* CSS Document */

/* ************************************************
 *    共通
 * ************************************************ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0;
	list-style:none;
  
    font-size: 1em; 
}



body {
/*
	画像が見当たらないのでコメントアウト・
	background: url(../images/bg.gif);
*/
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link, a:visited {
	color: #0066ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #85E2D6;
	text-decoration: underline;
}

/* フォント指定 */
.b {
	font-weight: bold;
}

.big {
	font-size: 1.25em;
}

.big20 {
	font-size: 20px;
}

.small12 {
	font-size: 12px;
}

.premium {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.premium_ad {
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #FCEDED;
	padding: 5px;

}

.premium_midashi {
	font-size: 20px;
	color: #542714;
	font-weight: bold;
	width: 970px;
	background: #85E2D6;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}


.news_midashi {
	font-size: 16px;
	color: #542714;
	font-weight: bold;
	width: 630px;
	background: #EFE1BE;
	float: left;
	padding: 8px;
	margin-bottom: 10px;
}

.news_midashi_2 {
	font-size: 16px;
	color: #542714;
	font-weight: bold;
	width: 630px;
	background: #c1c1c1;
	float: left;
	padding: 8px;
	margin-bottom: 10px;
}




/* ニュースのstrong用 */
.entry-content strong{
	font-weight: bold;
	background: linear-gradient(transparent 60%,#fcdeef 60%);
}



/* ニュースのh2用 */
.entry-content h2{
	font-size: 20px;
	line-height: 1.3;
	padding: 0.5em;/*文字周りの余白*/
	color: #444444;/*文字色*/
	background: #c6f2ec;/*背景色*/
	border-left: solid 8px #85E2D6;/*左線（実線 太さ 色）*/
	margin-top: 30px;
	margin-bottom: 10px;
}


/* ニュースのh3用 */
.entry-content h3{
	font-size: 18px;
	line-height: 1.8;
	padding: 0.5em 1em 0em 1em;/*文字周りの余白*/
	color: #444444;/*文字色*/
	border-bottom: dotted 2px #85E2D6;/*線の種類（点線）2px 線色*/
	margin-bottom: 10px;
}


/* ニュースのh4用 */

.entry-content h4{
	padding: 0.5em 0em 0.5em 5px;
	color:#444444;/*文字色*/
	font-weight:bold;
}
.entry-content h4:before {
	content:'■';
	color:#85E2D6;/*マークの色*/
}


/* ニュースのtable用 */
.entry-content table{
	border-top: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 90%;
	font-size: 0.9em;
	margin: 15px;
	text-align: left;
}

.entry-content table th{
	font-weight: normal;
	color: #117064;
	background-color: #c6f2ec;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

.entry-content table td{
	padding: 8px;
	color: #444444;
	border-bottom: 1px solid #CCCCCC;
}





/* 揃え */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
	
/* マージン */
.m0 {
	margin: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt20 {
	margin-top: 20px;
}

.pd165{
	padding: 0px 0px 40px 165px;
}


/* ************************************************
 *    全体
 * ************************************************ */
#wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;

	/* h1部分背景 */
	background: url(../images/h1.gif) repeat-x top;
}

/* ************************************************
 *    基本レイアウト
 * ************************************************ */


#header, #container {
	width: 960px;
	margin: 0 auto;

}



#contents {
	width: 640px;
	float: left;
}

#contents2 {
	width: 930px;
	float: left;
}



#sidebar {
	width: 300px;
	float: right;
}

#ranking {
	width: 650px;
	float: center;
}

#footer {
	width: 100%;
	clear: both;
	padding: 30px 0;
	
	/* フッターの背景色を変える */
	background: #FFFFFF;

	/* フッター部分背景 */
	background: url(../images/footer.gif) repeat-x top;

}

#footer_container {
	width: 960px;
	margin: 0 auto;
	text-align: left;

}

/* ************************************************
 *    スマートフォンサイトへの誘導ボタン
 * ************************************************ */
.goto_sp_site {
	width: 100%;
	clear: both;
	padding: 30px 0;
	/* フッターの背景色を変える */
	background: #FFFFFF;
	/* フッター部分背景 */
	background: url(../images/h1.gif) repeat-x top;
}
.goto_sp_site div{
	margin: 35px auto 0px auto;
	width:930px;
	background-color:white;
}
.goto_sp_site div img{
	width:930px;
}

/* ************************************************
 *    ヘッダー
 * ************************************************ */
h1 {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 20px;
}

/* バナー */
#head_banner {
	width: 960px;
	height: 96px;
	background: url(../images/head_banner.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

/* ***** グローバルナビ ***** */
/*
#head_gnavi {
	width: 960px;
	height: 40px;
	margin-bottom: 20px;
}

#head_gnavi li {
	width: 160px;
	height: 40px;
	float: left;
}

#head_gnavi a {
	display: block;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
	outline: 0;
}

#gnavi01 {
	background-image: url(../images/head_gnavi/01.gif);
}

#gnavi02 {
	background-image: url(../images/head_gnavi/02.gif);
}

#gnavi03 {
	background-image: url(../images/head_gnavi/03.gif);
}

#gnavi04 {
	background-image: url(../images/head_gnavi/04.gif);
}

#gnavi05 {
	background-image: url(../images/head_gnavi/05.gif);
}

#gnavi06 {
	background-image: url(../images/head_gnavi/06.gif);
}

#head_gnavi .head_current,
#head_gnavi li:hover {
	background-position: 0 -40px;
}
*/

/* gnavi実験 */


#head_gnavi {
	background: linear-gradient(#caf9f3, #86E1D5); /* （薄い方,濃い方） */
	border: 1px solid #5bb2a6;
	overflow: hidden;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 960px;
	max-height: 40px;
}
#head_gnavi li {
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #FFFFFF;
	width: 159px;
}
#head_gnavi li:last-child {
	border-right: none;
}
#head_gnavi li a {
	display: block;
	padding: 1px 0 0 0;
	width: 100%;
	text-decoration: none;	
	text-align: center;
	font-size: 16px;
	font-weight: bold ;
	font-family: serif;
	color: #FFFFFF;
}
#head_gnavi li span {
	display: block;
	padding: 0;
	width: 100%;
	text-decoration: none;	
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #666666;
}

#head_gnavi li a:hover {
	background: #caf9f3;
}
#head_gnavi .head_current {
	background: #caf9f3;
}



/* ************************************************
 *    コンテンツ
 * ************************************************ */
/* パンくず */
#breadcrumb {
	margin: 0;
	font-size: 10px;
	padding: 1px 0 10px;
}

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

#breadcrumb li {
	float: left;
}

#breadcrumb li.sub {
	padding-left: 10px;
}

#breadcrumb li.sub:before {
	letter-spacing: 10px;
    content: ">";
}

/* コンテンツエリア1 */
#cont_area1 {
	width: 650px;
	font-size: 12px;
	margin-bottom: 10px;
}

.area_boxLeft {
	width: 650px;
	padding: 5px 5px 5px;
	float: left;
}

.area_boxLeft p {
	margin-bottom: 5px;
}

.area_boxRight {
	width: 320px;
	float: right;
}

/* コンテンツエリア　イベント */
#cont_area_event {
	width: 650px;
	height: 250px;
	font-size: 14px;
	margin-bottom: 0px;
}

.area_event_boxLeft {
	width: 320px;
	padding: 45px 5px 5px;
	float: left;
	background: url(../event/img/event_bg.png) no-repeat;
}

.area_event_boxLeft p {
	margin-bottom: 5px;
}

.area_event_boxRight {
	width: 320px;
	float: left;
	margin-bottom: 5px;
}






/* コンテンツエリア2 */
#cont_area2 {
	width: 650px;
	height: 185px;
	padding-top: 65px;
	background: url(../images/cont_bg02.png) no-repeat;
	margin-bottom:10px;
	font-size: 11px;
}


#cont_area2 ul {
	width: 640px;
	margin-left: 15px;
}

#cont_area2 li {
	width: 140px;
	float: left;
	margin-right: 20px;
	text-align: center;
}




#cont_area2_boys {
	width: 650px;
	height: 178px;
	padding-top: 10px;
	background: url(../images/cont_bg_boys.png) no-repeat;
	margin-bottom: 10px;
	font-size: 11px;
}


#cont_area2_boys ul {
	width: 420px;
	margin-left: 240px;
}

#cont_area2_boys li {
	width: 120px;
	float: left;
	margin-right: 20px;
	text-align: center;
}


#cont_area2_girls {
	width: 650px;
	height: 178px;
	padding-top: 10px;
	background: url(../images/cont_bg_girls.png) no-repeat;
	margin-bottom: 10px;
	font-size: 11px;
}


#cont_area2_girls ul {
	width: 420px;
	margin-left: 240px;
}

#cont_area2_girls li {
	width: 120px;
	float: left;
	margin-right: 20px;
	text-align: center;
}


/* コンテンツ　地域トップ広告掲載*/
#cont_ad {
	width: 598px;
	padding: 10px 20px 0;
	font-size: 13px;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	margin-bottom: 30px;

/*
background: url(../images/cont_bg03.gif) no-repeat; */
}

#cont_ad_top {
	width: 608px;
	padding: 10px 20px 0;
	font-size: 13px;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;

/*
background: url(../images/cont_bg03.gif) no-repeat; */
}


#ad_box {
	width: 580px;
	height: 160px;
	background: #feedee;
	padding: 10px;
	margin-bottom: 10px;
}
/* 地域トップページでの有料広告枠で使用 */
div.ad_box {
	width: 580px;
	height: 160px;
	background: #feedee;
	padding: 10px;
	margin-bottom: 10px;
}
div.ad_box .fr a:nth-of-type(1){
	margin-right: 14px;
}



/* コンテンツエリア　コラム　インタビュー */

#area_column_box {
	width: 628px;
	height: 120px;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}



p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

p .hidari {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}


/* コンテンツエリア4 */
#cont_area_interview {
	width:618px;
	padding: 10px 15px 0;
	margin-bottom: 20px;
	background: #FFFFFF;
	clear: both;
	border: solid 1px #CCCCCC;
	font-size: 14px;
}


#cont_area_school {
	width: 600px;
	height: 900px;
	padding: 20px 50px 0;
	background: url(../images/cont_school_bg.png) no-repeat;
	margin-bottom: 10px;
}

.area4_box {
	width: 600px;
	height: 310px;
	margin-bottom: 30px;

}

.area4_box2 {
	width: 610px;
	padding: 5px;
	background: #feedee;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
	font-size: 14px;
	clear: both;
}

.area4_box3 {
	width: 500px;
	padding: 5px;
	background: #EEEAE1;
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
	clear: both;
}


.area4_box4 {
	width: 600px;
	height: 120px;
	margin-bottom: 30px;

}


.area4_box5 {
	width: 600px;
	height: 400px;
	margin-bottom: 30px;
	font-size: 14px;
}




.area_interview_midashi {
	width: 600px;
	height: 70px;
	padding: 15px 20px 0;
	background: url(../images/interview_midashi.gif) no-repeat;
	font-size: 30px;
	margin-bottom: 5px;
	clear: both;
}

.area_school_midashi {
	width: 580px;
	height: 70px;
	padding: 15px 30px 0;
	background: url(../images/school_midashi.png) no-repeat;
	font-size: 30px;
	margin-bottom: 10px;
	clear: both;
}



.area6_sonota {
	width: 650px;
	padding: 10px;
	background: #FFFFFF;
	font-size: 14px;
	clear: both;
	margin-bottom: 20px;
}






/* コンテンツエリア5 */
#cont_area5 {
	width: 650px;
	height: 110px;
	margin-bottom: 10px;
}

#cont_area_cm {
	width: 650px;
	height: 150px;
	margin-bottom: 5px;
}




/* コンテンツエリア　テーブル */

table.sample{
	width: 650px;
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    color:#330000;
    background-color:#CBBE87;
    background-position:left top;
    padding:0.3em 1em;
    text-align:left;
}
.sample td{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.3em 0.35em;
}


#area_title {
	width: 720px;
	height: 110px;
	margin-bottom: 10px;
}

.select ul{
	list-style-type: none;
	margin:1px 0px 3px 0px;
    padding:0px;
	font-size: 12px;
	
}

.select li {
	list-style-type: none;
	float: left;
	padding:3px 20px 10px 5px;
	margin:5px 0px 2px 5px;
	font-size: 18px;
	font-weight: bold;
}





/* ************************************************
 *    サイドバー
 * ************************************************ */
/* サイドナビ */
#side_navi {
	width: 300px;
	margin-bottom: 20px;
}

#side_navi li {
	width: 300px;
	height: 40px;
	margin-bottom: 2px;
}

#side_navi a {
	display: block;
	width: 300px;
	height: 40px;
	text-indent: -9999px;
	outline: 0;
}

#snavi01 {
	background-image: url(../images/side_navi/01.png);
}

#snavi02 {
	background-image: url(../images/side_navi/02.png);
}

#snavi03 {
	background-image: url(../images/side_navi/03.png);
}

#snavi04 {
	background-image: url(../images/side_navi/04.png);
}

#snavi05 {
	background-image: url(../images/side_navi/05.png);
}

#snavi06 {
	background-image: url(../images/side_navi/06.png);
}

#snavi07 {
	background-image: url(../images/side_navi/07.png);
}

#side_navi .side_current,
#side_navi li:hover {
	background-position: 0 -40px;
}

/* ランキング */
#sidebar dl {
	text-align: center;
	border: solid 1px #CCCCCC;
	border-top: none;
	font-size: 12px;
	background: #FFF;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#sidebar dt {
	margin-bottom: 2px;
	clear: both;
}

#sidebar dd {
	margin-bottom: 20px;
	clear: both;
}

#side_rank {
	width: 298px;
}

.side_rankLeft {
	width: 148px;
	float: left;
}

.side_rankRight {
	width: 148px;
	float: right;
}






/* ************************************************
 *    フッター
 * ************************************************ */
#footer_container dl {
	width: 176px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
	font-size: 0.8em;

}



#footer_container dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer_container dl a {
	color: #0066ff;
}

#footer_container dl a:hover {
	color: #85E2D6;
}

#footer_container dt {
	font-weight: bold;
}

#footer_container p {
	clear: both;
}



/* ************************************************
 *    float解除
 * ************************************************ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
.clearfix {
    display: inline-block;
}
    
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
    
.clearfix {
    display: block;
}
/* End hide from IE-mac */


/*ログインボタン*/

.top_login{
  width: 100%;
}
.top_login li{
  float: right;
  color: #CCCCCC;
  font-size: 13px;
  padding-left: 8px;

/*
  font-weight:bold;
*/
}

.top_login h1 {
  color: #CCCCCC;
  font-size: 12px;
  margin-bottom: 10px;
  width: 70%;
  float: left;
}

.top_login a {
  color: #0066ff;
  text-decoration: none;
}
.top_login a:hover{
  color: #85E2D6;
  text-decoration: none;
}

/* サイドバーランキング */
.side_ranking{
  margin-bottom: 20px;
  width: 298px;
  border: 1px solid #CCCCCC;
}
.side_ranking table{
  width: 300px;
  border-collapse: collapse;
}

.side_ranking tr{}

.side_ranking th{
  width: 50px;
  padding: 2px 0px 2px 5px;
  text-align: center;
}
.side_ranking td{
  font-size: 15px;
/*
  font-weight: bold;
*/
  line-height: 2;
  padding: 2px 0px 2px 5px;
  vertical-align: top;
}
.side_ranking-new{
  margin: 15px 0;
  text-align: center;
}

/* ************************************************
 * サイドバーに表示する自サイトニュース欄
 * ************************************************ */
#side-newslist {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
	font-size: 12px;
	margin-bottom: 15px;
	padding: 5px 8px;
}
#side-newslist h3 {
	margin-bottom: 5px;
	text-align: center;
}
.news-top li {
	margin-bottom: 8px;
	zoom: 1;
}
.news-top li:after {
	content: "";
	clear: both;
	display: block;
}
.news-top a {
	color: #999;
}
div.news-title + a {
	color: #999;
	font-size: 0.9em;
}
.news-thumb {

	border-radius: 50%;
	-webkit-border-radius: 20%;

	float: left;
	height: 65px;
	margin-right: 8px;
	overflow: hidden;
	width: 65px;
}
.news-thumb img {
	max-width: 100%;
	height: auto;
}
.news-title {
	padding-top: 5px;			
}


.news-title li{
	font-size: 10px;			
}


.news-list li {
	background: url(/img/side_news/news-arrow.gif) no-repeat 5px 4px;
	margin: 0 0 5px 5px;
	padding-left: 15px;
}

.news-title a {
	color: #0066ff;
	font-weight: bold;
}
.news-list a {
	color: #0066ff;
}

.news-more {
	margin-top: 10px;
	text-align: right;
}
.news-top a:hover,   .news-top a:active,
.news-title a:hover, .news-title a:active,
.news-list a:hover,  .news-list a:active{
	color: #85E2D6;
	text-decoration: underline;
}

/* ************************************************
 * ランキングページ
 * ************************************************ */
.ranking_kyujoushou,
.ranking_up2 {
	color: #FF0000;
	font-size: 0.8em;
	margin-left: 5px;
}
.ranking_up1 {
	color: #FF0000;
	font-size: 0.8em;
	margin-left: 5px;
}
.ranking_same {
	color: #999999;
	font-size: 0.8em;
	margin-left: 5px;
}
.ranking_down1 {
	color: #0099FF;
	font-size: 0.8em;
	margin-left: 5px;
}

/* ************************************************
 * サイドバー　人気教室欄
 * ************************************************ */
.sidecnt-thumb {
	float: left;
	margin-right: 8px;
	text-align: center;
}
.sidecnt-thumb img {
	max-width: 100%;
	height: auto;
}
.sidecnt-read a {
	display: block;
	font-weight: bold;
}

#side-popular {
	background: url(/img/side_popular/popular-bottom.jpg) no-repeat left bottom;
	color: #666;
	font-size: .9em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.popular-top {
	background: url(/img/side_popular/popular-bg.jpg) repeat-y left top;
	padding: 5px 13px 10px;
	zoom: 1;
}
.popular-top:after {
	content: "";
	clear: both;
	display: block;
}
.popular-top .sidecnt-thumb {
	border: 1px solid #CCC;
	width: 75px;
}
.popular-top .sidecnt-read {
	float: right;
	width: 189px;
}
.popular-top .sidecnt-read a {
	font-size: 1.1em;
	margin-bottom: 5px;
}
.sidecnt-read p {
        font-size: 0.9em;
}

/* ************************************************
 * サイドバー　急上昇教室欄
 * ************************************************ */
#side-rankinglist {
	color: #666;
	font-size: .9em;
	margin-bottom: 10px;
}
.ranking-top {
	padding: 10px 0;
	zoom: 1;
}
.ranking-top:after {
	content: "";
	clear: both;
	display: block;
}
.ranking-top .sidecnt-thumb {
	width: 45px;
}
.ranking-top .sidecnt-read {
	float: right;
	width: 245px;
}
.ranking-top .sidecnt-read > span {
	font-size: .9em;
	font-weight: bold;
}
.ranking-more {
	margin: 10px 10px 0 0;
	text-align: right;
}

/* ************************************************
 * RSS記事一覧
 * ************************************************ */
#blog-box {
	border: 1px solid #CCCCCC;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	color: #999;
	font-size: 10px;			
	margin-bottom: 10px;
	padding: 6px 0;
	width: 648px;
}
#blog-box a {
	color: #999;
}
#blog-box a:active,
#blog-box a:hover {
	color: #85E2D6;
}


.blog-entries {
	zoom: 1;
}
.blog-entries li {
	float: left;
	padding: 0 1.6% 13px;
	width: 30%;
	zoom: 1;
}
.blog-entries:after,
.blog-entries li:after {
	content: "";
	clear: both;
	display: block;
}
.blog-title {
	text-align: center;
	margin-bottom: 10px;
}
.blogentry-thumb {

	border-radius: 20%;
	-webkit-border-radius: 20%;

	border: 1px solid #CCC;
	float: left;
	height: 64px;
	margin-right: 8px;
	overflow: hidden;
	text-align: center;
	width: 64px;
}
.blogentry-thumb img {
	max-width: 100%;
	height: auto;
}
.blogentry-title a {
	color: #06f!important;
	font-size: 12px;
	line-height: 14px;
}
.blogentry-title a:active ,
.blogentry-title a:hover {
	color: #85E2D6!important;
}

a.blogentry-content{
	font-size: 11px;
	float: left;
	line-height: 14px;
	overflow: hidden;
	width: 210px;
}
.hotentry img {
	border-bottom: 2px solid transparent;
	display: inline;
	margin-right: 5px;
	vertical-align: bottom;
}
.blog-more {
	margin: 0px 15px 0 0;
	text-align: right;
}

#blog-box.rsslist {
	font-size: 12px;			
}
#blog-box.rsslist .blog-entries li {
	padding: 0 2% 15px;
	width: 46%;
	zoom: 1;
}
#blog-box.rsslist .blogentry-thumb {
	height: 78px;
	width: 78px;
}
#blog-box.rsslist .blogentry-title {
	float: left;
	margin-bottom: 2px;
	overflow: hidden;
	width: 210px;
	font-weight: bold;
}
#blog-box.rsslist .blogentry-salon {
	font-size: 10px;
	margin-bottom: 2px;
}

.page-button {
	border-top: 1px solid #CCC;
	margin: 0 15px;
	padding: 15px 0 5px;
	position: relative;
	zoom: 1;
}
.page-button:after {
	content: "";
	clear: both;
	display: block;
}
.page-button ul {
	float: left;
	position: relative;
	left: 50%;
}
.page-button li {
	font-size: 15px;
	float: left;
	line-height: 30px;
	height: 30px;
	margin-right: 5px;
	padding: 0 5px;
	position: relative;
	left: -50%;
}
.page-button .btn-prev img,
.page-button .btn-next img {
	vertical-align: bottom;
}
li.page-current{
	color: #06f;
}

.photoframe {
  margin: 5px 0px;
  border: solid 1px #ccc;
/*
  padding: 4px;
*/
  padding: 0px;
}
