@charset "utf-8";

a:link, a:visited {
    color: #EA7C7E;
}
.wrapper {
	width:1100px;
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
	overflow:hidden;
	font-size:12px;
	padding-bottom:40px;
}
article {
	overflow:hidden;
	margin:10px 20px 40px;
	display:block;
	width:1060px;
	text-align:left;
	line-height:1.5;
}
h3{
    background-color: #ffbfc0;
    font-size: 16px;
	padding:3px 0;
    padding-left: 10px;
    font-weight: bold;
	margin-bottom:10px;
	margin-top: 40px;
}
p, dl, ul, form, textarea {
	margin:10px 20px;
}
dl {
	margin-top:15px;
}
dl dt {
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
	margin-top: 10px;
}
dl dd {
	margin-bottom:5px;
	margin-left: 5px;
}
dl dd a {
	background-image:url("../common/img/yajirushi.jpg");
	background-repeat:no-repeat;
	background-position:2% center;
	padding-left:20px;
}
dl dd a:hover {
	opacity:0.7;
}

@media screen and (max-width: 768px) {
	.wrapper {
		width:100%;
	}
	article, select {
		width:95%;
		margin:0 auto;
	}
	h3 {
		width:100%;
	}
	p, dl, ul, form, textarea {
		margin:10px 0;
	}
}

ul.enqmenu {
	display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
    margin-bottom: 0;
	margin-left: 0;
    margin-top: 20px;
}
ul.enqmenu li {
	display: table-cell;
}
ul.enqmenu li a {
	display: block;
    background-color: #CCCCCC;
    padding: 10px 15px;
    padding-left: 5px;
    font-size: 12px;
    border-radius: 2px;
    color: #673536;
    text-decoration: none;
}
ul.enqmenu li a:before {
    content: "＞";
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
ul.enqmenu li a:hover {
	opacity:0.7;
}
.toggle_button {
	display: block;
    background-color: #CCCCCC;
    padding: 10px 15px;
    padding-left: 5px;
    font-size: 14px;
    border-radius: 2px;
    color: #673536;
    text-decoration: none;
    width: 200px;
}
.toggle_button:before {
    content: "＞";
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
.toggle_button:hover {
	cursor: pointer;
	opacity:0.7;
}
dl.old_list {
	display:none;
}
@media screen and (max-width: 768px) {
	ul.enqmenu {
    	display: block;
		margin-top: 10px;
	}
	ul.enqmenu li {
	    display: inline-block;
	    margin: 5px;
	}
}