.box1113 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box1113 p {
    margin: 0; 
    padding: 0;
}

.clearleft {
clear: left;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.type06 th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  clear:left;
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
 }

tr:nth-child(even) {
  background: #d9d9d9;
 }
 
 
 
 .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;

    background: white;
    border-top: solid 5px #00bfff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	
	width:600px;
	max-width:99%;/*携帯で右側はみ出すのを防ぐ 結構ぎりぎり*/
	
    text-align:left;
    margin:0px auto;/*上下0 左右auto*/

}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box1 input[type="text"] {
	width:100%;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.box1 textarea {
	resize: vertical;
	width:100%;
	height:100px;
	min-height:50px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.box2{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	
	width:600px;
	max-width:99%;/*携帯で右側はみ出すのを防ぐ 結構ぎりぎり*/
	
    text-align:center;
    margin:0px auto;/*上下0 左右auto*/
}
.box2:before, .box2:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box2:before {left: 10px;}
.box2:after {right: 10px;}
.box2 p {
    margin: 0; 
    padding: 0;
}


input#submit_buttonL {
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:1.5em;
}

input#submit_buttonS {
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:1.0em;
}

div#imgdata1 img {
    max-width: 90%;

}