@charset "utf-8";

/* CSS Document */
@media print, screen and (min-width: 481px) {
/*******************************************
TOPページ
*******************************************/
.pcHIdden {
	display: none;
}
#topMainWrapper {
	background-image: url(../img/top/top_main_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#MainWrapper {
	background-image: url(../img/top/top_main_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 174px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainImg {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mainImg img {
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 5px;
}
#main h2 {
	background-image: url(../img/top/h2_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 705px;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 15px;
}
#infomation {
	background-color: #FAFEF3;
	width: 718px;
	border: 1px solid #CCC;
	padding-bottom: 15px;
	font-size: 14px;
	color: #333;
}
#infomation dl {
	width: 672px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
#infomation dt {
	width: 140px;
	float: left;
	margin-left: 10px;
}
#infomation dd {
	width: 520px;
	float: left;
}
#infomation dd a {
	color: #00698C;
}
#infomation dd a:hover {
	color: #CCC;
}
#infomation .contactBtn {
	margin-top: 15px;
}
a.contactTop {
	text-align: center;
	display: block;
	width: 243px;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 7px;
	border: 1px solid #CCC;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 88%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 88%);
	background: -o-linear-gradient(top, #fff 0%, #eee 88%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 88%);
	background: linear-gradient(to bottom, #fff 0%, #eee 88%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
	color: #0059B2;
	text-decoration: none;
}
a.contactTop:hover {
	display: block;
	width: 243px;
	background-color: #FFF;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#schedule {
	width: 720px;
	margin-top: 20px;
}
#scheduleLeft {
	background-color: #E7E3D9;
	float: left;
	width: 352px;
	border: 1px solid #CCC;
}
#scheduleRight {
	background-color: #F1DCCF;
	float: right;
	width: 352px;
	border: 1px solid #CCC;
}
.scheTitle {
	font-size: 14px;
	display: block;
	width: 336px;
	margin-right: 8px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-top: 7px;
	padding-bottom: 3px;
}
table.scheT {
	width: 334px;
	margin-right: 8px;
	margin-left: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 7px;
}
table.scheT th {
	width: 47px;
	margin-right: 8px;
	margin-left: 9px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 1px;
}
table.scheT td.val1 {
	width: 47px;
	margin-right: 8px;
	margin-left: 9px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 1px;
}
table.scheT td.val2 {
	width: 47px;
	margin-right: 8px;
	margin-left: 9px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FEFBEB;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
span.blue {
	color: #00468C;
}
span.red {
	color: #D90000;
}
#menu {
	clear: both;
	width: 720px;
	margin-bottom: 25px;
}
#menu ul {
	display: block;
	clear: both;
	width: 720px;
	list-style-type: none;
	margin-top: 30px;
}
#menu ul li {
	float: left;
	width: 230px;
	border: 1px solid #0c419a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
}
#menu ul li a {
	width: 230px;
	text-decoration: none;
}
#menu ul li h3 {
	font-size: 18px;
	color: #FF0000;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}
