@charset "utf-8";
/* init */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #188AA4;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat-x;
  background-position: top;
  font-size: 15.5px;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
a img {
  border: none;
}
a:link {
  color: #FFF;
}
a:visited {
  color: #FFF;
}
a:hover {
  color: #f7fdfe;
}
a {
  outline: none;
  border: none;
}
/* レイアウト */
#main_bg {
  background-image: url(../images/bg_mainImage.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#contents_bg {
  width: 900px;
    height: 464px;
  margin: 0 auto;
  position: relative;
}
header {
  margin: 0 auto;
  padding-top: 100px;
  width: 900px;
  height: 460px;
  position: relative;
}
#tsukuba_logo {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 165px;
  height: 52px;
}
#mainImg {
  width: 900px;
  height: 464px;
  margin: 0 auto;
}
#contents_wrapper {
  width: 900px;
  margin: 30px auto 0 auto;
  text-align: left;
}
#contents_left {
  background-color: rgba(27, 89, 72, 0.55);
  background-repeat: repeat;
  width: 240px;
  float: left;
  border: 1px #215A39 solid;
}
#posted {
  margin-top: -10px;
  margin-right: 7px;
  margin-left: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  height: 800px;
  overflow: hidden;
}
#contents_right {
  width: 640px;
  float: right;
  overflow: hidden;
  padding-bottom: 30px;
}
ul.diary {
  margin: 15px 10px 10px 10px;
  padding-bottom: 10px;
}
.diary li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 0.4em;
}
.diary li strong {
  font-size: 14px;
  font-weight: normal;
}
.diary li.rss {
  background: url(../images/rss.png) no-repeat 0 4px;
  text-indent: 17px;
  font-size: 13px;
  margin-bottom: 10px;
}
.diary li a {
  text-decoration: none;
}
.diary li a:hover {
  color: #f7fdfe;
  text-decoration: underline;
}
#bg_dialy {
  margin: 5px 0 1px 0;
}
#tohome a {
  display: block;
  margin-top: 10px;
  background-image: url(../images/btn_tohome.png);
  background-repeat: no-repeat;
  width: 240px;
  height: 129px;
  text-indent: -9999px;
}
#tohome a:hover {
  background-image: url(../images/btn_tohome_h.png);
  background-repeat: no-repeat;
  transition: .3s;
}
.entry {
  background-color: rgba(27, 89, 72, 0.55);
  margin-bottom: 20px;
  padding: 15px 20px 20px 20px;
  border: 1px #215A39 solid;
  position: relative;
}
.entry_in {
  background-color: #fdffff;
  padding: 20px 15px 30px 15px;
  border: none;
  margin: 0;
  border-radius: 5px;
}
.entry_in p {
  padding: 0 10px;
}
.entry_in p a {
  color: #038083;
text-decoration: underline;

}
.entry_in p a:hover {
  color: #04B8BC;
    text-decoration: none;  
}
.title {
  background: url(../images/blog_titleimg.png) left bottom no-repeat;
  width: 598px;
  height: 60px;
  margin-bottom: 13px;
}
#entry_bg {
  position: absolute;
  bottom: -15px;
  left: -10px;
}
.entry p.date {
  color: #f2faf6;
  margin: 0 0 0 80px;
  font-size: 14px;
}
.entry h2 {
  font-size: 26px;
  color: #FFF;
  margin: 5px 0 0 3em;
text-shadow: 2px 2px 2px #333;    
}
.entry p {
  margin: 0 0 20px 0;
  z-index: 1;
  color: #041416;
}
.text {
  /*background: url(../images/bg_blog_text.png) no-repeat right bottom;*/
  margin: 0;
  padding: 0 0 10px 0;
}
.entry .blog-img {
  margin: 10px 0 15px 0;
  padding: 0;
}
.blog-img_border {
  border: solid 2px #FFFFFF !important;
}
.caption_l {
    display: block;
    text-align: left!important;
    font-size: 0.9em!important;
    color: #333!important;
}
.caption_r {
    display: block;
    text-align: right!important;
    font-size: 0.9em!important;
    color: #333!important;
}
/*#footer{
	clear: both;
	background-color: #196973;
	margin-top: 40px;
	border-top: 1px #3f74ad solid;
}
#footer_in{
	width: 900px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}*/
