﻿@charset "UTF-8";
/*====================================================================
 based
====================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: none;
  color: #333;
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 11px;
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}
a {
  color: #333;
  display: inline-block;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
	opacity: .7;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
li {
  list-style: none;
}
fieldset {
  border: none;
}
textarea {
  overflow: auto;
}
legend {
  display: none;
}
img {
  border: none;
  vertical-align: top;
}
object {
  vertical-align: middle;
  outline: none;
}
em, strong {
  font-weight: bold;
  font-style: normal;
}
small {
  font-size: 100%;
}
abbr, acronym {
  border: none;
  font-variant: normal;
}
button{
  cursor: pointer;
}
input,
textarea{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	font-size: 15px;
	line-height: 24px;
	padding: 5px 10px;
}
/* clearfix */
.clearfix {
  zoom: 1;
}.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.textAbbr{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.textRight{text-align: right;}
.btn{
	background-image: url(../i/btn.png);
	background-size: 142px 35px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.mt10{margin-top: 10px;}
.w100{width: 100px;}
.w350{width: 350px;}
/*====================================================================
 original
====================================================================*/
/* common */
.yaIcon{
	border: 3px solid #473573;
	display: inline-block;
	height: 8px;
	width: 8px;
}
/* table */
table.normal{}
table.normal tr{}
table.normal th,
table.normal td{
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
table.normal th{
	color: #666;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 30px;
}
table.normal td{}


/* #mainHeader */
#mainHeader{
	margin-bottom: 20px;
	margin-top: 20px;
}
#mainHeader .title{}
#mainHeader .description{
	line-height: 1;
	margin-top: 9px;
	margin-left: 3px;
}
#mainHeader .title a:hover{
	opacity: 1;
}
/* #mainNav */
#mainNav{
	text-align: center;
	line-height: 50px;
}
#mainNav > ul{
}
#mainNav > ul > li{
}
#mainNav a{
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 35px;
	padding: 0 35px;
}
#mainNav a.link{
  background-color: #473573;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0 15px;
}
/*
#mainNav a.link{
	border: 3px solid #473573;
	border-radius: 3px;
	color: #473573;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px;
}
*/
/* #localNav */
#localNav{
	margin-top: 60px;
	padding-left: 20px;
}
#localNav a{
  font-size: 12px;
	line-height: 30px;
	width: 100%;
}

/* #main */
#main{
	margin-bottom: 90px;
}
#topImage{
	background-color: #f5f5f5;
	height: 290px;
}
body.sub #topImage{
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}
#topImage > .wrap{
	position: relative;
}
#topImage > .wrap .coverTitle{
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: .05em;
	left: 0;
	line-height: 40px;
	position: absolute;
	top:55px;
}
#portfolio .c{
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
.secStyle{
	font-size: 15px;
	margin-top: 60px;
}
.secStyle .text{
	letter-spacing: .1em;
}
.secStyle > .header{
	font-size: 21px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: left;
}
.secStyle > .header > .title{
	line-height: 40px;
}
.secStyle > .header > .title > .yaIcon{
	margin-right: 8px;
}
.secStyle > .c{}
.secStyle ul,
.secStyle ol{
  padding-left: 20px;
}
.secStyle li{
	list-style: inherit;
}
.secStyle .subSec{
	margin-top: 60px;
}
.secStyle .subSec > .header{
	border-left: 3px solid #999;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
}
.secStyle .subSec .text{
	letter-spacing: 0;
	margin-left: 15px;
}
body.sub .secStyle{
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	padding: 30px;
}
body.sub .secStyle > .c{
	padding-left: 30px;
}
/* .ulStyle */
.ulStyle{
	background-color: #f1f1f1;
  border-radius: 3px;
	font-size: 12px;
	margin: 20px 10px 20px 15px;
	padding: 10px;
}
.ulStyle > .header{
	font-weight: bold;
}

/* #mainFooter */
#mainFooter{
	background-color: #F9F9F9;
  border-top: 90px solid #473573;
  margin-top: 90px;
	padding: 30px 0;
}
#mainFooter{}




/*====================================================================
 page
====================================================================*/
#p_top{}
#p_top #topImage{
}
#p_top #topImage .container_24{
  position: relative;
}
#p_top #topImage .description{
  color: #666;
  font-size: 21px;
  font-weight: bold;
  left: 30px;
  letter-spacing: 1px;
  position: absolute;
  top: 90px;
}


#p_corporate{}
#p_corporate #topImage{
	background-image: url(../i/topImage_corporate.jpg);
}


#p_business{}
#p_business #topImage{
	background-image: url(../i/topImage_business.jpg);
}

#p_inquiry{}
#p_inquiry #topImage{
	background-image: url(../i/topImage_inquiry.jpg);
}
.d_form{}
.d_form > .fieldGroup{
	margin-top: 10px;
}
.d_form > .fieldGroup >.fieldLabel{
  color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}
.d_form .submit{
	background-color: #473573;
	color: #fff;
	cursor: pointer;
	padding: 5px 20px;
}



