/* ----------------------------------------------------------------header*/
header {
	text-align: left;
}
h1 {
	position: absolute;
	top: 5px;
	left: 15px;
	padding-right: 80px;
	line-height: 1.1;
	text-align: left;
	color: #947151;
	font-size: 10px;
}
.online_shop {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
.online_shop img {
	width: 80px;
	height: 80px;
}

@media print, screen and (min-width:768px) {
h1 {
	left: 20px;
}
.header_logo img {
	width: auto;
	height: auto;
}
.header_contact img {
	width: auto;
	height: auto;
	margin-left: 10px;
}
.online_shop img {
	width: auto;
	height: auto;
}
#toggle {
	display: none;
}
}
/*------------------------------------------------------------header_area*/
#header_area {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#header_area #header {
	position: relative;
	margin-top: 38px;
	padding-bottom: 10px;
}
#header_area #header::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 55%;
	height: 100%;
	content: "";
}
/* #header_area.omotesando-shop #header::after {
	background: url(../img/omotesando-shop_img/pagetitle_bg.jpg) left bottom no-repeat;
	background-size: cover;
	background-size: 100% 100%;
} */
#header_area.omotesando-shop #header::after {
	background: url(../img/omotesando-shop_img/pagetitle_bg.jpg) left bottom no-repeat;
	background-size: 1600px auto;
}
@media (max-width: 768px){
#header_area.omotesando-shop #header::after {
		background: url(../img/omotesando-shop_img/pagetitle_bg.jpg) left bottom no-repeat;
		background-size: auto 100%;
}
}
#header_area.school #header::after {
	background: url(../img/school_img/pagetitle_bg.jpg) left bottom no-repeat;
	background-size: cover;
}
#header_area.policy #header::after {
	background: url(../img/policy_img/pagetitle_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#header_area.company #header::after {
	background: url(../img/common_img/shine.png) left bottom no-repeat, url(../img/company_img/pagetitle_bg.jpg) center bottom no-repeat;
	background-size: auto 100%, cover;
}
#header_area.wholesale #header::after {
	background: url(../img/common_img/shine.png) left bottom no-repeat, url(../img/wholesale_img/pagetitle_bg.jpg) center bottom no-repeat;
	background-size: auto 100%, cover;
}
#header_area.news #header::after {
	background: url(../img/news_img/pagetitle_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#header_area #header div {
	position: relative;
	width: 45%;
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
	z-index: 100;
}
#header_area #header div #logo {
	margin-bottom: 10px;
}
#header_area #header div #logo img {
	width: auto;
	height: 108px;
}
#header_area #header div ul {
	clear: both;
	text-align: center;
	font-size: 0;
}
#header_area #header div ul li {
	display: inline-block;
	margin: 0 3px;
}
#header_area #header div ul li a {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 9px;
	line-height: 0;
	text-align: center;
	vertical-align: top;
	font-size: 0;
	border-radius: 100%;
	border: solid 1px rgba(148,113,81,1.0);
	transition: 0.5s all;
}
#header_area #header div ul li a:hover {
	background: rgba(148,113,81,0.6);
}
#header_area #header div ul li a img {
	width: 20px;
	height: 20px;
	vertical-align: top;
}
#header_area #sitetitle {
	position: relative;
	width:320px;
	margin-top: 15px;
	margin-left: 15px;
	line-height: 1.3;
	font-size: 18px;
	color: #2e0d03;
	z-index: 100;
	text-align:left;
	text-shadow:1px 0 1px #fff,0 -1px 1px #fff,-1px 0 1px #fff,0 1px 1px #fff;
}
#header_area #sitetitle span {
	display: block;
	font-size: 14px;
	color: #947151;
	margin-top: 8px;
}
#header_area #sitetitle a {
	text-decoration: none;
	color: #947151;
}
#header_area h2 {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 24px;
	color: #2e0d03;
	z-index: 100;
	white-space:nowrap;
	text-shadow:1px 0 1px #fff,0 -1px 1px #fff,-1px 0 1px #fff,0 1px 1px #fff;
}

