@charset "UTF-8";

/*
Theme Name: 丹羽高等学校同窓会サイト
Theme URI: http://www.niwahigh-alumni.org/
Description: 丹羽高等学校同窓会オフィシャルサイト
Version: 1.0
Author: 丹羽高等学校同窓会委員会
*/

/*-------------------------------------------------------------------
共通元
-------------------------------------------------------------------*/
html {
  font-family:'メイリオ',sans-serif,HiraKakuPron W3, Arial, Verdana, Helvetica,sans-serif;
  /*font-family:'Avenir','Helvetica Neue','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Times New Roman';*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size:93%;
}


* {
    box-sizing: border-box;
}

img {
  border: none;
}

a:hover img {
    opacity: 0.6;
}

a.top_gallery_btn:hover img {
    opacity: 1!important;
}

ul{
    margin: 0;
    padding: 0;
}

.clears {
    clear: both;
}

.header-wrap .main-content-right .widgettitle{
	display: none;
}

/*-------------------------------------------------------------
H1 H2 H3
--------------------------------------------------------------*/
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}


/*-------------------------------------------------------------
共通タイトル
--------------------------------------------------------------*/
.single h3,
.page h3{
 font-size: 1.3em;
 padding: 15px 0;
 color: #056f6e;
 font-weight: bold;
 border-bottom: 1px solid #056f6e;
 margin-bottom: 25px;
 clear: both;
}


.single h3 span,
.page h3 span {
    padding-bottom: 14px;
    border-bottom: 3px solid #178e8d;
}

/*パン屑リスト*/
.pankuzu{
  background-color: #9ae4e4;
}

.pankuzu-in{
  max-width: 1160px;
  width: 90%;
  margin:0 auto;
}

#breadcrumb li {
   display: inline-block;
   list-style: none;
  font-size:0.9em;
}

#breadcrumb ul li > span,
#breadcrumb a  {
   padding: 5px 0;
   color: #000;
   text-decoration: none;
   position: relative;
}

#breadcrumb ul li > span::after,
#breadcrumb a::after {
   content: "/";
  padding:0 8px;
}


#breadcrumb li:first-child a::before   {
   display: none;
}
#breadcrumb ul li > span::after  {
   display: none;
}

/*-------------------------------------------------------------
SPAN
--------------------------------------------------------------*/
span.span_red {
  color:#f00;
}


/*-------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
.header-wrap{
  text-align:left;
  position: relative;
  z-index: 9999;
}

.main-content-left{
  position: absolute;
  top:10px;
  left:15px;
}

.main-content-right{
  position: absolute;
  top:10px;
  right:50px;
}

h1.h1-header-title{
  font-size:1em;
  line-height: 2em;
  padding-left:40px;
}

h1.h1-header-title a{
  color:#fff;
  text-decoration: none;
}

h1.h1-header-title::before{
  content:url('./img/logomark.png');
  position: absolute;
  top:0;
  left:0;
}

/*グローバルメニュー*/
ul#menu-globalnavigation{
  list-style: none;
}

ul#menu-globalnavigation li{
  display: inline-block;
  padding:2px 4px 0;
}

ul#menu-globalnavigation li a{
  color:#fff;
  text-decoration: none;
}

li.menu-item-596{
  padding-left:25px!important;
  background:url('./img/home.gif') no-repeat left center;
}

.inlineblock{
  display: inline-block;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}


/*ページトップボタン*/
.pagetop{
  text-align: right;
  display: block;
  width: 100%;
  position: fixed;
  bottom:10px;
}

.pagetop img{
  vertical-align: middle;
}

.pagetop a{
  padding: 8px 15px;
  border-radius: 8px 0px 0 8px;
  background-color: #3B9492;
  text-decoration: none;
  color: #fff;
  position: relative;
}

/*-------------------------------------------------------------
トップページ
--------------------------------------------------------------*/
.main-content{
  text-align: center;
  background: url('./img/wall_header.gif') center top;
  padding-bottom:50px;
}

.main-link-wrap{
  background: url('./img/wall_header.jpg') center top;
}

.top-title-wrap{
  position: absolute;
  bottom:0;
  left:50%;
  margin-left:-288px;
  max-width:640px;
}

.top-title-english{
  font-size:1.4em;
  font-weight: bold;
  font-family:'Times New Roman',Roman,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom:3px;
  line-height: 1em;
}

ul.ul-main-link-in li{
  margin-bottom:8px;
}





/*スライドショー*/
.img-wave-above {
    position:relative;
    top: 0;
    background: url('./img/wall_slide_above.png') no-repeat center top;
    height: 143px;
    width: 100%;
    z-index: 10;
}

