@charset "UTF-8";
/* CSS Document */
html{
	font-family:"メイリオ";	
}
/*　共通部分　ヘッダー　*/
body{
	background-color:white;
	color:#333;
}
#wrapper{
	width:100%;
	overflow:hidden;	
}
.header{
	width:100%;
	min-width:1000px;
}
.header p{
	text-align:center;
	margin:20px auto 30px;
	line-height:1.3em;
	font-size:130%;
	font-weight:bold;	
}
.header p span{
	font-size:110%;
}
/*　共通部分　ナビ、メイン画像　*/
.nav_wrap{
	position:relative;
	padding-bottom:20px;
}
.nav{
	min-width:500px;
	width:30%;
	margin:20px auto;
}
.nav ul{
	width:100%;	
}
.nav ul li{
	float:left;
	margin:0 2.5%;
	text-align:center;
	font-size:90%;
}
.nav ul li#service{
	position:relative;
}
.nav ul li#information{
	position:relative;
}
.nav ul li a{
	display:block;
	padding:10px 0;
}
.subnav{
	display:none;
	width:50%;
	margin:20px auto;
	overflow:hidden;
	position:absolute;
	background-color:#d9f5fd;
}
.nav ul li .subnav {
	width:180px;
	margin:0 0 0 -10%;
}
.nav ul li .subnav li{
	text-align:left;
	font-size:90%;
	line-height:1.8em;
	float:none;
	width:100%;
	margin:0;
}
.nav ul li .subnav li a{
	display:block;
	color:#333;
	text-decoration:none;
	padding:10px;
}
.nav ul li .subnav li a:hover{
	background-color:#6eceec;
}
/*　共通部分　フッター　*/
.pagetop{
	float:right;
	margin:10px 50px 10px;
	clear:both;
}
.footer{
	width:100%;
	color:white;
	border-top:5px solid #21a8d1;
	background-color:#74bfd6;
	clear:both;
}
.footer .footer_inner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.footer .footer_inner .left{
	width:40%;
	height:369px;
	background-image:url(images/common/footer_bg.png);
	background-repeat:no-repeat;
	float:left;
}
.footer .footer_inner .right{
	float:right;	
	width:50%;
	margin-right:5%;
	padding-top:20px;
}
.footer .footer_inner .right p{
	text-align:center;
	margin:10px 0;
	line-height:1.8em;
	font-size:95%;	
}
.footer .footer_inner .right p.footer_contact{
	margin:20px 0;
}
.footer .footer_inner .right p a{
	color:white;
}
.footer .footer_inner .right ul{
	overflow:hidden;
	margin:20px auto;
	width:500px;
	
}
.footer .footer_inner .right ul li{
	float:left;
	border-right:1px solid #fff;
	font-size:85%;
	width:123px;
	margin-bottom:15px;
	text-align:center;
}
.footer .footer_inner .right ul li:nth-child(4n){
	border-right:none;
}
.footer .footer_inner .right ul li a{
	color:white;
	padding:0 13px;
}

