@charset "utf-8";

/* スタッフルーム基本
------------------------------------------------------------*/
body{
	font-size : 11pt;
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  width : 600px;
  margin-left : auto;
  margin-right : auto;
word-wrap: break-word;
  padding-left : 5%;
  padding-right : 5%;
}


input{
	border : 1px none #cccccc;
padding : 10px 0px 10px 10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color : white;
margin : 0px 5px 10px 0px;
width : 45%;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  
  background-color : #2dbbff;
}


#staff{
  width : 100%;
  padding-bottom : 10px;
  padding-top : 10px;
  margin-left : auto;
  margin-right : auto;
  font-size : 11pt;
  padding-left : 10px;
}

#staff span{
	font-size:10px;
	color:#F00;
	
}

#staff table{
	border-collapse:collapse;
	width:100％;
  font-size : 11pt;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;


  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : silver;
  border-left-color : silver;
  border-right-color : silver;
  margin-bottom : 10px;
  width : 100%;
}

#staff th{
	border-bottom-width : 1px;border-bottom-style : dotted;border-bottom-color : silver;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #f0f8ff;
	width : 60px;
	padding-right : 5px;padding-left : 5px;
	text-align:left;
  padding-top : 5px;
  padding-bottom : 5px;
}

#staff td{
	border-bottom-width : 1px;border-left-width : 1px;border-bottom-style : dotted;border-left-style : dotted;border-bottom-color : silver;border-left-color : silver;
padding-left : 10px;
padding-right : 10px;
margin-top : 10px;
padding-top : 7px;
padding-bottom : 3px;
word-break: break-all;

}

#staff textarea{
	
	width : 98%;
	height:150px;
	
}#staff .button{
	
	text-align:center;/
	padding:10px 0;/
	
}

#staff h2{
  font-size : 12pt;
  color : white;
  background-color : #004080;
  text-align : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

#staff table a{
  color : #ff8080;
  text-decoration : none;
  font-size : 11pt;
}#staff table a:hover{
  color : #cc0000;
  }

.td-1{
  width : 90%;
  font-size : 12pt;
  font-weight : bold;
  color : #408080;
}

.td-2{
  text-align : center;
  font-size : 11pt;
  color : red;
}
.td-3{
  width : 90%;
}


/* モバイル用
------------------------------------------------------------*/
@media all and (max-width: 600px) {

body{
  margin-left : auto;
  margin-right : auto;
  padding-left : 5%;
  padding-right : 5%;
  width : 90%;
}

}