.img-wave-below {
    position:relative;
    background: url('./img/wall_slide_below.png') no-repeat center bottom;
    height: 240px;
    width: 100%;
    margin-top:-135px;
    text-align: center;
}

/*８mmフィルム回転*/
.img-film-left{
  position: absolute;
  top: 13px;
  left: 55px;
}

.img-film-right{
  position: absolute;
  top: 13px;
  left: 138px;
}

.img-film{
  -webkit-animation: spin 2s linear infinite;
/*  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;*/
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}



.camera-wrap{
  width:255px;
  height: 240px;
  
 position: absolute;
 right: 20px;
 bottom: 0;
 left: 50%;
 margin-left: 300px;
}

.slider {
  width: 100%;
  margin: 0 auto;
}


.slick-slide {
  margin: 0 2px!important;
  transition: all ease-in-out .3s;
  opacity: .7;
}

.slide-pht {
    margin-top:-90px;
    position: relative;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
 
 .slick-active {
  opacity: .5;
 }

 .slick-current {
   opacity: 1;
 }
 
 /*スライドナビゲーション*/
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
/*    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}





/*メインリンク*/
.top-wrap,
.sub-wrap{
  max-width:1160px;
  width:90%;
  margin:0 auto 40px;
  overflow: hidden;
}


.main-link-wrap{
  padding:0 0 40px;
}

ul.ul-main-link{
  overflow: hidden;
  margin:0 auto;
}

li.li-main-link{
  background-color:#fff;
  border-radius: 8px;
  width: 49%;
  text-align:left;
  list-style: none;
}

.div-main-link{
  padding:20px 40px 10px;
}

ul.ul-main-link-in{
  list-style: none;
}


ul.ul-main-link-in h3 a{
  position: relative;
  color:#025453;
  font-size:1.2em;
  text-decoration: none;
  padding:0 0 0 45px;
  line-height: 2em;
}

a#main-link-about::before{
  content:url('./img/icn_about.gif');
  position: absolute;
  top:-5px;
  left:0;
}

a#main-link-donation::before{
  content:url('./img/icn_donation.gif');
  position: absolute;
  top:-5px;
  left:0;
}

a#main-link-login::before{
  content:url('./img/icn_login.gif');
  position: absolute;
  top:-5px;
  left:0;
}

a#main-link-logout::before{
  content:url('./img/icn_logout.gif');
  position: absolute;
  top:-5px;
  left:0;
}

a#main-link-bbs::before{
  content:url('./img/icn_bbs.gif');
  position: absolute;
  top:-5px;
  left:0;
}

a#main-link-polls::before{
  content:url('./img/icn_polls.gif');
  position: absolute;
  top:-5px;
  left:0;
}

a#main-link-user::before{
  content:url('./img/icn_user.gif');
  position: absolute;
  top:-5px;
  left:0;
}


a#main-link-app::before{
  content:url('./img/icn_app.gif');
  position: absolute;
  top:-5px;
  left:0;
}

.main-link-description{
  margin-left:45px;
  color: #025453;
}


/*メインコンテンツ*/
.center-content{
  padding:50px 0;
  overflow: hidden;
}

ul.ul-center-content{
  width:100%;
  margin:0 auto;
}

.li-center-content-left,
.li-center-content-right{
  width:49%;
  list-style: none;
}


/*お知らせ*/
h3.h3-info{
  background-color:#43a5a4;
  color:#fff;
  font-weight: bold;
  padding:15px  0;
  text-align:center;
  position: relative;
  font-size:1.2em;
}

ul.ul-info-in{
  list-style: none;
}

ul.ul-info-in li{
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px dotted #999;
}

ul.ul-info-in .post-wrap{
  margin-bottom:20px!important;
}


.info-wrap{
  height: 100%;
}

a.a-arrow{
  position: absolute;
  right:10px;
  top:50%;
  margin-top:-9px;
}

.info-in{
  padding:23px 38px;
  height: 270px;
  overflow-y: auto;
}

.time{
  font-size: 0.9em;
  color: #777;
  display: block;
  margin:0 0 5px 0;
}

.post-meta .time{
  display: inline-block;
  margin:0 0 5px 0;
}


h4.h4-post-title,
h4.h4-post-title a{
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color:#444;
  font-size:1.1em;
}

a.continue{
  color:#000;
  margin:0 5px;
}

/*コンテンツバナー*/
ul.ul-bnr{
  list-style: none;
}

.li-bnr{
  width:49%;
}

