/* CSS Document */

.body
{
	padding-right: 4%;
	padding-left: 4%;
}

section
{
	padding-right: 4%;
	padding-left: 4%;
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 2em;
}

section h3
{
	padding: 0.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 20px;
	line-height: 100%;
}


section h4
{
	text-align: center;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 0.4em;
}

section p
{
	margin-bottom: 1em;
	text-align: justify;
	_zoom:1;
	overflow:hidden;
}

section strong,
section .bold
{
	font-weight: bold;
	color: #F00;
}

section .banner
{
	text-align: center;
}

section .photo,
section .photo_r
{
	text-align: center;
}


section .table
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section .table dt
{
}

section .table dd
{
}



section .btn
{
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #CCC;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	font-size: 30px;
	line-height: 100%;
}

section .btn_form
{
	cursor:pointer;
}


.wak_box
{
	padding: 1em;
	border: 1px solid #CCC;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}


img
{
	max-width: 100%;
	height: auto;
	width: auto;
}

.ec-topicpath
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.ec-topicpath__item
{
	position: relative;
	padding-right: 30px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

.ec-topicpath__item::before
{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	color: #000;
	position: absolute;
	top: 0px;
	right: 10px;
	left: auto;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	height: 16px;
}

.ec-topicpath__item a:hover
{
	color: #F00;
}

.ec-topicpath__item--active
{
	background-color: #ebe0c5;
	text-align: justify !important;
	font-size: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	display: block !important;
	color: #000;
	margin-top: 20px;
}




.job
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.job dt
{
	display: table-cell;
	width: 33%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #333;
	color: #FFF;
	text-align: center;
}

.job dt p
{
	text-align: center;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.job dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

.job dd:nth-child(6n)
{
	display: table-row;
	height: 10px;
}



.staff
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.staff dt
{
	display: table-cell;
	width: 50%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #efefef;
	text-align: center;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.staff dt .blog
{
	float: left;
}

.staff dt .blog a
{
	display: block;
	font-size: 14px;
	background-color: #333;
	color: #FFF;
}

.staff dt .blog a:hover
{
	background-color: #999;
	text-decoration: none;
}


.staff dt h5
{
	font-size: 18px;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
}

.staff dt p
{
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	padding: 8px;
}


.staff dd
{
	display: table-row;
	height: 10px;
}


.list_comment
{
	font-size: 14px;
	line-height: 120%;
	text-align: justify;
	word-break: break-all;
}

.price02-default
{
	font-weight: bold;
	color: #393;
	text-align: center;
}

.soldout
{
	font-size: 13px;
}

.category_head iframe
{
	 width: 100% !important;
}


@media (min-width: 768px)
{
.ec-layoutRole__mainBetweenColumn
{
	width: 60% !important;
}

.body
{
	padding: 0px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}


section .photo
{
	float: left;
	margin-right: 1em;
	text-align: left;
}

section .photo_r
{
	float: right;
	margin-left: 1em;
	text-align: right;
}

section .table
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section .table dt
{
	display: table-cell;
	width: 49%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

section .table dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

section .table dd:nth-child(4n)
{
	display: table-row;
	height: 10px;
}

section .btn
{
	width: 60%;
}


.job dt
{
	width: 24%;

}

.job dd,
.job dd:nth-child(6n)
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}


.job dd:nth-child(8n)
{
	display: table-row;
	height: 10px;
}

.staff dt
{
	display: table-cell;
	width: 50%;
}

.staff dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

.staff dd:nth-child(4n)
{
	display: table-row;
	height: 10px;
}



}

@media only screen and (min-width: 768px) and (min-width: 768px)
{



}

@media (min-width: 1200px)
{
.ec-layoutRole__mainBetweenColumn
{
	width: 720px !important;
}

.body
{
	width: 1200px;
}

}
