
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	color: #434343;
	font-family: sans-serif, "sans-serif", sans-serif;
	font-size: 90%;
	font-weight: 500;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2.img {
	background: url(images/h2_img.gif) no-repeat left  top 60px;
	font-size: 30px;
	padding-bottom: 30px;
	text-align: left;
}

h2.img em {
	display: block;
	font-size: 15px;
	font-style: normal;
	padding-bottom: 0px;
	padding-top: 30px;
}

h3.img {
	background: url(images/h3_img.gif) no-repeat left  top 40px;
	font-size: 20px;
	padding-bottom: 20px;
	text-align: left;
}

p {
	line-height: 2em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 75%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #434343;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.60;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

span.link-btn a,
a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 30px;
	border: 1px solid black;
	border-radius: 30px;
	margin: 0px auto;
	padding: 12px 90px 12px 70px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover ,
 a:hover.link-btn {
	background: black url(images/link_btn_wh.svg) no-repeat right 20px center;
	background-size: 30px;
	color: white;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 20px center;
	background-size: 30px;
	border: 1px solid black;
	border-radius: 30px;
	margin: 0px auto;
	padding: 12px 70px 12px 90px;
	text-align: center;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.orange {
	color: #ff7d00;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

span.marker,
strong.marker,
div.body  strong {
	background: url(images/marker.gif) repeat-x center bottom;
	margin: 0px 3px;
	padding: 0px 5px;
}

body#single div.body ul,
ul.list {
	border-top: 1px solid #e6d0a7;
	line-height: 1.5em;
}

body#single div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 9px 15px;
	background-size: 8px;
	border-bottom: 1px solid #e6d0a7;
	display: block;
	padding: 10px 0px 10px 28px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: #d1c4b0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table th {
	background-color: #5c80ac;
	border-bottom: 1px solid #baa689;
	border-top: 1px solid #5c80ac;
	color: white;
	padding: 25px 30px;
	text-align: center;
	width: 25%;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #5c80ac;
	border-left: 1px solid #5c80ac;
	border-top: 1px solid #5c80ac;
	padding: 25px 30px;
}

table.list-table tr.header th,
table.list-table tr.header td {
	background-color: #f8f0e3;
	color: black;
}

/***********************************************************************/
table.form-table {
	border-top: 1px solid #202f56;
}

table.form-table th {
	background-color: #202f56;
	border-bottom: 1px solid white;
	color: white;
	padding: 30px 30px 30px 20px;
	text-align: right;
	vertical-align: top;
	width: 24%;
}

table.form-table td {
	border-bottom: 1px solid #202f56;
	border-top: 1px solid #202f56;
	padding: 23px 10px 23px 25px;
}

table.form-table td.m {
	padding: 32px 0px 32px 25px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.a span,
table.form-table td.m span {
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td.m span {
	background-color: #202f56;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 1px solid #202f56;
	border-radius: 5px;
	font-family: sans-serif, "sans-serif", sans-serif;
	font-size: 100%;
	margin: 1px 0px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	padding: 10px;
	-webkit-border-radius: 5px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table textarea {
	font-family: inherit;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 500;
	width: 90%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0px;
}

input.submit {
	background: #202f56 url(images/link_btn_wh.svg)  no-repeat right 20px center;
	background-size: 30px;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1em;
	margin: 0px auto;
	-moz-border-radius: 100px;
	padding: 25px 120px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 100px;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td {
	padding-left: 40px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/
div.works-list ul li {
	display: block;
	margin: 40px 0px;
}

div.works-list ul li a {
	background: url(images/link_btn.svg) no-repeat right bottom;
	background-size: 30px;
	text-decoration: none;
}

div.works-list ul li a span.img {
	display: table-cell;
	vertical-align: top;
}

div.works-list ul li a span.img img {
	height: 100%;
	object-fit: cover;
	width: 160px;
}

div.works-list ul li a span.text {
	display: table-cell;
	margin: auto;
	padding-left: 30px;
	vertical-align: top;
	width: 470px;
}

div.works-list ul li a span.text strong {
	display: block;
}

div.works-list ul li a span.text span.detail {
	display: block;
	padding-bottom: 10px;
}

div.category {
	margin: 0px auto;
	text-align: center;
}

div.category h2 {
	color: #a69081;
}

span.category span a {
	color: white;
	padding: 8px 20px;
	text-decoration: none;
}

a span.category span {
	box-sizing: border-box;
	color: white;
	font-size: 90%;
	padding: 3px 20px;
}

span.category span.news a,
a span.category span.news {
	background-color: #4993bb;
}
span.category span.column a,
a span.category span.column {
	background-color: #6dac6a;
}

span.category span.consul a,
a span.category span.consul {
	background-color: #da82cb;
}

span.category span.oem a,
a span.category span.oem {
	background-color: #e98a7c;
}

span.category span.media a,
a span.category span.media {
	background-color: #5da798;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0px 10px;
}

div.page a.page-numbers {
	background-color: #a69081;
	color: white;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	background-color: #a69081;
	border: none;
	padding: 15px 50px;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #a69081;
	color: #a69081;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

body#single #header-img-detail {
	height: 250px;
}

body#single div.category {
	padding-top: 30px;
}

body#single div.category span a {
	border-radius: 30px;
	color: white;
	font-size: 90%;
	font-weight: bold;
	-moz-border-radius: 30px;
	padding: 5px 40px;
	text-align: center;
	-webkit-border-radius: 30px;
}

body#single p.date {
	padding-top: 20px;
	text-align: center;
}

body#single h1 {
	background: url(images/single_title_bg.gif) no-repeat center bottom;
	font-size: 30px;
	padding: 20px 0px 30px 0px;
}

body#single div.body {
	border: 3px solid #daba7e;
	border-radius: 10px;
	padding: 50px 100px;
}

body#single div.body h2 {
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	font-size: 150%;
	margin: 10px auto;
	padding: 10px;
}

body#single div.body figure {
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}