.bnr-float-left{
  float:left;
}

.bnr-float-right{
  float:right;
}




/*母校の今と昔*/
.float-left-info{
  float:left;
}

.float-right-info{
  float:right;
}


.nowthen-com-title{
  font-size:1.4em!important;
  margin-bottom:15px;
}

.nowthen-sign{
  padding:5px 0;
  text-align:right;
}

a.history-wrap{
  display: block;
  width:100%;
  max-width:275px;
  height: 100%;
  background:url('./img/history_wall.jpg') center top;
}

img.history-above,
img.history-below{
  width:100%;
  max-width:275px;
}

.nowthen-wrap{
  padding:30px 30px 10px 30px;
  border:3px solid #32908F;
  border-radius: 8px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 50px;
}

p.p-nowthen{
  margin-bottom:20px;
}

h4.h4-nowthen{
  font-size:1.2em;
  font-weight: bold;
  color:#056f6e;
}

/*フェイスブック*/
ul.ul-facebook-btn{
  list-style: none;
}

.facebook-wrap{
  background-color:#3b579d;
  padding:20px 15px;
  width:100%;
  max-width:275px;
  height: 100%;
}

.facebook-title{
  margin:0 auto;
  text-align:center;
  margin-bottom:30px;
}

img.img-facebook{
  max-width: 254px;
  width:100%;
}

a.facebook-btn {
  border:1px solid #fff;
  width:100%;
  height:75px;
  display: block;
  color:#fff;
  text-decoration: none;
  line-height: 75px;
  text-align: center;
}

a.facebook-btn-above{
  margin-bottom:10px;
}


/*-------------------------------------------------------------
最新情報
--------------------------------------------------------------*/
.topics-wrap{
  background-color:#ebebeb;
}

.information-title{
  padding:35px 0 25px;
  text-align:center;
  color:#046e6d;
  font-size:1.3em;
  font-weight: bold;
}

a.info-cate{
  display: inline-block;
  width:100%;
  padding:5px 0;
  text-align:center;
  color:#fff;
  text-decoration: none;
  background: url('./img/arrow.png') no-repeat 95% 50%;
}

a.cate-none {
  background-image:none;
  background-color:#9a9d99;
  pointer-events: none;
}

a.cate-info {
  background-color:rgba(253, 118, 18, 0.92);
}

a.cate-general {
  background-color:#fc1502;
}

a.cate-event{
  background-color:#2bb101;
}

a.cate-almuni{
  background-color:#0057bc;
}

a.cate-teacher{
  background-color:#00b2bc;
}

h4.h4-info-title,
h4.h4-info-title a{
  font-weight: bold;
  font-size:1.1em;
  color:#000;
  text-decoration: none;
  line-height: 1.3em;
  margin-bottom:10px;
}

span.span-exc {
  /*display: inline-block;*/
  margin:0 3px;
}

.info-detail{
  font-size:0.95em;
}

.info-body{
  padding:15px 23px 20px;
  background-color:#fff;
}


ul.ul-post-info{
  overflow: hidden;
  width:100%;
}

li.li-post-info{
  width:23%;
  max-width:275px;
  float:left;
  list-style: none;
  margin:0 5px 30px;
  background-color:#fff;
  overflow: hidden;
}

li.li-post-info img{
  width:100%;
  /*max-width:275px;*/
  vertical-align: bottom;
}

.list-hexa{
  padding-bottom: 35px;
  text-align: center;
  clear:both;
}

li.category-wrap{
  border:1px solid #aaa;
}

.login-wrap{
  width:60%;
  margin:0 auto 50px;
  background-color: #fff;
  border-radius: 5px;
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
  text-align: center;
  padding:15px 10px;
}

/*-------------------------------------------------------------
スポンサーバナー
--------------------------------------------------------------*/
.post-ad{
  padding:0 0 65px;
}

ul.ul-ad li{
  width: 23%;
  max-width: 277px;
  float: left;
  list-style: none;
  margin: 0 5px 20px;
}

ul.ul-ad li img{
  width: 100%;
  max-width: 277px;
}


/*-------------------------------------------------------------
サブページ
--------------------------------------------------------------*/
.page-title{
  padding:30px 0;
  text-align:center;
  font-size:1.7em;
  font-weight: bold;
  font-family: serif;
  color:#fff;
  background:url('./img/wall_header.jpg') center top;
  
}

.pankuzu{
  margin-bottom:50px;
}


.sub-header-image{
  background:url('./img/sub_header_.jpg') no-repeat center top;
  background-size:cover;
  height: 180px;
  margin-top:-90px;
}

