@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2014-10-15
 * Editor:    cointents
 * Modified:  2014-10-15 by:contents
 *
 * ***********************************************************
 */


/* -----------------------------------------------------
	Font-size Adjustment
--------------------------------------------------------

	font-size:68.7%  for setting 9px
	font-size:77%    for setting 10px
	font-size:85%    for setting 11px
	font-size:93%    for setting 12px
	font-size:100%   for setting 13px
	font-size:108%   for setting 14px
	font-size:116%   for setting 15px
	font-size:123.1% for setting 16px
	font-size:131%   for setting 17px
	font-size:138.5% for setting 18px
	font-size:146.5% for setting 19px
	font-size:153.9% for setting 20px
	font-size:161.6% for setting 21px
	font-size:167%   for setting 22px
	font-size:174%   for setting 23px
	font-size:182%   for setting 24px
	font-size:189%   for setting 25px
	font-size:197%   for setting 26px


*/

/* =====================================================

  labo

===================================================== */

h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:40px;
	color:#000;
}


p {
	color:#666;
}


#main h3 {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#087D9F;
	font-size:189%;
	line-height:132%;
	margin-bottom:25px;
}


/* =====================================================

  main

===================================================== */

#page-title {
	background:url(../../labo/img/ttl_line.gif) 0 0 no-repeat;
	padding:22px 10px 0px 0;
	margin-bottom:0;
	font-size:153.9%;
}

#page-title h2 {
	margin:0;
	padding:0;
	text-align:right;
	color:#D7AE0B;
}


.copy {
	font-size:138.5%;
	color:#333;
}


#news {
	margin-bottom:22px;
}

#news .title {
	position:relative;
}


#news .title h2 {
	position:relative;
	float:left;
	/*height:49px;*/
	margin-top:26px;
	background:url(../img/icon/ttl_flower.gif) 0 0 no-repeat;
	padding-left:62px;
	font-size:174%;
	padding: 10px 5px 5px 70px;
	margin-bottom:0px;
	color:#000;
}


#news .title p {
	float:right;
}


#news dl dt {
	width:200px;
	float:left;
}


#news dl ul li {
	float:left;
	font-weight:bold;
	color:#9F5224;
}


#news dl ul li:first-child {
	margin-left:0px;
	margin-right:20px;
	padding-left: 0px;
}

#news dl dd {
	margin-bottom:21px;
}



#news dl dd span {
	color:#FF0000;
	padding:0 5px;
}


#news dl ul.cate {
	float:right;
	width:80px;
}

#news dl ul.cate li {
	float:none;
	margin-bottom:5px;
	margin-left:0px;
}


#about {
	margin-bottom:50px;
}

#about h2 {
	background: url(../img/icon/ttl_tree02.gif) 0 0 no-repeat;
	padding:10px 5px 10px 60px;
	margin-bottom:20px;
	font-size:174%;
}


#about .pht {
	float:left;
}

#about .txt {
	width:379px;
	float:right;
	margin-right:10px;
}


#event {
	margin-bottom:32px;
}

#event h4 {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/icon/icon_03.gif) 0 5px no-repeat;
	padding:0 0 0 35px;
	margin-bottom:20px;
	font-size:138.5%;
	color:#000;
}

#event li {
	float:left;
	margin-bottom:20px;
	margin-left:10px;
	color:#666;
	text-align:center;
}

#event li:first-child {
	margin-left:0px;
}

#event li img {
	margin-bottom:10px;
}


.infoArea {
	border:10px solid #B5D8E2;
	padding:21px 20px;
	position:relative;
	text-align:center;
	color:#333;
}

.infoArea p {
	text-align:center;
}

.infoArea img {
	position:absolute;
	top:-41px;
	right:0;
}


.infoArea a {
	color:#3799FF;
	text-decoration:none;
}

.infoArea a:hover {
	text-decoration:underline;
}


