/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015/06/23, 19:25:55
    Author     : LowSE01
*/

* {
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#container {
	width:100%;
}

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

header,footer,nav,article {
	padding:0px 10%;
}

header img {
	height:40px;
	margin-bottom:.25em;
}

select{
	min-width:5em !important;
}

header {
	padding-top:.5em;
	padding-bottom:.5em;
	border-bottom:2px solid rgb(239,239,239);
}
h1 {
	margin:0px;padding:0px;
	float:left;
}
h1 a:hover,
h1 a:visited,
h1 a:link,
h1 a:active {
	text-decoration:none !important;
}
h1 span {
	display:block;
	color:#CC0000;
	color:rgb(096,096,096);
	color:#CC0000;
	font-size:32px;
	font-weight:bold;
}
h1 span+span {
	margin-top:.5em;
	font-size:20px;
	color:rgb(168,168,168);
}
.Contact {
	color:rgb(168,168,168);
}
.Contact span {
	text-align:right;
	margin:0px;
	font-size:16px;
}
.Contact p {
	margin:0px;
	font-size:12px;
	font-weight:bold;
}
.Contact span.tel {
	color:#CC0000;
	font-size:24px;
	font-weight:bold;
	margin-right:.25em;
	display:inline;
}
.Contact span.memo {
	font-size:12.5px;
}

h2 {margin:1em 0px .5em;padding:0px;}
h2 span{
	font-size:20px;
	font-weight:bold;
	color:rgb(128,128,128);
	padding:.25em .5em;
	border-left:8px solid #CC0000;
}

h3 {
	border-bottom:1px solid rgb(240,240,240);
	padding:.25em;
}


/**
 * ナビゲーション
 */

nav{
	border-bottom:1px solid rgb(239,239,239);
}

nav li {
	padding:0px !important;
}

nav a {
	display:block;
	padding:.75em .75em 1.25em;
}
nav a:hover {
	background-color:#CC0000;
}

nav a * {
	vertical-align:middle;
	color:rgb(168,168,168);
}

nav a:hover * {
	color:#FFFFFF !important;
}

nav li i.glyphicon {
	font-size:16px;
}
nav li span {
	font-size:12px;
	padding-left:1em;
}

div.map{
	height:500px;
	border:1px solid gray;
}


input.datepicker {
	width:8em;
	text-align:center;
}

input.date {
	width:10em;
	text-align:center;
}

.badge-important{
	background-color:red;
}
input.zip-code {text-align:center;}
input.zip-code-3 {width:5em;}
input.zip-code-4 {width:6em;}

input.tel,input.fax		{text-align:center;}
input.tel-area,input.fax-area {width:5em;}
input.tel-local,input.fax-local {width:5em;}
input.tel-subscriber,input.fax-subscriber {width:5em;}

select.prefecture {width:8em;}
select.municipality {width:15em;}
select.time {;width:7em;}
select.domain {width:10em;}

img.photo {max-height:150px !important;}

textarea {
	resize: none;min-height: 16em;
}

input.person-name,input.login,input.passphrase,input.hospital_code {width:20em;}
img[src=''] {display:none;}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
}
.pagetop a {
    display: block;
    background-color: #fdd;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
}

.pagetop a:hover {
    display: block;
    background-color: red;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:10px;
}

dt {
	color:	rgb(128,128,128);
	font-weight:normal;
}
dd + dt{
	margin-top:.75em;
}

*[required]:invalid {
	background-image:	url('/assets/img/required.png');
	background-repeat:	no-repeat;
	background-position: 12px 50%;
	padding-left:50px !important;
}

*[required]:focus {
	background-image:	none !important;
	padding: 6px 12px	!important;
}

/*ul {*/
/*	padding:0px;*/
/*	margin:0px;*/
/*}*/
/*li {*/
/*	list-style-type:none;*/
/*}*/

/** プレースホルダーをフォーカス時に非表示にする */
input:focus::-webkit-input-placeholder		{color:transparent;}
input:focus:-moz-placeholder				{color:transparent;}
input:focus::-moz-placeholder				{color:transparent;}
textarea:focus::-webkit-input-placeholder	{color:transparent;}
textarea:focus:-moz-placeholder				{color:transparent;}
textarea:focus::-moz-placeholder			{color:transparent;}

/** add billing **/
.clear {
	clear: both;
}
.paging {
	float: left;
}
.link {
	margin:20px 10px;
//float: right;
}

#waiting {
	display: none;
}

.special-img-modal .modal-dialog {
    width: 900px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.special-img-modal .modal-header .close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #9b9b9b;
	opacity: 1;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.modal-header{
	padding: 15px 15px 50px;
}

.modal-button-close{
	line-height: 42px;
	font-size: 32px;
}

.modal-border{
	width: 380px;
	border: solid 1px #dddddd;
	margin-top: 150px;
	padding: 15px;
	float:right;
}

.e-mail-address{
	width: 20em;
}

.target_hospital label{
	font-weight: normal;
	cursor: pointer;
	margin-right: 15px;
}

.target_hospital input{
	margin-right: 5px;
}

.badge.target-ok{
	background-color: var(--success);
	border: 1px solid var(--success);
	color: #FFF;
	font-size: var(--font-size-sm);
	padding: 0.5em 0.8em;
}
.badge.target-ng{
	background-color: #FFF;
	background-color: var(--danger);
	border: 1px solid var(--danger);
	color: #FFF;
	font-size: var(--font-size-sm);
	padding: 0.5em 0.8em;
}

.attach_file_name {
	margin-top: 5px;
	display: block;
}

.thumbnail {
	width: 100px;
	height: 100px;
}