h1.h1-post-title,
h2.h2-post-title,
h3.h3-post-title,
h3.h3-info-title{
  font-size: 1.3em;
  padding: 15px 0;
  color: #056f6e;
  font-weight: bold;
  border-bottom:1px solid #056f6e;
  margin-bottom:25px;
  clear:both;
}

h1.h1-post-title::before{
  content: '';
}




h1.h1-post-title span,
h2.h2-post-title span,
h3.h3-post-title span,
h3.h3-info-title span{
  padding-bottom: 18px;
  border-bottom:3px solid #178e8d;
}

.post-in{
  margin-bottom:50px;
}

.info-date {
  font-size:0.9em;
  color:#888;
}


.info-post,
.info-post a{
  margin-top:8px;
  font-size:15px;
  line-height: 1.8em;
  color:#000;
  margin-bottom:80px;
}

.post-wrap{
  overflow: hidden;
}

/*ページネーション*/
.member-pagenation {
    text-align: center;
    margin-bottom: 100px;
    padding-top: 25px;
}

ul.ul-menber-pagenation li {
    display: inline-block;
    margin: 0 5px;
}

ul.ul-menber-pagenation li.float-l a {
    border: 1px solid #999;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 10px 15px 10px 45px;
}

ul.ul-menber-pagenation li.float-c a {
    border: 1px solid #999;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 10px 15px 10px 15px;
}

ul.ul-menber-pagenation li.float-r a {
    border: 1px solid #999;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 10px 45px 10px 15px;
}

ul.ul-menber-pagenation li.float-l a::before {
    content: url('./img/arrow_back.png');
    position: absolute;
    top: 10px;
    left: 10px;
}

ul.ul-menber-pagenation li.float-r a::after {
    content: url('./img/arrow_next.png');
    position: absolute;
    top: 10px;
    right: 10px;
}


/*-------------------------------------------------------------
お知らせsingle.php
--------------------------------------------------------------*/
.post-body{
  width:95%;
  margin:0 auto;
}


/*-------------------------------------------------------------
お知らせ一覧
--------------------------------------------------------------*/
.category-name a{
  text-decoration: none;
  color:#fff;
  padding:0 8px;
  font-size:0.9em;
  display: inline-block;
}

.span-event{
  background-color:#2bb101;
}

.span-teacher{
  background-color: #00b2bc;
}

.span-almuni{
  background-color: #0057bc;
}

.span-general{
  background-color: #fc1502;
}

.span-info{
  background-color: #3B579D;
}


/*-------------------------------------------------------------
会長挨拶
--------------------------------------------------------------*/
.greeting-pht{
  width:20%;
  float:left;
  padding-right:10px;
}

.greeting-pht img{
  width:100%;
  max-width:188px;
}

.greeting-post{
  width:78%;
  float:right;
}

