/*------全体-------*/
body{
	font-size: 20px;
	margin: 0px;

	line-height:120%;
font-family: system-ui ;
	color: #666666;
}

link.{font-size: 20px;}

header{
	background-color: #004080;
	height: 80px;
	color: #ffffff;
	font-weight: bold;

}

footer{
	text-align: right;
	padding: 0px 10px 10px 0px;
}

/* デフォルトスタイルをリセット */
 



p.submit {

	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}
p.submit2 {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

.file {

    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 1em;
    border: 1px solid #dd0000;
    background: #dd0000;
    color:#fff;
border-radius: 50px;
}
 
.file input[type="file"] {

    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;

}
/*------部分-------*/

.img{
	float: center;
	margin-right: 10px;
	margin-bottom: 2px;
	border-radius: 20px;
width: 100%;
height: auto;

}

section h1{
	font-size: 15px;
	text-align: center;
}

#table_fo{
	margin-left: auto;
	margin-right: auto;

}

#table_fo th,#table_fo td{ 
	text-align: left;
}

.msg{

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	width: 95%;
	border: 1px solid #76d3dc;
	overflow: hidden;
	height: auto;
border-radius: 20px;

	box-shadow: 0 0 7px #76d3dc;
}


.subject{
	padding: 8px 0px 8px 8px;
	text-align: left;

}


.icon{
	padding: 0px 0px 0px 8px;
}

.message{
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.message:after {
	content: ""; 
	display: block; 
 	clear: both;
}


.date{
	padding: 0px 5px 2px 0px;
	text-align: right;
}

.resmsg{
	margin-top: 20px;
	margin-left: auto;
	width: 90%;
	border-top: 1px dashed #BBBBBB;
	overflow: hidden;
	height: auto;
}

.ressubject{
	padding: 8px 0px 8px 8px;
	text-align: left;
}

.resicon{
	padding: 0px 0px 0px 8px;
}

.resmessage{
	padding: 6px 5px 10px 8px;
	width: 100%;
	box-sizing: border-box;
}

.resmessage:after {
	content: ""; 
	display: block; 
 	clear: both;
}

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


#pass{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

.bt{
	background-color: #0658B6;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	border-width: 0px;
	width: 80px;
}

#btn{
	text-align: center;
}

#title{
	position: absolute;
	margin-top: 30px;
	margin-left: 10px;
}

#pan{
	margin-top: 10px;
	margin-left: 10px;
}

#past_midasi{
	text-align: center;
}
#past_file{
	text-align: center;
}
.b{
	font-weight: bold;
}

/*-------------*/

a:hover{
	position:relative;
	left:1px;
	top:1px;

}

input[type=text],input[type=password],textarea{
	border: 2px solid #76d3dc;
	border-radius: 3px;
	margin-bottom: 1px;
}

select{
	border: 1px solid #C9D1DC;
	width: 80px;
}


input,select {
 	height: 34px;
 	box-sizing: border-box;
}

textarea {
	box-sizing: border-box;
	line-height: 1.25;
	padding: 4px;
		font-size: 16px;
}

/*------ページ-------*/

ul.pagelink{
	list-style-type: none;
	margin: 0;
}

ul.pagelink li{
	float: left;
}

ul.pagelink a, ul.pagelink li.current{
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-color: #bebebe;
	border-width: 1px;
	margin-right: 5px;
	padding:1px;
	font-size: 15px;
	border-radius: 3px;
}

ul.pagelink li.ten{
	display: block;
	width: 20px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	padding:1px;
	font-size: 15px;
}


ul.pagelink a:hover{
	background-color: #F0F0F0;
}

ul.pagelink:after{
	display: block;
	clear: both;
	content: '';
}

ul.pagelink li.current{
	font-weight:bold;
}


#page {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}

#page ul {
	float:left;
	left:50%;
	position:relative;
	padding:0px;
}

#page li {
	float:left;
	left:-50%;
	position:relative;
}

#hissu{
	text-align: center;
	margin-bottom: 10px;
}

.hissu{
	color: #cc0000;
	font-weight: normal;
}

#e_name,#e_message,#e_ans{
	display: none;
	color: #E35E5E;
}

/*アイコンを囲むレイヤーのスタイル アイコンを使わない場合はここから下の"ここまで"は不要*/
#iconwin{
	position:absolute;
	top:0px;
	left:0px;
	border-style:solid;
	border-width:1px;
	width:auto;             /*幅(アイコンの大きさ、数に合わせて適宜設定)*/
	height:auto;             /*高さ*/
	border-color:#666666;    /*枠の色*/
	background-color:#ffffff;/*背景色*/
}
/*ここまで*/


a:link,
a:visited {
	color: #106dff;
text-decoration-line： none;
}

a:hover,
a:active {
	color: #3377ff;
	text-decoration: none;
}


input, select, textarea {
background-color: #ccffff;
}




input {
	font-weight:bold;
		font-size: 80%;
}

a{
 font-size: 20px ;
text-decoration: none; 
 }

 