@charset "utf-8";
/*
	共通スタイル
*/
h2 {
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-indent: 0px;
	color: #664F00;
	font-size: 108%;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-color: #A3974E;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	background: #edebdf;
	background: -moz-linear-gradient(top,  #edebdf 1%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#edebdf), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #edebdf 1%,#ffffff 100%);
	background: -o-linear-gradient(top,  #edebdf 1%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #edebdf 1%,#ffffff 100%);
	background: linear-gradient(to bottom,  #edebdf 1%,#ffffff 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edebdf', endColorstr='#ffffff',GradientType=0 );
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 1px 1px 1px 1px rgba(225,225,223,1.0);
}

div#menu {
	margin-bottom: 10px;
}

ul.menu {
	margin-bottom: 10px;
}

div#myFooter p {
	text-align: center;
	margin: 0px;
}

.ui-mobile img {
	max-width: 100%;
}

div#linkforpc {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#linkforpc p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.clearboth {
	clear: both;
}

.ui-collapsible-heading-toggle {
    white-space : normal;
}
