@charset "utf-8";

body {
font-family: "游ゴシック", YuGothic,sans-serif;
font-weight: normal;
font-size: ;
color: #333333;
line-height: 1.4;
}
a, a:visited  {
color: #2d5f19;
}
a:hover { 
color: #2d5f19;
}
/* for Smart Phone */
@media print, screen and (max-width:767px) {
.parts_anchor {
	margin-top : -0px;
	padding-top : 0px;
}
h1 {
	font-size: 22px;

	line-height: 26px;

	font-weight: bold;

	color: #683500;

	text-align: center;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 15px;

	margin-left: 0px;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;
}
h2 {
color:#8E6840;

border-bottom: 6px double #683500;

text-align: center;

padding-bottom: 10px;

margin: 30px 0 30px 0

font-size: 20px;
}
h3 {
border-left: 6px solid #683500;

font-size: 20px;

padding: .25em 0 .2em .7em;

line-height: 1.2em
}
}
/* for Tablet & PC */
@media print, screen and (min-width:768px) {
h1 {
	font-size: 28px;

	line-height: 32px;

	font-weight: bold;

	color: #683500;

	text-align: center;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 15px;

	margin-left: 0px;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;
}
h2 {
color:#8E6840;

border-bottom: 6px double #683500;

text-align: center;

padding-bottom: 5px;

margin: 30px 0 30px 0
}
h3 {
padding: .25em 0 .25em .75em;

border-left: 6px solid #683500;


}
}
