@charset "utf-8";

/* 総合top　css */
body {
	background-color: #FBF8EF;
	background-image: url(/pc/inc/images/sougou/bk_img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.sougoucon {
	background-image: url(/pc/inc/images/sougou/header_bk.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	display:inline-block;
}

/* header --------------*/
#sgheader {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 1010px;
}

#sgheader h1 {
	height: 37px;
	width: 547px;
	background-image: url(/pc/inc/images/sougou/logo.gif);
	margin: 0;
	padding: 0;
	background-repeat: no-repeat
}

#sgheader .logo {
	display: block;
	height: 37px;
	width: 547px;
	overflow: hidden;
	text-indent: -9999px;
}

/* mainlayout --------------*/
#sgmain {
	width: 1010px;
	margin: 0 auto 10px auto;
}

.sgcon {
	background-image: url(/pc/inc/images/sougou/waku_bk.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 5px;
	width: 1010px;
}

.sgmain .wakutop, .wakubottom {
	vertical-align: bottom;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 7px;
}

.sgflash {
	margin: 5px 0 0 10px;
	height: 550px;
	position: relative;
}

.btnspa {
	position: absolute;
	left: 370px;
	top : 398px;
}

.btnski {
	position: absolute;
	left: 789px;
	top : 398px;
}

.sgcontact {
	clear: both;
	background-image: url(/pc/inc/images/sougou/contact_bk.png);
	height: 160px;
	background-position: left top;
	margin: 5px 0 0 0;
}

.sgcontact dt {
	margin: 19px 0 0 10px;
	float: left;
}

*html .sgcontact dt { margin: 19px 0 0 5px; }

.sgcontact dd {
	margin-top: 19px;
	float: left;
}

.sgcontact dd p {
	clear: both;
	margin: 3px 0 0 7px;
	font-size: 11px;
}

.sgcontact .spa { width: 256px; }

.sgcontact .ski { width: 295px; }

.art {
	width: 212px;
	padding-top: 7px;
}

.arrow {
	background-image: url(/pc/quelle/inc/images/top/news_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* in ----------- */

.in { padding: 50px 80px; }

.in h3 { margin: 0 0 20px 0; }

.in .text { margin: 20px 0 10px 20px; }

/* privacy */

.in .privacylist { margin: 0 40px; }

.in .privacylist li { margin: 10px 0; }

/* sitemap */


.sitemap h4 {
	padding: 5px 0 6px 10px;
	margin: 0 10px 20px 10px;
	clear: both;
}

h4.sougou {
	border-left: solid 4px #ccc;
	background-color: #F2f2f2;
	margin-bottom: 20px;
}

.sitemap h4.spatitle {
	border-left: solid 4px #FFAB2E;
	background-color: #FFFBF5;
}

.sitemap h4.skititle {
	border-left: solid 4px #0083C7;
	background-color: #EBF8FF;
}

.sitemap h4.othertitle {
	border-left: solid 4px #13916C;
	background-color: #EEFAF5;
}

.sitemap h5 {
	margin: 10px 10px 5px 10px;
	font-size: 100%;
}

.sitemap .sski h5 { color: #0072AD; }

.sitemap .sother h5 { color: #0F7054; }

.sitemap .sski, .sitemap .sspa, .sitemap .sother { clear: both; }

.sitemap dt {
	margin: 0 0 5px 10px;
	background-image: url(/pc/inc/images/sougou/arrow_brown.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.sitemap dd { margin: 5px 0 5px 30px; }

.calame3 {
	float: left;
	width: 255px;
	padding-bottom: 20px;
	background-image: url(/pc/sitemap/images/bk_gra.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.in:after, .sgcon:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* 2sou 一覧table用 */

table.simple {
	margin: 15px auto;
	border: 4px solid #A78952;
	width:80%;
}

table.simple td, table.simple th { padding: 7px 15px; }

table.simple th {
	border-bottom: solid 1px #CDB99A;
	background-color: #f1e8d0;
	background-image: url(/pc/quelle/inc/images/global/th_bk.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 15px;
}

table.simple td {
	border-bottom: dotted 1px #CDB99A;
	background-color: #FFFCF7;
}

table.simple td strong { font-size: 130%; }

table.simple input,
table.simple textarea,
table.simple select{
	padding: 3px;
}
table.simple .hissu { color: #900; }


ul.error {
	border: 2px solid #F90;
	background-color: #FFFDE6;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

ul.error li { margin-left: 20px; }

div.btnSpc{
	text-align:center;
}

div.btnSpc input{
	padding: 3px 20px;
	margin:0px 10px;
}

.inputArea {
	background-color:#F2EBD5;
	border:1px solid #CDB59A;
	margin:30px;
	padding:20px;
	text-align:center;
}

#btKakunin {
	background:url("/pc/quelle/contact/images/btn_kakunin.gif") repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	height:45px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	width:197px;
}

#btSyusei {
	background:url("/pc/quelle/contact/images/btn_syusei.gif") repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float:left;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	width:197px;
}

#btSousin {
	background:url("/pc/quelle/contact/images/btn_sousin.gif") repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	height:45px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	width:197px;
}


