body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-left: 5px;
	line-height: 1.5em;
	text-align: left;
	font-size: 130%;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #44bba7;
}

p {
font-family: serif;
line-height: 1.3em;
text-align: left;
font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
color: #666666;
}

p.question {
        cursor: pointer;
        margin: 10px;
		font-size: 150%;
		padding: 20px;
        background: #dbe2f1;
		
}

h1.question {
		color: 44bba7;
}

p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin: 10px;
		font-size: 150%;
        padding: 20px;
}

under.answer {
border-bottom: solid 3px #9ad6cc;
	   
}

p.answer2:hover {
        text-decoration: underline;
}




article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:2px;
    border:0;
    border-top:2px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input, select {
    vertical-align:middle;
}

a {
    display: block;
}

a {
    -webkit-tap-highlight-color:transparent;
}

.i:hover {
  filter: brightness(90%);
}