
@charaset "UTF-8";
/*----------------
 語句ナビ
----------------*/
nav{margin-bottom:16px;}
nav dl{margin-left:5px;}
nav dl:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

nav dt{
	background: url(../img/top/cat.png) no-repeat left top;
	width: 102px;
	height: 22px;
	float: left;
	text-align: center;
	color: #fff;
	padding: 1px 0px 0px 0px;
	font-size:14px;
	margin-right: -112px;
	margin: 5px 0;
	font-weight: bold;
	line-height: 1.5;
}

nav dd{
	line-height: 2.0;
	margin: 0;
	width: auto;
	/*padding-left: 10px;*/
	margin-left: 112px;
}
nav dd a{
	display: block;
	float: left;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #c0bdb5;
	margin: 4px 5px 3px 0;
	padding: 0px 8px;
	text-decoration: none;
	color: #494c59;
	white-space: nowrap;
		font-size:14px;
	cursor: pointer;
}
nav dd a:hover{
	background-color:#808ab2;color:#fff;
	text-decoration:none;
}


/*----------------
 検索ボックス
----------------*/
div#schbox{margin:40px auto 40px auto;}
form.search {
background: transparent url('../img/top/schbox/bg.png') no-repeat;background-size:320px 140px;
width: 320px;
height: 140px;
position: relative;
}

form.search fieldset {
padding: 78px 0 0 40px;

    

    text-align: left;
	border:0;
}

legend {
    display: none;
}
form.search label {
    display: none;
}

#schbox input.text {
	height:20px;
	font-size:18px;font-size:1.8rem;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    color: #757575;
	vertical-align:center;
}
#schbox input.text {
    border: 2px solid #965121;
    background: white url('../img/top/schbox/bg_input.png') repeat-x;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


form.search input.text {



padding: 3px 57px 3px 8px;
 
    width: 140px;
}

form.search input.submit {
    border: 0;
    background: transparent url('../img/top/schbox/magnifier.png') no-repeat;
    display: block;
    height: 98px;
    width: 137px;
    text-indent: -9999em;
    position: absolute;

	top:60px;left:170px;
    cursor: pointer;
}

/*---------------------
　img_box_r
---------------------*/
.img_box_r{
margin:5px 0px 3px 10px;float:right;}
.img_box_r img{
	margin:0 0 3px 0;
	display:block;
}
.img_box_r p{
	text-align:center;
	font-size:12px;1.2rem;
		color:#666;
	line-height:1.5;
}
footer{
	width:100%;margin:20px auto 0px auto;font-size:14px;fint-size:1.4rem;
	background:url(../img/bg_footer.png) repeat;
	color:#fff;
	line-height:1.5;
	padding-bottom:1.5em
}
footer div#auth{padding-top:5px;text-align:right;}

