@charset "utf-8";

/* default
-----------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #54b;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #d00;
	text-decoration: underline;
}
body,div,form,h1,h2,h3,h4,h5,p,ul,ol,li,pre,dl,dt,dd {
	margin: 0;
	padding: 0;
}
body, th, td, input, select, option, textarea {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
}
select,option,textarea {
	margin: 0;
	background-color: white;
}
img {
	border: 0;
}
ul,li {
	list-style: none;
	text-align: left;
}
body,th,td {
	font-size: 13px;
}
input,select,option,textarea {
	font-size: 12px;
}

/* body
-----------------------------------------------------------------------*/
body {
	margin:0 auto;
	padding:0 auto;
	color: #333;
	text-align:center;
}

/* base
-----------------------------------------------------------------------*/
#container {
	width:780px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
}
.clear {
	clear: both;
}
.clear img {
	width: 1px;
	height: 1px;
}
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* big_main
-----------------------------------------------------------------------*/
div#big_main {
	clear:both;
	width: 780px;
	margin: 0 auto;
	background:#fff;
}
div#big_main .big_box {
	width: 640px;
	margin: 30px auto;
	text-align: left;
	line-height: 25px;
}
div#big_main .big_box span {
	font-size: 14px;
	font-weight: bold;
}
div#big_main .big_box p {
	float: left;
	width: 300px;
	height : 100px;
	margin: 0 0 20px 10px;
}
div#big_main .s_result {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
* html div#big_main .s_result{
	margin: 0;
}
div#big_main .s_result li {
	height: 105px;
	margin: 5px 0;
	padding: 10px 0;
	border: 1px solid silver;
}
div#big_main .s_result .text {
	display: block;
	float: left;
	width: 490px;
	height: 100px;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
}
div#big_main .s_result .photo {
	display: block;
	float: left;
	height: 105px;
	margin: 0px;
	padding: 0 10px;
}
div#big_main p.sponsor_word a {
	display: block;
	color: #0000ff;
}
div#big_main p.sponsor_word a.text:hover .title {
	color: #dd0000;
	text-decoration: underline;
}
div#big_main .s_result .title {
	display: block;
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
div#big_main .s_result .discription {
	color: #333;
}
div#big_main .s_result .address {
	display: block;
	color: #008000;
}
div#big_main .sub_p {
	background: #ecf5fa;
	margin: 0px;
	text-align: left;
	line-height: 30px;
	border-top: 1px solid #b3cbe3;
}
div#big_main .sub_p span {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
div#big_main .sub_p_no {
	margin: 30px auto;
	text-align: center;
	line-height: 30px;
}
div#big_main .sub_p_no span {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div#big_main .error_msg {
	font-weight: bold;
	margin: 30px 0;
}
div#big_main .search_box {
	margin-top: 20px;
}
div#big_main .sch_box {
	background: #f7f7f7 none repeat scroll 0% 50%;
	width: 400px;
	height: 22px;
	font-size: 13px;
	margin-right: 4px;
	padding: 2px 0 0 2px;
	border: 1px solid silver;
}
div#big_main .search_box form input {
	font-size: 13px;
}
div#big_main .search{
	width: 140px;
}
div#big_main .no_result {
	height: 800px;
	text-align: center;
	margin-top: 0;
}
div#big_main .retry {
	margin-bottom: 10px;
	line-height: 20px;
}
div#big_main .bottom_link {
	width: 630px;
	margin: 10px 20px 10px 50px;
	line-height: 30px;
	text-align: left;
}
div#big_main .bottom_link li {
	display: block;
	float: left;
	width: 126px;
}

/* paging
-----------------------------------------------------------------------*/
#paging {
	height: 35px;
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 12px;
}
#paging a {
	background: #fff none repeat scroll 0%;
	color: #0000ff;
	padding: 7px;
	margin: 0 5px;
	font-weight: bold;
	text-decoration: none;
}
#paging a:hover {
	background: #0000ff none repeat scroll 0%;
	color: #fff;
	margin: 0 5px;
	padding: 7px;
	font-weight: bold;
	text-decoration: none;
}
#paging .prev {
	text-align: center;
	line-height: 30px;
}
#paging .next {
	text-align: center;
	line-height: 30px;
}