@media print, screen and (min-width:480px) {
#header_area #header {
	margin-top: 20px;
	margin-right: 15px;
	padding-bottom: 10px;
}
#header_area #header::after {
	width: 65%;
}
#header_area #header div {
	width: 35%;
}
}

@media print, screen and (min-width:768px) {
#header_area #header {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#header_area #header::after {
	width: 76%;
}
#header_area #header div {
	width: 24%;
	padding-top: 20px;
}
#header_area #header div #logo {
	margin-bottom: 30px;
}
#header_area #header div #logo img {
	width: auto;
	height: auto;
}
#header_area #sitetitle {
	margin-top: 30px;
	margin-left: 60px;
	font-size: 22px;
}
#header_area #sitetitle span {
	font-size: 18px;
}
#header_area h2 {
	margin-top: 30px;
	margin-left: 60px;
	font-size: 40px;
}
}
/*------------------------------------------------------------glonavi*/
nav#glonav {
	display: none;
}
nav#glonav.fixed {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 10px 0;
	text-align: center;
	animation: glonavslide linear .3s 1;
	-webkit-animation: glonavslide linear .3s 1;
	background: rgba(255,255,255,0.9);
	z-index: 9999;
}
@keyframes glonavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
@-webkit-keyframes glonavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
nav#glonav.fixed #toggle {
	position: absolute;
	top: 10px;
	left: 15px;
}
nav#glonav.fixed #toggle span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/common_img/menu.png) center center no-repeat rgba(148,113,81,1.0);
	background-size: 24px 24px;
}
nav#glonav.fixed #toggle span.opennav {
	background: url(../img/common_img/menu_close.png) center center no-repeat rgba(148,113,81,1.0);
	background-size: 24px 24px;
}
nav#glonav.fixed .online_shop_s {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 40px;
	height: 40px;
}
nav#glonav.fixed .online_shop_s a {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	background: rgba(148,113,81,1.0);
}
nav#glonav.fixed .online_shop_s img {
	width: auto;
	height: 35px;
	margin-top: -5px;
}
#mainnavi {
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.9);
}
#mainnavi ul {
	overflow: hidden;
}
#mainnavi ul li {
	position: relative;
	text-align: center;
}
#mainnavi ul li::after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	content: "";
	background: rgba(148,113,81,0.6);
}
#mainnavi ul li:first-child::after {
	display: none;
}
#mainnavi ul li a {
	color: #2e0d03;
	text-decoration: none;
	display: block;
	padding: 15px 0;
}
#mainnavi ul li a:hover, #mainnavi ul li.active a {
	color: #947151;
}

@media print, screen and (min-width:768px) {
nav#glonav {
	display: block;
	position: relative;
	min-width: 1140px;
	height: 70px;
	text-align: center;
}
#mainnavi {
	position: relative;
	display: block;
	height: 70px;
	top: 0;
	margin: 0;
	padding-bottom: 0;
	background: none;
}
#mainnavi ul {
	display: inline-block;
	font-size: 0;
}
#mainnavi ul li {
	display: inline-block;
	vertical-align: top;
}
#mainnavi ul li::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-left: 0;
	margin-top: -7px;
	content: "";
	background: rgba(148,113,81,0.6);
}
#mainnavi ul li a {
	height: 70px;
	padding: 0 35px;
	line-height: 70px;
}
#mainnavi ul li:last-child a {
	border-right: 0;
}
nav#glonav .online_shop_s {
	display: none;
}
nav#glonav.fixed {
	height: 70px;
	padding: 0;
	text-align: left;
	animation: glonavslide linear .3s 1;
	-webkit-animation: glonavslide linear .3s 1;
	z-index: 9999;
}
nav#glonav.fixed #toggle {
	display: none;
}
nav#glonav.fixed .online_shop_s {
	display: block;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
}
nav#glonav.fixed .online_shop_s a {
	display: block;
	width: 70px;
	height: 70px;
	padding-top: 22px;
	transition: 0.5s all;
}
nav#glonav.fixed .online_shop_s a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
nav#glonav.fixed .online_shop_s img {
	width: auto;
	height: 45px;
	margin-top: -10px;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
