@charset "UTF-8";

@import url("/bukken/common/css/common.css");


@media screen and (max-width: 768px){/* SP ------ */
.top_txt {
	margin: 20px 3%;
	font-size: 11px;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.top_txt {
	width: 1060px;
	margin: 0 auto;
	font-size: 11px;
}
}

@media screen and (max-width: 768px){/* SP ------ */
.ft_osusume_area {
	margin: 25px 0 30px 0;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.ft_osusume_area {
	width: auto;
	margin: 30px auto 40px;
}
.ft_osusume_area .inner {
	width: auto;
}
}

/* --------------------------------------------------------------------------------------
 gnav
--------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------
 index main_img
--------------------------------------------------------------------------------------- */


@media screen and (max-width: 768px){/* SP ------ */
.main_img {
	position: relative;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.main_img ul{
}
.main_img li{
	text-align: center;
}
.main_img li img{
	width: 100% !important;
	height: auto;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.main_img {
	position: relative;
	height: 330px;
	border-bottom: 2px #00275e solid;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.main_img ul{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -530px;
}
.main_img li{
	width: 1060px !important;
	text-align: center;
}
}


/** RESET AND LAYOUT
===================================*/

.main_img .bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	overflow: hidden;
}

.main_img .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.main_img .bx-wrapper .bx-viewport {
}

.main_img .bx-wrapper .bx-pager,
.main_img .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.main_img .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

@media screen and (max-width: 768px){/* SP ------ */
.main_img .bx-wrapper .bx-prev {
	left: 3%;
	background: url(/bukken/img/top/ico_slide_l.png) no-repeat 0 0;
}

.main_img .bx-wrapper .bx-next {
	right: 3%;
	background: url(/bukken/img/top/ico_slide_r.png) no-repeat 0 0;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.main_img .bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -547px;
	background: url(/bukken/img/top/ico_slide_l.png) no-repeat 0 0;
}

.main_img .bx-wrapper .bx-next {
	right: 50%;
	margin-right: -547px;
	background: url(/bukken/img/top/ico_slide_r.png) no-repeat 0 0;
}
}

.main_img .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.main_img .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.main_img .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	z-index: 9999;
}

.main_img .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* --------------------------------------------------------------------------------------
 index main_link_area
--------------------------------------------------------------------------------------- */


@media screen and (max-width: 768px){/* SP ------ */
.main_link_area {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main_link_area .main_link_menu {
	width: 100%;
}
.main_link_area .main_link_menu.hide{
	display: none !important;
}
.main_link_area .main_link_menu li a{
	position: relative;
	display: block;
	padding: 13px 0 16px 35px;
	border-bottom: 1px #fff solid;
	background: #00275e;
}
.main_link_area .main_link_menu li:last-child a{
	border-bottom: none;
}
.main_link_area .main_link_menu li a:before{
	position: absolute;
	top: 0;
	left: 13px;
	width: 9px;
	height: 100%;
	background: url(/bukken/img/top/ico_main_link_arw04.gif) no-repeat 0 center;
	background-size: 9px;
	content: "";
}
.main_link_area .main_link_menu img{
	width: auto;
	height: 16px;
}
.main_link_area .main_link_box{
	margin: 0 auto;
}
.main_link_area .main_link_box .link_box{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
}
.main_link_area .main_link_box .link_box.active{
	position: static;
	visibility: visible;
	height: auto;
	-webkit-transform: none;
	transform: none;
}
.main_link_area .main_link_box .link_box .back{
	padding: 4px;
}
.main_link_area .main_link_box .link_box .back a{
	position: relative;
	display: inline-block;
	padding: 5px 9px 4px 24px;
	border-radius: 2px;
	background: #999;
	font-size: 14px;
	color: #fff;
}
.main_link_area .main_link_box .link_box .back a:before{
	position: absolute;
	top: 0;
	left: 9px;
	width: 9px;
	height: 100%;
	background: url(/bukken/img/top/ico_main_link_arw_back.gif) no-repeat 0 center;
	background-size: 9px;
	content: "";
}

/** RESET AND LAYOUT
===================================*/

.main_link_area .bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.main_link_area .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

/* for TAB */
.main_link_area .bx-wrapper .bx-viewport {
	/*width: 212px !important;*/
	width: 636px !important;
	margin: 0 auto !important;
	overflow: hidden !important;
}

.main_link_area .bx-wrapper .bx-pager,
.main_link_area .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.main_link_area .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.main_link_area .bx-wrapper .bx-prev {
	left: 3%;
	background: url(/bukken/img/top/ico_main_link_arw03.gif) no-repeat 0 0;
}

.main_link_area .bx-wrapper .bx-next {
	right: 3%;
	background: url(/bukken/img/top/ico_main_link_arw04.gif) no-repeat 0 0;
}

.main_link_area .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.main_link_area .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.main_link_area .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 20px;
	height: 31px;
	text-indent: -9999px;
	z-index: 9999;
}

.main_link_area .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

}
@media screen and (max-width: 730px){/* for TAB～SP ------ */
.main_link_area .bx-wrapper .bx-viewport {
	width: 424px !important;
	margin: 0 auto !important;
	overflow: hidden !important;
}
}
@media screen and (max-width: 500px){/* for SP ------ */
.main_link_area .bx-wrapper .bx-viewport {
	width: 212px !important;
	margin: 0 auto !important;
	overflow: hidden !important;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.main_link_area {
	width: 100%;
	padding: 36px 0 0;
}
.main_link_area .main_link_menu {
	display: none;
}
.main_link_area .main_link_box{
	width: 1060px;
	margin: 0 auto;
}
.main_link_area .main_link_box .link_box{
	display: inline;
	float: left;
	width: 204px;
	margin: 0 10px 0 0;
}
.main_link_area .main_link_box .link_box:last-child{
	margin: 0;
}
.main_link_area .main_link_box .link_box .back{
	display: none;
}
}



.main_link_area .main_link_box .link_box dl{
	font-size: 14px;
}


@media screen and (max-width: 768px){/* SP ------ */
.main_link_area .main_link_box .link_box dt{
	margin: 0 0 0 0;
}
.main_link_area .main_link_box .link_box dd{
	border-bottom: 1px solid #8ab3dc;
	background: #f1f5f6;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.main_link_area .main_link_box .link_box dt{
	margin: 0 0 0 0;
}
.main_link_area .main_link_box .link_box dd{
	min-height: 200px;
	border: 1px #8ab3dc solid;
	border-top: none;
	background: #f1f5f6;
}
}

@media screen and (max-width: 768px){/* SP ------ */
.main_link_area .main_link_box .link_box dt a{
	position: relative;
	display: block;
	padding: 13px 0 16px 15px;
	background: #00275e;
}
.main_link_area .main_link_box .link_box dt a:before{
	position: absolute;
	top: 0;
	right: 11px;
	width: 9px;
	height: 100%;
	background: url(/bukken/img/top/ico_main_link_arw04.gif) no-repeat 0 center;
	background-size: 9px;
	content: "";
}
.main_link_area .main_link_box .link_box dt img{
	width: auto;
	height: 16px;
}
}

@media screen and (min-width: 769px){/* PC ------ */
.main_link_area .main_link_box .link_box dt a{
	position: relative;
	display: block;
	padding: 13px 0 16px 37px;
	border-bottom: none;
	background: #00275e;
}
.main_link_area .main_link_box .link_box dt a:before{
	position: absolute;
	top: 0;
	left: 15px;
	width: 9px;
	height: 100%;
	background: url(/bukken/img/top/ico_main_link_arw04.gif) no-repeat 0 center;
	background-size: 9px;
	content: "";
}
.main_link_area .main_link_box .link_box dt img{
	width: auto;
	height: 16px;
}
}

.main_link_area .main_link_box .link_box dd a{
	color: #333;
}

@media screen and (min-width: 769px){/* PC ------ */
.main_link_area .main_link_box .link_box dd li li{
	margin: 0 0 2px;
}
.main_link_area .main_link_box .link_box dd li li:last-child{
	margin: 0;
}
}

.main_link_area .main_link_box .link_box dd li a{
	display: block;
	padding: 11px 0 10px 28px;
	border-bottom: 1px #fff solid;
	background: url(/bukken/img/top/ico_main_link_arw01.png) no-repeat 8px center;
	line-height: 1.3;
	color: #00275e;
	font-size: 14px;
}
.main_link_area .main_link_box .link_box dd li.line_2 a{
	padding: 6px 0 5px 28px;
}
.main_link_area .main_link_box .link_box:first-child dd li:last-child a{
	border-bottom: none;
}

.main_link_area .main_link_box .link05 dd li a{
	background: url(/bukken/img/top/ico_main_link01.gif) no-repeat 8px center;
}

.main_link_area .main_link_box li.blank > a{
	background: url(/bukken/img/top/ico_main_link01.gif) no-repeat 8px center !important;
}

@media screen and (max-width: 768px){/* SP ------ */
.main_link_area .main_link_box .link_box dd li li a{
	display: block;
	padding: 6px 0 6px 28px;
	background: url(/bukken/img/top/ico_main_link_arw02.png) no-repeat 15px center;
	line-height: 1.5;
	color: #333;
	font-size: 12px;
}
}

@media screen and (min-width: 769px){/* PC ------ */
.main_link_area .main_link_box .link_box dd li ul{
	padding: 15px 0 0 15px;
}

.main_link_area .main_link_box .link_box dd li li a{
	display: inline;
	padding: 0 0 0 12px;
	background: url(/bukken/img/top/ico_main_link_arw02.png) no-repeat 0 center;
	border-bottom: none;
	line-height: 1.5;
	color: #333;
	font-size: 12px;
}
}

.main_link_area .main_link_box .link_box dd a span{
	color: #00275e;
	font-size: 14px;
}
.main_link_area .main_link_box .link_box dd a em{
	color: #00275e;
	font-size: 14px;
}

.main_link_area .main_link_box .link_box dd a:hover{
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 index after_service
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px){/* SP ------ */
.after_service {
	margin: 25px 0 30px 0;
}
.after_service h2{
	margin: 0 0 10px 0;
	border-bottom: 3px #023365 solid;
	font-size: 15px;
	color: #023365;
}

.after_service h2:before {
	margin: 0 5px 0 0;
  content: url(/bukken/img/buy/ico_group01.gif);
		vertical-align: middle;
}
.after_service .bnr{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
.after_service .bnr img{
	width: 100%;
	height: auto;
}
.after_service .txt_area{
	margin: 0 0 0 0;
}

.after_service .left_box{
	margin: 0 0 0 0;
}

.after_service .right_box{
	margin: 0 0 0 0;
}

.after_service .txt_box{
	margin: 16px 0 0 0;
}

.after_service .txt_box .left_img{
	display: inline;
	float: left;
	width: 30%;
}
.after_service .txt_box .left_img img{
	width: 100%;
	height: auto;
}
.after_service .txt_box dl{
	display: inline;
	float: right;
	width: 67%;
}
.after_service .txt_box dl dt{
	margin: 0 0 2px 0;
	font-size: 13px;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.after_service {
	margin: 47px 0 60px 0;
}
.after_service h2{
	margin: 0 0 10px 0;
	border-bottom: 3px #023365 solid;
	font-size: 22px;
	color: #023365;
}

.after_service h2:before {
	margin: 0 5px 0 0;
  content: url(/bukken/img/buy/ico_group01.gif);
		vertical-align: middle;
}

.after_service .bnr{
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
}

.after_service .txt_area{
	margin: 0 0 0 0;
}

.after_service .left_box{
	display: inline;
	float: left;
	width: 340px;
	margin: 0 0 0 11px;
}

.after_service .right_box{
	display: inline;
	float: right;
	width: 340px;
	margin: 0 11px 0 0;
}

.after_service .txt_box{
	margin: 25px 0 0 0;
}

.after_service .txt_box .left_img{
	display: inline;
	float: left;
}

.after_service .txt_box dl{
	display: inline;
	float: right;
	width: 215px;
}

.after_service .txt_box dl dt{
	margin: 0 0 2px 0;
	font-size: 14px;
}
}

/* --------------------------------------------------------------------------------------
 index guide_area
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px){/* SP ------ */
.guide_area {
	margin: 0 0 50px 0;
}
.guide_area h2{
	margin: 0 0 14px 0;
	border-bottom: 3px #023365 solid;
	font-size: 16px;
	color: #023365;
}
.guide_area h2:before {
	margin: 0 5px 0 0;
  content: url(/bukken/img/buy/ico_guide01.gif);
		vertical-align: middle;
}

.guide_area h3{
	position: relative;
	margin: 0 0 -18px 0;
	font-size: 14px;
	color: #023365;
}
.guide_area .left_box{
	margin: 0 0 22px 0;
}

.guide_area .right_box{
	margin: 0 0 0 0;
}

.guide_area .txt_box{
	margin: 25px 0 0 0;
}

.guide_area .txt_box .left_img{
	display: inline;
	float: left;
	width: 30%;
}
.guide_area .txt_box .left_img img{
	width: 100%;
	height: auto;
}

.guide_area .txt_box dl{
	display: inline;
	float: right;
	width: 67%;
}

.guide_area .txt_box dl dt{
	margin: 0 0 2px 0;
	font-size: 14px;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.guide_area {
	margin: 0 0 60px 0;
}
.guide_area h2{
	margin: 0 0 14px 0;
	border-bottom: 3px #023365 solid;
	font-size: 22px;
	color: #023365;
}

.guide_area h2:before {
	margin: 0 5px 0 0;
  content: url(/bukken/img/buy/ico_guide01.gif);
		vertical-align: middle;
}

.guide_area h3{
	position: relative;
	margin: 0 0 -18px 0;
	font-size: 18px;
	color: #023365;
}

.guide_area .left_box{
	display: inline;
	float: left;
	width: 340px;
	margin: 0 0 0 11px;
}

.guide_area .right_box{
	display: inline;
	float: right;
	width: 340px;
	margin: 0 11px 0 0;
}

.guide_area .txt_box{
	margin: 25px 0 0 0;
}

.guide_area .txt_box .left_img{
	display: inline;
	float: left;
}

.guide_area .txt_box dl{
	display: inline;
	float: right;
	width: 215px;
}

.guide_area .txt_box dl dt{
	margin: 0 0 2px 0;
	font-size: 14px;
}
}




/* --------------------------------------------------------------------------------------
 index news_area
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px){/* SP ------ */
.news_area {
	margin: 0 0 30px 0;
}
.news_area h2{
	position: relative;
	margin: 0 0 12px 0;
	font-size: 22px;
	color: #023365;
}

.news_area h2:before {
	margin: 0 5px 0 0;
  content: url(/bukken/img/buy/ico_news01.gif);
		vertical-align: middle;
}

.news_area li{
	margin: 0 0 19px 0;
	padding: 0 0 19px 0;
	border-bottom: 1px #ededed solid;
	font-size: 11px;
}

.news_area li span {
    float: left;
    margin: 0 4px 0 0;
}
.news_area li span.label {
    margin: 0 6px 0 0;
    width: 44px;
    width: 58px;
				color: #fff;
				text-align: center;
				font-size: 10px;
}
.news_area li span.txt {
    display: block;
				width: 100%;
    margin: 8px 0 0 0;
}

.news_area li span.txt a{
	color: #333;
}

.news_area li span.txt a:hover{
	color: #F60;
}

.news_area li span.label01 {
    background: url("../img/label01.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label02 {
    background: url("../img/label02.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label03 {
    background: url("../img/label03.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label04 {
    background: url("../img/label04.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label05 {
    background: #2f5881;
}
.news_area li span.label06 {
    background: url("../img/label06.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label07 {
    background: #d14d4d;
}

.news_area .btn01 a{
	position: relative;
	float: right;
	display: block;
	width: 90px;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	background: #ededed;
	text-align: right;
	line-height: 27px;
	font-size: 12px;
	color: #333;
}
.news_area .btn01 a:before {
	position: absolute;
	left: 9px;
	top: 3px;
	margin: 0 5px 0 0;
  content: url(/common/img/ico_arw_l01.png);
}

.news_area .tab_menu{
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	border-bottom: 1px #ededed solid;
}

.news_area .tab_menu li{
	display: inline;
	border: none;
}

.news_area .tab_menu li a{
	position: relative;
	float: left;
	margin: 0 0 -1px 1%;
	padding: 8px 1%;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #ededed solid;
	border-left: 1px #fff solid;
	font-size: 14px;
	color: #003366;
	z-index: 3;
}

.news_area .tab_menu li a:hover{
	border-top: 1px #ededed solid;
	border-right: 1px #ededed solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #ededed solid;
	color: #F60;
}

.news_area .tab_menu li.select a{
	border-top: 1px #ededed solid;
	border-right: 1px #ededed solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #ededed solid;
	color: #003366;
}
}
@media screen and (min-width: 769px){/* PC ------ */
.news_area {
	margin: 0 0 60px 0;
}
.news_area h2{
	position: relative;
	margin: 0 0 -30px 0;
	font-size: 22px;
	color: #023365;
}

.news_area h2:before {
	margin: 0 5px 0 0;
  content: url(/bukken/img/buy/ico_news01.gif);
		vertical-align: middle;
}

.news_area li{
	margin: 0 0 19px 0;
	padding: 0 0 19px 0;
	border-bottom: 1px #ededed solid;
	font-size: 11px;
}

.news_area li br{
	display: none;
}

.news_area li span {
    float: left;
    margin: 0 30px 0 0;
}
.news_area li span.label {
    margin: 0 6px 0 0;
    width: 44px;
    width: 58px;
				color: #fff;
				text-align: center;
				font-size: 10px;
}
.news_area li span.txt {
    display: block;
    margin: 0;
    width: 510px;
}

.news_area li span.txt a{
	color: #333;
}

.news_area li span.txt a:hover{
	color: #F60;
}

.news_area li span.label01 {
    background: url("../img/label01.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label02 {
    background: url("../img/label02.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label03 {
    background: url("../img/label03.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label04 {
    background: url("../img/label04.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label05 {
    background: #2f5881;
}
.news_area li span.label06 {
    background: url("../img/label06.gif") no-repeat scroll left center transparent;
	text-indent: -9999px;
}
.news_area li span.label07 {
    background: #d14d4d;
}

.news_area .btn01 a{
	position: relative;
	float: right;
	display: block;
	width: 90px;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	background: #ededed;
	text-align: right;
	line-height: 27px;
	font-size: 12px;
	color: #333;
}
.news_area .btn01 a:before {
	position: absolute;
	left: 9px;
	top: 3px;
	margin: 0 5px 0 0;
  content: url(/common/img/ico_arw_l01.png);
}

.news_area .tab_menu{
	margin: 0 0 30px 0;
	padding: 0 0 0 218px;
	border-bottom: 1px #ededed solid;
}

.news_area .tab_menu li{
	display: inline;
	border: none;
}

.news_area .tab_menu li a{
	position: relative;
	float: left;
	margin: 0 0 -1px 50px;
	padding: 8px 15px;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #ededed solid;
	border-left: 1px #fff solid;
	font-size: 14px;
	color: #003366;
	z-index: 3;
}

.news_area .tab_menu li a:hover{
	border-top: 1px #ededed solid;
	border-right: 1px #ededed solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #ededed solid;
	color: #F60;
}

.news_area .tab_menu li.select a{
	border-top: 1px #ededed solid;
	border-right: 1px #ededed solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #ededed solid;
}
}


















