﻿ p{margin:0}
 p.main{margin-bottom: 1em}
 div.p_main{margin-bottom: 1em}

ul,ol{
 margin-top:0;
 margin-bottom:0;
}

.credit{
 margin-top:3em;
 font-size:0.8em
}

.credit li
{
  list-style-type: circle
}

.info
{
 font-size:0.8em
}

.alert
{
 color:red
}

/*サイト全体の設定*/
.footer
{
 margin-top: 1.5em;
 text-align: center;
}


body
{
 margin:0 auto;
}

/*タグの設定*/
h1
{
 text-align: center;
 background-color: #47719c
}

h2,h3,h4
{
 margin: 1em 0 0.2em 0;
}

h3
{
 border-bottom: 1px dotted black;
}

.keymo_button {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 5px 20px;
	background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42aaff),
		to(#003366));
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 3px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}



span.info
{
 clear:both;
 display: block;
}
span.info:before
{
 content: "※"
}
span.alert
{
 clear:both;
 display: block;
}
span.alert:before
{
 content: "・"
}


ul,ol
{
 -webkit-padding-start: 1.5em;
}

/*ページ個別の設定*/
.main_menu li
{
 margin: 0.3em 0;
}

div.main
{
 margin:0 1.0em;
}

.faq
{
 list-style-type: none;
}

.faq li
{
 margin-bottom: 1em;
}

ol.normal li
{
 margin-bottom: 0;
}
.question
{
  color: blue;
  text-indent: -1em;
}

.answer
{
  text-indent: -1em;
}

.notice {
  margin: 2em 0 2em 0;
  font-size: 0.9em;
  line-height: 1.5em;
}
.notice h2,h3 {
  text-align: center;
  font-size: 1em;
}
.notice h2 {
  margin: 0;
  font-weight: lighter;
}
.notice h3 {
  margin: 0.2em 0 2em 0;
  border-bottom: none;
}
.notice .notice_device {
  margin: 1.5em 0 0 0;
}
.notice a {
	overflow-wrap: break-word;
}