* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  
}
a {
  outline: none;
  
}
body {
  line-height: 1.6;
  color: #000;  
  background:#222222;
    font-size: 87.5%;
  font-family:"Century Gothic",'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  }
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
	color:#005bb2;
  text-decoration: none;
}
a:hover {
  	color:#005bb2;
	text-decoration: underline;
}
a:active {
  background: none;
}
body {
	-webkit-font-smoothing: antialiased;
	text-align:center;
}
#container{
	margin:0 auto;
}
#content {
	width:960px;
	text-align:left;
	margin: 30px auto 0 auto;
}
#sidebar {
  width: 220px;
  float: left;
}
#main {
  width: 717px;
  float: right;
}
#header {
	position:relative;
}
#header {
	width:100%;
	background:#161616;
	border-bottom:1px solid #000;
	box-shadow:0px 1px 0px #393939;
	padding:10px 0;
	line-height:1;
}
#head_nav {
  	width:960px;
	margin:0 auto;
 	list-style-type:none;
}
#head_nav li {
  	float: right;
  	list-style: none;
	font-size:0.92em;
}
#head_nav li a {
  	display: inline-block;
  	text-decoration:none;
  	color:#fff;
  	padding:0 12px 0 13px;
    background:url(https://assets.toriaez.jp/thp2/pc/images/132/ico_arrow_001.gif) left center no-repeat;
	font-weight:normal;
}
#head_nav li a:hover {
  	color:#4079d4;
}
#site_title {
	font-size: 1.71em;
	line-height: 1.2;
	padding:16px 0;
	letter-spacing:0.01em;
	color: #ffffff;
	font-weight:bold;
	width:214px;
	min-height: 56px;
	height:auto!important;
	height:56px;
	border-right:1px solid #000;
	text-align:left;
	float:left;
}
#site_title a {
	text-decoration:none;
	color: #fff;
	font-weight:bold;
}
#site_title a img {
	width:214px;
	height:auto;
	margin:-15px 0 -16px 0;
	-webkit-transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	transition: 0.6s opacity 0s;
}
#site_title a:hover {
 	 text-decoration: none;
	color: #c6c6c6;
}
#site_title a:hover img {
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
.global_navWrap{
	width:960px;
	margin:0 auto;
	position:relative;
	}
#global_nav {
	text-align:center;
	line-height:1;
	margin:0 auto;
	position: absolute;
	top: 0;
	left: 215px;
}
#global_nav a {
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.05em;
}
#nav {
	display: block;
	position: relative;
	min-width:740px;
	width:auto!important;
	width:740px;
	line-height:1;
	display:inline-block;
	text-align:left;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	float:left;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	/display: block;
	/float: left;
	position: relative;
	border-right:1px solid #000000;
}
#nav a {display: block;
	-webkit-transition: 0.6s background 0s;
	-moz-transition: 0.6s background 0s;
	-ms-transition: 0.6s background 0s;
	-o-transition: 0.6s background 0s;
	transition: 0.6s background 0s;
}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} 
#nav ul a {zoom: 1;} 
#nav ul li {float: none;}
#nav ul ul {top: 0;}
#nav ul { 
	width:180px;
	top:100%;
	left:50%;
	margin-left:-95px;
	/margin-top:1px;
}
#nav li.nav-top{
	width:auto;
	display:table-cell;
	vertical-align:middle;
	white-space:nowrap;
	line-height:1;
	/z-index:1;
}
#nav li.nav-top a {
	display:table-cell;
	border-left:1px solid #393939;
	vertical-align:middle;
	padding:16px 24px;
	width:auto;
	line-height:1;
	color:#fff;
	position:relative;
	/display:block;
	/z-index:1;
	font-size:1.076em;
	font-weight:bold;
}
#nav li.nav-top a:hover {
	color:#fff;
	background:#001b29;
	box-shadow:0 1px 0 #393939 inset;
}
#nav li.nav-top ul{
	/z-index:1000;
	background:#fff;
	padding:0 5px!important;
	border-radius:0px 0px 3px 3px;
	-moz-box-shadow: 0px -1px 6px rgba(0,0,0,.7);
	-webkit-box-shadow: 0px -1px 6px rgba(0,0,0,.7);
	box-shadow: 0px -1px 6px rgba(0,0,0,.7);
}
#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	font-size:1em;
	position:relative;
	/z-index:1000;
	padding:5px 0;
	border:none;
}
#nav li.nav-top ul li:last-child {
	background:none;
}
#nav li.nav-top ul li a {
	color:#333;
	border:none;
	font-weight:normal;
	display:block;
	height:auto;
	padding:2px 6px 2px 16px!important;
	text-align:left;
	line-height:1.5;
	position:relative;
	/z-index:1000!important;
	font-size:1em;
}
#nav li.nav-top ul li a:hover {
	font-weight:normal;
	box-shadow:none;
}
#lead_area {
	width:100%;
    background:#e4e4e4 url(https://assets.toriaez.jp/thp2/pc/images/132/bgi_cover_001.jpg) no-repeat;
	background-size:cover;
	border-top:1px solid #000;
	border-bottom:1px solid #3f3f3f;
}
#lead_area .lead_areaIn{background:url(https://assets.toriaez.jp/thp2/pc/images/132/bgi_cover_002.png) left top;}
#lead_area .lead_areaIn2 {
	width:960px;
	margin:0 auto;
	position:relative;
	padding:50px 0;
	min-height:66px;
	height:auto!important;
	height:66px;
}
#cover {
	width: 365px;
	float:right;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.33);
	box-shadow: 0 3px 10px rgba(0,0,0,.33);
}
#cover img{
	width: 365px;	
}
#site_description {
	display:table;
	width:500px;
	float:left;
 	color: #ffffff;
	letter-spacing:0.1em;
	font-weight:400;
	line-height:200%;
 	font-size: 1.23em;
	text-align:left;
}
#site_description .inner{
	display:table-cell;
	vertical-align:middle;
}
#site_description2 {
	background:#fff;
	margin-bottom:36px;
	padding:30px;
	font-size: 1.23em;
	line-height:180%;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	box-shadow: 0 3px 5px rgba(0,0,0,.33);
}
.no-img {
}
.no-img #cover {
	display: none;
}
#lead_area.no-img #site_description {
	width: 960px;
	float:none;
	margin:0;
}
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 1px;
	margin: -20px 0 -58px 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
