@charset "utf-8";

/* ----------------------------------
          　　リセット
------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}



/* ----------------------------------
          　　スタイル
------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}

#wrap{
	box-sizing:border-box;
	margin:0 auto;
	padding:1.5em;
	border:3px solid #d9d9d9;
	border-radius:8px;
	margin-top:3em;}

/* tab-pc */
@media only screen and (min-width: 768px) {
#wrap{
	width:600px;}	
}

/* sp */
@media screen and (max-width: 767px) {
#wrap{
	width:90%;}
}
p{
	margin-bottom:2em;
	line-height:1.5em;}

.dl_basic01{
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	padding:1em 0;
	margin-bottom:2em;}
.dl_basic01 dt {
	font-weight:bold;
	margin-bottom:0.5em;
	border-left:8px solid #c4392a;
	padding-left: 0.5em;
}
.dl_basic01 dd {
	padding:0.5em;
}


.disc li {
	list-style: disc;
}

.list_basic01 li {
	margin-bottom: 10px;
	margin-left:1em;
}
.list_basic01 li:last-child {
	margin-bottom: 0;
}
.table_basic01 {
	font-size:0.9em;
	line-height:1.5em;
	width: 90%;
	margin:0 auto;
	margin-top:1em;
}
.table_basic01, .table_basic01 th, .table_basic01 td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0.4em 1em;
	box-sizing: border-box;
}
.table_basic01 th {
	color: #333;
	font-weight: normal;
	background-color: #F3F3F3;
}
.table_basic01 th {
	text-align: left;
}

/* ----------------------------------
          　　　画像
------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* tab-pc */
@media only screen and (min-width: 768px) {
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}
}

/* sp */
@media screen and (max-width: 767px) {
.aligncenter {
	text-align: center;
}
}
#bnr-main{
	margin:2em 0;}