h2.chairman-title{
  font-family: serif;
  font-size:1.3em;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-in{
  margin-bottom:50px;
}

/*-------------------------------------------------------------
愛知県立丹羽高等学校同窓会々則
--------------------------------------------------------------*/
table.table-rules td.column-1{
  width:70px;
  text-align:right;
}


/*-------------------------------------------------------------
沿革
--------------------------------------------------------------*/
table.table-history td.column-1{
  width:165px;
  text-align:right;
}


/*-------------------------------------------------------------
広告バナー掲載
--------------------------------------------------------------*/
.sponsor-float{
  width:50%;
  float:left;
}

ul.ul-sponsor{
  margin-left:20px;
  margin-bottom:20px;
}

ul.ul-sponsor li{
  margin-bottom:5px;
}

.sample-image{
  width:43%;
  float:right;
}

.sample-image img{
  width:100%;
  padding:3px;
}

.ads-price {
  font-weight: bold;
  font-size: 1.2em;
}

h4.h4-sponsor{
  padding:8px 0;
  font-weight: bold;
  color: #056f6e;
}

a.sponsor-link {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background-color:#32908F;
  display: inline-block;
  margin-bottom:20px;
}

a.sponsor-link:hover{
  background-color:#4eb5b4;
}

/*-------------------------------------------------------------
広告バナー申請フォーム
--------------------------------------------------------------*/
.ads-form{
  padding-bottom:20px;
  margin-bottom:30px;
  border-bottom:1px dotted #999;
}

.form_date {
    font-size: 1.2em;
    padding: 5px;
    width: auto;
    border: 1px solid #999;
    border-radius: 3px;
}
p.p-inq {
    margin-bottom: 50px;
}

span.span_red {
    color: red;
}

dl.dl-inq dt {
    float: left;
    margin-bottom: 10px;
    min-width: 180px;
    text-align: right;
    width: 23%;
}


dl.dl-inq dd {
    margin: 0 0 10px 25%;
    min-width: 500px;
}

dl.dl-inq dt {
    float: left;
    margin-bottom: 10px;
    min-width: 180px;
    text-align: right;
    width: 23%;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form01 {
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
}

.form02 {
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
    height: 200px;
    border: 1px solid #999;
    border-radius: 3px;
}

.form04 {
    font-size: 1.2em;
    padding: 5px;
    width: 30%;
    border: 1px solid #999;
    border-radius: 3px;
    margin-right: 20px;
}

img.wpcf7-captchac {
    width: 100px !important;
    height: auto !important;
    vertical-align: bottom;
}

.dd-submit {
    text-align: center;
    margin: 50px 0;
}


.wpcf7-submit {
    font-size: 1.2em;
    display: inline-block;
    padding: 0 50px 5px;
    text-decoration: none;
    color: #0b880b;
    border: solid 2px #47A19F;
    border-radius: 3px;
    transition: .4s;
    line-height: 2em;
}

.wpcf7-submit:hover {
    background: #47A19F;
    color: white;
}

.form-caution{
  padding:5px 0;
}



/*-------------------------------------------------------------
寄付金について　page-id-40
--------------------------------------------------------------*/
.sub-40 ul{
  margin:0 0 30px 20px;
  list-style: dics;
}

.sub-40 ul li{
  margin-bottom:8px;
}

.kouza{
  margin-bottom:50px;
}

h4.h4-donation{
  font-weight: bold;
  margin-bottom:10px;
}

.donation-in{
  margin-bottom:30px;
}

/*-------------------------------------------------------------
関連リンク
--------------------------------------------------------------*/
table.table-links{
  border-collapse: collapse;
}

table.table-links th,
table.table-links td{
  padding:15px 15px;
  border-bottom: 1px solid #056f6e;
}

table.table-links th{
  width:25%;
  min-width:300px;
  text-align: left;
  padding-left:25px;
  background:url('./img/arrow_marker.png') no-repeat 5px center;
}


td.td-url{
  width:30px;
  text-align:right;
}

table.table-links a{
  color:#000;
  text-decoration: none;
}

span.span-url-marker{
  padding:3px 10px;
  background-color:#0f777f;
  color:#fff;
  border-radius: 5px;
  font-size:0.9em;
}

.links-wrap{
  margin-bottom:50px;
}


/*-------------------------------------------------------------
卒業期早見表
--------------------------------------------------------------*/
.sotsuki-wrap{
  text-align:center;
  margin-bottom:15px;
}

.ul-sotsuki {
  margin-left:20px;
}

.ul-sotsuki li{
   margin-bottom:5px;
}

h4.sotsuki-title{
    font-size: 1.3em;
    padding: 15px 0;
    color: #056f6e;
    font-weight: bold;
    border-bottom: 1px solid #056f6e;
    margin-bottom: 25px;
    clear: both;
}

.label-form {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  border:2px solid #999;
  border-radius: 2px;
/*  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/
  z-index: 10;
  width:100%;
}

.label-select::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 38px;
    content: "∨";
    text-align: center;
    color: #888;
    font-size: 26px;
  font-weight: bold;
    border-left:2px solid #999;
    z-index: -1;
}

.label-form input,
.label-form select{
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000;
}

.label-form input{
  padding: 11px 15px 11px 15px;
}

.label-form select{
  padding: 8px 55px 8px 15px;
}

/*@media all and (-ms-high-contrast: none){
.label-form select{
  padding: 11px 55px 11px 15px;
}
}*/

table.table-graduation{
  margin:0 auto 20px;
  width:100%;
}

table.table-graduation td{
  vertical-align: bottom;
  padding:5px 5px;
}

td.td-year{
  width:40%;
}

td.td-month,
td.td-day{
  width:30%;
}

.check-button {
  margin: 0 auto 50px;
  width: 50%;
  min-width: 300px;
  text-align:center;
}

.check-button button{
  border:none;
  background-color:#ea5827;
  color:#fff;
  padding:10px 15px;
  border-radius: 2px;
/*  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/
}

.check-button button:hover{
  background-color:#ef8967;
  cursor: pointer;
  cursor: hand;
}

table.table-resoult{
  border-collapse: collapse;
  margin:0 auto;
  width:100%;
}

td.td-sotsuki{
  width:40%;
  min-width: 240px;
  text-align:center;
  background-color:#338D8B;
  color:#fff;
  border:2px solid #338D8B;
  padding:10px 20px;
}

td.td-else-info{
  width:60%;
  text-align:left;
  border:2px solid #338D8B;
  padding:10px 20px;
}


span.sotsuki_screen{
  font-size: 2em;
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
}


span.wareki_year_screen,
span.wareki_screen,
span.graduateYear_screen{
  font-size:1.4em;
  font-weight: bold;
}

.seireki,
.wareki{
  display: inline;
}

.graduation-year-month{
  border-bottom:1px solid #999;
}

input#year-number{
  width:100%!important;
}

.sotsuki-flow{
  margin-bottom:50px;
}

/*-------------------------------------------------------------
会員登録について
--------------------------------------------------------------*/
table.talbe-user{
  border-collapse: collapse;
  margin-bottom:30px;
  width:100%;
}

table.talbe-user th,
table.talbe-user td{
  border-bottom:1px dotted #999;
  padding:8px 10px;
}

table.talbe-user th{
  width:40%;
  background-color: #f0f7fb;
}

a.register-link {
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    background-color: #32908F;
    display: inline-block;
    margin:10px 0;
}

a.register-link:hover {
  opacity: 0.5;
}

a.regi-form{
    background-color: #f77a13;
}


/*会員登録プロフィール*/
.sub-8 ._um_row_3 {
  padding:0 30px 10px;
  border:5px solid #53B5B4;
  border-radius: 8px;
}

.requred-mark {
  max-width: 750px;
  margin:0 auto;
}

span.um-req {
    font-size: 1.3em!important;
    color:#f00;
}

/*-------------------------------------------------------------
フェイスブックを活用しよう
--------------------------------------------------------------*/
.float-post-left{
  width:60%;
  float:left;
}

.float-img-right{
  width:35%;
  float:right;
}


.float-img-right img{
  width:100%!important;
}

img.image-border{
  border:1px solid #aaa;
}

.img-caption{
  font-size:0.9em;
  text-align:center;
  color:#555;
}

.post-in-post {
  overflow: hidden;
  margin-bottom:30px;
}


.facebook-link {
  clear:both;
  padding:10px 0;
  text-align: center;
}

.facebook-link a {
  font-size:1.4em;
  color:#fff;
  text-decoration: none;
  padding:8px 15px 8px 50px;
  background:#3B5997 url('./img/facebook_mini.gif') no-repeat 10px center;
  display: inline-block;
  text-align:left;
}

.facebook-link a:hover {
  background-color:#718cc6;
  color:#fff;
}


/*-------------------------------------------------------------
フッター
--------------------------------------------------------------*/
/*サイトポリシー・SSL*/
table.table-sitepolicy{
  border-collapse: collapse;
  margin:0 auto;
}

table.table-sitepolicy td{
  padding:2px 5px 0 5px;
}

a.ssl-batch img{
  width:70px;
  height: 70px;
}

.footer-above{
  margin-top:80px;
  padding:10px;
  color:#777;
  font-size:0.9em;
}



.footer-above ul{
  list-style: none;
}


.footer{
  background:url('./img/wall_footer.jpg') left top;
  overflow: hidden;
}

.home .footer{
  margin-top:0px;
}

/*フッター外枠*/
ul.ul-footer{
  list-style: none;
  color:#fff;
}

ul.ul-footer a{
  color:#fff;
}

ul.ul-footer > li{
  float:left;
  
}

ul.ul-footer > li:last-child{
  border-right:none;
  font-size:0.9em;
}

.footer_height{
  float:left;
  width:33%;
  padding:29px;
  border-left:1px solid #fff;
  height:100%;
}

/*フッター内枠*/
ul.ul-contact-in{
  list-style: none;
}

ul.ul-contact-in > li{
  margin-bottom:3px;
}

.footer-in{
  padding:30px;
}

li.li-contact{
  width:40%;
}

li.li-textlink{
 width:60%;
}

li.li-textlink .widgettitle{
  display: none;
}

.footer-wrap{
  max-width:1160px;
  width:90%;
  margin:0 auto;
  overflow: hidden;
}


/*連絡先*/
h2.footer-logo{
  font-size:1.2em;
  background:url('./img/logomark.png') no-repeat left center;
  padding:3px 0 3px 40px;
  line-height: 1.5em;
}

li.li-address{
  margin-left:40px;
}


/*テキストリンク*/
ul#menu-footer_left li,
ul#menu-footer_center li,
ul#menu-footer_right li{
  list-style: none;
  margin-bottom:3px;
}

ul#menu-footer_left li a,
ul#menu-footer_center li a,
ul#menu-footer_right li a{
  color:#fff;
  text-decoration: none;
}


/*コピーライト*/
.copyright-wrap{
  text-align:center;
  padding:3px 0;
  color:#097c82;
}

.span-c{
  font-size:1.2em;
}

.span-copyright{
  font-family:'Times New Roman',Roman,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}




/*-------------------------------------------------------------
定例総会出欠アンケート
--------------------------------------------------------------*/
.pds-question-top a,
.pds-links-back,
.pds-pd-link,
a#account-options,
.pds-links{
  display: none!important;
  font-size:0.5em!important;
  color:#fff!important;
}

#sub-polls{
  text-align:center;
}

#sub-polls .pds-answer label {
  font-size: 1.2em!important;
  line-height: 1em!important;
}