#pagetitle {
	margin-bottom: 30px;
}
}
/*------------------------------------------------------------subnavi*/
/*subnavi*/
p.side_title {
	margin-bottom: 15px;
	padding: 3px 0 3px 10px;
	line-height: 1.2;
	font-weight: bold;
	border-left: 3px solid #947151;
	color: #947151;
}
.subnavi {
	margin-bottom: 10px;
}
.subnavi {
	border-top: 1px dotted rgba(148,113,81,0.6);
}
.subnavi li {
	border-bottom: 1px dotted rgba(148,113,81,0.6);
}
.subnavi li a {
	padding: 10px 0;
	display: block;
}
.subnavi li a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
.subnavi {
	margin-bottom: 20px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	text-align: left;
	padding: 30px 0;
	color: #5f3b1a;
	background: #c8bea3;
	clear: both;
}
#footerinfo {
	font-size: 0;
}
#footerinfo p.logo {
	float: left;
	margin-right: 15px;
}
#footerinfo p.logo img {
	width: 50px;
	height: auto;
}
#footerinfo p.tx {
	overflow: hidden;
}
#footerinfo p.tx .space {
	display: none;
}
#footerinfo p.tx a {
	text-decoration: none;
	color: #5f3b1a;
}
#footerinfo p.tx a.btn_map {
	display: inline-block;
	width: 68px;
	height: 22px;
	margin-left: 5px;
	padding-left: 15px;
	line-height: 20px;
	text-decoration: none;
	color: #5f3b1a;
	border: solid 1px #947151;
	background: url(../img/common_img/arrow02.png) right center no-repeat rgba(148,113,81,0);
	background-size: auto 20px;
	transition: 0.5s all;
}
#footerinfo p.tx a.btn_map:hover {
	background: url(../img/common_img/arrow02.png) right center no-repeat rgba(148,113,81,0.5);
	background-size: auto 20px;
}
#footerlink {
	margin-top: 20px;
	text-align: center;
}
#footerlink ul {
	font-size: 0;
}
#footerlink ul li {
	display: inline-block;
	margin: 0 11px;
}
#footerlink ul li a {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 9px;
	line-height: 0;
	text-align: center;
	vertical-align: top;
	font-size: 0;
	border-radius: 100%;
	border: solid 1px rgba(255,255,255,1.0);
	transition: 0.5s all;
}
#footerlink ul li a:hover {
	background: rgba(255,255,255,0.5);
}
#footerlink ul li a img {
	width: 20px;
	height: 20px;
	vertical-align: top;
}
#footerlink p {
	margin-top: 15px;
}
#footerlink p a {
	display: inline-block;
	width: 164px;
	height: 40px;
	padding-left: 40px;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background: url(../img/common_img/icon_cart.png) 22px center no-repeat rgba(148,113,81,1.0);
	background-size: 25px 25px;
	transition: 0.5s all;
}
#footerlink p a:hover {
	background: url(../img/common_img/icon_cart.png) 22px center no-repeat rgba(148,113,81,0.6);
	background-size: 25px 25px;
}
footer nav {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
footer nav::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 280px;
	height: 1px;
	margin-left: -140px;
	content: "";
	background: #ada07e;
}
footer nav ul {
	font-size: 0;
}
footer nav ul li {
	display: inline-block;
	margin: 5px 10px;
}
footer nav ul li a, footer nav ul li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #5f3b1a;
}
footer nav ul li a:hover {
	text-decoration: underline;
	color: #5f3b1a;
}
small {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

@media print, screen and (min-width:480px) {
#footerinfo p.tx .space {
	display: inline;
}
#footerinfo p.tx .pc_nowrap {
	display: none;
}
#footerinfo p.tx a.btn_map {
	margin-left: 15px;
}
}

