/* -------------------------------------------------------------- 
  
 以下をベースにカスタマイズしています
 Hartija Css Print  Framework
   * Version:   1.0 
	 
-------------------------------------------------------------- */

body {
	/*
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.45; 
*/
	/*font-family: Garamond,"Times New Roman", serif; 日本語フォントを優先するためにコメント*/
	/*
color: #000; 
background: #fff; 
*/
	/*font-size: 16pt;*/
}

/* Headings */
/*
h1, h2, h3, h4,h5, h6 {
    font-weight: bold;
    color: #6a3906;
}
h1, h2, h3, h4, h5 { 
    font-size: 2.1rem;
}
h6 {
    font-size: 1.8rem;
}
*/
h1 {
	padding: 12px 10px;
	border-color: #ffb6b6;
	border-style: solid;
	border-width: 0 0 0 10px;
}
h2 {
	color: #ffffff !important;
	background: #7ac943 !important;
	padding: 15px 20px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border: solid 2px #7ac943;
}
.h1style,
.lists_style h2,
.lists_style h3 {
	background: #fff !important;
	color: #000 !important;
}
.link_list_box dt,
.advan_link_box dt,
.link_list_box .link_list_title,
.advan_link_box .link_list_title,
.card_style h2 {
	background: #fff !important;
	color: #000 !important;
	border-top: none;
	border-left: none;
	border-right: none;
}
h3,
.h3style {
	font-weight: normal;
	/* border-bottom: solid 3px #7ac943; */
}
h4 {
	position: relative;
	padding-left: 30px;
}
h4::before {
	content: url(../images/h4decoration.png) !important;
	padding-right: 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/*p, h2, h3 { orphans: 3; widows: 3; }*/

/*

code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }
*/

/* Images */
/*img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }*/
a img {
	border: none;
}
#main img {
	/*    width: auto;*/
}
#medical_report img {
	width: 80px;
}

/* Links */
/*a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }*/
/*a:link[href^="https://"]:after, a[href^="https://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }　リンク先を非表示のためにコメント*/
/* リンク先を非表示 */
a:link[href^="https://"]:after,
a[href^="https://"]:visited:after
{
	content: none;
}
a[href]:after {
	content: none !important;
}

/*abbr[title]:after { content: " (" attr(title) ")"; }*/

/* Don't show linked images  */
/*
a[href^="https://"] {color:#000; }
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }
*/

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after,
a[href^="javascript:"]:after {
	content: "";
}

/* Table */
table {
	margin: 1px;
	text-align: left;
}
/* th { border-bottom: 1px solid #333;  font-weight: bold; } */
/* td { border-bottom: 1px solid #333; } */
th,
td {
	padding: 4px 10px 4px 0;
}
tfoot {
	font-style: italic;
}
caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}
thead {
	display: table-header-group;
}
img,
tr {
	page-break-inside: avoid;
}

/* Hide various parts from the site
#header, #footer, #navigation, #rightSideBar, #leftSideBar 
{display:none;}
*/

/*other,*/
header #top_belt,
header #top_belt h1,
nav .navbar-header,
nav #gnavi {
	display: none !important;
}
nav .navbar-header {
	width: 100%;
}
#side_area {
	display: none;
}
.btn_telephone a,
.icon-telphone:before {
	color: #e9528e !important;
}
.tab-content ul li section {
	border: solid 1px #cccccc;
}
#slider .bx-wrapper {
	display: none;
}