#sub-polls .pds-box {
    font-family: 'メイリオ',Helvetica, Arial, sans-serif!important;
}

#sub-polls .pds-question-top {
  text-align:center;
  border-bottom:1px dotted #999;
}

#sub-polls .pds-answer {
   /* padding: 20px 200px !important;*/
    border: none !important;
  text-align: center;
}

#sub-polls .pds-answer-group {
    display: inline-block!important;
    width: 100px!important;
}


#sub-polls .pds-answer label {
    line-height: 1em!important;
    width: 90px!important;
}

#sub-polls .pds-input-label {
    float: left;
}

/*ラジオボタン*/
#sub-polls input[type="radio"] {
  display: none;
}

#sub-polls label.pds-input-label {
  display: block;
  margin: 0 8px;
    padding:13px 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
    background-color:#fa8005;
    color:#fff!important;
}

#sub-polls label:hover {
  background-color: #f3b576;
}

#sub-polls input[type="radio"]:checked + label {
  background: #964f07;
  color: #ffffff;
}


.pds-votebutton-outer{
  text-align:center;
}

#sub-polls .pds-vote-button-load,
#sub-polls .pds-vote-button{
  float:none!important;
}

.polls-flow{
  font-weight: bold;
  margin-bottom:8px;
  color: #056f6e;
}

