@charset "UTF-8";

/* ================================================================
	/public/inquiry/以下ページ  のみで使用
================================================================ */

/* -----------------------------------------------------------
 default style
----------------------------------------------------------- */
html {
overflow-y:scroll;
font-size:100%;
}

body,
div,p,
h1,h2,h3,h4,h5,h6,
ol,ul,li,
dl,dt,dd,
strong,em,address,
table,caption,tr,th,td,
pre,blockquote,hr,
form,fieldset{
margin:0;
padding:0;
}

body {
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
text-align: center;
line-height:1.4;
font-size:75%;
color:#666666;
background-color:#FFFFFF;
}

/* for safari3 */
@media screen and (-webkit-min-device-pixel-ratio:0){
body { font-size:75%;}
}

/* for safari4 */
body:first-of-type body{
font-size:75%;
}

img {
border:none;
vertical-align:bottom;
}


/* -----------------------------------------------------------
 link color
----------------------------------------------------------- */
a:link {
color:#07519A;
text-decoration:underline;
}

a:visited {
color:#07519A;
text-decoration:none;
}

a:hover {
color:#0286FD;
text-decoration:underline;
}

a:active {
color:#0286FD;
text-decoration:underline;
}



/*	
----------------------------------------------------------- */

#container {
text-align:left;
border-top:2px solid #40ADEB;
}

/*
----------------------------------------------------------- */

#header {
width:650px;
padding-top:7px;
margin:0 auto 10px auto;
text-align:left;
}

/*
----------------------------------------------------------- */

#content {
width:650px;
margin:0 auto;
clear:both;
}

/*	title
----------------------------------------------------------- */

.leadTitWrap {
margin:5px 0 5px 0;
padding:6px 9px 6px;
background:#666666;
}
.leadTit {
color:#ffffff;
font-size:125%;
font-weight:bold;
}

/*
----------------------------------------------------------- */

.ContInner {
padding:0px 15px 0 15px;
}

.leadTxt {
margin-top:3px;
}
.leadTxt p {
margin-top:10px;
}
.leadTxt span {
font-weight:bold;
}
	
.hissu {
color:#ff0000;
font-weight:normal;
}
.setsumei {
margin-bottom:2px;
}
.setsumeiBot {
margin-top:2px;
}
.chuuKome {
padding-top:18px;
margin-bottom:8px;
}
.chuuShita {
margin-bottom:10px;
}

/*	.toiawase
----------------------------------------------------------- */

table.toiawase {
margin:10px 0 2px 0;
border-collapse:collapse;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
width:100%;
}
table.toiawase th {
background:#dee3e3;
font-weight:bold;
color:#333333;
}
table.toiawase th.koumoku {
width:136px;
}
table.toiawase th, table.toiawase td {
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:4px 7px 2px 10px;
text-align:left;
vertical-align:top;
line-height:1.6;
}



.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}


.soushinBtn {
clear:both;
margin-bottom:15px;
text-align:center;
}

/*	.sent
----------------------------------------------------------- */
.sent {
margin-bottom:10px;
padding-top:20px;
font-size:142%;
}

/*
----------------------------------------------------------- */

#footer {
padding-top:13px;
background:url(../../guide/common/images/footer_bg_copyright.jpg) 0 0 repeat-x;
text-align:center;
}
.footerInner {
width:650px;
margin:0 auto;
}
.footerCopyright {
padding:15px 0 0 0;
}


