@charset "UTF-8";


/*===============================================
●style.css 画面の横幅が421px以上
===============================================*/
@media screen and (min-width: 421px){
img{}
#container{}

.contents .section.type3Column .mainColumn_blog {
	float: left;
	width: 630px;
	margin: 0 0 0 31px;
}
.contents .section.type3Column .mainColumn {
	float:left;
	width:46%;
	margin:0 0 0 31px;
}

.contents .section.type3Column .mainColumn .globalBox {
	margin: 1.5em 0 0.7em;
	padding: 9px 10px 13px 16px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	zoom: 1;
}

.contents .section.type3Column .mainColumn .globalBox .content .txt {
	padding: 4px 10px 4px 4px;

}
.contents .section.type3Column .mainColumn .globalBox .content .link {
	padding: 4px 10px 4px 10px;
}
.contents .section.type3Column .mainColumn .globalBox .content .link_right {
	padding: 4px 10px 4px 10px;
}

.contents .section.type3Column .mainColumn .globalBox .content .blog {
	padding: 10px 10px 5px 10px;
	color: #996600;
	font-weight: bold;
}

.contents .section.type3Column .mainColumn .globalBox .content .data {
	display: block;
	padding: 0 0 0 15px;
}

}
/*===============================================
●smart.css  画面の横幅が420pxまで
===============================================*/
@media screen and (max-width:420px){
img{}
#container{}

.contents .section.type3Column .mainColumn_blog {
	float:left;
	width:100%;
	margin:0 5px;
}
.contents .section.type3Column .mainColumn {
	float:left;
	margin:5px;
}
.contents .section.type3Column .mainColumn .globalBox {
	min-width: 290px;
	margin: 0 0 0.7em;
	padding:10px 8px 13px 8px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	zoom: 1;
}

.contents .section.type3Column .mainColumn .globalBox .content .txt {
	padding: 4px 10px 4px 4px;

}
.contents .section.type3Column .mainColumn .globalBox .content .link_right {
	padding: 4px 10px 4px 10px;
}

.contents .section.type3Column .mainColumn .globalBox .content .blog {
	color: #996600;
}

.contents .section.type3Column .mainColumn .globalBox .content .data {
	display: block;
	padding: 0 0 0 15px;
}

}


/* /////////////////////////////////////////////////////////

///////////////////////////////////////////////////////// */
.contents {
}


/* /////////////////////////////////////////////////////////
 section - type3Column .mainColumn
///////////////////////////////////////////////////////// */
.contents .section.type3Column .mainColumn .totalNum {
	padding: 0.3em 0 0.7em;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.contents .section.type3Column .mainColumn .pickUpBox {
	margin: 0 0 0.7em;
	padding: 6px 7px;
	background: #E8E8E8;
}
.contents .section.type3Column .mainColumn .pickUpBox h2.title {
	margin: 0 0 6px;
}
.contents .section.type3Column .mainColumn .pickUpBox .globalBox {
	margin: 0 0 6px;/*2008-12-18*/
	background: #fff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #8B8B8B;
	zoom: 1;
}
.contents .section.type3Column .mainColumn .pickUpBox .globalBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.contents .section.type3Column .mainColumn .globalBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.contents .section.type3Column .mainColumn .globalBox .head {
	position: relative;
	padding: 0 0 8px;
	zoom: 1;
}
.contents .section.type3Column .mainColumn .globalBox .head .iconArea {
	text-align: right;
}
.contents .section.type3Column .mainColumn .globalBox .head .iconArea img {
	margin: 0 0 0 5px;
}
.contents .section.type3Column .mainColumn .globalBox .head .new {
	display: none;
	position: absolute;
	top: 9px;
	left: 0;
}
.contents .section.type3Column .mainColumn .globalBox .head .new span {
	background: transparent url(/work/common/img/icon_new.gif) 0 50% no-repeat;
}
.contents .section.type3Column .mainColumn .globalBox .content {
	clear: both;
}
.contents .section.type3Column .mainColumn .globalBox .content .title {
	margin: 0 0 5px;
	padding: 2px 0 2px 12px;
	font-size: medium;
	font-weight: bold;
	border-left: 4px solid #000;
}
.contents .section.type3Column .mainColumn .globalBox .content .sub_title {
	margin: 0 0 5px;
	padding: 2px 0 2px 4px;
  	color: #F60;
	font-size: 14px;
/*	background: url("/top_img/yajirusi.gif");*/
/*	background-repeat:no-repeat;*/
/*	text-indent: 20px;*/
/*	height : 35px;*/
/*	padding-top : 10px;*/
}
.contents .section.type3Column .mainColumn .globalBox .content .img {
	float: right;
}
.contents .section.type3Column .mainColumn .globalBox .content .img a {
	outline: none;
}
.contents .section.type3Column .mainColumn .globalBox .content .img a:hover {
	background: #fff;
}
.contents .section.type3Column .mainColumn .globalBox .content .img img {
	margin: 0 0 0 10px;
}
.contents .section.type3Column .mainColumn .globalBox .content .img_left {
	float: left;
}
.contents .section.type3Column .mainColumn .globalBox .content .data span {
	padding: 3px 5px;
	background: #EBEBEB;
}

.contents .section.type3Column .mainColumn .globalBox .content .link2 {
	padding: 4px 10px 15px 10px;
}
.contents .section.type3Column .mainColumn .globalBox .content .link2 a {
/*	font-size: 14px;*/
/*  text-decoration: underline;*/
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::

 end of section ( type3Column, type2Column etc )

::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* /////////////////////////////////////////////////////////
 section - Google Maps
///////////////////////////////////////////////////////// */

/* header
--------------------------------------------------------- */
.pageTitleBox .showmap{
	position:absolute;
	right:160px;
	top:50px;
	font-size:12px;
	padding-left: 15px;
	background: url(/work/common/img/arrow_d.gif) left center no-repeat;
}

/* Map
--------------------------------------------------------- */
#mapOverlay{
	background:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor:pointer;
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#map,
#largeMap{
	width:988px;
	height:298px;
	position:relative;
	border:1px solid #999;
	margin-bottom:10px;
}
#map #innerSrchBar{
	background:url(/work/common/img/srch_area.gif) top left no-repeat;
	width:342px;
	height:53px;
	padding:12px 0 0 50px;
	position:absolute;
	top:13px;
	left:13px;
	z-index:110;
	vertical-align:bottom;
}
#map #innerSrchBar input#srchText{
	margin-right:3px;
	width:185px;
}
#map #innerSrchBar input#srchBtn{
	vertical-align:middle;
}
#map #mapView,
#largeMap #mapView{
	height:298px;
	position:relative;
}