ul.ul-polls{
  margin-left:20px;
  margin-bottom:15px;
}

ul.ul-polls li{
  list-style: disc;
  margin-bottom:5px;
}

/*記事がない場合*/
#sub-polls .sub-polls-none .pds-box {
    border: 1px solid #ccc;
    width: 630px;
    font-size: 13px;
    text-align: left;
    color: #4e4e4e;
/*    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;*/
    border-radius: 12px;
    margin:0 auto;
}

#sub-polls .sub-polls-none .pds-question-top{
    font-size: 24px;
    line-height: 120%;
    color: #333;
    font-weight: 700;
    padding: 20px 0 20px;
    position: relative;
}

#sub-polls .sub-polls-none .pds-answer {
    padding: 20px 20px !important;
    border: none !important;
    text-align: center;
}

#sub-polls .sub-polls-none .pds-box {
    font-size: 1em;
    text-align: left;
    color: #4e4e4e;
}

.sub-351{
  margin-bottom:30px;
}




/*-------------------------------------------------------------
個人情報保護方針
--------------------------------------------------------------*/
.privacy-com{
  margin-bottom:20px;
}

h2.h2-privacy{
  padding:15px 0 30px;
  font-size:1.5em;
  font-weight: bold;
  color:#32908F;
  text-align: center;
}

ul.ul-privacy-contact{
  list-style: none;
  margin-left:20px;
}


/*-------------------------------------------------------------
404エラーページ
--------------------------------------------------------------*/
.honbun-400{
  height: 200px;
  margin-bottom:30px;
}

.back-btn{
  text-align:center;
  margin-bottom:30px;
}

/*-------------------------------------------------------------
ページナビゲーション
--------------------------------------------------------------*/
.screen-reader-text{
  display: none;
}

.pagination-box,
.navigation{
  text-align: center;
  padding:20px 0;
}


.pagination-box a,
.nav-links .page-numbers,
.nav-links a.prev,
.nav-links a.next{
  border:2px solid #37918F;
  padding:8px;
  text-decoration: none;
  color:#555;
  margin:0 2px;
}

.nav-links a.page-numbers:hover,
.nav-links a.prev:hover,
.nav-links a.next:hover{
  background-color:#8cdddb;
}

.nav-links .dots{
  border:none;
  margin:0;
}


.nav-links span.current{
  background-color:#8cdddb;
  color:#555;
}

