body{ 
   font-size:9pt; color:#666666;
   max-width: 600px;
   width: 98%;
   height: 100%;
   margin-right: auto;
   margin-left : auto;
   margin-top: 0;
   margin-bottom:0px;


}

p {
        font-size:10pt; color:#666666;
	border: 0px #cccccc solid;
        margin-right: 5px;
}

.disabled {
	IME-MODE: disabled }

a {

	FONT-SIZE: 9pt;
        text-decoration: none;
        color:#2d6286;
        padding: 2px 5px;
        border: 0px cccccc solid; 
        font-weight: normal;
        margin: 2px 2px 2px 2px;
}

a:hover {

	FONT-SIZE: 9pt;
        color: #ff00ff;
        text-decoration: underline;
        border: 0px #5386ad solid; 
        font-weight: normal;
        margin: 2px 2px 2px 2px;

}
a:visited {

	FONT-SIZE: 9pt;
        text-decoration: none
        color:#2d6286;
        padding:2px 5px;
        border: 0px #5386ad solid; 
        font-weight: normal;
        margin: 2px 2px 2px 2px;
}

ul {
  padding: 0.5em 1em 0.5em 0.5em;
  background: white;
  text-align: left;
  border: solid 0px #ccc;/*破線 太さ 色*/

}
ul li {
  display: inline;
  padding: 5 5px;
  text-align: left;
}
/* テーブルデザイン--------------------*/
table {
	background-repeat:no-repeat;
        padding:3px;
        border-collapse: collapse;
        border-spacing:0px;
        margin: 5px 0px 5px 0px;
        border:#2d6286 0px solid ;

 box-shadow: 0 0 3px gray;


}
th {
	font-size:11px;
 	text-align:center;
 	color:#666;
        padding:2px;
 	border-radius:1px;
	background-repeat:no-repeat;
        border: 1px solid #cccccc;
	vertical-align:middle;
        border-collapse: collapse;



 
}
tr {
	font-size:11px;
 	text-align:center;
 	color:#333333;
        padding:2px;
 	border-radius:1px;
	background-repeat:no-repeat;
        border: 1px solid #cccccc;
	width: auto;
	height: auto;
        border-collapse: collapse;

}

td {
	font-size:11px;
 	text-align:center;
 	color:#666666;
        padding:2px;
  	border-radius:0px;
	background-repeat:no-repeat;
	width: 100px;
	height: 25px;
        border: 1px  solid #cccccc;
        border-collapse: collapse;

}

/*------- s5は入力テーブルデザイン-------------*/

table.s5 {
	font-size:11px;
 	text-align:center;
 	color:#666666;
        padding:0px;
  	border-radius:0px;
	background-repeat:no-repeat;
        background-color : #c5d7e2;
	width: 100%;
	height: auto;
        border: 2px solid #2d6286;
        border-collapse:separate;
        border-spacing:0px;
        border-collapse: collapse;
 
}

th.s5{
	width: 30px;
	height: 28px;
        background-color : #7399e6;
        border: 1px  solid #cccccc;
        font-size:8pt; color:#ffffff;
        border-collapse: collapse;
 
}
td.s5{
	font-size:11px;
 	text-align:center;
 	color:#666666;
        padding:2px;
  	border-radius:0px;
	background-repeat:no-repeat;
	width: auto;
	height: 35px;
        border: 1px  solid #cccccc;
    border-collapse: collapse;
 
}
td.s6{
	font-size:15px;
 	text-align:center;
 	color:#666666;
        padding:2px;
  	border-radius:0px;
	background-repeat:no-repeat;
	width: auto;
	height: 30px;
        border: 1px  solid #cccccc;

}
td.s7{
	font-size:13px;
  	color:darkpink;
        padding:2px;
  	border-radius:10px;
	background-repeat:no-repeat;
	width: 70px; max-width: 100%;
	height: 15px;
        border: 1px  solid #cccccc;
        vertical-align:middle;
 	text-align:center;
}
td.s8{
	width: 70px; max-width: 100%;
        border: 1px  solid #cccccc;
        vertical-align:middle
        background-color : #ffefff ;
	text-align:center;
}
td.s9{
	width: 70px; max-width: 100%;
        border: 1px  solid #cccccc;
        vertical-align:middle
        color: #cccccc;
	text-align:center;
}

th.s10{
	width: 35px;
        vertical-align:middle
	text-align:center;
        color: #cccccc;
}

H3 {
        color: #ffffff;
        background-color:#5386ad;
        padding: 2 0 2 0;
        width: 100%;
        border: 0px solid #5555AA;
        font-weight: bold;
        FONT-SIZE: 12pt;
        margin: 0px 0px 5px 0px;
}


/* テキストボックス,ボタンデザイン--------------------*/

 input[type="text"] {
 MARGIN-TOP: 5px; MARGIN-LEFT: 5px;  MARGIN-RIGHT: 5px;
 line-height: 1;
 padding: 0.4em 0.6em;
 border: 1px solid #999;
 border-radius: 0.8em;
 letter-spacing: 1px;
 box-shadow: inset 0.2em 0.2em 0.2em #ccc;
 background-color: #fff;
 font-size: inherit;
}

