@charset "utf-8";

body {
	width: 1000px;
	margin-right: auto;
	margin-left : auto;
	font-size: 12px;
}

#header {
	border-style: none;
	padding: 0;
	background-color: #ff7100;
}

#
tr td {
	border-style: none;
	padding: 0;
}

#main, #search {
	text-align: center;
	margin-top: 20px;
}

#search_box, #lines_box {
	width: 600px;
	height: 50px;
	border: solid 2px #ff7100;
	font-size: 24px;
}

input.button{
	 vertical-align:-1.7em;
}

#voice, #list, #exp, #req {
	margin-top: 20px;
}

#v_table {
	border: solid 2px #ff7100;
	border-collapse: collapse;
}

#v_table tr td {
	border: solid 2px #ff7100;
	padding-left: 10px;
	height: 50px;
}

.ct {
	width: 50px;
	text-align: left;
	background-color: #f8b551;
	color: #fff;
}

.ct2 {
	text-align: center;
}

#t_box {
	width: 600px;
	height: 50px;
	border: solid 2px #ff7100;
	font-size: 24px;
}

#lines, #voice2 {
	margin-left: 50px;
}

#footer {
	margin-top: 50px;
	background-color: #ff7100;
}

#req_m {
	text-align: center;
}

p{
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.big {
	font-size: 24px;
}

img {
    border: 0px;
}

.contain {
    display: inline-block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    background-size: contain;
}

#big {
   font-size: 20px;
}