@charset "UTF-8";


body	{margin: 0;
	font-family:'UD新ゴ M','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* サイト名 */
.site h1 a {color: #000000;
	text-decoration: none}

.site h1 {margin: 0;
	font-size: 30px}

.site img {border: none;}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	border: solid 2px #006eb0;
	height: auto;
	margin: 2px;
	vertical-align: bottom;}

.topimg2{max-width: 100%;
	border: double 1px #DCDCDC;
	height: auto;
	margin: 0px;
	vertical-align: bottom;}

.topimg3{max-width: 100%;
	border: none;
	height: auto;
	margin: 0px;
	vertical-align: bottom;}



/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* gotop */
.gotop {
	margin: 0 0 10px;
	text-align: right;
}
.gotop a {
	padding-right: 0px;
	background: url(../img/arrow7.png) right 2px no-repeat;
	color: #001437;
	text-decoration: none;
}
.gotop a:hover {color: #5d7296;}


.input-mini{width:60px}
.input-small{width:90px}
.input-medium{width:150px}
.input-large{width:210px}
.input-xlarge{width:95%}
.input-xxlarge{width:95%;}


p	{text-align:justify;}

a	{color: #4682B4;
	text-decoration: none}
a:hover	{color: #191970;}

h1 {
	position: relative;
	padding: 0 0 0 .75em;
	margin-bottom: 1em;
	border-left: 15px solid #045FB4;
}
h1::before {
	position: absolute;
	left: -15px;
	bottom: 0;
	content: '';
	width: 15px;
	height: 50%;
	background-color: #ccc;
}
h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #191970;
}

h1 span	{font-size: 60%;}

h2	{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	color: #000000;
	font-size: 150%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #045FB4;
}

h3	{
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px .7em;
	color: #000000;
	font-size: 150%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #045FB4;
	border-left: 15px solid #045FB4;}

h3 span	{font-size: 60%;}

h4	{
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px .5em;
	color: #000000;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #3498db;
	border-left: 10px solid #ccc;}

h5	{
	margin: 1em 0px 1em 0px;
	padding: .2em 1em;
	background-color: #00CED1;
	border-radius: 6px;
	color: #fff;
	font-size: 120%;
	text-align: center;}


ul	{padding: 0 0 0 0;
	list-style: none;}

ul li span  {color: #3498db; font-weight: bold;}

a:hover img {  
    opacity: 0.4;  
    filter: alpha(opacity=60);}


.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);}

.ggmap {position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; margin-bottom:.5em; height: 0;
	overflow: hidden;}
 
.ggmap iframe, .ggmap object, .ggmap embed
	{position: absolute;top: 0; left: 0; width: 98%; height: 100%;}

.square_btn{
    position: relative;
    display: inline-block;
    font-family: "丸フォーク M";
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #191970;
    background: #ECECEC;
    transition: .2s;
  }

.square_btn:hover {
    background: #228B22;
    color: #FFF;
  }

.square_btn_sns{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background: #006eb0;
    transition: .2s;
  }

.square_btn_sns:hover {
    background: #ECECEC;
    color: #006eb0;
}



/*pankuzu--------------------*/
.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}
.breadcrumb ul { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb ul li { 
	float: left;
}
.breadcrumb ul li a {
	color: #fff;
	text-decoration: none; 
	padding: 3px 0 3px 50px;
	background: #1c5380;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #1c5380;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
.breadcrumb li:first-child a {
	padding-left: 20px;
}
.breadcrumb li:nth-child(2) a       { background: #3d7fb5; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #3d7fb5; }
.breadcrumb li:nth-child(3) a       { background: #7eb5e2; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #7eb5e2; }
.breadcrumb li:last-child a {
	background: #7eb5e2 !important;
	color: #fff;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after { border-left-color:#7eb5e2; }
.breadcrumb li a:hover { background: #7eb5e2; }
.breadcrumb li a:hover:after { border-left-color:#7eb5e2 !important; }


/* contact */

.contact {
	padding: 10px;
	background-color:#FFFFFF;}

.contact h1{
	border: 1px solid #4169E1;
	border-left: 10px solid #4169E1;
	background-color: #FFFFFF;
	width: 97%;
	font-size: 28px;
	color: #000000;
	padding: 10px;
	margin-bottom: 30px;}

.contact a {
	display: block;
	color: #191970;
	text-decoration: none}

.contact p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font-size: 16px}

.contact p a:hover {background-color: #eeeeee}



/* お知らせ */
.news	{padding: 10px;
	border: solid 3px #006eb0;}

.news-title {color: #fff;
	background-color :#A52A2A;
	text-align: left;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 3px 10px 3px 10px;
	font-size: 130%;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #9CC3EA;}

.news ul {margin: 0; padding: 0;
	list-style: none}

.news time	{float: left;
	width: 100%;
	color: 	#006eb0; font-weight: bold;}

.news li	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover {background-color: #eeeeee;}


.news a {
	color: #191970;
	text-decoration: none;}

.news a:after	{content: "";
	display: block;
	clear: both;}

.news p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font-size: 14px}

.news p a:hover {color: #4682B4;}

.news .text	{float: none;
	width: auto;
	margin-left: 0px}

.news-list  {text-align: right;}



/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-gp	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #191970;
	border-style: double;
	color: #ffffff;
	font-size: 18px;
	text-align: center}


.follow-info	{
	position: relative;
	background: #191970;}

.follow :hover	{opacity: 0.8}


/* ボタン */

.button {display: inline-block;
	padding: 2px 20px 2px 20px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #DF0101;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;}

.button:hover,
.button:focus {outline: none;
	background-color: #DF0101;}


/* コピーライト */
.copyright p	{margin: 0;
	text-align: center;
	color: #fff;
	font-size: 14px}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	background-color: #006eb0;
	clear: both;}

.box5 a	{color: #FFFFFF;
	text-decoration: none}
.box5 a:hover	{color: #191970;}


/* ボックスの左右 */
.boxA, .boxB, .box4, .box5, .box6, .box7
	{padding-left: 5px;
	padding-right: 5px}


/* ボックスの上下 */
.boxA	{padding-top: 0px;
	padding-bottom: 10px;}

.boxB	{padding-top: 0px;
	padding-bottom: 20px}

.box3	{padding-top: 20px;
	padding-bottom: 20px;}

.box3-2	{background-color:#D1FEFF;}

.box4	{padding-top: 10px;
	padding-bottom: 10px;}

.box4-1	{padding-bottom: 20px}

.boxZ	{padding-top: 3px;
	padding-bottom: 3px;}


.boxX {
    padding: 0.5em 0.5em;
    margin: 2em 0;
    font-weight: bold;
    color: #B22222;/*文字色*/
    background: #FFF;
    border: solid 3px #B22222;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.boxX p {
    margin: .5em 0;
    padding: 0;
}

.boxY {
    padding: 0.5em 0.5em;
    margin: 2em 0;
    font-weight: bold;
    color: #228B22;/*文字色*/
    background: #FFF;
    border: solid 3px #228B22;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.boxY p {
    margin: .5em 0;
    padding: 0;
}

.pickup	{max-width: 100%; padding: 10px;
	background-color:#FFF;
	border: double 3px #B22222; border-radius: .7em;}

.pickup img	{align:center; width:100%;}

.pickup ul {margin: 0; padding: 0; list-style: none}

.pickup time	{float: left;
	width: 100%;
	color: 	#006eb0; font-weight: bold;}

.pickup li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.pickup li a:hover {background-color: #eeeeee;}


.pickup {float: none;
	width: auto;
	margin-left: 0px;}

.pickup-text {float: none; text-align:justify;
	width: auto; margin-left: 0px; padding:0 .5em .5em .5em;
	background-color:#F0F8FF;}


/*content_left--------*/

#content_left {
	width: 100%;
	float: left;
	margin-bottom: 60px;}


/*greeting------------------------------*/

.greeting {
	padding: 10px;
	background-color:#FFFFFF;}


.clearfix { display: inline-table; }



/* テーブル */


table.schedule {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
table.schedule td,table.schedule th {
	border: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}
table.schedule th {
	width: 10%;
	background: #006eb0;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
table.schedule td {
	width: 10%;
}


table.list {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
table.list td,table.list th {
	border: 1px solid #ccc;
	padding: .5em;
}
table.list th {
	width: 10%;
	background: #006eb0;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
table.list td {
	width: 10%;
}


table.kyushin {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
table.kyushin td,table.kyushin th {
	border: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle; 
}
table.kyushin td {
	width: 20%;
	background: #F0F8FF;
	color: #000;
	text-align: center;
	vertical-align: middle;
}


table.item-half {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
table.item-half td,table.item-half th {
	border: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle; 
}
table.item-half td {
	width: 50%;
	background: #F0F8FF;
	color: #000;
	text-align: center;
	vertical-align: middle;
}


.message-from-director table {
	border-collapse: collapse;
	width: 100%;}

.message-from-director table,tr,td {
	vertical-align: top;
	padding-bottom:1em;
	border: none;}




/*content_right--------*/

#content_right {
	width: 100%;
	float: left;
	margin-bottom: 60px;
	background-color:#FFFFFF;}

.content_right h1 {
	padding: 10px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold}

/*sidenavi*/
#sidenavi {display: block;
	margin: 10px;
	background-color:#FFFFFF;}

.cat1 { border: 1px solid #9CC3EA;}

h3.side_title {display: block;
	width: 95%;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
	color: #000033;}

#sidenavi ul {display: block;
	margin: 0;
	padding: 0;}

#sidenavi ul li {display: block;
	color: #434343;
	text-decoration: none;
	border-bottom: dotted #ccc 1px;
}
#sidenavi ul li a {
	display: block;
	color: #434343;
	padding: 8px 10px 5px 23px;
	text-decoration: none;
}

#sidenavi ul li a span {font-size: 12px;}

.cat1 ul li a {background: url(../img/arrow5.png) 3px 10px no-repeat;}
.cat1 ul li a.act {background-color: #dbebf7;}

#sidenavi li a:hover {
	color: #666;
}

#sidenavi img{width: 100%; border:solid 1px #ccc;}




/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .boxB-inner, .box5-inner
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}


/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 10px;
	border-bottom: solid 1px #dddddd;}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul{margin: 0; padding: 0; list-style: none}

.menu li a	{display: block;
	padding: 5px 10px;
	border: double 3px #006eb0;
	background-color: #FFFFFF;
	color: #006eb0;
	font-size: 16px;
	text-decoration: none}

.menu li a:hover {background-color: #eeeeee;
	color: #191970;}

.menu li span {display: block;
	color: #81D4CB;
	font-size: 12px;}

.menu li span a:hover {color: #006eb0;}

menu li:first-child a {border-left: solid 1px #ffffff;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	clear: right;
	text-align: center;
	margin-bottom: 1px;
	width: 16.66666%;}


.topimg2	{width: 70%;}
.topimg3	{width: 45%;}
.site img	{width: 70%;}
.site2 img	{float: right; width: 50%;}

.pickup {width:95%; margin:0;}


/* キャッチコピー */
.catch	{font-size: 28px}


/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: 50%}

.box1-1	{float: right;
	width: 45%}

.box2	{float: right;
	width: 100%}

.boxX p {text-align:center;}
.boxY p {text-align:center;}


/* content_leftとcontent_rightを横に並べる設定 */
.boxB:after	{content: "";
	display: block;
	clear: both}

.content_left	{float: left;
	width: 75%}

.content_right	{float: right;
	width: 23%}


/* BOX3-1とBOX3-2を横に並べる設定 */
.box3:after	{content: "";
	display: block;
	clear: both}

.box3-1	{float: left;
	width: 70.0%;
	padding-right: 0px;}

.box3-2	{float: right;
	padding-right: 10px;
	width: 28.6%;
	background-color:#FFF;}
.box3-2 a:hover	{opacity: 0.8}


/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 48%;
	padding-right: 10px;
	margin-right: .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 50%;}
.box4-2 a:hover	{opacity: 0.8}


/* BOXZ-1とBOXZ-2を横に並べる設定 */
.boxZ:after	{content: "";
	display: block;
	clear: both}

.boxZ-1	{float: left;
	width: 63.5%;
	padding-right: 0px;}

.boxZ-2	{float: right;
	margin-left: 10px;
	margin-right: 2%
	padding-right: 10px;
	width: 34.6%;
	background-color:#FFF;}


}


/* ########### 768px以上 1189px以下  ########### */
@media (min-width: 768px) and (max-width: 1189px) {


/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 10px;
	border: double 3px #006eb0;
	background-color: #FFFFFF;
	color: #006eb0;
	font-size: 13px;
	text-decoration: none}

.menu li span {display: block;
	font-size: 10px;}

menu li:first-child a {border-left: solid 1px #ffffff;}

.menu li a:hover {background-color: #eeeeee;
	color: #191970;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	clear: right;
	text-align: center;
	margin-bottom: 1px;
	width: 16.6666%;}

.site img	{width: 70%;}
.site2 img	{float: right; width: 60%;}
.topimg2	{width: 45%;}
.topimg3	{width: 45%;}


/* キャッチコピー */
.catch	{font-size: 16px}


/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: 50%}

.box1-1	{float: right;
	width: 45%}

.box2	{float: right;
	width: 100%}

/* BOX3-1とBOX3-2を横に並べる設定 */
.box3:after	{content: "";
	display: block;
	clear: both}

.box3-1	{float: left;
	width: 70.0%;
	padding-right: 0px;}

.box3-2	{float: right;
	padding-right: 10px;
	width: 28.6%;
	background-color:#FFF;}
.box3-2 a:hover	{opacity: 0.8}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 52%;
	padding-right: 10px;
	margin-right: .2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 46%;}
.box4-2 a:hover	{opacity: 0.8}



}



/* ########### 600px以上 767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* トグルボタン */
#menubtn	{
	padding: 6px 6px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{
	margin: 50px 0 0 0;
	padding: 0;
	background-color: #191970;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 5px;
	background-color: #191970;
	border-style: solid;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none
}

.menu li span {font-size: 10px;}

.menu li a:hover	{
	background-color: #eeeeee;
	color: #191970;}


p	{text-align:justify; padding:0 .3em;}

h1	{font-size: 140%;}
h2	{font-size: 130%;}
h3	{font-size: 130%; padding-left: .5em; margin: 0 0 1em 0;}
h4	{padding-left: .5em; margin: 0 0 1em 0;}

.site img	{width: 65%;}
.site2 img	{float: right; width: 50%;}

.topimg		{width: 97%; align="center"}
.topimg3	{width: 45%;}


.box3-2 img{width: 47%;}

#sidenavi img{width: 49%;}

.cat1 h3.side_title {width: 100%; border-left: none;}

.catch	{margin: 0; padding: 10px;
	background-color: rgba(255,255,255,0.7);
	font-size: 25px}


}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* トグルボタン */
#menubtn	{
	padding: 6px 6px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 5px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #191970;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 10px 7px;
	background-color: #191970;
	border-style: solid;
	color: #FFFFFF;
	font-size: 11px
	text-decoration: none}

.menu li span {font-size: 10px;}

.menu li a:hover	{
	background-color: #eeeeee;
	color: #191970;}


p	{text-align:justify; padding:0 .3em;}

.site img  {width: 80%;}
.site2 img {float: right; width: 65%;}


.topimg	   {width: 95%;}
.topimg3   {width: 95%;}

.box1 img  {width: 80%;}

.pickup	{width:90%;}

.content_right img{width:30%;
	  	   vertical-align: middle;}

.cat1 h3.side_title {width: 100%; border-left: none;}

h1	{font-size: 140%; margin-top:1.5em;}
h2	{font-size: 130%;}
h3	{font-size: 130%; padding-left: .5em; margin: 0 0 1em 0;}
h4	{padding-left: .5em; margin: 0 0 1em 0;}


/* 補足説明 */
.follow-info	{font-size: 15px;}


table, th td {font-size: 90%;}


.newsletter h1 {
	font-size: 20px;
	width: 93%;}



.contact h1{
	font-size: 20px;
	width: 90%;}

h3.side_title {
	font-size: 16px;
	width: 93%;}


}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img {width: 70%;
	height: auto}

.topimg3	{width: 95%;}



/* キャッチコピー */
.catch	{padding: 3px 5px;
	font-size: 10px}

/* 補足説明 */
.follow-info	{font-size: 11px;}


.news-list p a  {font-size: 12px;}


.entry img {float: left;
	max-width: 40%;
	height: auto;
	padding: 5px;
	margin: 0 5px 10px 0;
	vertical-align: bottom;}

.entry h1 {margin: 0 0 3px 0;
	padding-top: 5px;
	font-size: 10px;
	line-height: 1.2;}

.entry h1 span {font-size: 18px;}

.entry p {margin: 0 0 20px 0;
	font-size: 10px;
	line-height: 1.2;}



.topic p	{font-size: 9px}



}





