﻿@charset "utf-8";


/* パルム様設定*/
*{ margin:0; padding:0; box-sizing:border-box; }
i,em,address,q { font-style:normal; }

body {
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


html{
  overflow-y: scroll;
}


a{ color:#135CF0; text-decoration:none; }
a:hover {
opacity:0.75;
/*text-decoration: underline;*/
color: #FF0000;
}


li { list-style:none; }

/* これにより段落のあいだにちょうどいい空きができる */
p { margin-bottom:1em; }




.topics {
	padding: .6em 0 .4em .75em;
	background-color: #F07594;
	border-radius: 6px;
}


.backtohead {
	position:fixed;
	bottom:4em;
	right:3em;
	z-index:999;
}

.backtohead a {
	display:block;
	width:4em;
	padding:1em 0;	
	text-decoration:none;
	text-align:center;
	background-color:#C4660C;
	color:#fff;
	line-height:1;	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


/* グーグルマップをレスポンシブで使うための記述。https://inthecom.net/718 */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  
  /* パルムゲート追加設定　2016/11/12 */
  .backtohead { display:none; }
}
