@charset "utf-8";

/*---------------------------------------------------------
  Kumamotodentetsu CSS : fudosan > coin_parking > common
----------------------------------------------------------*/

#main .leftCol {
	float: left;
	width: 640px;
	padding-right: 20px;
	padding-top: 25px;
}
#main .leftCol .listBox {
	padding-bottom: 30px;
}
#main .leftCol .listBox .picBox {
	float: left;
	width: 200px;
	padding-right: 20px;
}
#main .leftCol .listBox .picBox img {
	width: 100%;
	height: auto;
}
#main .leftCol .listBox .textBox {
	float: left;
	width: 364px;
}
#main .leftCol .listBox .textBox h2,
#main .leftCol .listBox h1 {
	line-height: 30px;
	font-weight: bold;
}
#main .leftCol .listBox .textBox p,
#main .leftCol .listBox .postBox p {
	padding-top: 10px;
}
#main .leftCol .listBox .postBox h2 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin: 30px 0px 10px;
	clear: both;
}
#main .leftCol .listBox .postBox h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin: 20px 0px 10px;
	clear: both;
}
#main .leftCol .listBox .postBox .aligncenter {
	margin: 0px auto;
}
#main .leftCol .listBox .postBox .wp-caption-text {
	text-align: center;
}
#main .leftCol .listBox .date {
	padding: 0px 0px 10px;
}
#main .leftCol .listBox .cat {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCC;
}
#main .leftCol .listBox .cat a {
	text-decoration: none;
	background: #E5E5E5;
	padding: 2px;
}
#main .leftCol .listBox .postBox img {
	width: 100%;
	height: auto;
}

#main .rightCol {
	float: left;
	width: 190px;
}
#main .rightCol h2 {
	border: 1px solid #54A814;
	padding: 5px;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	background: #7FB51B;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin-top: 25px;
}
#main .rightCol .inner {
	padding: 10px 5px 15px;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#main .rightCol .inner ul.children {
	padding-left: 15px;
}
#main .rightCol .inner a {
	background: url(../../shared/img/common/arrow12.png) no-repeat 10px 12px;
	padding: 4px 10px 4px 24px;
	display: block;
	text-decoration: none;
}
#main .rightCol .inner a:hover {
	color: #666;
}

/*---------------------------------------------------------
  width: 736px
----------------------------------------------------------*/
@media screen and (max-width: 736px){

#main .leftCol {
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-top: 25px;
}
#main .leftCol .listBox {
	padding-bottom: 30px;
}
#main .leftCol .listBox .picBox {
	float: none;
	width: 100%;
	padding-right: 0px;
}
#main .leftCol .listBox .picBox img {
	width: 100%;
	height: auto;
}
#main .leftCol .listBox .textBox {
	float: none;
	width: 100%;
}

#main .rightCol {
	float: none;
	width: 100%;
}

}
