/* 全体設定 */ 
*{
	margin:0;
	padding:0;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#hiddenwrap{
	overflow:hidden;
}

/* ヘッダー回り */

header{
	width:100%;
	height:50px;
	background-color:#204D76;
}
#pagetop{
	position:fixed;
	right:10px;
	bottom:0;
	z-index:999;
}

#logo {
  margin: 6px;
  height: 4s0px;
  width: auto;
}

/* フッター */ 
footer{
	background-color:rgba( 30,30,30,0.97);
	padding-top:10px;
	padding-bottom:40px;
	width:100%;
	font-size:15px;
	color:white;
	text-align:center;
	border-bottom:1px solid rgba( 30,30,30,0.97);
}



/*サブページコンテンツ周り*/

#pagewrap{
	background-color:#3885d2;
	border-bottom:solid black 1px;
}
.pagehead{
 	background-color:#204D76;
	color:white;
	height:75px;
}

.contents{
	background-color:#FAFAFA;
}

.title{
margin-left:auto;margin-right:auto; display:table;
}
.pagehead h2{
	font-size:25px;
	padding-top:22px;
	line-height:25px;
	margin:0;
}


.pagehead p{
	font-size:13px;
	padding:5px;
}

.pagehead img{
	float:left;
	padding-top:22px;
	width:50px;
}

.page{
	color:black;
	padding:25px 0 50px 0;
	margin-top:30px;
	margin-bottom:30px;
}








textarea{
	width:100%;
	color:black;
}

.input{
	width:100%;
	color:black;
}

#mf_wrapper{
	border-radius:15px;
	padding:20px;
	color:#4e4e4e;
}

#mf_wrapper td{
	margin-bottom:15px;
}


#mfoot{
	margin-top:90px;
}

table{
	width:100%;
}
th,td {
    display: block;
}

span{
	color:red;
}

.button{
	padding:5px;
	margin-left:10px;
	margin-right:20px;
	border-radius:5px;
	background-color:#d26b38;
	border:0px;
	float:right;
	color:#fafafa;
	-webkit-transition:.5s;
	transition:.5s;
}

.button:hover{
	background-color:white;
	color:black;
}

/* sl */
@media (min-width: 768px) {

table{
	border-collapse:separate;
	border-spacing:0px 10px;
}

th,td {
    display: table-cell;
}
th{
	width:200px;
}

header{
	height:50px;
}

#logo{
	height:40px;
	margin:5px;
}

}

/* md */
@media (min-width: 992px) {

header{
	height:40px;
}

#logo{
	width:auto;
	height:40px;
	margin:0;
	margin-top:15px;
}

.pagehead{
	height:100px;
}
.pagehead h2{
	font-size:30px;
	line-height:40px;
	margin:0;
}
.pagehead img{
	padding-top:44px;
}


}


/* lg */
@media (min-width: 1200px){
}

