@charset "shift_jis";
/* CSS Document */

/****************************
トップページ専用cssです

※新規制作の際は下記cssを全て消してから制作してください

****************************/

.master_kino_wrap {
	display: flex;
	justify-content: space-around;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}

body {}

@font-face {
	font-family: 'hannari';
	src: url('/fonts/hannari.eot?') format('oldIE'),
		url('/fonts/hannari.woff') format('woff'),
		url('/fonts/Hannari.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hannari";
	src: url(/fonts/hannari01.eot) format("eot"), url(/fonts/hannari01.woff) format("woff");
}

.hannari {
	font-family: "hannari";
	font-weight: 600;
}

figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

figure img {
	height: auto;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100%;
	vertical-align: bottom;
}

a:hover > figure img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}

/*=============================

総合トップ / index.html

==============================*/

/*top header*/

.top_h_wrap {
	width: 100%;
	background: #005CB1;
	box-shadow: 0 4px 0 #0055A2;
}

.top_h_inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.top_h_inner ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	float: left;
	padding: 0 34px;
	line-height: 55px;
	box-shadow: 0 4px 0 #0055A2;
}

.top_h_inner ul li a:hover {
	background: #0055A2;
}

.top_h_inner ul li:first-child a {
	padding: 0;
	line-height: 0;
}

.top_h_inner ul li:nth-child(6n) a {
	background: #003F77;
	box-shadow: 0 4px 0 #003566;
}

.top_h_inner ul li:nth-child(7n) a {
	background: #DB3169;
	box-shadow: 0 4px 0 #DA2560;
}

.top_h_inner2 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.top_h_tel {
	width: 280px;
	float: right;
	font-size: 11px;
	color: #666565;
}

.top_h_tel span {
	width: 120px;
	display: block;
	color: #fff;
	line-height: 22px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}

span.top_h_p {
	background: #5EAC1E;
}

span.top_h_j {
	background: #003F77;
}

.top_h_tel_box {
	overflow: hidden;
	margin: 5px 0 0 0;
}

.top_h_tel_box p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 2px 0 0 0;
}

.top_h_logo {
	width: 650px;
	float: left;
}

.top_h_logo ul li a {
	font-size: 16px;
	display: block;
	padding: 0 10px;
	margin: 15px 10px 0 0;
	color: #595555;
	line-height: 40px;
	float: left;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}

.top_h_logo ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #005CB1;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.top_h_logo ul li a:hover:before,
.top_h_logo ul li a:focus:before,
.top_h_logo ul li a:active:before {
	left: 0;
	right: 0;
}


/*top pitat can - ピタットハウスでできること*/

h2.top_pitat_tl {
	width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	color: #595252;
	margin-top: 50px;
	padding: 0 0 15px 0;
	border-bottom: solid 4px #5EAC1E;
	position: relative;
}

h2.top_pitat_tl img {
	margin: 0 0px -10px 0;
}

h2.top_pitat_tl span,
h2.top_just_tl span,
h2.top_justpro_tl span {
	font-size: 18px;
	display: block;
	margin: 20px 0 0;
}

.top_pitat_wrap {
	width: 100%;
	border-top: solid 4px #DBDBDB;
	margin: -4px 0 0 0;
	background: #F3FCED;
}

.top_pitat_inner {
	width: 1040px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.top_pitat_inner ul li a span,
.top_just_inner ul li a span {
	transition: 0.5s;
}

.top_pitat_inner ul li a:hover span,
.top_just_inner ul li a:hover span {
	background: #F18200;
	transition: 0.5s;
}

.top_pitat_inner ul li span {
	background: #50931A;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 35px;
}

h3.top_can_h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px 0;
}

.top_pitat_inner p {
	color: #404040;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 0 0;
}

.top_can_border {
	width: 40px;
	height: 4px;
	background: #005CB1;
	margin: 0 auto;
}

.top_pitat_inner ul li a {
	width: 320px;
	float: left;
	display: block;
	margin: 0 40px 0 0;
	text-align: center;
}

.top_pitat_inner ul li:last-child a {
	margin: 0;
}

.top_pitat_inner2 {
	width: 1040px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.top_pitat_inner2 ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.top_pitat_inner2 ul li {
	width: 240px;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	text-align: center;
}

.top_pitat_inner2 ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
}

