@charset "utf-8";


/* =======================================
共通部分
======================================= */

* {
color: #333;
line-height: 1;
margin: 0;
padding: 0;
}

body {
background: #fff;
font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
text-align: center;
}

img {
border: 0;
font-size: 100%;
vertical-align: bottom;
}

ul li {
list-style: none;
}

a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}

a:hover img.opa1 {
opacity: 0.75;
}
a:hover img.opa2 {
opacity: 0.5;
}

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*:first-child+html .clearfix {
height: 1%;
}
* html .clearfix {
height: 1%;
}

.tac {
text-align: center;
}
.tar {
text-align: right;
}

.cb {
clear: both;
}

.fwb {
font-weight: bold;
}


/* =======================================
ヘッダー部分
======================================= */

header {
height: 132px;
margin: 0 auto;
position: relative;
text-align: left;
width: 1000px;
}

h1 {
color: #333;
font-size: 0.875em;
font-weight: normal;
left: 0;
position: absolute;
top: 11px;
}

.p1 {
left: 0;
position: absolute;
top: 44px;
}

.p2 {
background: url(../images/common/tel.png) no-repeat left 3px;
color: #0068b7;
font-family: Arial;
font-size: 2em;
padding-left: 34px;
position: absolute;
right: 0;
top: 50px;
}

.p3 {
font-size: 0.75em;
position: absolute;
right: 0;
top: 90px;
}

nav {
background: -moz-linear-gradient(top, #0068b7, #013f99); 
background: -webkit-linear-gradient(top, #0068b7, #013f99); 
background: linear-gradient(to bottom, #0068b7, #013f99); 
height: 48px;
}
nav ul {
margin: 0 auto;
width: 1000px;
}
nav ul li {
border-right: 1px solid #fff;
float: left;
font-size: 1em;
height: 48px;
width: 249px;
}

nav ul li.home {
border-left: 1px solid #fff;
width: 248px;
}

nav ul li a {
display: block;
height: 31px;
padding-top: 17px;
}
nav ul li a:link {
color: #fff;
text-decoration: none;
}
nav ul li a:visited {
color: #fff;
text-decoration: none;
}
nav ul li a:hover {
opacity: 0.75;
}


/* =======================================
フッター部分
======================================= */

.footer {
clear: both;
margin: 0 auto 50px;
width: 620px;
}

.footer dt {
float: left;
margin-right: 20px;
}

.footer dd {
float: left;
padding-top: 16px;
}

address {
font-size: 0.75em;
font-style: normal;
}

#pagetop {
bottom: 20px;
font-size: 100%;
position: fixed;
right: 20px;
}
#pagetop a {
background: #0068b7;
border-radius: 5px;
color: #fff;
display: block;
padding: 15px 0;
text-decoration: none;
text-align: center;
width: 50px;
}
#pagetop a:hover {
opacity: 0.75;
}


/* =======================================
パンくずナビ
======================================= */

.bread {
margin: 21px auto 18px;
width: 1000px;
}
.bread li {
float: left;
font-size: 0.875em;
}
.bread li a:link {
color: #0068b7;
text-decoration: none;
}
.bread li a:visited {
color: #0068b7;
text-decoration: none;
}
.bread li a:hover {
text-decoration: underline;
}


/* =======================================
コンテンツエリア
======================================= */

