@charset "utf-8";
/* CSS Document */
/*================================================
 *  全体設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.7;
}

/* clearfix */
.clearfix:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

/* Amivoice logo */
ami {
  font-family: verdana;
  font-weight: bold;
  font-style: italic;
}
ami r {
  font-family: Consolas;
  vertical-align: top;
}

/*================================================
 *  ヘッダー
 ================================================*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:80px;
	background: #000000;
	z-index: 10;
}

#header img {
	float: left;
	margin: 5px 0px 5px 10px;
}

#header2 {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 30px;
	background: #44BBDD;
}


/*　ナビゲーションメニュー　*/
#nav {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#nav ul {
	float: right;
	margin: 5px -1px 5px 0px;
}

#nav li {
	float: left;
	display: inline;
	margin: 0;
}

#nav li a {
	display: block;
	border-right: 1px solid #FFFFFF;
	margin: 0px 0px 0px 15px;
	padding: 0px 30px 0px 15px;
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: 700;
	text-decoration:none;
}

#nav li a.here {
	color: #FDFFEE;
}

#nav li a:hover {
	background: url("../images/navi.gif") no-repeat left center;
}


/*================================================
 *  内容
 ================================================*/

#contents {
	width: 960px;
	margin:100px auto 50px auto;
}

a {
	color:#043771;
}
a:hover {
	color:#144d8d;
}

p {
	margin-bottom: 0.5em;
}

strong {
	font-weight:700;
}


/*================================================
 *  パンくずリスト
 ================================================*/
#location ul {
	list-style: none;
	margin: 0 0 0 1em;
}

#location li {
 	display: inline;
	margin: 0 0.2em 0 0;
}

#location a {
	color: #000000;
	font-size: 12px;
	margin-right: 0.5em;
	text-decoration: none;
}

#location a:hover {
	text-decoration: underline;
}

/*================================================
 *  見出し
 ================================================*/
/* 青ラベル付き見出し */
h1 {
	clear: both;
	background-image: url("../images/h1.png");
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin: 30px 0px 5px 0px;
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#333;
	text-align:center;
}

h4 {
	font-size:22px;
	font-weight: 700;
	color: #333399;
}

h5 {
	font-size: 20px;
	font-weight: 700;
}

h11 {
	clear: both;
	display: block;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url("../images/h11.png") no-repeat left center;
	color: #000000;
	text-align: left;
	font-size: 25px;
	padding-left: 85px;
	margin: 30px 0px 5px 0px;
}

h12 {
	display: block;
	height: 30px;
	margin-top: 5px;
	background: #44BBDD;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 1em 20px 1em;
}

pre {
	margin:1em 0;
	padding:1em;
}

/* point icon */
.points {
	width: 60px;
	height: 60px;
	margin: 5px 10px;
    padding: 10px 5px 0px 5px;
    background: rgba(34,69,137,1.0);
    color: #FFFFFF;
    text-align: center;
	vertical-align: middle;
	font-size: 9px;
    border-radius: 15px 15px 0 15px;
}

.points .no {
	display: block;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	line-height: 1.0;
}

/*================================================
 *  ボタン
 ================================================*/
/* ボタン（タイプ1） */
.btn01 a {
	float: right;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: 700;
	line-height: 35px;
	background:#44BBDD url('../images/navi.gif') 90% 50% no-repeat;
	margin: 20px;
	padding:0px 50px 0px 20px;
}

.btn01 a:hover {
	background:rgba(68,187,221,0.6) url('../images/navi.gif') 90% 50% no-repeat;
}

/* ボタン（タイプ2） */
.btn02 a {
	background:rgba(0,0,0,0.7) url('../images/navi.gif') 90% 50% no-repeat;
	margin: 0 auto;
	padding:10px 50px 10px 20px;
	color:#FFFFFF;
	text-decoration:none;
}
.btn02 a:hover {
	background:rgba(0,0,0,0.3) url('../images/navi.gif') 90% 50% no-repeat;
}

