@charset "utf-8";

/*-----------　設定-------------*/

/*---共通設定---*/

body {
	background-color: #fff;
}


#content{
	width:950px;
	padding: 0x;
	margin:0 auto;
}

.info-txt {
	font-weight: bold;
	color: #ff6600;
	
}

.center_c {
	text-align: center;
}


/*.li-cat li {
	padding-left: 1em;
	background: url(../img/arrow01.gif) no-repeat 0% 6px;
}

.li-pd li {
	padding-left: 1em;
	background: url(../img/arrow02.gif) no-repeat 0% 6px;
}

.li-btn li a {
	display: block;
	width: 112px;
	height: 29px;
	padding-top: 12px;
	background: url(../img/ind_btn_search03.gif) no-repeat;
	text-align: center;
	color: #fff;
}

.li-btn li a:hover {
	background: url(../img/ind_btn_search03.gif) no-repeat 0 -41px;
	text-decoration: none;
	color: #fff;
}*/


/*--トップページ設定---*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */



div.box-search_area {
        width: 765px;
        height: 92px;
        margin-bottom: 15px;
        background: url(../img/ind_btn_bg.gif) no-repeat left bottom;
}

div.box-search_area ul {
        padding-left: 12px;
        padding-right: 8px;
}


div.box-search_area li {
        float: left;
        padding-left: 7px;
}



dl#search-syokusyu ul li, dl#search-kodawari ul li {
	width: 116px;
	float: left;
	padding-bottom: 2px;
}

dl#search-kyuyo ul li {
	width: 150px;
	float: left;
	padding-bottom: 15px;
}

* html dl#search-kyuyo ul li {
	width: 150px;
	float: left;
	padding-bottom: 11px;
}

*:first-child+html dl#search-kyuyo ul li {
	padding-bottom: 11px;
}


dl#search-kikan ul li, dl#search-shift ul li {
	width: 116px;
	padding-bottom: 5px;
	float: left;
}


dl#search-osusume {
	width: 767px;
	float: left;
	border-bottom: 1px solid #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

dl#search-osusume dd {
	padding: 8px 0 10px;
	background-color: #f3f3f3;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}


/*02100215追加*/
dl#search-osusume dd ul{
	width:650px;
	margin-left:110px;
}
/*02100215追加*/


dl#search-osusume dd ul li {
	display: inline;
	padding: 0 5px;
	margin: 2px 0;
	border-right: 1px solid #666;
}

dl#search-osusume dd ul li.last {
	border-right: none;
}

/*02100215修正*/
dl#search-osusume dd span {
	float: left;
	padding-left: 10px;
}
/*02100215修正*/

dl#search-osusume dd span img {
	vertical-align: top;
}



/* margin系 */
.marginBottom15 {
margin-bottom: 15px;
}