/* Thumbnail Bubble
--------------------------------------------------------- */
.infoThumb{
	position:absolute;
	font-size:12px;
	display:block;
	width:79px;
	height:79px;
	padding:0;
	background:url(/work/common/img/bubble.gif) left top no-repeat;
}

.infoThumb .markerBg{
	width:62px;
	height:47px;
	padding:9px;
	cursor:pointer;
}

.infoThumb span.title{
	text-align:center;
	border:1px solid #333;
	padding:3px;
	background:#FFF;
	position:absolute;
	width:150px;
	top:-10px;
	left:-40px;
	display:none;
}

/* Large Map
--------------------------------------------------------- */
#largeMap,
#largeMap #mapView{
	height:650px;
}
#largeMap #chgMapType #vectorMap,
#largeMap #chgMapType #photoMap
{
	width:88px;
	height:41px;
	margin:0;
	padding:0;
	position: absolute;
	top:10px;
}
#largeMap #chgMapType #vectorMap{
	right:105px;
}
#largeMap #chgMapType #photoMap{
	right:10px;
}
#sv{
	width:988px;
	height:650px;
	display:none;
	position:relative;
}
#StreetView{
	width:988px;
	height:650px;
	position:relative;
}
#miniMapOuter{
	position:absolute;
	width:200px;
	height:200px;
	padding: 10px 0 0 10px;
	right:0px;
	bottom:0px;
	z-index:100;
	background: #FF0;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
#miniMapOuter #miniMap{
	width: 200px;
	height: 200px;
}

#closeSV{
	position:absolute;
	width:16px;
	height:16px;
	right:0;
	top:0;
	background:#FFF;
	cursor: pointer;
	z-index: 200;
}

.pageTitleBox #srchBar{
	position:absolute;
	right:310px;
	top:40px;
}
.pageTitleBox #srchBar input#srchText{
	width:180px;
}
.pageTitleBox #srchBar input#srchBtn{
		vertical-align:middle;
}

#placeDetail{
	width: 588px;
	padding: 3px;
	margin-bottom: 2.5em;
	border: 3px solid #C9C9C9;
}
#placeDetail #sv,
#placeDetail #sv #StreetView{
	width: 588px;
	height: 300px;
}
#placeDetail #detailMap,
#placeDetail #detailMap #mapView{
	width: 588px;
	height: 250px;
}

#footer_after {
/*    margin-top:20px;*/
    width: 100%;
    position: relative;
    padding: 10px 0;
/*    background: black;*/
    color: white;
    clear: both;
    text-align: center;
}
#footer_after .footer_wrapper {
    width: 820px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    clear: both;
}
#footer_after .footer_wrapper dl{
    height: 180px;
    padding: 10px 10px;
    background: #000;
}
#footer_after .footer_link dd {
    width: 80px;
    float: left;
}
#footer_after .footer_link dt{
    color: #aaa;
    font-size: 120%;
    padding-bottom: 5px;
    width: 100px;
    float: left;
}
#footer_after .footer_link dd a{
    color: #666;
}
.float_clear {
    clear: both;
}
