@charset "utf-8";
/* ===============================================

	MARGIN STYLE
  
=============================================== */
/* top */
.mt5 { margin-top: 5px!important;}
.mt10 { margin-top: 10px!important;}
.mt15 { margin-top: 15px!important;}
.mt20 { margin-top: 20px!important;}
.mt25 { margin-top: 25px!important;}
.mt30 { margin-top: 30px!important;}
.mt35 { margin-top: 35px!important;}

/* bottom */
.mb5 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb35 { margin-bottom: 35px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb45 { margin-bottom: 45px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb55 { margin-bottom: 55px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb65 { margin-bottom: 65px!important;}

/* right */
.mr5 { margin-right: 5px!important;}
.mr10 { margin-right: 10px!important;}
.mr15 { margin-right: 15px!important;}
.mr20 { margin-right: 20px!important;}
.mr25 { margin-right: 25px!important;}
.mr30 { margin-right: 30px!important;}
.mr35 { margin-right: 35px!important;}

/* left */
.ml5 { margin-left: 5px!important;}
.ml10 { margin-left: 10px!important;}
.ml15 { margin-left: 15px!important;}
.ml20 { margin-left: 20px!important;}
.ml25 { margin-left: 25px!important;}
.ml30 { margin-left: 30px!important;}
.ml35 { margin-left: 35px!important;}


/* ---------- マージンの消去 ---------- */
.nomt { margin-top: 0!important;}
.nomb { margin-bottom: 0!important;}
.noml { margin-left: 0!important;}
.nomr { margin-right: 0!important;}

/* ===============================================

	BODY
  
=============================================== */
html {
	height:100%;
	overflow:auto;
	_overflow-y: scroll;
}

body {
	width:100%;
	height:100%;
	text-align:center;
	color:#333;
	background:#fff;
}

body > img{
	opacity: 0;
	height: 1px!important;
	width: 1px!important;
}


/* ===============================================

	LINK DECORATION
  
=============================================== */
a:link {
	color:#0068b7;
	text-decoration:none;
}

a:visited {
	color:#0068b7;
}

a:hover {
	color:#0068b7;
	text-decoration:underline;
}


/* ===============================================

	STYLE
  
=============================================== */

/*.info_top_txt {
    border: 2px solid #a68400;
    box-sizing: border-box;
    padding: 20px;
    color: #ff0000;
    text-align: center;
    margin: 20px 0;
}*/

/* ---------------------------------------------
	header
--------------------------------------------- */
header {
	width: 100%;
	height: 130px;
	background: #FFFFFF  url(../../img/header/bg.gif) repeat-x;
	border-bottom: 1px solid #a78367;
}

header .inner {
	width: 1000px;
	height: 130px;/*170px*/
	margin: 0 auto;
	position: relative;
}

header h1 {
	position: absolute;
	top: 27px;
	left: 0;
}

header .freeCatch {
	position: absolute;
	top: 64px;
	left: 392px;
}

header .tel {
	position: absolute;
	top: 67px;
	right: 4px;
}

/**/
header .subNav {
	position: absolute;
	top: 40px;
	left: 500px;
}

header .subNav li {
	float: left;
	margin-right: 7px;
	line-height: 1;
	font-size: 0;
}

/**/
header nav {
	width: 980px;
	overflow: hidden;
	position: absolute;
	top: 136px;
	left: 25px;
}

header nav li {
	margin-right: 68px;
	float: left;
}

.nomr {
    margin-right: 0!important;
}

/* ---------------------------------------------
	footer
--------------------------------------------- */
footer {
	width: 100%;
	background-color: #734f3b;
	/* padding: 40px 0 100px 0; */
	padding: 40px 0 0;
	font-size:12px;
}

footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .inner {
	width: 980px;
	text-align: left;
	overflow: hidden;
	margin: 0 auto 44px auto;
}

/**/
footer nav {
	margin-bottom: 40px;
}

footer nav dl {
	width: 200px;
	float: left;
	margin-bottom: 40px;
	padding-left: 10px;
	border-left: 1px solid #8c7e57;
	line-height: 1.2;
	font-weight:bold;
}

footer nav dl dt {
	background: url(//www.co-medical.jp/official/img/common/footer/arw1.gif) no-repeat 0 2px;
	padding-left: 19px;
}

footer nav dl dt.mt {
	margin-top: 8px;
}

footer nav dl dd {
	background: url(//www.co-medical.jp/official/img/common/footer/arw2.gif) no-repeat 2px 4px;
	padding-left: 19px;
	margin-top: 8px;
	margin-left: 0;
}

/**/
footer .info {
	clear: both;
}

footer .info dt {
	float: left;
	width: 183px;
}

footer .info dd {
	margin: 0 0 0 183px;
	color: #c9bcaf;
	padding-top: 3px;
}

/**/
footer .copyright {
	width: 100%;
	color: #fff;
	background: #462f1e;
	text-align: center;
}

footer .copyright p {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	line-height: 2;
}

.style111 {
	color: #FFFFFF
}

.mt8 {
    margin-top: 8px!important;
}


#kakushu-link{
	background-color: #f7efcd;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}

#kakushu-link a:link,
#kakushu-link a:visited{
	color: #333;
}

/* ----------info------------ */
#info {
	width: 980px;
	overflow: hidden;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	font-size: 13px;
}

#info .leftArea {
	width: 400px;
	float: left;
	margin-left: 20px;
	_display: inline;
}

#info .rightArea {
	width: 400px;
	float: right;
	margin-right: 20px;
	_display: inline;
}

#info dl {
	margin-bottom: 33px;
	color: #663300!important;
}

#info dt {
	margin-bottom: 10px;
	text-align: left;
}

#info dt img{
	margin: 0 0 0 0;
	width: auto;
}

#info dd {
	margin-left: 30px;
	line-height: 1.5;
	color: #663300!important;
}

#info dd img{
	margin: 0 0 0 0;
	width: auto;
}

#info .red {
	color: #c00;
	font-weight: bold;
}

#info .cap {
	padding: 10px;
	border: 1px dotted #663300;
}

/*代引き表*/
.daibikiTable {
	width: 300px;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	font-size: 12px;
}

.daibikiTable thead th {
	background: #e1d5a4;
	text-align: center;
	border: 1px solid #bd9d49;
	color: #000!important;
}

.daibikiTable th {
	background: #e1d5a4;
	border: 1px solid #bd9d49;
	text-align: left;
	padding: 5px 15px;
	color: #000!important;
}

.daibikiTable td {
	text-align: right;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #bd9d49;
	color: #000!important;
}