@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);


body{
font: 13px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"���C���I","�l�r �o�S�V�b�N","MS PGothic",Verdana,Arial,sans-serif;
margin:0;
color:#313131;
padding-top: 60px;
}

div.box {
  margin-bottom: 30px;
}

div.box2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.td_circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;/* ���~����� */
  margin: 0;/* ���u���b�N�v�f���㉺���E�ɒ��������ɂȂ� */
  text-align: center;/* �����������E�ɒ������� */
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  background-image: linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.2) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
  border: 1px solid rgba(0,0,0,.2);
  position: relative;
}

.td_bingo {
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(0,0,0,.2);
}

img{
outline:none;
border-style:none;
}

a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****HEADER*****/
header{
    display: block;
    width:80%;
    margin-left: 10%;
    overflow: hidden;
}
/*
header h1{
    font-size:120%;
    color:#313131;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #313131;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight:400;
    float: left;
}
*/

header  h1 {
  font-size:120%;
  padding: 0.5em;/*��������̗]��*/
  color: #010101;/*�����F*/
  background: #eaf3ff;/*�w�i�F*/
  border-bottom: solid 3px #516ab6;/*����*/
}

header p{
    font-size:100%;
    color:#313131;
    float: left;
}

header2 {
    display: block;
    width:80%;
    margin-left: 10%;
    margin-bottom: 20px;
    overflow: hidden;
}

header2 h1{
    font-size:100%;
    color:#313131;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #313131;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight:400;
    float: left;
}

header2 p{
    font-size:100%;
    color:#313131;
    float: left;
}

/*****BRANDING*****/
#branding{
    display: block;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
    background-color: #eeeeee;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 30px;
}
#branding p{
    color: #333;
    font-size: 80%;
}

/*****NAV*****/
navuser{
    width: 100%;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    margin-bottom: 5px;
    overflow: hidden;
}
navuser ul{
    width: 100%;
    margin-left: 1%;
}
navuser li{
    width: calc(14% - 2px);
    font-size: 70%;
    letter-spacing: 4px;
    font-weight: 400;
    line-height: 40px;
    border-left: 1px solid orange;
    color: #313131;
    cursor: pointer;
    text-align: center;
    float: left;
}
navuser li:last-child{
    border-right: 1px solid orange;
}

navuser li:hover{
    background-color: orange;
    transition: background-color 0.5s ease-out;
    color: #fff;
}

/***text-input***/
input[type='text']{
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #008080;
  border-radius:5px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='text']:focus{
 box-shadow:0 0 4px #008000;
 transition:all 0.3s;
}

/***text-password***/
input[type='password']{
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #008080;
  border-radius:5px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='password']:focus{
 box-shadow:0 0 4px #008000;
 transition:all 0.3s;
}

/*****TABLE*****/
table .tabletype1 {
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 0;
  box-shadow: 2px 2px 4px gray;
}

table .tabletype1 td{
  text-align: center;
  border:solid 1px #000;
  height: 50px;
  width: 50px;
}

table .tabletype1 div{
  width: 100%;
  height: 100%;
  display: inline-block;
}

table .tabletype2 {
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 5px;
}

table .tabletype2 td{
  text-align: center;
  border:solid 1px #000;
  box-shadow: 2px 2px 4px gray;
  height: 50px;
  width: 50px;
}

table .tabletype2 div{
  width: 100%;
  height: 100%;
  display: inline-block;
}

table .tabletype3 {
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 0;
  box-shadow: 5px 5px 5px gray;
}

table .tabletype3 td{
  text-align: center;
  border:solid 1px #000;
  height: 50px;
  width: 50px;
}

table .tabletype3 div{
  width: 100%;
  height: 100%;
  display: inline-block;
}

table .tabletype3 tr:first-child td:first-child{
  border-radius: 10px 0 0 0;
}

table .tabletype3 tr:first-child td:last-child{
  border-radius: 0 10px 0 0;
}

table .tabletype3 tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table .tabletype3 tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  box-shadow: 3px 3px 3px gray;
}

table .tabletype4 {
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 5px;
}

table .tabletype4 td{
  border-radius: 5px;
  text-align: center;
  border:solid 1px #000;
  box-shadow: 2px 2px 4px gray;
  height: 50px;
  width: 50px;
}

table .tabletype4 div{
  width: 100%;
  height: 100%;
  display: inline-block;
}

table .tabletype5 {
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 5px;
}

table .tabletype5 td{
  border-radius: 15px 15px 0 0;
  text-align: center;
  border:solid 1px #000;
  box-shadow: 1px 1px 2px gray;
  height: 50px;
  width: 50px;
}

table .tabletype5 div{
  width: 100%;
  height: 100%;
  display: inline-block;
}


/*****ARTICLE*****/
section{
    display: block;
    width: 80%;
    margin: 10px auto;
    overflow: hidden;
}
article{
    width: calc(100% - 15px);
    padding: 2.5%;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    overflow: hidden;
    float: left;
}
article:nth-child(2n){
    margin-left: 30px;
}
article .date{
    font-size: 60%;
    color: orange;
    border: 1px solid orange;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
}
article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
article p{
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}
article .btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*�{�^���F*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

article .btn:active {
  /*�{�^�����������Ƃ�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*���ɓ���*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*�e��������*/
  border-bottom: none;
}
article .subbtn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}
article .subbtn:hover{
    background-color: #fff;
    border: 1px solid orange;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}


.wrapper{
    min-height: 100vh;
    position: relative;/*�����Έʒu*/
    padding-bottom: 200px;/*��footer�̍���*/
    box-sizing: border-box;/*���S�Ċ܂߂�min-height:100vh��*/
}

footer{
    clear: both;
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    display:block;
    background-color: #313131;

    position: fixed;/*����Έʒu*/
    bottom: 0; /*���ɌŒ�*/
    z-index: 999;
}

footer address{
    color: #fff;
    letter-spacing: 5px;
}

footer_create{
    clear: both;
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    display:block;
    background-color: #afeeee;

    position: fixed;/*����Έʒu*/
    bottom: 0; /*���ɌŒ�*/
    z-index: 999;
}

footer_create address{
    color: #000;
    letter-spacing: 5px;
}

footer_edit{
    clear: both;
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    display:block;
    background-color: #ffe4b5;

    position: fixed;/*����Έʒu*/
    bottom: 0; /*���ɌŒ�*/
    z-index: 999;
}

footer_edit address{
    color: #000;
    letter-spacing: 5px;
}
