@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	font-family:"メイリオ", Meiryo;
}
h1 {
    font-size: 23px;
    margin: 25px 0px;
    color: #333;
	text-align:center;
}



@media screen and (min-width: 600px){
	
	
#wrapper {
	width:100%;
	padding-bottom:40px;
}


/* ------ block_s ------ */

#contents .block_s {
	margin:30px 0px;
}

#contents .block_s h2 {
	padding: 7px 10px;
	font-size: 16px;
	background: #f7f7f7;
}

#contents .block_s h2 a {
	text-decoration:underline;
}

#contents .block_s ul {
	margin:15px 0;
}

#contents .block_s li {
	width: 220px;
    float: left;
    margin: 2px 10px;
}



/* ------ block_b ------ */

#contents .block_b {
	margin:30px 0px;
}

#contents .block_b h2 {
	padding: 7px 10px;
	font-size: 16px;
	background: #f7f7f7;
}

#contents .block_b dt {
	margin-bottom:10px;
	font-weight:bold;
	border-width: 0 0 0 3px;
    border-color: #f9423a;
    border-style: solid;
    padding-left:7px
}

#contents .block_b dl {
	width: 220px;
    float: left;
    margin: 15px 10px;
}

#contents .block_b li {
	margin:5px 0;
}


/* -------------------- ページ上部へ -------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	width:100px;
	margin:0px;
}
#pagetop a {
	background: #DACCB7;
	text-decoration: none;
	color: #666;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#pagetop a:hover {
	text-decoration: none;
	background: #999;
}

}

@media screen and (max-width:599px){

/* ------ wrapper ------ */
#wrapper {
	display:block;
	width:100%;
	padding:13px 0;
}

#contents {
	background:#fff;
	width:90%;
	padding-bottom: 5px;
	
}
 
.h1_tx {
	width:100%;
}

/* ------ block_s ------ */

#contents .block_s h2 {
	padding: 7px 10px;
	font-size: 16px;
	background: #f7f7f7;
}

#contents .block_s ul {
	margin:10px 0;
}

#contents .block_s li {
	margin-left:8px;
	margin-bottom:18px;
}

/* ------ block_b ------ */

#contents .block_b h2 {
	padding: 7px 10px;
	font-size: 16px;
	background: #f7f7f7;
}

#contents .block_b dt {
	margin-bottom:7px;
	font-weight:bold;
	border-width: 0 0 0 3px;
    border-color: #542218;
    border-style: solid;
    padding-left:4px
}

#contents .block_b dl {
	width: 220px;
    float: left;
    margin: 10px 10px;
}

#contents .block_b li {
	margin-bottom:18px;
}

#contents .block_b br {
	display:none;
}


/* -------------------- ページ上部へ -------------------- */

#pagetop {
    display: none;
    text-align: center;
    width: 100%;
}

}