#menu ul li a h3 {
	color: #FF0000;
}
#menu ul li a:hover h3 {
	color: #CCC;
}
#menu ul li dl {
	width: 220px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu ul li dl dt {
	width: 48px;
	float: left;
	margin-right: 8px;
	padding: 1px;
}
#menu ul li dl dt img {
	max-width: 52px;
	height: auto;
}
#menu ul li dl dd {
	width: 159px;
	float: left;
	font-size: 14px;
	padding-top: 7px;
}
#menu ul li a dl dd {
	color: #0c419a;
}
#menu ul li a:hover dl dd {
	color: #CCC;
}
#menu ul li.menuLeft {
	margin-right: 12px;
}
#menu ul li.menuRight {
}
.detailContents {
	width: 720px;
	margin-bottom: 30px;
}
.detailContents h3 {
	width: 720px;
	font-size: 22px;
	color: #0c419a;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.detailContents h4 {
	width: 720px;
	font-size: 16px;
	color: #0c419a;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imgRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imgLeft {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
}
.detailContents ul img {
	padding: 3px;
	border: 1px solid #CCC;
}
.detailContents p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 15px;
}
.banner_right {
	float: right
}
.banner_left {
	float: left;
	margin-right: 5px;
}
.icon {
	height: auto;
	width: 48px;
	vertical-align: middle;
	margin: 5px
}
table, td, th {
	font-size: 14px;
	margin-bottom: 20px;
}
td, th {
	padding: 3px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.bule {
	color: #0c419a;
}
.red {
	color: #FF0000;
}
.bg1 {
	background-color: #F4F4F4;
}
.bg2 {
	background-image: url(../img/buy/img2.png);
	background-repeat: no-repeat;
}
.bg3 {
	background-image: url(../img/buy/img4.png);
	background-repeat: no-repeat;
}
.banner {
	padding-top: 92px;
	padding-bottom: 20px;
	padding-left: 470px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.banner2 {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 470px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.txt_1 {
	padding-left: 40px;
}
span.leadB {
	font-weight: bold;
	color: #03C;
}
/*追加20160816*/
.detailContents dl {
	width: 720px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 1px 3px 5px #ccc;
	-moz-box-shadow: 1px 3px 5px #ccc;
	box-shadow: 1px 3px 5px #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	padding-top: 20px;
	background-color: #FFFFEC;
}
.detailContents dl dt {
	width: 80px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.detailContents dl dd {
	width: 580px;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}
h4.noText {
	width: 600px;
}
.importantWaku {
	font-size: 18px;
	color: #FFF;
	background-color: #F63;
	width: 540px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: -10px;
}
span.bigRed {
	font-size: 18px;
	font-weight: bold;
	color: #03C;
}
span.smallRed {
	font-size: 12px;
	color: #F33;
	font-weight: bold;
}
span.textOrange {
	font-weight: bold;
	color: #FF2600;
}

.proWaku {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border: 5px double #009A44;
	padding: 10px;
	background-image: url(../img/service/img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.proWaku ul {
	width: 650px;
	list-style-position: inside;
	list-style-type: square;
	margin-right: auto;
	margin-left: auto;
}
.proWaku ul li {
	font-size: 14px;
}

table#companyInfo {
    width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    font-size: 14px;
    color: #333;
}
table#companyInfo th {
	width: 170px;
	background-color: #FEFDF5;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: normal;
	text-align: center;
}
table#companyInfo td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    padding-left: 20px;
}
iframe.companyMap {
	height: 400px;
	width: 700px;
}

table.rate {
	width: 700px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin-bottom: 30px;
}
table.rate th {
	width: 350px;
	background-color: #F90;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.rate td {
	width: 335px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 15px;
}

table#inq {
    width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    font-size: 14px;
    color: #333;
}
table#inq th {
	width: 170px;
	background-color: #F2F2F2;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: normal;
	text-align: center;
}
table#inq td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    padding-left: 20px;
}
.formContents {
	width: 720px;
	margin-bottom: 30px;
}
.formContents h3 {
	width: 720px;
	font-size: 22px;
	color: #0c419a;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
	.chuuiText {
	font-size: 12px;
	color: #EA0000;
	}

dd p a {
	font-size: 14px;
	color: #333;
}	
dd p a:hover {
	color: #CCC;
}	

}
@media screen and (max-width: 480px) {
.spHIdden {
	display: none;
}
.imgLeft {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
#main h2 {
	background-image: url(../img/top/h2_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 98%;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 2%;
	padding-bottom: 10px;
}

#menu {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
}
#menu ul {
	display: block;
	clear: both;
	width: 100%;
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
}
#menu ul li {
	float: left;
	width: 48%;
	border: 1px solid #0c419a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 0.7%;
	margin-left: 0.7%;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li h3 {
	font-size: 18px;
	color: #FF0000;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}
#menu ul li a h3 {
	color: #FF0000;
}
#menu ul li a:hover h3 {
	color: #CCC;
}
#menu ul li dl {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu ul li dl dt {
	width: 20%;
	float: left;
	margin-right: 1%;
	padding: 1px;
}
#menu ul li dl dt img {
	max-width: 100%;
	height: auto;
}
#menu ul li dl dd {
	width: 76%;
	float: left;
	font-size: 12px;
	padding-top: 5px;
}
#menu ul li a dl dd {
	color: #0c419a;
}
#menu ul li a:hover dl dd {
	color: #CCC;
}
#menu ul li.menuLeft {
}
#menu ul li.menuRight {
}

.sidr {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 15px;
	background: #444444;
	color: #ffffff;
}
.sidr .sidr-inner {
	padding: 0 0 15px;
}
.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px;
}
.sidr.right {
	left: auto;
	right: -260px;
}
.sidr.left {
	left: -260px;
	right: auto;
}
.sidr p {
	font-size: 0.8rem;
	margin: 0;
}
.sidr > ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.sidr > ul > li {
	padding: 10px;
	display: block;
	margin: 0;
	line-height: 1.6;
	border-bottom: 1px solid #dfdfdf;
}
.sidr > ul > li a{
	color: #FFF;
	text-decoration: none;
}