.bx-wrapper .bx-controls-direction a {
	width:41px;
	height:40px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn-slider_001.png) 16px center no-repeat #194b7a;
left:-42px;
border-top: 1px solid #3d759f;
border-right: 1px solid #164573;
border-bottom: 1px solid #061c42;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn-slider_002.png) 16px center no-repeat #194b7a;
right:-42px;
border-top: 1px solid #3d759f;
border-left: 1px solid #164573;
border-bottom: 1px solid #061c42;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}
#footer {
	width:100%;
	text-align:center;
	background:#000;
}
address {
	display:block;
	width: 960px;
	margin:0 auto;
	color:#767676;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	font-size:0.9em;
	letter-spacing:0.03em;
	padding:14px;
}
#pagetop {
	width: 40px;
	height:40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn_pagetop_001.png) 0 -50px no-repeat;
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.33);
	box-shadow: 0 0px 5px rgba(0,0,0,.33);
}
#pagetop a {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999em;
	overflow:hidden;
	width: 40px;
	height:40px;
  	background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn_pagetop_001.png) 0 0 no-repeat;
	-webkit-transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	transition: 0.6s opacity 0s;
}
#pagetop a:hover {
	filter: alpha(opacity=0);
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
}
#sidebar{
	background:#c2c2c2;
	margin-bottom:50px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	box-shadow: 0 3px 5px rgba(0,0,0,.33);
}
#sidebar h2{
	font-size:13px;
	padding:16px 12px;
	border:solid 1px #565656;
	box-shadow:0 1px 0 #efefef;
	background:#434343;
	color:#fff;
}
#blog {}
#blog h2 {
}
#blog dl {
	list-style: none;
	text-align:left;
	padding:0 12px;
}
#blog dl dt {  
	letter-spacing:0.1em;
	font-size: 0.86em;
	padding:8px 0px 0px 0px;
	font-weight:bold;
	font-weight:normal;
}
#blog dl dd {
	letter-spacing:0.1em;
	font-size:0.86em;
	padding:0px 0px 0px 0px;
	line-height:1.4;
}
#blog dl dd:last-child {
	background:none;
	padding-bottom:0;	
}
#blog dl dd a {
  text-decoration:none;
}
#blog dl dd a:hover{
	text-decoration:underline;
}
#blog_link {
	text-align:center;
	padding:24px 0;
}
#blog_link a {
	display:block;
	margin:0 auto;
	text-indent:-9999em;
	overflow:hidden;
	width:121px;
	height:0;
	padding:24px 0 0;
  	background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn_blog_001.png) left top no-repeat;
}
#blog_link a:hover {
	background-position:0 -26px;
}
#about {}
#about h2 {
}
#about ul {
	list-style: none;
	text-align:left;
	padding:0 12px 15px;
	list-style: none;
}
#about ul li {
	padding:10px 0 0;
}
#about ul li.siteName {
	font-weight:bold;
  	color:#222222;
	padding:20px 0 2px 0;
}
#about ul li a {
  	display: block;
  	text-decoration:none;
	padding:0 0 0 12px;
	color:#222222;
  	background:url(https://assets.toriaez.jp/thp2/pc/images/132/ico_arrow_002.gif) left center no-repeat;
	font-size:0.92em;
}
#about ul li a:hover {
  	color:#005bb2;
}
#qrcode {
	margin-bottom:30px;
}
#qrcode h2 {
}
#qrcode p {
	font-size: 11px;
	line-height: 1.4;
	text-align: left;
	width: 84px;
	padding: 12px 0 10px 12px;
}
#qrcode img {
	padding:12px 12px 0 0;
	display:block;
	float:right;
	width: 100px;
}
.article_box {
	background:#fff;
	margin-bottom:36px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	box-shadow: 0 3px 5px rgba(0,0,0,.33);
}
.article_box .article_boxIn{
}
.article_box .article_title {
	background :#ececec;
}
.article_box .article_title h2 {
	padding:30px 0 30px 30px ;
	font-size: 1.5714em;
	border-bottom:1px solid #a5a5a5;
	line-height: 1.3;
	letter-spacing:0.03em;
	color:#1c4c78;
	font-weight:bold;
}
.article_box .entry {
    line-height: 1.7;
	font-size: 1em;
	padding:30px;
	width:427px;
	float:left;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
  line-height: 150%;
}
.article_box .entry img{
	max-width:427px;
	width:auto!important;
	width:427px;
}
.article_box .article_figure {
	float: right;
	width: 200px;
	padding:30px 30px 30px 0;
}
.article_box .article_figure div{
	width: 200px;
	padding:5px 0;
}
.article_box .article_figure img {
	width: 200px;
}
.article_box .article_figure span {
	font-size: 0.8em;
	line-height:140%;
	display: block;
	text-align:left;
	padding:5px 2px 5px;
	max-width: 190px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.article_box.no-img .entry {
	width:657px;
	float:none;
}
article_box.no-img .entry img{
	max-width:657px;
	width:auto!important;
	width:657px;
}
.article_box .entry table {
 	border-collapse:collapse;
    border:#dadada 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#dadada 1px solid;
	padding:10px;
}
#topics {
	margin:36px 0;
	padding:0 10px 10px 10px;
	background:#000;
}
#topics h2 {
	display:block;
	color:#fff;
	font-size:15px;
	padding:16px 0 16px 4px;
}
#topics h2 span{
color:#1d77ae;
font-size:12px;	
padding-left:4px;
}
#topics dl {
	max-height: 176px;
	padding:0 20px 20px 20px;
	overflow:auto;
	color:#fff;
	background:#2d2d2d;
}
#topics dl dt { 
	display:inline-block;
	letter-spacing:0.1em;
	font-size:0.9em;
	font-weight:bold;
	font-weight:normal;
	padding:10px 0 10px 11px;
	width:100px;
}
#topics dl dd { 
	font-size:1em;
	display:block;
	font-size:0.9em;
	border-bottom:1px solid #000;
	padding:11px 10px 10px 110px;
	margin-top:-40px;
}
#topics dl dd a{color:#4079d4;}
#inquiry {
	width:250px;
	margin:50px auto;
	background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn_inquiry_001.png) 0 -41px no-repeat;
}
#inquiry a {
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	padding:40px 0 0;
	background:url(https://assets.toriaez.jp/thp2/pc/images/132/btn_inquiry_001.png) 0 0 no-repeat;
	-webkit-transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
transition: 0.6s opacity 0s;
}
#inquiry a:hover {
	opacity:0;
}
#side-area {
	padding:0 12px 12px 12px;
}
#side-area img{
	max-width: 100%;
}
#foot-area {
	color:#fff;
	margin-bottom:50px;
}
#foot-area img{
	max-width: 100%;
}
#page_title {
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:60px 0 70px;
}
#page_title h2 {
	font-size: 1.84em;
	color: #ffffff;
	font-weight:bold;
	line-height: 1.4;
	letter-spacing:0.04em;
	text-justify:inter-word;
}
#pnkz {
	text-align:left;
	margin-top: -20px;
	margin-bottom: 10px;
}
#pnkz ul {
  list-style: none;
}
#pnkz ul li {
	color:#fff;
	line-height:1;
	font-size: 12px;
	padding:1px 3px 1px 0;
	/padding:1px 0 1px 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	font-weight:normal;
}
#pnkz ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	padding:0 8px 0 0;
	font-weight:normal;
	text-decoration:none;
}
#map table,
#profile table,
#form table {
	width:100%;
  border-collapse: collapse;
  border:none;
}
table th,
table td{
	text-align:left;
	vertical-align: middle;
	border:solid 1px #dadada;
	padding:10px;
}
#form {
	margin-bottom:50px;
	background:#ffffff;
	padding:30px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	box-shadow: 0 3px 5px rgba(0,0,0,.33);
	}