@media print, screen and (min-width:768px) {
footer {
	padding: 70px 0;
}
#footerinfo {
	float: left;
	margin-bottom: 65px;
}
#footerinfo p.logo {
	margin-right: 45px;
}
#footerinfo p.tx {
	overflow: hidden;
}
#footerinfo p.tx a {
	transition: 0.5s all;
}
#footerinfo p.tx a:hover {
	background: url(../img/common_img/arrow02.png) right center no-repeat rgba(148,113,81,0.5);
	background-size: auto 20px;
}
#footerlink {
	float: right;
	margin-top: 0;
}
#footerlink p {
	margin-top: 24px;
}
footer nav {
	clear: both;
	margin-top: 0;
	padding-top: 50px;
}
footer nav::after {
	width: 360px;
	margin-left: -180px;
}
footer nav ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 35px;
	text-align: center;
}
footer nav ul li::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-left: 0;
	margin-top: -7px;
	content: "";
	background: #877056;
}
footer nav ul li:first-child::after {
	display: none;
}
small {
	margin-top: 48px;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	clear: both;
}
#pankuzu ol {
	display: inline-block;
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
#pankuzu {
	margin: 20px 0 50px;
}
}
/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------content*/
.content_bg01 {
	padding: 30px 0;
}
.content_bg02 {
	padding: 30px 0;
	background: #edebe4;
}

@media print, screen and (min-width:768px) {
.content_bg01 {
	padding: 60px 0;
}
.content_bg02 {
	padding: 60px 0;
}
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted rgba(148,113,81,0.6);
}
.sheet_basic tr th, .sheet_basic tr td {
	border-bottom: 1px dotted rgba(148,113,81,0.6);
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted rgba(148,113,81,0.6);
	border-right: 0 dotted rgba(148,113,81,0.6);
	border-bottom: 0 dotted rgba(148,113,81,0.6);
	border-left: 0 dotted rgba(148,113,81,0.6);
}

@media print, screen and (min-width:768px) {
hr.line_01 {
	margin: 40px 0px;
}
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 1.1;
	font-size: 22px;
	color: #947151;
	border-left: solid 4px #947151;
}
.title02 {
	font-size: 19px;
	color: #947151;
	margin-bottom: 15px;
}

@media print, screen and (min-width:768px) {
.title01 {
	margin-bottom: 30px;
	padding-left: 20px;
	line-height: 1.2;
	font-size: 36px;
}
.title02 {
	font-size: 28px;
	margin-bottom: 20px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a img.hoverimg {
	transition: 0.5s all;
}
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------Page Top*/
#pagetop {
	position: fixed;
	bottom: -10px;
	right: 15px;
	z-index: 9999999;
}
#pagetop:hover {
	bottom: 0;
	transition: all 0.3s ease;
}
/*------------------------------------------------------------other*/
.imeoff {
	ime-mode: disabled;
}
.imeactive {
	ime-mode: active;
}
/*n_margin*/
.n_margin {
	margin-top: -90px;
	padding-top: 90px;
}

@media print, screen and (min-width:768px) {
.n_margin {
	margin-top: -190px;
	padding-top: 190px;
}
}
.sp_nowrap {
	display: none;
}

@media print, screen and (min-width:768px) {
.sp_nowrap {
	display: inline;
}
}
/*btn_link*/
.btn_link {
	margin-top: 20px;
}
.btn_link a {
	display: inline-block;
	width: 260px;
	height: 38px;
	padding: 0 20px;
	text-align: left;
	line-height: 38px;
	text-decoration: none;
	color: #fff;
	background: url(../img/common_img/arrow01.png) right center no-repeat #947151;
	background-size: 20px auto;
}

