﻿@charset "utf-8";
body ,html {
	text-align:center;
	margin:0 auto; 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#header { 
	margin:20px; 
	text-align:center; 
	margin:0 auto; 
	line-height:1.5;
	background:#333; 
	padding:2px 0;
 }
#wrap { 
	text-align:center; 
	margin:0 auto; 
	width:720px; 
}

h1 { 
	font-size:18px; 
	margin-top:20px; 
	color:pink;
	letter-spacing:2px;
}

#nai{ 
	text-align:left; 
	font-size:14px; 
	line-height:1.8; 
	padding:1.5em 1em;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin:1.5em 0;
}
.s{
	font-size:15px; 
}
dd ,dt { 
	text-align:left; 
	font-size:14px; 
	line-height:1.5; 
	margin:1em 1.5em;
}
dd { 
	margin-bottom:20px;
	margin-left:2em;
}

dt { 
	padding-top:20px; 
	border-bottom: 1px solid #006eb0;
	width:93%;
}

.c1 {
	color:#000; 
	text-decoration:underline; 
	font-size:18px; 
	letter-spacing:2px;
	font-weight:600;
}
.c2 {
	color:red; 
	text-decoration:underline; 
	font-size:18px; 
	font-weight:600;
}

#close {
	text-align:center; 
	margin-right:30px; 
	padding-top:40px; 
}
.b1{
	font-weight:bold;
	padding:1px 10px;
	background:#006eb0;
	color:white;
	border-radius:5px 5px 0 0;
}
p{
	margin:2px 1em;
	padding-left:1em;
	text-indent:-1em;
}


/*戻るボタン*/
.back_btn-d{
    text-align:right;
    margin-top:5em;
    margin-bottom:1.5em;
}
.back_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 2em;
    text-decoration: none;
    font-weight:normal;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size:12px;
}

.back_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

@media only screen and (max-width: 480px) {
	#wrap { 
		width:95%;
	}
	.c2 {
		color:red; 
		text-decoration:underline; 
		font-size:14px; 
	}

	.c1 {
		color:#000; 
		text-decoration:underline; 
		font-size:14px; 
		letter-spacing:2px;
	}
.back_btn-d{
    text-align:center;
}
}
@media only screen and (max-width: 720px) {
	#wrap { 
		width:95%;
	}
	.bg { 
		font-size:15px; 
		margin-top:20px; 
		background:#333; 
		color:yellow; 
	}
	h1 { 
		font-size:16px; 
		text-align:left;
		padding-left:1em;
	}
dt { 
	width:90%;
}
}

@media print, screen and (min-width: 600px) {
    .br-sp { display:none;}
}