.top_pitat_inner2 ul li a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background: #E1F9D2;
}

.top_pitat_1 h3 {
	margin: 12px auto;
	padding: 0px;
	width: 210px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #61b51a;
	text-align: center;
}

.top_pitat_1 img {
	margin: 15px auto;
	padding: 0px;
}

.top_pitat_1 h4 {
	width: 98px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #61b51a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px 13px;
}

.top_pitat_1 p {
	color: #1A191D;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin: 0px auto;
	width: 210px;
	text-align: left;
}

.top_pitat_1 p span {
	font-weight: bold;
	display: block;
	line-height: 40px;
}

.top_pitat_2 h3 {
	margin: 12px auto;
	padding: 0px;
	width: 210px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f34b3e;
	text-align: center;
}

.top_pitat_2 img {
	margin: 15px auto;
	padding: 0px;
}

.top_pitat_2 h4 {
	width: 98px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #f34b3e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px 13px;
}

.top_pitat_2 p {
	color: #1A191D;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin: 0px auto;
	width: 210px;
	text-align: left;
}

.top_pitat_2 p span {
	font-weight: bold;
	display: block;
	line-height: 40px;
}

.top_pitat_3 h3 {
	margin: 12px auto;
	padding: 0px;
	width: 210px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #488e0c;
	text-align: center;
}

.top_pitat_3 img {
	margin: 15px auto;
	padding: 0px;
}

.top_pitat_3 h4 {
	width: 98px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #488e0c;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px 13px;
}

.top_pitat_3 p {
	color: #1A191D;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin: 0px auto;
	width: 210px;
	text-align: left;
}

.top_pitat_3 p span {
	font-weight: bold;
	display: block;
	line-height: 40px;
}

.top_pitat_4 h3 {
	margin: 12px auto;
	padding: 0px;
	width: 210px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f5720a;
	text-align: center;
}

.top_pitat_4 img {
	margin: 15px auto;
	padding: 0px;
}

.top_pitat_4 h4 {
	width: 98px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #f5720a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px 13px;
}

.top_pitat_4 p {
	color: #1A191D;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin: 0px auto;
	width: 210px;
	text-align: left;
}

.top_pitat_4 p span {
	font-weight: bold;
	display: block;
	line-height: 40px;
}

/*top just can - ジャストホームでできること*/

h2.top_jsut_tl img,
h2.top_jsutpro_tl img {
	margin: 0 10px 0 0;
}

h2.top_just_tl {
	width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	color: #595252;
	margin-top: 50px;
	padding: 0 0 15px 0;
	border-bottom: solid 4px #005CB1;
	position: relative;
}

.top_just_wrap {
	background: #E6F3FF;
}