/* web comic */
.web_comic a {
	display: block;
	width: 520px;
	height: 28px;
	background: #44BBDD url('../images/webcomic.png') right center no-repeat;
	margin: 20px auto 0 auto;
	padding: 15px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	border-radius:5px 0 0 5px;
	text-decoration: none;
}

.web_comic a:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.web_comic2 {
	display: none;
}

/*================================================
 *  テーブル
 ================================================*/
table {
	background: rgba(68,187,221,0.25);
	text-align: left;
	margin-bottom: 0.5em;
}

th {
	padding: 5px 10px;
	font-weight: 700;
	color: #333399;
}

td {
	padding: 5px 10px;
	border: none;
}

tr .borderR {
	border-right: 1px solid #000000;
}

tr .borderB {
	border-bottom: 1px solid #000000;
}

.spec {
	width: 700px;
	margin: 10px 5px;
}
.spec .caption {
	margin-left: 60px;
	margin-bottom: 0.4em;
	font-size: 12px;
	line-height: 1.2;
}

/*================================================
 *  画像
 ================================================*/
img{
	border: 0;
	margin-bottom: 2em;
/*	border-radius:5px; */
}

/* 写真左寄せ */
.imgL {
	float:left;
	margin:0 1em 0.5em 0;
}

/* 写真右寄せ */
.imgR {
	float:right;
	margin:0 0 1em 0.5em;
}

.imgC {
	display: block;
	margin:0 auto;
}

/*================================================
 *  お問合わせ
 ================================================*/
.contact {
	padding: 0 54px;
}

.contactIn {
	float: left;
	width: 300px;
	height: 130px;
	margin: 20px 60px;
	border: 3px solid #000000;
}

.contactIn .contact_head.web {
	margin: 10px auto 10px 20px;
}
.contactIn .contact_head.mobile {
	margin: 10px auto 10px 20px;
}
.contactIn .contact_head img {
	float: left;
}
.contactIn .contact_head h {
	float: left;
	font-size: 20px;
	margin-left: 10px;
	padding-top: 5px;
}

.contactIn .contact_contents {
	clear: both;
	text-align: center;
  	-webkit-transform: translateY(-40%);
  	-ms-transform: translateY(-40%);
  	transform: translateY(-40%);
}
.contactIn .contact_contents p {
	line-height: 1.4;
	margin-bottom: 0;
}
.contactIn .contact_contents h{
	font-size: 20px;
	font-weight: 700;
}
.contactIn .contact_contents .btn02{
	-webkit-transform: translateY(50%);
  	-ms-transform: translateY(50%);
  	transform: translateY(50%);
}

.contact_add{
	width: 700px;
	height: 30px;
	margin: 0px auto;
	padding: 0 14px;
	border: 3px solid #000000;
}
.contact_add p{
	line-height: 30px;
}

/*================================================
 *  フッター
 ================================================*/
#footer {
	position: absolute;
	width:100%;
	min-width: 960px;
	text-align:center;
}
#footer hr {
	height: 2px;
	width: 100%;
  	border: none;
  	border-top: 2px #000000 solid;
}

#footer .footer1 {
	position: relative;
	width: 100%;
	height: 40px;
	background: #000000;
}

#footer .footer2 {
	position: relative;
	height: 40px;
	background: #44BBDD;
	color: #000000;
}


/* 企業情報 */
.company {
	position: relative;
	width: 1500px;
	height: 118px;
	margin: 0 auto;
}
.company .companyIn {
	float: left;
}
.company .companyIn.text{
	width: 280px;
	padding: 30px 0px;
	text-align: left;
}
.company .companyIn p {
	color: #000000;
	font-size: 0.8em;
	margin: 0;
}
.company .companyIn.image{
	height: 118px;
}
.company .companyIn.image img {
	position: relative;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	margin: 0 30px;
}

/* ポリシー */
.policy ul {
	padding: 12px 0px;
	font-size: 0.8em;
}
.policy li {
	display: inline;
}
.policy li a {
	text-decoration: none;
	margin: 0px 3px;
}
.policy li a:hover {
	text-decoration: underline;
}

/* copy right */
.CopyRight {
	display: block;
	color: #FFFFFF;
	font-size: 0.6em;
	padding: 10px;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}
