/*

Theme Name: peg
Author: PDN
Author URI: http://www.peg.or.jp

*/

#post-70,
#post-15 {
	padding-top: 40px!important;
}

#post-70,
#post-15 p {
	font-size: 16px!important;
	font-weight:500;
	margin-bottom:20px;
}

.post-62 {text-align: justify;width: 90%;background-color: #FFFFFF;font-size: 14px;line-height: 150%;margin-top: 15px;margin-bottom: 10px;}
.post-62 p{font-size: 14px; margin-bottom: 15px;}


#post-70 ul li {
  display: inline-block;
  padding: .4em 2em;
  text-decoration: none;
  text-align: center;
  background-color: #279d47;
  color: #fff;
  border: 2px solid #279d47;
  border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6x;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */  
}
#post-70 ul li a {
  text-decoration: none;
  text-align: center;
  color: #fff;
}

#post-70 ul li:hover {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #999999;
  color: #999999 !important;
  border: 2px solid #999999;
  cursor: pointer;
}

#post-88 #wpmem_reg,
#post-19 #wpmem_reg,
#post-32 #wpmem_reg {
    display: none;
}

.btn-register,
.buttons {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size:18px;
  padding: .4em 2em;
  text-decoration: none;
  text-align: center;
  background-color: #279d47;
  color: #fff !important;
  border: 2px solid #279d47 !important;
  border-radius: 6px !important;        /* CSS3草案 */  
  -webkit-border-radius: 6x !important;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px !important;   /* Firefox用 */  
}
a.btn-register,
a.buttons {
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.btn-register:hover,
.buttons:hover {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #999999 !important;
  color: #fff !important;
  border: 2px solid #999999 !important;
  cursor: pointer;
}

.buttons-gray {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size:18px;
  padding: .4em 2em;
  text-decoration: none;
  text-align: center;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6x;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */  
}
a.buttons-gray {
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.buttons-gray:hover {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #999999;
  color: #fff !important;
  border: 2px solid #999999;
  cursor: pointer;
}