.top_just_inner {
	width: 880px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.top_just_inner ul li span {
	background: #005CB1;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 35px;
}

.top_just_inner p {
	color: #404040;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 0 0;
}

.top_just_inner ul li a {
	width: 330px;
	float: left;
	display: block;
	text-align: center;
}

.top_just_inner ul li:last-child a {
	float: right;
}


/*top justpro can - ジャストプロパティのできること*/

h2.top_jsut_tl img {
	margin: 0 10px 0 0;
}

h2.top_justpro_tl {
	width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	color: #595252;
	margin-top: 50px;
	padding: 0 0 15px 0;
	border-bottom: solid 4px #E6F3FF;
	position: relative;
}

.top_justpro_wrap {
	height: 400px;
	background: url(/img/top/top_justpro_bg.jpg) repeat-x;
}

/*top se - 検索コンテンツ*/

.top_se_wrap {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.top_se_l {
	width: 560px;
	float: left;
}

.top_se_maptl {
	font-size: 18px;
	color: #595454;
	background: url(/img/top/top_mapsearch_subtl.jpg) no-repeat 60% 50%;
	padding: 10px 0;
	margin: 40px 0 5px 0;
}

.top_se_box_l {
	width: 470px;
	padding: 30px 30px 50px 30px;
	border: solid 1px #DEDEDE;
	overflow: hidden;
	background: url(/img/top/top_map_img.jpg) no-repeat 50% 50%;
}

.top_se_r {
	width: 480px;
	float: right;
}

.top_se_box_r {
	width: 420px;
	height: 330px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 30px 25px 10px 25px;
	border: solid 1px #DEDEDE;
}

iframe.top_info_frame {
	border: none;
	width: 100%;
	height: 320px;
}

.top_se_infotl {
	font-size: 18px;
	color: #595454;
	background: url(/img/top/top_info_subtl.jpg) no-repeat 22% 50%;
	padding: 10px 0;
	margin: 40px 0 5px 0;
}

h2.top_se_infotl span a {
	width: 230px;
	text-align: center;
	display: block;
	float: right;
	background: #005CB1;
	line-height: 25px;
	color: #fff;
	height: 30px;
	margin: 0 8px 0 0;
	position: relative;
}

h2.top_se_infotl span a:after {
	content: "";
	display: block;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 42%;
	right: 12px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

h2.top_se_infotl span a:hover {
	background: #8C0000;
}

.top_se_info_wrap a:hover {
	background: #eee;
}

.top_se_info_txt p {
	font-size: 14px;
}

.top_se_info_wrap a {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	color: #595454;
	border-bottom: dotted 1px #CCCCCC;
	display: block;
}

.top_se_info_img {
	width: 70px;
	float: left;
}

.top_se_info_img img {
	max-width: 100%;
}

.top_se_info_txt {
	width: 320px;
	float: right;
}

a.top_se_info_txt span {
	color: #000;
	font-size: 12px;
}

a.top_se_info_txt p {
	font-size: 14px;
}


/*top tokusen - 特選物件コンテンツ*/
iframe.top_tokusen_frame {
	width: 100%;
	border: none;
}

.top_tokusen_wrap {
	width: 1000px;
	margin: 0 auto;
}

h2.top_toku_tl {
	font-size: 24px;
	color: #595454;
	text-align: center;
	margin: 60px 0 30px 0;
}

h2.top_toku_buy {
	background: url(/img/top/top_buy_subtl.jpg) no-repeat 50% 50%;
	height: 130px;
	line-height: 140px;
}

h2.top_toku_rent {
	background: url(/img/top/top_rent_subtl.jpg) no-repeat 50% 50%;
	height: 130px;
	line-height: 140px;
}


/********************************************

tb3_1

*********************************************/
.tb3_1 {
	width: 992px;
	margin: 15px -12px 15px 0;
	font-size: 0;
}

li.tb3_1_shubetsu,
li.tb3_1_kakaku,
li.tb3_1_address,
li.tb3_1_access {
	border-bottom: solid 1px #525252;
}

.tb3_1 ul:last-child {
	margin: 0;
}

.tb3_1 ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 303px;
	height: 420px;
	margin: 0 38px 15px 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	*list-style-position: outside;
	vertical-align: top;
	position: relative;
	border: 1px solid #CCCCCC;
	/*★物件の枠の色*/
}

.tb3_1 ul li {
	text-align: left;
	margin: 0 10px;
	line-height: 30px;
	font-size: 14px;
}

li.tb3_1_img {
	text-align: center !important;
	margin: 10px 10px 0px 10px !important;
}

li.tb3_1_img img:hover {
	position: relative;
	top: 1px;
}

li.tb3_1_shubetsu {
	color: #FFFFFF;
	/*★種別の文字色*/
	line-height: 20px;
	font-weight: bold;
	text-align: center !important;
	background: #76A6C5;
	/*★種別の背景色*/
}

li.tb3_1_kakaku {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

li.tb3_1_com {
	height: 60px;
	overflow: hidden;
	*overflow: visible;
}

li.tb3_1_com p {
	border-bottom: solid 1px #525252;
	/*★コメントの枠の種類・色*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0;
}

li.tb3_1_com span {
	float: right;
	width: 60px;
	display: block;
}

li.tb3_1_more {
	clear: both;
	margin: 5px 10px !important;
	overflow: hidden;
	*overflow: visible;
}

.tb3_1_shosai,
.tb3_1_inq {
	text-align: center;
	line-height: 25px;
	width: 139px;
}

.tb3_1_shosai {
	float: left;
}

.tb3_1_inq {
	float: right;
}

.tb3_1_shosai a,
.tb3_1_inq a {
	display: block;
	text-decoration: none;
	width: 135px;
	line-height: 30px;
	border: solid 2px #5EAC1E;
	color: #5EAC1E;
}

.tb3_1_inq a {}

/*★問合せボタンの背景色*/
.tb3_1_shosai a:hover,
.tb3_1_inq a:hover {
	border: solid 2px #F18200;
	color: #F18200;
}

/*★詳細ボタンのhover背景色*/

.top_bukken_more a {
	width: 340px;
	display: block;
	text-align: center;
	color: #333;
	font-size: 18px;
	border: solid 1px #444444;
	position: relative;
	line-height: 45px;
	margin: 0 auto;
	letter-spacing: 2px;
}

.top_bukken_more a:after {
	content: "";
	display: block;
	height: 5px;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	position: absolute;
	top: 42%;
	right: 20px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_bukken_more a:hover {
	background: #444;
	color: #fff;
}


/*top contents - コンテンツ*/

.top_cont_wrap {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 90px;
}

h2.top_cont_tl {
	font-size: 24px;
	color: #595454;
	text-align: center;
	margin: 60px 0 30px 0;
	background: url(/img/top/top_contents_subtl.jpg) no-repeat 50% 50%;
	height: 150px;
	line-height: 145px;
}

.top_con_waku {
	width: 500px;
	padding: 0 15px 15px 15px;
	border-top: solid 2px #005CB1;
	background: #F7F6ED;
}

.top_con_l {
	float: left;
}

.top_con_r {
	float: right;
}

.top_con_subtl {
	color: #595454;
	font-size: 20px;
	text-align: center;
	margin: 30px 0;
}

.top_con_subtl span {
	font-size: 16px;
	color: #7BC0FF;
	display: block;
	margin: 8px 0 0 0;
}

.top_con_box ul li a {
	width: 240px;
	height: 220px;
	margin: 0 20px 0 0;
	float: left;
	display: block;
	overflow: hidden;
	color: #595656;
}

.top_con_box ul li a:hover span {
	color: #F18200;
	font-weight: bold;
}

.top_con_box ul li:nth-child(2n) a {
	margin: 0;
}

.top_con_box ul li a span {
	font-size: 16px;
	text-indent: 20px;
	display: block;
	margin: 0 0 5px 0;
	position: relative;
	font-weight: bold;
}

.top_con_box ul li a span:before {
	content: "";
	display: block;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_con_box ul li a p {
	font-size: 14px;
	margin: 5px 0 0;
}

/*********************************************
f_navi03
*********************************************/
.f_nav03 {
	width: 100%;
	background: #F7F5F1;
	/*★店舗情報部分背景色*/
	border-top: solid 1px #B8C5D6;
	margin: 50px 0 0 0;
}

.f_nav03 .f_company {
	width: 1000px;
	margin: 0px auto;
	padding: 25px 0 15px 0;
	text-align: left;
	overflow: hidden;
}

.f_nav03 .f_logo {
	float: left;
	width: 390px;
}

.f_nav03 .f_info {
	float: right;
	width: 600px;
}

.f_tenpo a {
	background: #005CB1;
	line-height: 40px;
	display: block;
	width: 160px;
	text-align: center;
	color: #fff;
}

.f_inq a {
	background: #DB3169;
	line-height: 40px;
	display: block;
	width: 160px;
	text-align: center;
	color: #fff;
	margin: 0px !important;
}

.f_nav03 .f_tel,
.f_nav03 .f_tenpo {
	margin-right: 20px;
}

.f_nav03 .f_tel,
.f_nav03 .f_tenpo,
.f_nav03 .f_inq {
	float: left;
}

.f_nav03 .f_infodetail {
	clear: both;
}

.f_nav03 .f_infodetail ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.f_nav03 .f_infodetail ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-indent: 10px;
	background: url(/img/top/list_icon.png) left 50% no-repeat;
	/*★店舗情報項目のアイコン画像*/
}

.f_nav03 .f_infodetail ul li:first-child {
	width: 200px;
	float: left;
}

.f_nav03 .f_search_wrap {
	width: 100%;
	color: #FFFFFF;
	padding: 15px 0;
	background: #005CB1;
	/*★メニュー部分背景色*/
}

.f_nav03 .f_search_inner {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
}

.f_nav03 .f_search {
	float: left;
	margin-right: 15px;
	border-right: 1px solid #888888;
}

.f_nav03 .f_search_ti {
	/*★検索タイトル文字指定*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.f_nav03 .f_search ul {
	width: 145px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.f_nav03 .f_search ul li {
	text-align: left;
	margin: 5px 0;
}

.f_nav03 .f_search ul li a {
	display: block;
	color: #FFFFFF;
	/*★項目リストの文字色*/
	text-indent: 15px;
	text-decoration: none;
	background: url(/img/top/list_icon2.png) left 50% no-repeat;
	/*★項目リストのアイコン画像*/
}

.f_nav03 .f_search ul li a:hover {
	color: #CCCCCC;
	/*★項目リストのhover文字色*/
	text-decoration: underline;
	background: url(/img/top/list_icon2.png) left 50% no-repeat;
	/*★項目リストのhoverアイコン画像*/
}

.f_nav03 .f_qr {
	float: right;
}

.f_nav03 .f_copyright {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
	background: #042455;
	/*★コピーライト背景色*/
}

.f_tenpo_waku {
	width: 360px;
	float: right;
	overflow: hidden;
}

.top_pitat {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.top_pitat ul {
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
}

.top_pitat ul li {
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 15px;
}

.under_main {
	width: 1100px;
	margin: 20px auto 0px auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.under_main h2 {
	text-align: left;
	font-size: 20px;
	line-height: 40px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-indent: 15px;
}

.under_main ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.under_main_info {
	width: 1100px;
	float: left;
}

.under_main_info li {
	float: left;
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px 15px 0px 15px;
	width: 332px;
	line-height: 20px;
	font-size: 14px;
	list-style: none;
	min-height: 80px;
}

.under_main_info li img {
	margin: 5px;
	float: left;
	max-width: 98px;
	max-height: 68px;
}

.under_main_info li a {
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
}

.info_a {
	clear: both;
	width: 1080px;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.under_main_info div {
	margin: 5px 0 0 0;
}

.under_main iframe {
	width: 1110px;
	margin: 0px;
	padding: 0px;
	height: 150px;
}

/*contents*/

.contents_wrap {
	width: 100%;
	padding: 65px 0 30px 0;
}

.contents_inner {
	margin: 0 auto;
	background: url(/img/top/con_bg.jpg) repeat-x 50% 100%;
}

.contents_inner ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.contents_inner ul li a {
	width: 215px;
	float: left;
	margin: 0 46px 0 0;
	text-align: center;
}

.contents_inner ul li a h3.con_subtl {
	transition: 0.6s;
}

.contents_inner ul li a:hover h3.con_subtl {
	color: #FF8F33;
	transition: 0.6s;
}

.contents_inner ul li:last-child a {
	margin: 0;
}

h3.con_subtl {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

.contents_inner ul li a p {
	font-size: 14px;
	color: #444;
	line-height: 20px;
	transition: 0.6s;
	padding: 10px 0;
}

.contents_inner ul li a:hover p {
	background: url(/img/top/con_border.jpg) no-repeat 50% 0%;
	transition: 0.6s;
}

a.con_link {
	color: #000;
	text-decoration: underline;
	position: relative;
}

a.con_link:hover {
	color: #FF8F33;
	text-decoration: none;
}

a.con_link:before {
	display: block;
	content: "";
	position: absolute;
	top: 60%;
	left: 60px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent;
	border-left: 4px solid #000;
}

.bunjo_top {
	width: 1000px;
	margin: 50px auto;
	padding: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.bunjo_top a:nth-child(1) {
	margin: 10px 0 0 0;
}

.bunjo_top a:hover {
	opacity: 0.8;
}

.online_bnr {
	width: 1070px;
	margin: 10px auto;
}

.online_bnr:hover {
	opacity: 0.8;
}

.new_header {}

#jsp {
	margin: 0 auto;
}

#jsp a {
	display: inline;
}

.wideslider ul li {
	position: relative;
}

.wideslider ul li a {
	width: 1105px;
	height: 610px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
