@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width: 94%;
    max-width: 900px;
    text-align: center;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #FFFFFF;
}

.st_wrap h1 {
	font-size: 23px;
    font-weight: 400;
	text-align: left;
	margin: 4% auto 3%;
	padding-bottom: 2%;
	padding-left: 2%;
	border-bottom: solid 1px #000;
}

.st_wrap h2 {
	font-size: 15px;
    font-weight: 400;
	text-align: left;
	margin: 5% auto 0;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 14px;
	text-align: left;
	margin: 4% auto 1%;
    padding: 0;
}


.st_wrap p {
	margin: 2% 0;
    text-align: left;
    font-size: 13px;    
    line-height: 1.7em;
}

.Sml {
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	margin: 1% 0;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.imageBlock {
	width: 90%;
	max-width: 700px;
	margin: 3% 0;
}

ul.list1 {
	width: 90%;
	text-align: left;
	margin: 1% auto;
	padding: 0;
	list-style: disc;
}

ul.list1 li {
	text-align: left;
	font-size: 13px;
	line-height: 1.8em;
}

table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
}


.table_style01 {
    width: 90%;
    max-width: 700px;
    font-size: 13px;
    text-align: center;
    line-height: 1.9em;
    margin: 3% auto;
}

td.size {
	width: 20%;
}

td.mm {
	width: 30%;
}



.sp {
	display:none;
}


@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
    
	
	.st_wrap h1 {
		font-size: 17px;
		margin: 6% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 13px;
    }
    
    .st_wrap p {
        font-size: 12px;
    }
	
	.table_style01 {
		width: 100%;
		font-size: 12px;
	}
    
}