@media print, screen and (min-width:768px) {
.btn_link {
	margin-top: 40px;
}
.btn_link a {
	transition: 0.5s all;
}
.btn_link a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}
/*phbgbox*/
.phbgbox_l {
	position: relative;
	margin-bottom: 20px;
	padding: 120px 0 0 15px;
}
.phbgbox_l::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 180px;
	content: "";
}
.phbgbox_l .container div.wrap_box {
	position: relative;
	padding: 15px 0 15px 15px;
	background: #fff;
	z-index: 100;
}

@media print, screen and (min-width:768px) {
.phbgbox_l {
	margin-bottom: 40px;
	padding: 210px 0 0 0;
}
.phbgbox_l::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 460px;
	content: "";
}
.phbgbox_l .container div.wrap_box {
	position: relative;
	margin-left: 472px;
	padding: 36px 20px 36px 36px;
	background: #fff;
	z-index: 100;
}
.phbgbox_l .container div.wrap_box p span {
	letter-spacing: -10px;
}
}
.phbgbox_r {
	position: relative;
	margin-bottom: 20px;
	padding: 120px 15px 0 0;
}
.phbgbox_r::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: 180px;
	content: "";
}
.phbgbox_r .container div.wrap_box {
	position: relative;
	padding: 15px 15px 15px 0;
	background: #fff;
	z-index: 100;
}

@media print, screen and (min-width:768px) {
.phbgbox_r {
	margin-bottom: 40px;
	padding: 210px 0 0 0;
}
section#omotesando_sec08 {
    padding-top: 150px;
}

.phbgbox_r::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 460px;
	content: "";
}
.phbgbox_r .container div.wrap_box {
	position: relative;
	margin-right: 472px;
	padding: 36px 36px 36px 20px;
	background: #fff;
	z-index: 100;
}
.phbgbox_r .container div.wrap_box p span {
	letter-spacing: -10px;
}
}
/*figbox*/
.figbox_l .tx {
}
.figbox_l figure {
	margin-top: 10px;
	text-align: center;
}
.figbox_l figure img {
	width: 280px;
	height: auto;
}

@media print, screen and (min-width:768px) {
.figbox_l .tx {
	float: right;
	width: 650px;
}
.figbox_l figure {
	float: left;
	width: 460px;
	margin-top: 0;
	margin-right: 30px;
}
.figbox_l figure img {
	width: 460px;
	height: auto;
}
}
.figbox_r .tx {
}
.figbox_r figure {
	margin-top: 10px;
	text-align: center;
}
.figbox_r figure img {
	width: 280px;
	height: auto;
}

@media print, screen and (min-width:768px) {
.figbox_r .tx {
	float: left;
	width: 650px;
}
.figbox_r figure {
	float: right;
	width: 460px;
	margin-top: 0;
	margin-left: 30px;
}
.figbox_r figure img {
	width: 460px;
	height: auto;
}
}
/*bgbox*/
.bgbox_l::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
	border-width: 20px 0 20px 15px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bgbox_r {
	position: relative;
}
.bgbox_r::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: "";
	border-width: 20px 15px 20px 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

@media print, screen and (min-width:768px) {
.bgbox_l::after {
	border-width: 30px 0 30px 20px;
}
.bgbox_r::after {
	border-width: 30px 20px 30px 0;
}
}


/*NewsBox*/

.news_text div{
	clear:both;
	margin:30px 0;
}
.news_text hr{
	clear:both;
	border:none;
	padding: 10px 0;
	margin: 0;
}
img.alignleft{
	display: block;
	margin: 0 auto 10px;
}
img.alignright{
	display: block;
	margin: 0 auto 10px;
}
img.aligncenter{
	display: block;
	margin: 0 auto 10px;
}

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

img.alignleft{
	float:left;
	clear:both;
	margin-right:20px;
}
img.alignright{
	float:right;
	clear:both;
	margin-left:20px;
}
img.aligncenter{
	float:center;
	clear:both;
}

}



.newsbox img {
	margin-bottom: 10px;
	max-width:100%;
	height:auto;
}

.floatBtn {
    float: right;
    margin-left: 10px;
}

.clearFix:after {
    content: "";
    display: table;
    clear: both;
}
