@charset "shift_jis";
html{
	overflow-y:scroll;
}
body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #F6F6F6;
}
img {
	vertical-align:top;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.text-indentation {
	padding-left: 1em;
	text-indent: -1em;
}

.img-replacement {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

a{
	overflow:hidden;
	text-decoration: none;
}
a:link {
	color: #0044CC;
	text-decoration: none;
}
a:hover,
a:visited {
	color: #0659AC;
}
a:hover {
	text-decoration: underline;
}
a img{
	border: 0;
}
a:hover img,
.list_office a.img-replacement:hover {
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.notes{
	font-size:10px;
	line-height:14px;
}
.center{
	text-align:center;
}
a.detail{
	display:block;
	font-size:12px;
	text-align:right;
}
.named{
	text-align:right;
}

/*----- Layout --------------------------*/
#header,
#wrapper,
#wrapper-inquiry {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	text-align:left;
	width: 802px;
}

#wrapper {
	padding-left: 0;
	padding-bottom: 20px;
}
#wrapper-inquiry{
	width:806px;
	margin:0 auto;
	padding:0;
}
#wrapper-inquiry-inner{
	margin:0;
	padding:5 18px;
}

#menu {
	width: 180px;
	float: left;
}
#main{
	width: 590px;
	float: right;
}

/*--- Header ---*/
#header {
	background: #FFFFFF url(images/header_bg.gif) 0 0 no-repeat;
	height: 265px;
}
#header #logo {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin: 8px 0 0 0;
}
#header #logo a {
	background: url(images/logo.gif) 0 0 no-repeat;
	display: inline-block;
	height: 35px;
	margin-right: 5px;
	vertical-align: middle;
	width: 135px;
}
#header .pri_menu,
#header .pri_menu li {
	list-style: none;
	padding: 0;
}
#header .pri_menu {
	display: block;
	float: right;
	margin: 13px 0 0 0;
	text-align: right;
}
#header .pri_menu li,
#header .pri_menu li a {
	height: 26px;
}
#header .pri_menu li {
	display: inline-block;
	margin: 0 0 0 1em;
	text-align: center;
	width: 130px;
}
#header .pri_menu li a {
	border-bottom: 1px solid #DDDDDD;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	line-height: 26px;
	padding: 0 1.5em 0 .5em;
	position: relative;
}
#header .pri_menu li a:after {
	background: url(images/icon_arrow.png) 0 0 no-repeat;
	content: "";
	display: inline-block;
	height: 11px;
	margin-top: -5px;
	position: absolute;
	right: .5em;
	top: 50%;
	width: 11px;
}

