@charset "UTF-8";
html {
   overflow-y:scroll;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
.contall{
max-width: 640px;
}
body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:16px;
   color:#333;
   background:url(../images/bg.gif) fixed;
}
.ictwi{color: #00bfff;}
.twebut {color:#ff1493;text-decoration:underline;}
h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
}
p {
   margin:0 0 1em 0;
   padding:0;
}
br {
   letter-spacing:normal;
}
a {
   color:#68903C;
   text-decoration:none;
}
a:hover {
   color:#92C45B;
   text-decoration:underline;
}
dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
}
li {
   margin:0 0 0 20px;
   padding:0;
}
#top {
   max-width:700px;
   margin:20px auto;
   padding:0 20px;
   border:1px solid #CECFCE;
   background:#fff;
}
#header {
   max-width:700px;
   position:relative;
}
#navi {
   position:absolute;
   top:20px;
   right:0;
}
#menu {
   float:left;
   width:100%;
   margin:10px 0;
   background:#1e90ff;
border: 1px solid #000000;
}
#contents {
   clear:both;
}
#pageTop {
   clear:both;
}
#footer {
   max-width:700px;
   clear:both;
   padding:10px 0;
}
#header h1 {
   padding:40px 0 20px 0;
   font-weight:bold;
   font-size:26px;
}
#header h1 a {
   color:#333;
}
#header h1 a:hover {
   color:#92C45B;
}
#header p {
   margin:0;
   padding:0 0 5px 0;
   border-bottom:1px solid #CECFCE;
}
#navi ul {
   list-style:none;
}
#navi li {
   float:left;
   margin:0 0 0 22px;
   padding:0 0 0 20px;
   font-size:11px;
}
#navi li.sitemap {
   background:url(../images/icon_sitemap.gif) 0 50% no-repeat;
}
#navi li.contact {
   background:url(../images/icon_contact.gif) 0 50% no-repeat;
}
#navi li.feed {
   background:url(../images/icon_feed.gif) 0 50% no-repeat;
}
#navi li a {
   border-bottom:1px solid #CECFCE;
}
#menu ul {
   list-style:none;
   margin:0;
   padding:0;
}
#menu li {
   float:left;
   margin:0;
   padding:0;
width:50%;
border-right:1px solid #000;
text-align:center;
   font-size:14px;
box-sizing: border-box;
}
#menu li.nikome{
   float:left;
   margin:0;
   padding:0;
width:50%;
border-right:0px solid #000;
text-align:center;
   font-size:14px;
box-sizing: border-box;
}
#menu li a {
   display:block;
   padding:8px 5px;
   color:#fff;
}
#menu li a:hover {
   color:#fff;
   background-color:#68903C;
   border:none;
}
#menu .on {
   background-color:#68903C;
   color:#fff;
}
#contents h2 {
   margin-bottom:10px;
   padding:10px 0;
   font-weight:bold;
   font-size:21px;
   border-bottom:2px solid #ddd;
}
#contents h3 {
   margin-bottom:2px;
   padding:2px 0 2px 10px;
   font-weight:bold;
   font-size:18px;
   line-height:1.2;
   border-left:5px solid #333;
}
#contents dl {
   margin:0;
   padding:0;
}
#contents dt {
   text-decoration:underline;
}
#contents dd {
   margin:0 0 1em 1em;
}
#pageTop {
   padding:10px 0;
   text-align:right;
}
#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}
.copyright {
   text-align:center;
   font-size:11px;
   font-style:normal;
   padding:20px 0;
   border-top:1px solid #CECFCE;
}
.lifechart{
   border:2px solid #696969;
   padding:20px;
border-radius: 15px;
margin:0 0 15px 0;
}
.nbox {
	margin: 0 0 15px 0;
}
.nboxt {
    margin: 0;
    padding: 3px 9px 0 9px;
    display: inline-block;
    background: #00bfff;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    border: solid 1px #00bfff;
}
.nboxc {
    margin: -1px 0 0 0;
    padding: 0.5em 1em;
    border: solid 1px #00bfff;
}