.sidr > ul > li:first-child {
	font-size: 14px;
	text-align: right;
}
.sidr > ul > li > dl > dt {
	width: 10%;
	display: inline-table;
	vertical-align: middle;
}
.sidr > ul > li > dl > dd {
	width: 85%;
	display: inline-table;
	vertical-align: middle;
	color: #ffffff;
	font-size: 1rem;
}
.sidr > ul > li > dl > dd a {
	color: #ffffff;
	font-size: 1rem;
	text-decoration: none;
}
.sidr > ul > li > ul >li {
	width: 90%;
	margin-left: 10%;
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.sidr > ul > li > ul >li:last-child {
	border-bottom: none;
}
.sidr > ul > li > ul >li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 0.8rem;
	line-height: 1.4;
}

#topMainWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainImg {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainImg img {
	width: 100%;
	height: auto;
}
.detailContents {
	width: 100%;
	margin-bottom: 20px;
}
.detailContents h3 {
	width: 100%;
	font-size: 14px;
	color: #0c419a;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.detailContents h4 {
	width: 100%;
	font-size: 14px;
	color: #0c419a;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imgRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.detailContents ul img {
	border: 1px solid #CCC;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.detailContents p {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 15px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.banner_right {
	text-align: center;
}
.banner_left {
	margin-bottom: 10px;
	text-align: center;
}
.icon {
	height: auto;
	width: 10%;
	vertical-align: middle;
	margin: 1%
}

.detailContents dl {
	width: 98%;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 1px 3px 5px #ccc;
	-moz-box-shadow: 1px 3px 5px #ccc;
	box-shadow: 1px 3px 5px #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	padding-top: 20px;
	background-color: #FFFFEC;
}
.detailContents dl dt {
	width: 10%;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
}
.detailContents dl dd {
	width: 85%;
	float: right;
	margin-left: 1%;
}
h4.noText {
	width: 600px;
}
.importantWaku {
	font-size: 14px;
	color: #FFF;
	background-color: #F63;
	width: 95%;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: -10px;
}
span.bigRed {
	font-size: 14px;
	font-weight: bold;
	color: #03C;
}
span.smallRed {
	font-size: 12px;
	color: #F33;
	font-weight: bold;
}
span.textOrange {
	font-weight: bold;
	color: #FF2600;
}

.proWaku {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 5px double #009A44;
	padding: 5px;
	background-image: url(../img/service/img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.proWaku ul {
	width: 100%;
	list-style-position: inside;
	list-style-type: square;
	margin-right: auto;
	margin-left: auto;
}
.proWaku ul li {
	font-size: 14px;
}
span.leadB {
	font-weight: bold;
	color: #03C;
}

.bg1 {
	background-color: #F4F4F4;
}
.bg2 {
	background-image: url(../img/buy/img2.png);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
}
.bg3 {
	background-image: url(../img/buy/img4.png);
	background-repeat: no-repeat;
}
.detailContents table {
	font-size: 14px;
	width: 100%;
}
.bule {
	color: #0c419a;
}
.red {
	color: #FF0000;
}
table#companyInfo {
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	font-size: 14px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}
table#companyInfo th {
	width: 20%;
	background-color: #FEFDF5;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: normal;
	text-align: center;
}
table#companyInfo td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    padding-left: 5px;
}
.detailContents iframe {
	height: 100%;
	width: 100%;
}

table.rate {
	width: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin-bottom: 20px;
	font-size: 14px;
}
table.rate th {
	width: 50%;
	background-color: #F90;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.rate td {
	width: 50%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

table#inq {
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	font-size: 14px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}
table#inq th {
	width: 20%;
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: normal;
	text-align: center;
}
table#inq td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    padding-left: 5px;
}
.formContents {
	width: 100%;
	margin-bottom: 20px;
}
.formContents h3 {
	width: 100%;
	font-size: 14px;
	color: #0c419a;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.chuuiText {
	font-size: 12px;
	color: #EA0000;
	}
dd p a {
	font-size: 14px;
	color: #333;
}	
.telText {
	color: #F30;
	margin-top: 15px;
}
.telText a {
	font-size: 16px;
	color: #F30;
	text-decoration: none;
}

}