#header .pri_menu li.pri_inq a {
	background: #3477BD;
	background: -webkit-linear-gradient(top, #3477BD 0%,#0659AC 100%);
	background: linear-gradient(to bottom, #3477BD 0%,#0659AC 100%);
}
#header .pri_menu li.pri_recruit a {
	background: #4D5EA2;
	background: -webkit-linear-gradient(top, #4D5EA2 0%,#1D307A 100%);
	background: linear-gradient(to bottom, #4D5EA2 0%,#1D307A 100%);
}

#header .pri_menu li a:hover {
	border-top: 1px solid #DDDDDD;
	border-bottom: 0 none;
	text-decoration: none;
}
#header .pri_menu li.pri_inq a:hover {
	background: #0659AC;
	background: -webkit-linear-gradient(top, #0659AC 0%,#3477BD 100%);
	background: linear-gradient(to bottom, #0659AC 0%,#3477BD 100%);
}
#header .pri_menu li.pri_recruit a:hover {
	background: #1D307A;
	background: -webkit-linear-gradient(top, #1D307A 0%,#4D5EA2 100%);
	background: linear-gradient(to bottom, #1D307A 0%,#4D5EA2 100%);
}

/*--- Menu ---*/
#menu ul,
#menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul.mein_menu {
	margin-bottom: 3em;
}
.mein_menu li {
	line-height: 0;
	position: relative;
}
.mein_menu li:before {
	background-color: #0659AC;
	border-radius: 2px;
	content: "";
	display: block;
	height: 2em;
	margin-top: -1em;
	position: absolute;
	top: 50%;
	left: 6px;
	width: 4px;
	z-index: 10;
}
.mein_menu li a {
	background: -webkit-linear-gradient(#F7F7F7 60%, #EEEEEE 100%);
	background: -ms-linear-gradient(#F7F7F7 60%, #EEEEEE 100%);
	background: linear-gradient(#F7F7F7 60%, #EEEEEE 100%);
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
}
.mein_menu li:first-child a {
	border-top: 1px solid #CCCCCC;
}
.mein_menu li a:hover,
.mein_menu li.active a {
	background: #E6F2FE;
	text-decoration: none;
}

.mein_menu li a:before,
.mein_menu li a:after,
.dl_menu dd ul li a:before,
a.text_link:before,
a.btn_web-support:before,
a.btn_web-support:after {
	content: "";
	position: absolute;
}
.mein_menu li a:before,
a.btn_web-support:before {
	background-color: #0659AC;
	border-radius: 100%;
	border: 1px solid #0659AC;
	box-sizing: border-box;
	display: block;
	height: 1em;
	margin-top: -.5em;
	line-height: 1em;
	right: .5em;
	top: 50%;
	width: 1em;
}
.mein_menu li a:after,
a.btn_web-support:after {
	border-bottom: 3px solid transparent;
	border-left: 4px solid #FFFFFF;
	border-top: 3px solid transparent;
	margin-top: -3px;
	right: .8em;
	top: 50%;
}
@-moz-document url-prefix() {
  a.btn_web-support:after {
    right: .3em;
  }
}
.mein_menu li a:hover:before,
.mein_menu li.active a:before {
	background-color: #FFFFFF;
}
.mein_menu li a:hover:after,
.mein_menu li.active a:after {
	border-left: 4px solid #0659AC;
}

.dl_menu,
.dl_menu dd,
.dl_menu dd ul {
	margin: 0;
	padding: 0;
}
.dl_menu dt {
	background-color: #0659AC;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}
.dl_menu dd {
	margin-bottom: 2.5em;
}
.dl_menu dd ul li{
	margin: .5em 0 0 0;
	padding: 0;
}
.dl_menu dd ul li a {
	margin: 0;
	padding: 0 0 0 18px;
	position: relative;
}
a.text_link {
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
}
.dl_menu dd ul li a:before,
a.text_link:before {
	border-top: 1px solid #0659AC;
	border-right: 1px solid #0659AC;
	height: 4px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	width: 4px;
}
a.text_link:before {
	left: 0;
}
#menu ul.list_service li {
	margin: 10px 0 0 0;
	text-align: center;
}
.list_service a {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 140px;
}
.list_service .bnr_service a {
	background: url(images/bnr_service.png) 0 0 no-repeat;
}
.list_service .bnr_mailmag a {
	background: url(images/bnr_mailmag.png) 0 0 no-repeat;
}
.list_service a:hover {
	background-position: 0 -150px;
}

/*--- Footer ---*/
#footer {
	width: 802px;
	margin: 0 auto;
	text-align:left;
}
.menu_footer,
.foot_address {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0;
}

.menu_footer,
.menu_footer li {
	list-style: none;
}
.menu_footer {
	background-color: #4D5EA2;
	display: block;
	font-size: 13px;
	padding: .5em 0;
	text-align: center;
}
.menu_footer li {
	border-right: 1px solid #FFFFFF;
	display: inline-block;
	margin: 0;
	padding: 0 .5em;
}
.menu_footer li:first-child {
	border-left: 1px solid #FFFFFF;
}
.menu_footer li:last-child {
	margin-right: .3em;
}
.menu_footer li a {
	color: #FFFFFF;
}

.foot_address {
	background-color: #EDEFF6;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	display: table;
	padding: 0;
	width: 100%;
}
.foot_address dt,
.foot_address dd {
	display: table-cell;
	font-size: 13px;
	height: 30px;
	margin: 0;
	vertical-align: middle;
}
.foot_address dt {
	font-weight: bold;
	padding: 0 .5em;
	width: 10.5em;
}
.foot_address dd {
	padding: 0;
}
#copyRight{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: center;
}

/*----- Heading --------------------------*/
body:not(#top) h1.headline {
	color: #555555;
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0 0 0 .5em;
	position: relative;
}
body:not(#top) h1.headline:before {
	border-left: 5px solid #0659AC;
	border-radius: 3px;
	content: "";
	height: 1.6em;
	left: 0;
	line-height: 1.6em;
	margin-top: -.8em;
	position: absolute;
	top: 50%;
	z-index: 10;
}

body#top .headline {
	background-color: #F6FAFF;
	border: 1px solid #DAECFE;
	font-size: 20px;
	margin: 10px;
	padding: 5px 5px 5px 1em;
	position: relative;
}
body#top .headline:before {
	background-color: #0659AC;
	border-radius: 3px;
	content: "";
	display: block;
	height: 1.6em;
	left: 6px;
	margin-top: -.8em;
	position: absolute;
	top: 50%;
	width: 5px;
	z-index: 10;
}

.heading {
	border-bottom: 1px solid #DDDDDD;
	border-top: 3px solid #0659AC;
	color: #444444;
	font-size: 16px;
	margin: 20px 0 20px 0;
	padding: 5px 5px;
	text-align: left;
}

.subheadings {
	background-color: #F6FAFF;
	border: 1px solid #DAECFE;
	margin: 10px;
	padding: 5px 5px 5px 1em;
	position: relative;
	text-align: left;
}
.subheadings:before {
	border-left: 3px solid #0659AC;
	content: "";
	height: 1.6em;
	left: 6px;
	margin-top: -.8em;
	position: absolute;
	top: 50%;
	z-index: 10;
}

.wrp_block .txt_heading_01 {
	border: 0 none;
	color: #0659AC;
	background-image: none;
	padding: 0;
	font-size: 129%;
	line-height: 130%;
	margin: 0 0 10px 0;
}

.content{
}

.content p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.content > p {
	margin: 1em auto;
	width: 570px
}

.content > p.pagetop {
	display: block;
	margin: 10px auto 30px;
	text-align: right;
	width: 570px;
}
p.pagetop a:before {
	content: "▲";
}
.content > p.pagetop:last-of-type {
	margin-bottom: 0;
}


.content .image_left img {
	float:left;
	padding: 5px 15px 5px 10px;
}
.content .image_left p {
	margin-right: 10px;
}

.content .image_right img {
	float:right;
	padding: 5px 10px 5px 15px;
}
.content .image_right p {
	margin-left: 10px;
}

.subContents{
	padding:0 10px;
}
#thanks{
	margin-bottom:250px;
}
.pickup1,
.pickup2{
	padding-right:10px;
	padding-bottom:10px;
	border-right:1px solid #d0ced1;
	border-bottom:1px solid #d0ced1;
}
.pickup1{
	width:273px;
	float:left;
}
.pickup1 h2{
	font-size:14px;
	margin:0;
	padding:3px 5px;
	border-left:4px solid #576aac;
}
.pickup2{
	width:273px;
	float:right;
}
.pickup2 h2{
	font-size:14px;
	margin:0;
	padding:3px 5px;
	border-left:4px solid #f75b66;
}


