@charset "UTF-8";

/*-----------------------------------------------------

服部興業株式会社

スマートフォン用CSS

-----------------------------------------------------*/


.innerwidth {
	width: 100%;
	margin: 0px auto;
}




/*-----------------------------------------------------

	トップページ

-----------------------------------------------------*/


/*  ヘッダー部分  */

header {
	width: 100%;
	position: relative;
	background: transparent url("../img/bg_shadow_up.png") center bottom repeat-x;
}

header #submenuarea {
	background: #000;
	color: #fff;
	padding: 8px;
}

header #submenuarea #submenu {
	list-style: none;
}

header #submenuarea #submenu li {
	margin-left: 5px;
	float: left;
}

header #submenuarea #submenu li a {
	display: block;
	width: 55px;
	height: 50px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 130%;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header #submenuarea #submenu li a:hover {
	text-decoration: underline;
}

header #submenuarea #submenu li form {
display: none;	
/*
	width: 150px;
	text-align: right;
*/
}

header #submenuarea #submenu li input[type="text"] {
	border: 0px;
	width: 100px;
	height: 19px;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px 0px 5px 0px!important;
}

header #submenuarea #submenu li input[type="submit"] {
	border: 1px solid #fff;
	background: #000 none;
	width: 120px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}


header #headerinner {
	width: 100%;
	padding: 12px 0px;
	margin: 0px auto;
}

header #headerinner h1 {
	width: 246px;
	height: 49px;
	margin: 0px auto 10px auto;
}

header #headerinner h1 a {
	display: block;
	width: 246px;
	height: 49px;
}

header #headerinner ul#mainnavi {
	width: 100%;
	height: 49px;
	list-style: none;
	background: url("../img/bg_shadow_down.png") center top repeat-x;
	padding-top: 10px;
}

header #headerinner ul#mainnavi li {
	width: 50%;
	height: 50px;
	border-bottom: 1px solid #ccc;
	float: left;
}

ul#mainnavi li a {
	display: block;
	width: 100%;
	height: 50px;
}


ul#mainnavi li a#navi-business {
	background: transparent url("../img/btn_navi_business.png") center center no-repeat;
}

ul#mainnavi li a#navi-outline {
	background: transparent url("../img/btn_navi_outline.png") center center no-repeat;
}

ul#mainnavi li a#navi-recruit {
	background: transparent url("../img/btn_navi_recruit.png") center center no-repeat;
}

ul#mainnavi li a#navi-inquiry {
	background: transparent url("../img/btn_navi_inquiry.png") center center no-repeat;
}





/*  メインイメージ画像  */

#mainimage {
	width: 100%;
	margin: 0;
	padding-bottom: 3px;
	background: url("../img/bg_shadow_down.png") center bottom repeat-x;
}

#mainimage img {
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 5px solid #f00;
}



/*  メインイメージ200周年スライドショー  */

#hattorislides {
	display: none;
}













/*  メインコンテンツ  */

#contents {
	width: 100%;
	margin: 50px auto;
}


/*　上側　*/
#maincontents {
	width: 100%;
}

h2 {
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: normal;
}

h2 a {
	float: right;
}

section {
	margin: 0px auto 50px auto;
}

/* 新着情報 */

section h3.topinfoh3 {
	font-size: 21px;
	line-height: 130%;
	text-align: justify;
	margin: 0px auto 10px auto;
	padding: 10px;
	background: #eee none;
	font-size: 16px;
}

#maincontents h3.topinfoh3 img {
	margin-left: 10px;
	vertical-align: middle;
}

#infodate {
	text-align: right;
	font-size: 10px;
}

#infoarticle {
	padding: 10px 0px;
	text-align: justify;
}

#infoarticle img {
	max-width: 100%;
	margin: 10px 0px;
}

ul#infolist {
	list-style: none;
	border-top: 1px solid #000;
}

ul#infolist li.gray {
	background: #eee none;
}

ul#infolist li a {
	display: table;
	text-decoration: none;
	width: 90%;
	padding: 10px 10px;
	line-height: 130%;
	vertical-align: top;
}

ul#infolist li a span {
	width: 8em;
	display: table-cell;
}

ul#infolist li a p {
	display: table-cell;
}

ul#infolist li a p img {
	margin-left: 5px;
	vertical-align: middle;
}


ul.recordlist {
	width: 280px;
	margin: 0px auto;
	padding: 0px;
}

ul.recordlist li {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}

ul.recordlist li a {
	display: block;
	text-decoration: none;
	width: 280px;
	padding: 0px;
	line-height: 130%;
	text-align: center;
}
ul.recordlist li td {
	background: #eae7e4;
}
ul.recordlist li th {
	font-weight: normal;
	text-align: center;
}
ul.recordlist li td img {
	vertical-align: bottom;
}




/*　下側　*/
#sidebn {
	width: 100%;
}



ul#sidebn-feature {
	list-style: none;
	margin: 0px 0px 40px 0px;
}

ul#sidebn-feature li {
	width: 290px;
	margin: 0px auto 5px auto;
}

ul#sidebn-feature li a {
	display: block;
	text-decoration: none;
	width: 288px;
	text-align: center;
}

ul#sidebn-feature li a img {
	border: 1px solid #000;
}



ul#sidebn-feature-mdl {
	list-style: none;
	margin: 0px 0px 40px 0px;
}

ul#sidebn-feature-mdl li {
	width: 290px;
	margin: 0px auto 5px auto;
}

ul#sidebn-feature-mdl li a {
	display: block;
	text-decoration: none;
	width: 288px;
	text-align: center;
}

ul#sidebn-feature-mdl li a img {
	border: 1px solid #000;
}




ul#sidebn-feature-btm {
	list-style: none;
	margin: 0px 0px 40px 0px;
}

ul#sidebn-feature-btm li {
	width: 290px;
	margin: 0px auto 5px auto;
}

ul#sidebn-feature-btm li a {
	display: block;
	text-decoration: none;
	width: 288px;
	text-align: center;
}

ul#sidebn-feature-btm li a img {
	border: 1px solid #000;
}





ul#sidebn-associate {
	width: 290px;
	margin: 0px auto;
	list-style: none;
	border-top: 1px solid #000;
}

ul#sidebn-associate li {
	width: 288px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

ul#sidebn-associate li a {
	display: block;
	text-decoration: none;
	width: 288px;
	height: 44px;
	text-align: center;
}










/*  フッター  */

footer {
	background: url("../img/bg_shadow_down.png") center top repeat-x;
	
}

footer p {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

footer p a#btn-toppage {
	position: absolute;
	right: 42px;
	top: -25px;
}

footer p a#btn-pagetop {
	position: absolute;
	right: 0px;
	top: -25px;
}

div#fbcont {
	background: url("../img/bg_shadow_up.png") center bottom repeat-x;
}

#footer-banner {
	display: none;
}




div#footer {
	padding-top: 20px;
	margin: 20px auto;
	text-align: center;
}

div#footer div {
	text-align: center;
	line-height: 130%;
}

div#copyright {
	background: #000 none;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 130%;
}

div#copyright span {
	display: none;
}






















/* CSS End */
 