.copyright{
	width:100%;
	clear:both;	
}
.copyright p{
	text-align:center;
	line-height:50px;
	font-size:95%;
}
/*　トップページ　*/
body.home .mainimg{
	margin:50px 0;	
}
body.home .mainimg p{
	text-align:center;	
}
body.home .section{
	width:1000px;
	margin:50px auto;
	clear:both;
	overflow:hidden;
}
body.home .section h1{
	text-align:center;
	font-weight:bold;
	font-size:30px;
	margin:10px 0;
}
body.home .section h2{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin:15px 0 20px 0;
	color:#2b93b3;
}
body.home .section p{
	text-align:center;
	font-weight:normal;
	margin:10px 0;
	font-size:18px;
	line-height:1.8em;
}
body.home .section h3{
	width:400px;
	margin:0 auto;
	font-size:24px;
	text-align:center;
	letter-spacing:2px;
	border-bottom:1px solid #74bfd6;
	padding-bottom:20px;
	font-weight:bold;
	margin-bottom:50px;
}
body.home .section h3 span{
	font-size:36px;
	color:#74bfd6;
}
body.home .section .section-wrap{
	width:736px;
	margin:0 auto;
}
body.home .section .article{
	float:left;
	width:210px;
	border:1px solid #ccc;
	margin-right:50px;
    transition-property: all;
    transition: 0.1s linear;

}
body.home .section .article:hover{
	background-color:#d9f5fd;
}
body.home .section .ar-last{
	margin-right:0 !important;
}
body.home .section .article a{
	color:#333;
	text-decoration:none;
}
body.home .section .article p{
	margin:5px 0 30px;
	font-size:80%;
}
body.home .section .article p.image{
    margin:30px 0 15px;
}
body.home .section .article p.entitle{
	color:#74bfd6;
	font-size:75%;
	margin:5px 0;
}
body.home .section .article p.jptitle{
	font-weight:bold;
	margin:5px 0;
	font-size:100%;
}
body.home .section .left{
	float:left;
	width:360px;
	margin-left:40px;
}
body.home .section .right{
	float:right;
	width:360px;
	margin-right:40px;
}
body.home .section .left h3,body.home .section .right h3{
	width:100%;
	margin-bottom:20px;
}
body.home .section .left dl,body.home .section .right dl{
	
}
body.home .section .left dt,body.home .section .right dt{
	margin:20px auto 10px;
	color:#74bfd6;
	width:90%;
}
body.home .section .left dt a,body.home .section .right dt a{
	color:#74bfd6;
}
body.home .section .left dd,body.home .section .right dd{
	padding:0 5% 20px;
	width:90%;
	border-bottom:1px solid #ddd;
	margin:10px 0 20px 0;
	font-size:90%;
	line-height:1.2em;
}
body.home .section .left dd p,body.home .section .right dd p{
	text-align:left;
	margin:0;
}
body.home .section .left dd:last-child,body.home .section .right dd:last-child{
	border-bottom:none;
}

body.home .section .left p.more,body.home .section .right p.more{
	color:#74bfd6;
	width:170px;
	margin:0 auto;
}
body.home .section .left p.more a,body.home .section .right p.more a{
	color:#74bfd6;
	display:block;
	padding:6px 0;
	border:1px solid #74bfd6;
	transition-property: all;
	transition: 0.1s linear;
}
body.home .section .left p.more a:hover,body.home .section .right p.more a:hover{
	color:#fff;
	background-color:#74bfd6;
	text-decoration:none;
}
/*　内部共通　*/
.head{
	width:100%;
	min-width:1000px;
	margin-top:50px;
}
.head img{
	width:100%;	
}
#breadcrumb{
	width:1000px;
	margin:20px auto;	
	overflow:hidden;
	font-size:90%;
}
#breadcrumb li{
	float:left;	
	margin-right:10px;
	font-size:85%;
}

.page .section{
	width:1000px;
	margin:50px auto;
	clear:both;
	overflow:hidden;
}
.page .section h2{
	text-align:center;
	font-weight:bold;
	font-size:24px;
	margin:10px 0 20px;
	color:#2492b4;
	line-height:1.6em;
}
.page .section h3{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin:10px 0 45px;
	color:#2492b4;
	line-height:1.6em;
}
.page .section p{
	text-align:center;
	margin:10px 0;
	line-height:1.5em;
	font-size:95%;
}
/*　代表メッセージ　*/
.page-message .section h4{
	text-align:center;
	font-weight:bold;
	font-size:110%;
}
.page-message .section strong{
	font-weight:bold;
}
.page-message .section .left{
	float:left;
	margin-left:5%;
}
.page-message .section .right{
	float:right;
	margin-right:5%;
}
.page-message .section .right p{
	text-align:left;
}
/*　サービス一覧　*/