.combox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #00ff7f;
    border-radius: 8px;
}
.combox .comboxt {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color:696969;
}
.combox p {
    margin: 0; 
    padding: 0;
}

.createform{
padding:0;
margin:10px 5px;
}
input[type="text"],input[type="number"],input[type="email"],
textarea {
    padding: 0.4em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 100%;
    margin:0px 0 13px 0;
}
input[type="text"]:focus,input[type="number"]:focus,input[type="email"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input[type="text"],input[type="email"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 200px;
    margin:0px 0 15px 0;
}
input[type="text"]:focus,input[type="email"]:focus {
    width: 300px;
}
input[type="number"]{
width:80px;
    margin:0px 0 8px 0;
    -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.sendk {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sendk:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}
#ki5,#ki10,#ki15,#ki20,#ki25,#ki30,#ki35,#ki40,#ki45,#ki50,#ki55,#ki60,#ki65,#ki70,#ki75,#ki80,#ki85,#ki90,#ki95{
display: none;
}
.heikinten{
margin:15px auto;
    text-decoration: none;
    background: #87befd;
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #87befd;
    border: dashed 1px #FFF;
    transition: .4s;
    font-size:35px;
    font-weight:bold;
}
.heikinten:hover{
    background: #668ad8;
    box-shadow: 0px 0px 0px 5px #668ad8;
}
.nenreitoka{
margin:10px auto;
text-align:center;
}
.tweetmoji{
margin:10px auto;
text-align:center;
    font-size:16px;
}
.pan{
font-size:11px;
text-align:right;
}
.pan a{
text-decoration: underline;
}
@media screen and (max-width: 480px) {
 #menu li {
    float:left;
    margin:0;
    padding:0;
 width:49.8%;
 border-right:1px solid #000;
 text-align:center;
    font-size:12px;
 }
 #menu li.nikome{
    float:left;
    margin:0;
    padding:0;
 width:50%;
 border-right:0px solid #000;
 text-align:center;
    font-size:12px;
 }
}
.allview {
 width:100%;
 border-collapse: separate; 
 border: none;
 border-spacing: 0px 10px ;
}
.allview .left{
 text-align: left;
 padding-left:10px;
}
.allview tbody td, 
.allview tfoot td {
 text-align: center;
}
.allview tbody td.comleft{
 text-align: left;
}
table.allview:hover tbody tr:hover td {
    color: #666;
    background: #cef;
}
.allview thead th {
 color: #FFF; 
 background:#00BCD4;
}
.allview thead th a {
   color:#fff;
   text-decoration:none;
}
.allview thead th a:hover {
   color:#fff;
   text-decoration:underline;
}
.allview thead th:nth-child(1) {
 border-radius: 10px 0 0 0;
}
.allview thead th:last-child  {
 border-radius: 0 10px  0 0;
}
.allview th,
.allview td {
 border: 0 none !important;
}
.allview tr:nth-child(even) td { 
 background: #f5f5f5; 
} 
.allview tr:nth-child(odd) td {
 background: #FDFDFD; 
}
.allview tbody th,
.allview tfoot th,
 {
 background:none;
 color:#666;
 line-height:4.5em;
 text-align:right;
}
@media (max-width: 767px) {
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.5em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.7em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:0.8em;
 padding: 10px 10px;
 }
 .tweetmoji{
    font-size:14px;
 }
}
.pagenager{
text-align:center;
margin-bottom:10px;
}
.navigation {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}
.navitop {
  float:left;
  width:26%;
  word-break:break-all;
  text-align:center;
}
.navileft {
  float:left;
  width:37%;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
}
.naviright {
  float:right;
  width:37%;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}
select{
margin-top:10px;
}
.form-control{
	border-radius: 0;
    display: block;
	margin-bottom:20px;
}
.cation{
color: #ff0000;
}
