@charset "utf-8";
/*
	共通スタイル
*/
div#menu {
	margin-bottom: 10px;
	text-align: center;
}

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;
}





h1 {
	font-size: 93%;
	font-weight: normal;
	margin: 0px;
}

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: 20px;
	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);
}

h3 {
	border-bottom-style: dashed;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-indent: 15px;
	color: #664F00;
	font-size: 108%;
	background-image: url(../images/contents/sub_title.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-color: #DEDABE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

h4 {
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #9B7800;
	font-size: 100%;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-color: #DEDABE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

h5 {
	color: #9B7800;
	font-size: 85%;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #DEDABE;
	border-top-width: 1px;
	border-top-color: #DEDABE;
}

p {
	margin: 0px;
	padding: 0px;
}

.clearboth{
	clear: both;
}

div.text-block {
	margin-top: 0px;
	margin-bottom: 40px;
	/* font-size: 116%; */
	color: #404040;
	line-height: 1.6em;
	padding: 0px;
}

img.title {
	margin-bottom: 0px;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

p em {
	color: #FF810F;
	font-style: normal;
	font-weight: bold;
	margin-right: 3px;
}

p.center {
	text-align: center;
}

#go-pagetop {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
}