.page-service .section .article{
	float:left;
	width:210px;
	border:1px solid #ccc;
	margin-right:50px;
	transition-property: all;
    transition: 0.1s linear;

}
.page-service .section .article:hover{
	background-color:#d9f5fd;
}
.page-service .section .ar-last{
	margin-right:0 !important;
}
.page-service .section .article a{
	color:#333;
	text-decoration:none;
}
.page-service .section .article p{
	margin:5px 0 30px;
	font-size:80%;
	line-height:1.8em;
}
.page-service .section .article p.image{
    margin:30px 0 15px;
}
.page-service .section .article p.entitle{
	color:#74bfd6;
	font-size:75%;
	margin:5px 0;
}
.page-service .section .article p.jptitle{
	font-weight:bold;
	margin:5px 0;
	font-size:100%;
}
/*　サービス一覧内部共通　*/
.service .article{
	width:800px;
	height:355px;
	margin-bottom:50px;
	position:relative;
	clear:both;
	overflow:hidden;
}
.service .article .txt{
	background-color:#74bfd6;
	width:420px;
	height:190px;
}
.service .first{
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
}
.service .second{
	float:right;
	background-repeat:no-repeat;
	background-position:300px 0;
}
.service .third{
	background-repeat:no-repeat;
	background-position:70px 0;
}
.service .fourth{
	background-repeat:no-repeat;
	background-position:0 0;
}
.service .first .txt,.service .fourth .txt{
	position:absolute;
	bottom:0;
	right:50px;
}	
.service .second .txt{
	position:absolute;
	bottom:0;
	left:0;
}	
.service .third .txt{
	position:absolute;
	bottom:0;
	right:0;
}	
.service .article .txt h4{
	width:85%;
	margin:0 auto;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:25px 10px 15px;
	font-weight:bold;
	font-size:110%;
}
.service .article .txt p{
	width:86%;
	margin:10px auto 0;
	color:#fff;
	text-align:left;
}
.service .article .txt ul{
	margin:25px 0 0 40px;
}
.service .article .txt li{
	color:#fff;
	list-style-image:url(images/common/service-list.png);
	line-height:1.6em;
	font-size:96%;
}
.page-consulting .service .article .txt ul{
	margin:10px 0 0 40px;
}
/*　サービス一覧背景　*/
.page-support .first{
	background-image:url(../img/supportimg1.png);
}
.page-support .second{
	background-image:url(../img/supportimg2.png);
}
.page-support .third{
	background-image:url(../img/supportimg3.png);
}
.page-support .fourth{
	background-image:url(../img/supportimg4.png);
}
.page-payroll .first{
	background-image:url(../img/payrollimg1.png);
}
.page-backup .first{
	background-image:url(../img/backupimg1.png);
}
.page-consulting .first{
	background-image:url(../img/consultingimg1.png);
}
.page-consulting .second{
	background-image:url(../img/consultingimg2.png);
}
/*　お問い合わせ　*/
.page-contact .section p{
	line-height:1.8em;
}
.page-contact .section span.require{
	color:#fe0000;
	border:1px solid #fe0000;
	padding:3px 7px;
	margin:0 5px;
}
.page-contact .section table{
	width:700px;
	margin:50px auto;
}
.page-contact .section table tr{
	border-bottom:1px solid #ddd;
}
.page-contact .section table tr:last-child{
	border-bottom:none;
}
.page-contact .section table th{
	width:260px;
	padding:10px;
	height:30px;
	position:relative;
	font-size:96%;
}
.page-contact .section table span.require{
	position:absolute;
	top:12px;
	right:5px;
}
.page-contact .section table span.require2{
	top:66px !important;
}
.page-contact .section table td{
	width:400px;
	padding:10px;
	line-height:30px;
	font-size:96%;
}
.page-contact .section table input[type="text"],.page-contact .section table input[type="tel"],.page-contact .section table input[type="email"],.page-contact .section table textarea{
	width:100%;	
}
.page-contact .section p.submit input[type="submit"]{
	padding:10px 70px;
	background-color:#74bfd6;
	color:#328aa5;
	border:1px solid #328aa5;
}
.page-contact .section ul{
	margin-left:30px;	
}
.page-contact .section ul li{
	list-style-type:decimal;
	line-height:1.8em;
	font-size:96%;
}
.page-contact .section p.privacy{
	text-align:left;
}

.page-corporate .section .article{
	margin-bottom:50px;
}
.page-corporate .section .article iframe{
	margin:50px 0;
}

.page-information .section .article ul.information_list{
	overflow:hidden;
}
.page-information .section .article ul.information_list li{
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
.page-information .section .article ul.information_list li:nth-child(2n){
	margin-right:0;
}

.wp-pagenavi{
	margin-bottom:10px;	
}
