﻿@charset"utf-8";

body{
margin:0;0;0;0;
background-color:black;
}

/*-----------------------------*/
/*　　main(heder)  PRGM        */
/*-----------------------------*/


.main{
width:940px;
height:auto;
margin-left:auto;
margin-right:auto;
padding:0em;
}

header{
width:940px;
height:470px;
}


/*-----------------------------*/
/*　  　headber PRGM           */
/*-----------------------------*/

.headber{
width:910px;
height:100%;
}

.headber li{
width:14%;
list-style-type:none;
float:left;
}

/*-----------------------------*/
/*　　文字(header)  PRGM      */
/*-----------------------------*/


.headber a{
display:inline-block;
width:100%;
text-align:center;
font-family:"Meiryo UI","MS Gothic",sans-serif;
/*font-family:"MS Mincho",serif;*/
font-size:0.9em;
text-decoration:none;
line-height:2.5em;
color:White;
}


/*-----------------------------*/
/*　　main-frame  PRGM      */
/*-----------------------------*/
.main-frame{
width:940px;
height:auto;
background-color:white;
}



/*-----------------------------*/
/*　　main(nyukai)  PRGM      */
/*-----------------------------*/


.main-nyukai{
width:940px;
height:auto;
border-left: solid 5px;
border-bottom: solid 20px;
background-color:white;
float:left;
}

.main-nyukai article{
width:655px;
height:auto;
margin-left:1em;
margin-right:1em;
margin-bottom:1em;
border: medium solid #ff00ff;
border-color:BurlyWood;
float:left;
}




footer{
width:940px;
height:auto;
background-color:white;
float:left;
}




/*-----------------------------*/
/*　　文字(main-nyukai)  PRGM      */
/*-----------------------------*/


.main-nyukai h1{
text-align:center;
font-size:1.2em;
line-height:0.5em;
color:SteelBlue;
}

.main-nyukai h2{
padding-left:5em;
font-family:"MS Mincho",serif;
font-size:1.4em;
line-height:1em;
color:purple;
}

.main-nyukai h3{
text-align:center;
font-family:"MS Mincho",serif;
font-size:1.6em;
line-height:1em;
color:red;
}

.main-nyukai h4{
padding-left:10em;
padding-right:7em;
font-family:"MS Mincho",serif;
font-size:1em;
line-height:1.4em;
color:black;
}

.main-nyukai p{
padding-left:2em;
padding-right:2em;
font-family:"MS Mincho",serif;
font-size:1em;
line-height:1.6em;
color:black;
}


/*-----------------------------*/
/*　　PHP(関連)  PRGM      */
/*-----------------------------*/




#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}


/*-----------------------------*/
/*　　文字(footer)  PRGM      */
/*-----------------------------*/

footer p{
font-size:1em;
text-align:center;
color:purple;
}