#form #lead_s {}
.warning {
  font-size:0.9em;
  padding:20px 0 0;
}
#form table{
}
#form table th,
#form table td{
	text-align:left;
	vertical-align: middle;
	border:solid 1px #dadada;
	padding:10px;
}
#form table th{
	width: 170px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-right:1em;
}
.validation_span,
.warning span {
  color: #d20000;
  display:inline-block;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 0.9em;
  padding: 5px;
}
#form input[type=text],
#form textarea {
  border: solid 1px #ccc;
  padding:6px 3px;
  border-radius: 2px;
}
#form input[type=text]:focus,
#form textarea:focus {
  outline: none;
  background: #fdfcfa;
}
#contact_submit th,
#contact_submit td {
  text-align: center!important;
  border:none!important;
  padding:20px 0 0!important;
}
#form input[type=submit]{
	border:none;
	background:#2c5785;
	-webkit-transition: 0.6s background 0s;
	-moz-transition: 0.6s background 0s;
	-ms-transition: 0.6s background 0s;
	-o-transition: 0.6s background 0s;
	transition: 0.6s background 0s;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:8px 60px 6px;
	font-weight:bold;	
	border-radius:20px;
	color:#fff;
}
#form input[type=reset] {
	border:solid 1px #dadada;
	background: #d4d4d4;
	-webkit-transition: 0.6s background 0s;
	-moz-transition: 0.6s background 0s;
	-ms-transition: 0.6s background 0s;
	-o-transition: 0.6s background 0s;
	transition: 0.6s background 0s;
	
	cursor:pointer;
	letter-spacing:0.1em;
	border-radius:20px;
	font-size:14px;
	padding:8px 20px 6px;
	margin:0 0 0 5px;
	font-weight:bold;
	color:#666;
}
#form input[type=submit]:hover{
	background: #222222;
	box-shadow:0 1px 0 #363636;
}
#form input[type=reset]:hover {
	background:#dfdfdf;
}
#map {}
#frame {line-height:0;}
#frame iframe {
	border:none;
	margin-bottom:5px;
	width: 717px;
	height: 403px;
}
#map table{background:#fff;}
#map table th{width:170px;}
#profile{
	background:#ffffff;
	padding:30px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.33);
	box-shadow: 0 3px 5px rgba(0,0,0,.33);
}
#profile #lead_s {
	padding-bottom:18px;
}
#profile table {
}#profile table tr{
}
#profile table th,
#profile table td{
}
#profile table th{
	width:170px;
}
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  margin: 5px 0 0;
}
.w_mark {
  color: #ff8196;
}
.thaks {
  line-height: 150%;
  padding: 0 16px 40px 0;
}
.hidden {
  display: none;
}
#map th, #profile th , .map th, .profile th {
width: 20%;
}
#map td, #profile td , .map td, .profile td {
word-break:break-all;
}
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}
.article_box img {
    max-width: 100%;
}
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}



