@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

em, address{
	font-style: normal;
}

a img{
	text-decoration: none;
}

.offscreen{
	position: absolute;
	top: -9999px;
}

/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 80%;
	line-height: 1.6;
	letter-spacing: 0.05em;
	/*background-image: url(../img/body_bg.gif);*/
}

/* general style
----------------------------------------- */
html{  
	overflow-y: scroll;
	overflow-x: auto;
}
p {
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	vertical-align: bottom;
}
strong{
	color: #DD3952;
	font-weight: bold;
}
span{
	font-weight: bold;
}
#form-area span.required{
	float: right;
	clear: right;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: normal;
    margin-right: 5px;
    padding: 1px 2px;
	background-color: #CC3333;
    border: #CC3333 solid 1px;	
}


/* link style
----------------------------------------- */
a{
	color: #1F4561;
	text-decoration: underline;
}
a:hover {
	color: #1F4561;
	text-decoration: none;
}
a:active {
	color: #1F4561;
}
/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left,
img.alignleft,
figure.left{
	float: left;
	clear: both;
	margin-right: 5.263%;
	padding-bottom: 15px;
}
img.center,
img.aligncenter,
figure.center{
	clear: both;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img.right,
img.alignright,
figure.right{
	float: right;
	clear: both;
	margin-left: 5.263%;
	padding-bottom: 15px;
}

.gmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmapr object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map iframe,
#map object,
#map embed{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.youtube{
	width: 100%;
	margin-bottom: 20px;
	padding-top: 56.25%;
	position: relative;
}
.youtube iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

a.btn01{
	color: #FFF;
	font-weight: bold;
	margin: 15px 0px;
	padding: 15px 40px 15px 60px;
	background-color: #6DC0A0;
	background-image: url(../img/dental_icon02.png);
	background-repeat: no-repeat;
	background-position: 28px 16px;
	border-radius: 25px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
a.btn01:hover{
	background-color: #3F9997;
}

#topcontrol{
    padding: 10px;
	background: rgba(204,204,204,0.4);
}

@media all and (min-width: 769px){
.display-pc{
	display: inline;
}
.display-sp{
	display: none;
}
}
@media all and (max-width: 768px){
.display-pc{
	display: inline;
}
.display-sp{
	display: none;
}
}
@media all and (max-width: 640px){
.display-pc{
	display: none;
}
.display-sp{
	display: inline;
}
}
