@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

@media all and (min-width: 811px){

/* 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', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 88%;
	line-height: 1.6;
	letter-spacing: 0.05em;
	/*background-image: url(../img/body_bg.png);
	background-position: center top;
	background-repeat: repeat;*/
	background-color: #fff;
}

/* general style
----------------------------------------- */
html{  
	overflow-y: scroll;
	overflow-x: auto;
}
p {
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	vertical-align: bottom;
}
strong{
	color: #CC3333;
}
span{
	font-size: 75%;
}
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:link {
	color: #663333;
	text-decoration: underline;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
a:active {
	color: #663333;
}
a[href^="tel:"] {
	color: #333;
	text-decoration: none;
    pointer-events: none;
}
/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left,
figure.left{
	float: left;
	clear: both;
	margin-right: 15px;
	padding-bottom: 15px;
}
img.center,
figure.center{
	clear: both;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img.right,
figure.right{
	float: right;
	clear: both;
	margin-left: 15px;
	padding-bottom: 15px;
}

.display-pc{
	display: inline;
}
.display-smart{
	display: none;
}

#a01,#a02,#a03{
	margin-top: -60px;
	padding-top: 60px;	
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}
a:hover img.imgover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
}