/*trytecnos-reatoration only*/
#content,
#head_nav {
    width: 1120px;
}
#main {
    width: 860px;
}
.global_navWrap {
    width: 1120px;
}
#global_nav {
    left: 266px;
}
#site_title {
    width: 265px;
}
#site_title a img {
    width: 250px;
    margin: -29px 0 -2px 0;
}
#nav li.nav-top:last-child,
#nav li.nav-top:nth-last-child(2) {
    display: none;
}
#nav li.nav-top a {
    font-size: 1em;
}
/*lead-area*/
#site_description2 {
    font-size: 1.14em;
}
#site_description2 a {
    text-decoration: underline;
}
#site_description2 a:hover {
    text-decoration: none;
}
/*slide*/
#mainSlide li {
    width: 1120px;
    height: 467px !important;
}
.bx-wrapper {
    height: 467px !important;
}
#lead_area .lead_areaIn2,
.mainSlideIn,
#mainSlide li img {
    width: 1120px;
}
.bx-wrapper .bx-controls-direction a {
    top: 210px;
}
.article_box .article_title h2 {
    font-size: 1.857em;
    padding: 30px;
}
.article_box .entry {
    font-size: 1.14em;
}
.article_box .article_figure,
.article_box .article_figure div,
.article_box .article_figure img {
    width: 300px;
}
.article_box .entry {
    width: 470px;
    color:#000;
}
.article_box.no-img .entry {
    width: 800px;
}
.article_box .entry a {
    text-decoration: underline;
}
.article_box .entry a:hover {
    text-decoration: none;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
    line-height: 1.8;
}
#page_title {
    width: 1120px;
    padding: 80px 0 90px;
}
#page_title h2 {
    font-size: 2.29em;
}
#side-area {
    padding: 0;
}