.title {
background: -moz-linear-gradient(top, #c4c4c4, #fefefe); 
background: -webkit-linear-gradient(top, #c4c4c4, #fefefe); 
background: linear-gradient(to bottom, #c4c4c4, #fefefe);
border: 1px solid #b6b6b6;
clear: both;
margin-bottom: 15px;
padding: 11px 12px;
}

h2 {
border-left: 5px solid #0068b7;
font-weight: normal;
font-size: 1.125em;
padding-left: 10px;
}
h2 span {
font-size: 88.9%;
color: #888;
padding-left: 14px;
}

h3 {
background: url(../images/business/h3.png) no-repeat left 21px;
color: #063;
font-family: serif;
font-size: 1.375em;
margin-bottom: 24px;
padding: 20px 0 0 28px;
}

.contents {
clear: both;
margin: 0 auto;
width: 1000px;
text-align: left;
}

.contents p {
font-size: 1em;
line-height: 1.75;
margin-bottom: 16px;
}
.contents p.maker {
float: left;
font-size: 0.875em;
line-height: 1.7;
margin: 3px 40px 34px 0;
}
.contents p.photo1 {
float: right;
margin: 20px 0 23px 16px;
}
.contents p.contact {
margin: 25px 0 20px;
}
.contents p.thanks {
margin: 25px 0 40px;
}

.contents p strong {
color: #096;
line-height: 1.75;
}
.contents p span {
color: #f00;
font-weight: bold;
line-height: 1.75;
}
.contents p a {
line-height: 1.75;
}

.products {
float: left;
padding: 16px 0 19px;
width: 480px;
}
.products.pb38 {
padding-bottom: 38px;
}

.products dt {
font-size: 1.5em;
margin-bottom: 13px;
}
.products dt a {
background: url(../images/business/arrow1.png) no-repeat left 12px;
padding-left: 20px;
}
.products dt a:link {
color: #0068b7;
text-decoration: none;
}
.products dt a:visited {
color: #0068b7;
text-decoration: none;
}
.products dt a:hover {
text-decoration: underline;
}

.products dd {
font-size: 0.875em;
line-height: 1.7;
}

.mr40 {
margin-right: 40px;
}

.detail1 {
border-bottom: 1px solid #c8c8c8;
margin-bottom: 15px;
padding-bottom: 12px;
}
.detail2 {
border-bottom: 1px solid #c8c8c8;
margin-bottom: 45px;
padding-bottom: 12px;
}

.pdf a {
background: url(../images/business/pdf.png) no-repeat left top;
padding-left: 25px;
}
.pdf a:link {
text-decoration: none;
}
.pdf a:visited {
text-decoration: none;
}
.pdf a:hover {
text-decoration: underline;
}


table {
border-collapse: separate;
border-spacing: 0;
margin-bottom: 45px;
width: 100%;
}

table th {
background: -moz-linear-gradient(top, #d0d0d0, #9f9f9f); 
background: -webkit-linear-gradient(top, #d0d0d0, #9f9f9f); 
background: linear-gradient(to bottom, #d0d0d0, #9f9f9f);
border-bottom: 2px solid #fff;
color: #fff;
font-size: 1em;
font-weight: normal;
line-height: 1;
padding: 12px 15px 10px;
text-align: left;
vertical-align: top;
width: 110px;
}
table th span {
color: #f00;
font-weight: bold;
line-height: 1;
}

table td {
border-bottom: 2px dotted #b6b6b6;
font-size: 1em;
line-height: 1;
padding: 12px 20px 10px;
vertical-align: top;
width: 820px;
}

table.form_area {
margin-bottom: 30px;
}

table.form_area th {
padding: 17px 15px 15px;
width: 170px;
}
table.form_area td {
border-bottom: 0;
padding: 0 20px;
width: 760px;
}

.element1 {
border: 1px solid #ccc;
font-size: 1em;
height: 42px;
padding: 0 10px;
width: 465px;
}
.element2 {
border: 1px solid #ccc;
font-size: 1em;
height: 42px;
padding: 0 10px;
width: 265px;
}
.element3 {
border: 1px solid #ccc;
font-size: 1em;
height: 42px;
padding: 0 10px;
width: 165px;
}
.element4 {
border: 1px solid #ccc;
font-size: 1em;
height: 42px;
padding: 0 10px;
width: 735px;
}

textarea {
border: 1px solid #ccc;
font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
font-size: 1em;
height: 145px;
line-height: 1.5;
padding: 10px;
width: 735px;
}

.contents p.confirm {
text-align: center;
margin-bottom: 45px;
}
.contents p.confirm input {
background: #0068b7;
border: 0;
color: #fff;
font-size: 1.125em;
padding: 14px 20px;
}
.contents p.confirm input:hover {
cursor: pointer;
opacity: 0.75;
}

.contents p.shape {
margin-bottom: 4px;
}

table.shape1 {
margin-bottom: 30px;
}
table.shape1 th {
text-align: center;
width: 250px;
}
table.shape1 td {
line-height: 1.6;
text-align: center;
width: 250px;
}
table.shape1 td.zaishitsu {
text-align: left;
}

table.shape2 {
margin-bottom: 30px;
}
table.shape2 th {
text-align: center;
width: 333px;
}
table.shape2 td {
text-align: center;
width: 333px;
}

table.tdset td {
line-height: 1.5;
padding: 12px 20px;
}

.contents p.confirm input.rese {
background: #ddd;
color: #555;
}


/* =======================================
トップページ
======================================= */

.main {
margin-bottom: 15px;
}

.titletop {
background: -moz-linear-gradient(top, #c4c4c4, #fefefe); 
background: -webkit-linear-gradient(top, #c4c4c4, #fefefe); 
background: linear-gradient(to bottom, #c4c4c4, #fefefe);
border: 1px solid #b6b6b6;
clear: both;
margin-bottom: 10px;
padding: 11px 12px;
}

.pro1 {
border: 2px solid #ccc;
float: left;
margin: 0 20px 10px 0;
width: 146px;
}

.pro2 {
border: 2px solid #ccc;
float: left;
margin-bottom: 10px;
width: 146px;
}

.pro3 {
border: 2px solid #ccc;
float: left;
margin: 0 20px 45px 0;
width: 146px;
}

.pro4 {
border: 2px solid #ccc;
float: left;
margin-bottom: 45px;
width: 146px;
}

.pro1 dd,
.pro2 dd,
.pro3 dd,
.pro4 dd {
background: -moz-linear-gradient(top, #d0d0d0, #9f9f9f); 
background: -webkit-linear-gradient(top, #d0d0d0, #9f9f9f); 
background: linear-gradient(to bottom, #d0d0d0, #9f9f9f);
font-size: 0.875em;
line-height: 1.2;
text-align: center;
}
.pro1 dd a,
.pro2 dd a,
.pro3 dd a,
.pro4 dd a {
color: #fff;
font-weight: bold;
display: block;
line-height: 1.4;
padding: 6px 0 4px;
}

.pro1 dd a:link,
.pro2 dd a:link,
.pro3 dd a:link,
.pro4 dd a:link {
text-decoration: none;
}
.pro1 dd a:visited,
.pro2 dd a:visited,
.pro3 dd a:visited,
.pro4 dd a:visited {
text-decoration: none;
}
.pro1 dd a:hover,
.pro2 dd a:hover,
.pro3 dd a:hover,
.pro4 dd a:hover {
color: #eee;
text-decoration: none;
}
