@charset "utf-8";


/* ==========================================================================

	 Line

	 ========================================================================== */

body {
	background: #fff;
}

/* リンク */

a, 
a:visited {
	color: #1e1e8c;
}

a:hover, 
a:focus {
	color: #1e1e8c;
}


/*-------------------------------------------------------------------------------------------*/
/* 2. タイトルとナビゲーション */
/*-------------------------------------------------------------------------------------------*/

/* 

2.1 ヘッダーエリア  

*/

/* ヘッダーバー */

.header-bar {
	position: relative;
	z-index: 2;
	background-color: #1e1e8c;
	color: #FFF;
	text-align:left;
	font-size:80%;
	padding:2px 0;
}


/* 

2.2 サイトタイトル、サイトの説明

*/

.banner {
	position: relative;
	top: -30px;
	z-index: 1;
	margin-bottom: -30px;
	padding-top: 30px;
	min-height: 13em;
	overflow:hidden;
	background-color: #FFF;
}

.site-title {
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
	letter-spacing: 1px;
}

.site-title a, 
.site-title a:visited {
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.site-title a:hover {
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.site-description {
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 

2.3 グローバルメニュー

*/

.glovalnavi {
	background-color: #1e1e8c;
}

.glovalnavi ul {
	padding: 0;
}

.glovalnavi li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.glovalnavi li a {
	color: #FFFFFF;
	text-shadow: 0 0 5px rgba(0,0,0,.3);
}

.glovalnavi li a:hover {
	color: #FAFAFA;
	background-color:#001A66;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.glovalnavi li.current_page_item a,
.glovalnavi li.current_page_parent a {
	color: #FAFAFA;
	background-color:#001A66;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}



.main .page-navi{
	width: 100%;
	overflow:hidden;
	margin: 0 0 40px;;
	padding: 0;
}
.main .page-navi ul{
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	overflow:hidden;
}
.main .page-navi ul li {
	float: left;
	list-style: none;
	border-left : 1px solid #1e1e8c;
	background-color:#ffffff;
	padding:0;
}
.main .page-navi ul li:first-child {
	border-left : none;
}
.main .page-navi ul li a {
	margin: 0;
	padding: 15px 15px;
	display: block;
	text-decoration:none;
}
.main .page-navi ul li a:hover {
	color:#FFFFFF;
	background-color:#1e1e8c;
}
.main .page-navi ul li.current_page_item a,
.main .page-navi ul li.current_page_parent a {
	color:#FFFFFF;
	background-color:#1e1e8c;
}

/* 

2.4 メイン画像

*/

.top-main-img {
	
}

.top-service-box-outerframe {
	width: 1000px;
	float: none;
	overflow:hidden;
}
.top-service-box-outerframe h1 {
	margin: 0 0 20px 0;
	text-align:left;
	color :#FFF;
	font-weight:bolf;
	font-size:120%;
	padding:7px;
	background-color:#009664;	
}

.thumbnails-background {
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
}

.thumbnails-background.bg_service {
	background-image: url(/system/wp-content/uploads/bg01.jpg);
}
.thumbnails-background.bg_service-for-owner {
	background-image: url(/system/wp-content/uploads/bg02.jpg);
}
.thumbnails-background.bg_company {
	background-image: url(/system/wp-content/uploads/bg03.jpg);
}
.thumbnails-background.bg_system {
	background-image: url(/system/wp-content/uploads/bg04.jpg);
}
.thumbnails-background.bg_contactform {
	background-image: url(/system/wp-content/uploads/bg05.jpg);
}

/*-------------------------------------------------------------------------------------------*/
/* 3. コンテンツ */
/*-------------------------------------------------------------------------------------------*/

.main-inner > .entry,
.main-inner > .widget {
	padding: 20px;
}

/* タイトル */

.main-inner > .entry .entry-title,
.main-inner > .widget .widget-title {
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: left;
	font-size: 22px;
	font-size: 1.69rem;
	line-height: 1.3;
	border-bottom: 1px solid #e6e6e6;
}

.main-inner > .entry .entry-title a, 
.main-inner > .entry .entry-title a:visited {
	text-decoration: none;
}

.main-inner > .entry .entry-title a:hover {
	color: #1e1e8c;
	text-decoration: none;
}


/* 

3.3 サブコンテンツ

*/

/* リスト */

.sub ul {
	margin: -7px 0 3px;
}

.sub ul li {
	padding: 6px 5px 6px 15px;
	border-bottom: 2px solid #e6e6e6;
	color: #666;
	list-style: none !important;
}

.sub ul li a:before {
	display: block;
	float: left;
	margin-left: -15px;
	padding: 10px 5px 0 0;
	color: #1e1e8c;
	content: "\25B6";
	font-size: 10px;
	line-height: 1px;
}

.sub ul li ul {
	margin: 3px 0;
}

.sub ul li ul li {
	margin: 0 0 0 14px;
	padding: 0 0 4px;
	border-bottom: none;
	background: none;
	list-style: none;
	font-size: 12px;
	font-size: 0.93rem;
}

.sub ul li ul li a:before {
	display: block;
	float: left;
	margin: 0;
	margin-left: -14px;
	padding: 10px 0 0 0;
	background: none;
	color: #999;
	content: "\25B6";
	font-size: 9px;
	line-height: 1px;
}

.sub li.entry-item a:before {
	content: none;
}

/* ウィジェット */

.sub .widget {
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	/*IE6 IE7 IE8 */
	position: relative;
	zoom: 1;
	_box-shadow: 0 1px 5px #e5e5e5;
	*box-shadow: 0 1px 5px #e5e5e5;
	 box-shadow: 0 1px 5px #e5e5e5\9;
	behavior: url("https://www.acservice.co.jp/system/wp-content/themes/acs/PIE.htc");
}

.sub .widget .widget-title {
	margin: -12px -12px 12px;
	padding: 10px 12px;
	background: #1e1e8c;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
	font-weight: bold;
}

	.sub .widget .widget-title a {
		color: #fff;
	}

	.sub .widget.widget_rss .widget-title img {
		vertical-align: middle;
		margin-bottom: .1em;
	}


/* 

3.4 フッター

*/

/* フッター */

.footer {
	background: #1e1e8c;
	background-image : url(/system/wp-content/uploads/img_footer.png);
	background-repeat : no-repeat;
	background-position : bottom center;
}


/*-------------------------------------------------------------------------------------------*/
/* 5. その他 */
/*-------------------------------------------------------------------------------------------*/

/*

ウィジェット共通フォーマット rewg= refines widgets

*/

/* タイトル */

.main .rewg-entry-title {
	margin-left: 15px;
}

.sub .rewg-entry-title {
	margin-left: 15px;
}

.main .rewg-entry-title a:before, 
.sub .rewg-entry-title a:before {
	display: block;
	float: left;
	margin-left: -15px;
	padding: 11px 5px 0 0;
	color: #1e1e8c;
	content: "\25B6";
	font-size: 10px;
	line-height: 1px;
}
