/*margin*/
.ma00{margin:0!important;}
/*top*/
.mt00{margin-top:0!important;}
.mt05{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt25{margin-top:25px!important;}
.mt30{margin-top:30px!important;}
.mt35{margin-top:35px!important;}
.mt40{margin-top:40px!important;}
.mt45{margin-top:45px!important;}
.mt50{margin-top:50px!important;}
/*right*/
.mr00{margin-right:0!important;}
.mr05{margin-right:5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr20{margin-right:20px!important;}
.mr25{margin-right:25px!important;}
.mr30{margin-right:30px!important;}
.mr35{margin-right:35px!important;}
.mr40{margin-right:40px!important;}
.mr45{margin-right:45px!important;}
.mr50{margin-right:50px!important;}
/*bottom*/
.mb00{margin-bottom:0!important;}
.mb05{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}
.mb45{margin-bottom:45px!important;}
.mb50{margin-bottom:50px!important;}
/*left*/
.ml00{margin-left:0!important;}
.ml05{margin-left:5px!important;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px!important;}
.ml20{margin-left:20px!important;}
.ml25{margin-left:25px!important;}
.ml30{margin-left:30px!important;}
.ml35{margin-left:35px!important;}
.ml40{margin-left:40px!important;}
.ml45{margin-left:45px!important;}
.ml50{margin-left:50px!important;}

/*padding*/
.pa00{padding:0!important;}
/*top*/
.pt00{padding-top:0!important;}
.pt05{padding-top:5px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt25{padding-top:25px!important;}
.pt30{padding-top:30px!important;}
.pt35{padding-top:35px!important;}
.pt40{padding-top:40px!important;}
.pt45{padding-top:45px!important;}
.pt50{padding-top:50px!important;}
/*right*/
.pr00{padding-right:0!important;}
.pr05{padding-right:5px!important;}
.pr10{padding-right:10px!important;}
.pr15{padding-right:15px!important;}
.pr20{padding-right:20px!important;}
.pr25{padding-right:25px!important;}
.pr30{padding-right:30px!important;}
.pr35{padding-right:35px!important;}
.pr40{padding-right:40px!important;}
.pr45{padding-right:45px!important;}
.pr50{padding-right:50px!important;}
/*bottom*/
.pb00{padding-bottom:0!important;}
.pb05{padding-bottom:5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb25{padding-bottom:25px!important;}
.pb30{padding-bottom:30px!important;}
.pb35{padding-bottom:35px!important;}
.pb40{padding-bottom:40px!important;}
.pb45{padding-bottom:45px!important;}
.pb50{padding-bottom:50px!important;}
/*left*/
.pl00{padding-left:0!important;}
.pl05{padding-left:5px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl20{padding-left:20px!important;}
.pl25{padding-left:25px!important;}
.pl30{padding-left:30px!important;}
.pl35{padding-left:35px!important;}
.pl40{padding-left:40px!important;}
.pl45{padding-left:45px!important;}
.pl50{padding-left:50px!important;}

/*font*/
/*size*/
.fs10{font-size:10px!important;}
.fs11{font-size:11px!important;}
.fs12{font-size:12px!important;}
.fs13{font-size:13px!important;}
.fs14{font-size:14px!important;}
.fs15{font-size:15px!important;}
.fs16{font-size:16px!important;}
.fs17{font-size:17px!important;}
.fs18{font-size:18px!important;}
.fs19{font-size:19px!important;}
.fs20{font-size:20px!important;}
/*bold*/
.bold{font-weight:bold!important;}
/*text-align*/
.center{text-align:center!important;}
.right{text-align:right!important;}
.left{text-align:left!important;}
/*float*/
.floatR{float:right!important;}
.floatL{float:left!important;}
/*clear*/
.clear{clear:both!important;}

/*page*/
body {
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3c3c3c;
	min-width: 960px;
}
/* ------------------------------
smartphone


@media
only screen and (max-width: 640px),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	body {
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2.2em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3c3c3c;
	padding-left: 5%;
	padding-right: 5%;
}
}
------------------------------ */

#pageheader {
	width: 100%;
	background-image: url(../img/common/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 70px;
	padding-top: 20px;
}
#pageheader-nbg {
	width: 100%;
	height: 70px;
	padding-top: 20px;
}
#pageheader h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer {
	background-color: #002B55;
	color: #FFFFFF;
	padding-top: 40px;
	font-size: 16px;
	padding-bottom: 20px;
}
#footer-mail {
	float: left;
	width: 290px;
	background-image: url(../img/common/footer-iconbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
}
#footer-tel {
	float: left;
	width: 270px;
	margin-left: 30px;
	padding-top: 5px;
	background-image: url(../img/common/footer-iconbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
}
#footer-fax {
	float: left;
	width: 270px;
	margin-left: 20px;
	padding-top: 5px;
}
#page-title {
	padding-bottom: 40px;
}
/*text*/
.small {
	font-size: 10px;
	line-height: 1.7em;
}
.txt_red {
	color: #CC0033;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ------------------------------
top
------------------------------ */


#page-top {
	position: fixed;
	bottom: 60px;
	right: 5px;
	font-size: 77%;
	display: none;
}
#page-top img.summervacation {
	margin-bottom: 80px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #6DBA3F;
	font-weight: normal;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #89CA62;
}
#tab1 h1 {
	margin: 0px;
}
#footer #delate {
	font-size: 10px;
	text-align: right;
	padding-right: 7px;
}
#delate a {
	color: #FFFFFF;
	text-decoration: none;
}
.sp {
	display:none;
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-mark{
	height:46px;
}
.new_info{
	border:2px solid #6db840;
	padding:15px;
	width:40%;
	margin:20px 2%;
	background-image:none;
}
.new_info img{
	width:80%;
	margin:15px auto;
}
.new_info p:first-child{
	text-align: center;
	font-weight:700;
	padding-bottom:1em;
}
.new_info p:nth-child(2){
	text-align: center;
}
.top-news{
	width:960px;
	margin:0 auto;
	padding-top:40px;
	overflow: hidden;
}

@media
only screen and (max-width: 640px),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#page-top,#delate {display:none !important;
}
	.sp {display:block !important;
	text-align: center;
}
#blogs #information div.grid {
	width: 188px;
	text-align: left;
	position: relative;
	padding-top: 2px;
	margin-left: 2px !important;
}
#blogs #information {
        width: 960px;
        
        _zoom: 1;

}
}