input[type="text"]:disabled {
 background-color: #eee;
 box-shadow: none;
}

    input[type="text"]:focus,
    texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

textarea{
   border-radius: 0.8em; 
   FONT-SIZE: 11px; 
   padding:3px;
   border: 1px solid #999;
   box-shadow: inset 0.2em 0.2em 0.2em #ccc;
   background-color: #fff;


}
textarea:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

    input[type="button"] {
    border-radius:5px;   
    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: #2d6286;
    padding: 5px 25px;
    border: 1px solid #9999DD;
    font-weight: bold;
}
     input[type="button"]:hover{
     cursor: pointer;
     opacity: 0.7 ;
     background-color: #fff;
     border-radius: 0.5em; 
     border: 1px solid #9999DD;
     font-weight: bold;
 }


select {BORDER-RIGHT: #888888 1px solid; BORDER-TOP: #888888 1px solid; FONT-SIZE: 13px; BORDER-LEFT: #888888 1px solid; COLOR: royalblue; BORDER-BOTTOM: #888888 1px solid
 
	position: relative;
	width: 90px;
	padding: 4px;
  	border-radius:5px;
        font-weight: bold;
        margin: 2px 0px 2px 2px;
}

FORM {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 1px
        max-width: 100%;
}


 
    }
    .css-fukidashi {
      padding: 0;
      margin: 0;
    }
    .text {
      width: 200px;
      position: relative;
      margin:80px 50px 50px;
      padding: 20px;
      border: 1px solid #ccc;
    }
    .fukidashi {
      display: none;
      width: 200px;
      position: absolute;
      top: 40px;
      left: 100px;
      padding: 6px;
      border-radius: 5px;
      background: royalblue;
      color: #fff;
      font-weight: bold;
    }
    .fukidashi:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      bottom: -19px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: royalblue;
      border-width: 10px;
      pointer-events: none;
      content: " ";
    }
    .text:hover + .fukidashi {
      display: block;
    }

/* ボタンデザイン青円*/
.btn-7b {  
    text-decoration: none;  
     font-weight: bold;  
     text-align: center;  
     font-size: 11px;  
     display: block;  
     width: 19px;  
     height: 19px;  
     padding: 2px 2px;  
margin: auto;
     background: -moz-linear-gradient(top,#BADDFF 0%,#0C81F5);  
     background: -webkit-gradient(linear, left top, left bottom, from(#BADDFF),to(#0C81F5));  
     color: #FFF;  
     border-radius: 75px;  
     -moz-border-radius: 75px;  
     -webkit-border-radius: 75px;  
     border: 1px solid #528BC4;  
     -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);  
     -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);  
     text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);  
}
.btn-7b:hover {
    opacity: 0.7 ;
    color: #fff;
margin: auto;

 } 
/* ボタンデザイン青円*/

a.btn-7a{
  display: inline-block;
  padding: 1px 4px;
  text-decoration: none;
 font-size: 13px;
      font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0px solid #cbcbcb;

  border-radius: 15px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: royalblue;
  margin: 2px;      
}
.btn-7a:hover {
    opacity: 0.7 ;
    color: #fff;
}
a.btn-7a:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
a.btn-7{
  padding: 2px 2px;
  text-align: center;
  color: #4169e1;
}
.btn-7:hover {
        color: #ff00ff;
}
a.btn-8{
  padding: 2px 2px;
  text-align: center;
  color: #ccc;
}
.btn-8:hover {
        color: #ff00ff;
}
a.btn-8a{
  display: inline-block;
  padding: 2px 2px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0px solid #cbcbcb;

  border-radius: 15px;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
  background: #db8495;
  margin: 2px;      
     width: 19px;  
     height: 19px;  
}
.btn-8a:hover {
    opacity: 0.7 ;
    color: #fff;
}
a.btn-8a:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}


a.btn-13{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0px solid #cbcbcb;
  border-bottom: 1px solid #b2b1b1;
  border-radius: 5px;
/*  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;*/
box-shadow : 3px 3px 3px #666666 ;
  background: #5386ad;
  margin-bottom: 5px;     
  margin-light: 5px;     
}
.btn-13:hover {
    opacity: 0.7 ;
    color: #fff;
}
a.btn-13:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
/* newアイコン */
span.text-icon {
  display: inline-block;
  background: darkorange;
  padding: 2px 5px;
  margin: 3px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: normal;
  color: #fff;
  border-radius: 15px;

}
span {
  display: inline-block;
 float: right;
}

a.btn-14{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 12px;

  text-align: center;
  color: #666;
  border: 1px solid #5386ad;
  border-radius: 5px;
  background: #f5f5f5;
   margin-top: 5px;
box-shadow : 3px 3px 3px #666666 ;
}
.btn-14:hover {
    opacity: 0.7 ;
    color: #666;
}
a.btn-14:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
/* フッター内パーツ */

Footer{
    /* コピーライト文字設定 */
    font-color: #FFFFFF;
    font-size: 1em;
    text-align: right;
  color: #fff;
    text-decoration: none;
	padding:6px;
	margin-top:0;
	margin-bottom:0;
	background-color: #5386ad;
}