body#single div.body figure figcaption {
	margin-top: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	margin: 0px auto;
	padding: 30px 0px;
}

body#single div.body p {
	margin: 20px 0px;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body table td {
	border: 1px solid #7e7e7e;
	line-height: 1.5em;
	padding: 5px 10px;
}

body#single div.body figure.is-style-stripes table tr:nth-child(odd){
	background-color: #f2e6d1;
}

/***********************************************************************/
#header-bg {
	background-position: center top;
	background-repeat: no-repeat;
}

#header {
	background-color: rgba(255,255,255,0.8);
	height: auto;
	padding: 0px 0px 34px 0px;
	position: relative;
	text-align: right;
}

#header #header-copy {
	color: #434343;
	font-size: 10px;
	font-weight: 500;
	margin: 0px;
	padding: 5px 0px 0px 60px;
}

#header #header-logo {
	left: 50px;
	padding-top: 8px;
	position: absolute;
}

#header #header-logo img {
	height: auto;
	width: 135px;
}

#header-menu {
	display: block;
	height: 55px;
	width: auto;
}

#sp-icon {
	display: none;
}

ul#globalnav {
	background: none;
	display: block;
	font-size: 0px;
	padding: 10px 70px 0px 0px;
	position: static;
	width: auto;
}

ul#globalnav li {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1.2px;
	vertical-align: top;
}

ul#globalnav li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px 0px 30px;
	text-align: center;
	text-decoration: none;
}

ul#globalnav li a:hover {
	background-color: rgba(255,255,255,0);
	color: #ba8c36;
	filter: alpha(opacity=60);
	-moz-opacity: 1;
	opacity: 1;
}

ul#globalnav li a  em {
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
}

#title {
	height: 260px;
}

#title h1 {
	color: #434343;
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 80px 0px 15px 0px;
	text-align: center;
}

#title h1 em {
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1.2px;
}

#title-s p {
	color: #434343;
	font-size: 35px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
}

#title-s p a {
	text-decoration: none;
}

div.main {
	margin: 0px auto;
	width: 1000px;
}

div.main-s {
	margin: 0px auto;
	width: 900px;
}

#rightbtn {
	position: fixed;
	right: 0px;
	top: 20px;
	z-index: 100;
}

#rightbtn ul li {
	padding-bottom: 6px;
}

#rightbtn-sp {
	display: none;
}

div.bg-gray {
	background-color: #f1f1f1;
	padding: 20px 0px;
}

div.bg-beige {
	background-color: #ecdcbd;
	padding: 20px 0px;
}

#footer {
	background: url(images/footer_bg.jpg) no-repeat center top;
}

#footer h4 {
	padding: 90px 0px 50px 0px;
}

#footer p {
	text-align: center;
}

#footer ul#footernav {
	display: block;
	padding: 90px 0px 70px 0px;
	text-align: center;
}

#footer ul#footernav li {
	display: inline-block;
	line-height: 0em;
	padding: 10px 23px;
	text-align: center;
}

#footer ul#footernav li a {
	color: white;
	text-decoration: none;
}

#footer ul#footernav li a:hover {
	text-decoration: underline;
}

#footer p#footer-copyright {
	background-color: black;
	color: white;
	font-size: 70%;
	margin: 0px;
	padding: 15px 0px;
}

#pagetop {
	bottom: 70px;
	position: fixed;
	right: 20px;
}

#pagetop a {
	display: block;
	height: 80px;
	width: 80px;
}

#pagetop a img {
	height: auto;
	width: 100%;
}