/* ---------------------------------------
　FOOTER
------------------------------------------ */
footer {
  width: 100%;
  background: #196973;
  text-align: center;
}
/*#page-footer{
    width: 100%;
    background: #00799d;
    float: left;
    text-align: center;
}*/
#footer-in {
  background: #196973;
  position: relative;
  width: 900px;
  height: 160px;
  margin: 0 auto;
}
#logo-tukuba {
  width: 146px;
  height: 42px;
  position: absolute;
  top: 59px;
  left: 1px;
}
#logo-kahaku {
  width: 163px;
  height: 35px;
  position: absolute;
  left: 176px;
  top: 62px;
}
#credit_hanakappa {
  font-size: 90%;
  color: #FFF;
  position: absolute;
  left: 361px;
  top: 73px;
  width: 335px;
}
#credit {
  color: #FFF;
  width: 571px;
  font-size: 0.8rem;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 88px;
  height: 18px;
}
/*#tukuba {
  width: 500px;
  font-size: 0.9em;
  text-align: left;
  position: absolute;
  left: 398px;
  top: 40px;
}*/
#support {
  width: 500px;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  left: 398px;
  top: 60px;
}
#totop {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -20px;
}
a .totop_02 {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 803px;
  top: -27px;
  background-color: #196973;
  border-left: 1px solid #196973;
  border-right: 1px solid #196973;
  border-bottom: 0px solid #196973;
  border-top: 1px solid #196973;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in.png);
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop_02 {
  background-color: #196973;
}
/* パーツ */
h1 {
  margin-bottom: 22px;
}
h2 {
  font-size: 16px;
}
.about {
  color: #5e544c;
  line-height: 1.7em;
  padding-left: 10px;
}
.now {
  border: 1px solid #867969;
  margin-bottom: 5px;
}
.box01 {
  width: 585px;
  border: 1px solid #d2d2d2;
  background-color: #f0efef;
  padding: 10px;
  margin-bottom: 5px;
}
.txt01 {
  border-bottom: 1px dotted #999999;
  padding: 10px 0 8px 35px;
  margin-bottom: 13px;
  font-size: 90%;
  line-height: 1.3em;
}
.txt02 {
  padding-left: 15px;
}
.txt03 {
  font-size: 90%;
  line-height: 1.5em;
  padding: 0 10px;
}
.logo1 {
  width: 146px;
  height: 42px;
  position: absolute;
  top: 59px;
  left: 1px;
}
.logo2 {
  width: 163px;
  height: 35px;
  position: absolute;
  left: 176px;
  top: 62px;
}
.cr {
  width: 500px;
  color: #fafcfb;
  font-size: 10px;
  text-align: right;
  position: absolute;
  left: 398px;
  top: 100px;
}
.support {
  width: 500px;
  color: #fafcfb;
  font-size: 12px;
  text-align: left;
  position: absolute;
  left: 398px;
  top: 40px;
}
.totop {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -27px;
}
/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT10 {
  margin-top: 10px;
}
.maT5 {
  margin-top: 5px;
}
.ma_top5 {
  margin-top: 5px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB10 {
  margin-bottom: 10px;
}
.maB0 {
  margin-bottom: 0px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
  font-size: 85%;
  line-height: 1.3em;
}
.note {
  color: #C36;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
/*socialPlugIn*/
.social {
    padding: 0;
    width: 900px;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    top: 570px;
    z-index: 10;
}
.sns-wrap {
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.sns-wrap li.fb-button {
  line-height: 1;
  width: 115px;
}
.tw-button {
  width: 100px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}

/*その他 */
.fR {
  float: right;
  padding-left: 10px;
}
.fR2 {
  float: right;
  padding: 0 0 15px 10px;
}
.clear {
  clear: both;
}
.nodisplay {
  display: none;
}
/*記事内*/
.entry img.fL {
  float: left;
  margin: 0 15px 1em 1em;
}
/* Page Footer */
.pagenation {
  position: relative;
  text-align: center;
  width: 350px;
  margin: auto;
}
#under_kuro {
  position: absolute;
  width: 136px;
  height: 132px;
  background: url(../images/under_kuro.png) no-repeat;
  left: 385px;
  top: -135px;
  z-index: 2;
}

.entry_next, .entry_early {
  display: block;
  width: 147px;
  height: 80px;
  text-indent: -10000px;
  overflow: hidden;
}
.entry_next {
  float: left;
  background: url(../images/arrow_next_off.png) no-repeat;
}
.entry_early {
  float: right;
  background: url(../images/arrow_before_off.png) no-repeat;
}
.entry_in ul {
  padding: 5px 10px;
}
.entry_in li {
  margin-left: 25px;
  padding: 0;
}

.entry_next:hover {
    background-color: #fff;
    transition: .3s;
    background: url(../images/arrow_next_on.png) no-repeat;
} 

.entry_early:hover {
    transition: .3s;
    background: url(../images/arrow_before_on.png) no-repeat;
}
