@charset "UTF-8";

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

服部興業株式会社

PC用CSS

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


.innerwidth {
	width: 960px;
	margin: 0px auto;
}


a.alpha img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a.alpha:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.alpha2 img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.alpha2:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


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

	トップページ

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


/*  ヘッダー部分  */

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;
	float: right;
}

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

header #submenuarea #submenu li a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
}

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

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

header #submenuarea #submenu li input[type="submit"] {
	background: #fff;
	border: 0px;
	width: 39px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}


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

header #headerinner h1 {
	width: 246px;
	height: 49px;
	float: left;
}

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

header #headerinner ul#mainnavi {
	width: 640px;
	height: 49px;
	float: right;
	list-style: none;
}

header #headerinner ul#mainnavi li {
	width: 158px;
	height: 40px;
	border-left: 2px solid #000;
	float: left;
	margin-top: 5px;
}

ul#mainnavi li a {
	display: block;
	width: 158px;
	height: 40px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul#mainnavi li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

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;
}

.article-linkbtn {
	margin: 20px auto 0px auto;
}

.article-linkbtn a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 100%;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0px 10px 10px 0px;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}

.article-linkbtn a:hover {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.article-linkbtn a:active {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

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

#mainimage {
	display: none;
}





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

#hattorislides {
	width: 100%;
	height: 400px;/* 328px */
	margin: 0 0 30px 0px;
	padding: 0;
	border-bottom: 5px solid #f00;
}

#hattorislides:after {
	display: block; 
    width: 100%;
    height: 10px;
	content: "";
	background: url("../img/bg_shadow_down.png") center top repeat-x;
	margin-top: 5px;
}

#aniv200slides {
	width: 960px;
	height: 400px;/* 328px */
	margin: 0 auto;
	padding: 0;
}









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

#contents {
	width: 960px;
	margin: 40px auto;
}


/*　左側　*/
#maincontents {
	width: 640px;
	float: left;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding-bottom: 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 {
	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: 620px;
	padding: 10px 10px;
	line-height: 130%;
	vertical-align: top;
}

ul#infolist li a span {
	width: 10em;
	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 {
	list-style: none;
}

ul.recordlist li {
	float: left;
	margin: 10px;
}

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





/*　右側　*/
#sidebn {
	width: 290px;
	float: right
}



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

ul#sidebn-feature li {
	margin: 0px 0px 10px 0px;
}

ul#sidebn-feature li a {
	display: block;
	text-decoration: none;
	width: 288px;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul#sidebn-feature li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

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

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




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

ul#sidebn-feature-mdl li {
	margin: 0px 0px 10px 0px;
}

ul#sidebn-feature-mdl li a {
	display: block;
	text-decoration: none;
	width: 288px;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul#sidebn-feature-mdl li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

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

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




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

ul#sidebn-feature-btm li {
	margin: 0px 0px 10px 0px;
}

ul#sidebn-feature-btm li a {
	display: block;
	text-decoration: none;
	width: 288px;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul#sidebn-feature-btm li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

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

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



ul#sidebn-associate {
	list-style: none;
	border-top: 1px solid #ccc;
}

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

ul#sidebn-associate li a {
	display: block;
	text-decoration: none;
	width: 288px;
	height: 44px;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul#sidebn-associate li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}







/*  フッター  */

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

footer p {
	width: 960px;
	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 {
	width: 820px;/*960*/
	margin: 0px auto;
	padding: 30px 0px;
	list-style: none;
}

#footer-banner li {
	float: left;
	margin: 0px 5px;
}

#footer-banner li a {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#footer-banner li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



div#footer {
	margin: 0px auto;
	padding: 20px 0px;
	display: table;
	text-align: left;
}

div#footer div {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	text-align: left;
	line-height: 130%;
}

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













/* CSS End */
 