/* 共通 */
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb30 {
	margin-bottom:30px;
}
.wrp_block {
	width: 565px;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
}
.ul_common {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.ul_common li {
	margin: 0;
	line-height: 180%;
	font-size: 100%;
	background: url(images/icn_list_common.gif) no-repeat left 7px;
	padding: 0 0 0 15px;
}
.ul_common li img {
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 2px;

}

.ul_common li span {
	display: block;
	font-size: 86%;
	line-height: 86%;

}



/*----- index.html --------------------------*/
body#top .content > p {
	margin: 15px 20px;
}

.copy_index {
	background: url(images/tit_catch.jpg) 0 0 no-repeat;
	display: block;
	height: 115px;
	margin-top: 0 !important;
}

.bnrlist_portal,
.bnrlist_portal li {
	list-style: none;
}
.bnrlist_portal {
	display: block;
	margin: 0 auto 40px auto;
	padding: 0;
	width: 530px;
}
.bnrlist_portal li {
	display: block;
	float: left;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 0;
	width: 160px;
}
.bnrlist_portal li:nth-child(-n+3) {
	margin-top: 0;
}
.bnrlist_portal li:nth-child(1),
.bnrlist_portal li:nth-child(4),
.bnrlist_portal li:nth-child(7) {
	margin-right: 25px;
}
.bnrlist_portal li:nth-child(3n) {
	float: right;
}