.pagination-box span.current{
  border:2px solid #37918F;
  background-color:#8cdddb;
  padding:8px;
  text-decoration: none;
  color:#555;
  margin:0 2px;
}

.pagination-box span.page-of{
  border:2px solid #37918F;
  padding:8px;
  text-decoration: none;
  color:#555;
  margin:0 2px;
}


/*戻るボタン*/
ul#pagination {
    list-style-type: none;
    overflow: hidden;
    padding: 0 10px;
    margin: 15px 0;
    text-align: center;
}

ul#pagination li.next,
ul#pagination li.prev {
    display: inline-block;
}

ul#pagination li a {
    display: block;
    padding: 3px 15px;
    border-radius: 3px;
    background-color: #32908F;
    color: #fff;
    text-decoration: none;
}

/*-------------------------------------------------------------
bbPress スタイルシート
--------------------------------------------------------------*/
div.bbp-template-notice p,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums{
  font-size:1em!important;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 0.9em!important;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size:1em!important;
    line-height: 1.3em;
    padding: 15px;
}


.bbp-pagination-count,
div.bbp-template-notice p{
  display: none;
}

.bb {
    padding-top:30px!important;
}


span.bbp-admin-links a {
    color: #000!important;
    font-size: 0.9em!important;
}

h1.topic-list-title {
  font-size:1.4em;
  text-align:center;
  padding:15px 0;
  color:#32908F;
  border:none;
}

/*フォーラム一覧*/
.bbpress-com{
  text-align:center;
  margin-bottom:30px;
}


#bbp_topic_title{
  padding: 15px 20px;
  width: 40%;
  font-size: 1.3em;
  border:2px solid #32908F;
}

.form-allowed-tags{
  display: none;
}

/*トピック一覧*/
h1.topic-index{
padding: 30px 20px;
margin-bottom:30px;
border:1px solid #32908F;
border-radius: 0 5px 5px 5px;
color:#32908F;
font-size:1.4em;
}

.subscription-toggle {
   margin:0 10px;
}

span.span-bbs-topic {
  background-color: #32908F;
  color: #fff;
 padding: 5px 20px 0;
 border-radius: 8px 8px 0 0;
 margin-right: 5px;
 display: inline-block;
}

/*.bbp-breadcrumb{
  display: none;
}*/


#bbpress-forums .bbp-topic-meta{
  color:#555;
  font-size:0.8em;
}

.bbp-topic-meta,
.bbp-topic-meta a{
  color:#555;
  font-size:0.9em;
  text-decoration: none;
}

.bbp-topic-meta a:hover{
  color:#000;
  text-decoration: underline;
}

.bbp-topic-started-by,
.bbp-topic-started-in{
  display: none;
}

div.indicator-hint {
    border-color: #3F9596!important;
}

div.bbp-template-notice{
    border: none!important;
    margin: 0!important;
}

/*検索フォーム*/
#bbpress-forums #bbp-search-form #bbp_search {
    padding: 5px 15px;
    font-size:1em;
}

#bbp_search_submit{
  padding:5px 10px;
  font-size:1em;
}

#forum-front .bbp-topic-meta,
#forum-front .bbp-topic-meta a {
  display: none;
}

a.subscription-toggle{
  background:#f98304 url('./img/mail.png') no-repeat 5px center;
  padding:5px 10px 5px 33px;
  color:#fff;
  border-radius: 2px;
  text-decoration:none;
  float:right;
}

a.subscription-toggle:hover{
  background-color:#f7ab59;
}



/*-------------------------------------------------------------
トップ校正
--------------------------------------------------------------*/
.proof-wrap{
  margin-bottom:100px;
}

.proof-title{
  padding:3px 15px;
  background-color:#efefef;
  margin-bottom:15px;
}

.proof-img {
  padding:5px;
  border:1px solid #999;
  margin-bottom:15px;
  display: inline-block;
}

.proof-discription{
  margin-bottom:15px;
  border:3px solid #555;
  border-radius: 5px;
  padding:10px;
}

/*-------------------------------------------------------------
Ultimate User スタイルシート
--------------------------------------------------------------*/
.um-row _um_row_1,
.um-row _um_row_2,
.um-row _um_row_3,
.um-row _um_row_4{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #999;
}

.um-6.um .um-profile-headericon a {
    color: #000!important;
}

.um-dropdown {
  border:1px solid #bbb!important;
}

/*-------------------------------------------------------------
TinyMCE対応
--------------------------------------------------------------*/
.block-margin{
  margin:0 0 20px;
  display: block;
}

.img-margin{
  margin:15px;
}