.service_web-support {
	background: #FFFFFF url(images/img_service.png) no-repeat 100% 100%;
	border: 1px solid #DAECFE;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto 40px auto;
	padding: 1em 170px 1em 1em;
	width: 550px;
}
.service_web-support h3 {
	color: #444444;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 .2em 0;
}
.service_web-support h3:first-line {
	color: #EE5F00;
	font-size: 16px;
}
.service_web-support p {
	margin: 0 0 1em 0;
}
a.btn_web-support {
	background: -webkit-linear-gradient(#FFFFFF 0%, #EEF3F9 100%);
	background: -ms-linear-gradient(#FFFFFF 0%, #EEF3F9 100%);
	background: linear-gradient(#FFFFFF 0%, #EEF3F9 100%);
	border: 1px solid #0659AC;
	border-radius: 5px;
	box-shadow: 0 1px 2px #CCCCCC;
	color: #0659AC;
	display: block;
	font-weight: bold;
	height: 1.6em;
	line-height: 1.6em;
	position: relative;
	text-decoration: none;
	text-indent: .5em;
	width: 22em;
}
a.btn_web-support:hover {
	background: -webkit-linear-gradient(#EEF3F9 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(#EEF3F9 0%, #FFFFFF 100%);
	background: linear-gradient(#EEF3F9 0%, #FFFFFF 100%);
	box-shadow: none;
}

iframe {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	max-height: 7em;
	margin: -10px auto 0 auto;
	padding: 0 0 0 5px;
	width: 570px;
}


/*----- company.html --------------------------*/
.link_comp {
	background-color: #F6FAFF;
	display: block;
	height: 1.4;
	margin: 0 0 30px;
	padding: 0 10px;
	line-height: 1.4;
	list-style: none;
}
.link_comp li {
	display: block;
	float: left;
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.link_comp a {
	display: inline-block;
	margin: 0;
	padding: 0 1.2em 0 0;
	position: relative;
}
.link_comp a:before,
.link_comp a:after {
	content: "";
	position: absolute;
}
.link_comp a:before {
	background-color: #0659AC;
	border-radius: 100%;
	border: 1px solid #0659AC;
	box-sizing: border-box;
	display: block;
	height: 1em;
	margin-top: -.5em;
	line-height: 1em;
	right: 0;
	top: 50%;
	width: 1em;
}
.link_comp a:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #FFFFFF;
	margin-top: -3px;
	right: .3em;
	top: 50%;
}
.link_comp a:hover:before {
	background-color: #FFFFFF;
}
.link_comp a:hover:after {
	border-top-color: #0659AC;
}

table.plain {
	border-collapse: collapse;
	background: #FFFFFF;
	box-sizing: border-box;
	margin: 0 auto;
	width: 570px;
}
.plain td,
.plain th {
	padding: 3px 5px;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
.plain caption {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.list_office {
	margin: 0;
	padding: 0;
}
.list_office dt,
.list_office dd {
	display: block;
	margin: 0;
	padding: 0;
}
.list_office dt {
	font-weight: bold;
}
.list_office dt:nth-of-type(2) {
	margin-top: .5em;
}
.list_office a.img-replacement {
	background: #FFFFFF url(images/icon_map.png) no-repeat 0 0;
	display: inline-block;
	height: 19px;
	margin: 0 0 0 5px;
	vertical-align: bottom;
	width: 49px;
}

table.plain.comp-profile {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.plain.comp-profile td,
.plain.comp-profile th {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.plain.comp-profile th {
	background-color: #F6FAFF;
	width: 5.5em;
	vertical-align: top;
}
.plain.history {
	border-top: 1px dashed #DDDDDD;
}
.plain.history td {
	border-bottom: 1px dashed #DDDDDD;
	padding: 5px 3px;
	vertical-align: top;
}
.plain.history td:first-child {
	width: 6.5em;
}

.list_business {
	box-sizing: border-box;
	margin: 10px auto 40px;
	padding: 0 0 0 1.5em;
	width: 570px;
}
.list_business li {
	margin: 10px 0;
}

.list_portal {
	display: block;
	margin: 0 auto 3em auto;
	width: 570px;
}
.list_portal dt,
.list_portal dd {
	display: block;
	min-height: 50px;
	padding: 0;
}
.list_portal dt {
	margin: 0;
	width: 160px;
}
.list_portal dd {
	margin: -50px 0 10px 170px;
}

.list_service-menu {
	margin-right: 15px;
}
.list_service-menu li {
	margin-bottom: 0;
	margin-top: 1em;
}
.list_service-menu p {
	margin: 0;
}


/*----- greeting.html --------------------------*/
.greeting_message .subheadings {
	font-size: 16px;
}
.greeting_message p {
	width: 570px;
	margin: 0 auto 1em;
}
.greeting_message p.signature {
	text-align: right;
}



/*----- vision.html --------------------------*/
.vision .subheadings {
	margin-top: 30px;
}

.list_the-goal {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 1.5em;
}
.list_the-goal li {
	list-style-type: circle;
}
.list_the-goal li:not(:first-child) {
	margin-top: .3em;
}
