@charset "UTF-8";
/*------------------------------------------------------------
	お知らせ・行事案内・ブログ
------------------------------------------------------------*/
#conts > .news {
	margin: 0 10px 3px;
	font-size: 14px;
}

#conts > .news .menus {
	margin: 0 auto;
	width: 280px;
	overflow: hidden;
}

#conts > .news .menus .tabMenu {
	margin-right: 5px;
	padding-top: 10px;
	float: left;
}

#conts > .news .menus .tabMenu:last-child {
	margin-right: 0;
}

#conts > .news .menus .tabMenu a {
	min-width: 84px;
	padding: 18px 0 14px;
	background: -webkit-gradient( linear, left top, left bottom, 
				from(rgba(0,204,255,1)),
				to(rgba(0,153,204,1)));
	background: -moz-linear-gradient(top,
				rgba(0,204,255,1),
				rgba(0,153,204,1));
	background: linear-gradient(top,
				rgba(0,204,255,1),
				rgba(0,153,204,1));

	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	border: 3px solid #fff;
	border-bottom: none;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	display: block;
	position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

@media screen and (min-width: 411px) {
	#conts > .news .menus {
		width: 380px;
	}

	#conts > .news .menus .tabMenu a {
		width: 117px;
	}
}

#conts > .news .menus .tabMenu a:before {
	margin-left: -6px;
	width: 10px;
	height: 10px;
	background: url(../img/common/sprite_icon.png) no-repeat -198px -38px;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 50%;
	content: "";
}

#conts > .news .menus .tabMenu a.current {
	margin-top: -10px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: #fff;
	color: #333;
	text-shadow: none;
}

#conts > .news .menus .tabMenu a.current:before {
	background-position: -198px -49px;
}

#conts > .news .boxes {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	display: none;
}

#conts > .news .box {
	margin: 0 3px;
	padding: 11px;
	border-bottom: 1px dotted #ccc;
}

#conts > .news .box:last-child {
	border: none;
}

#conts > .news .date {
	margin-bottom: 6px;
	color: #666;
	font-size: 12px;
}

#conts > .news .more {
	padding: 16px 10px;
	display: block;
	text-align: center;
}

#conts > .news .more a {
	padding: 12px 35px 12px 15px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(255,255,255,1)),
				to(rgba(221,221,221,1)));
	background: -moz-linear-gradient(top,
				rgba(255,255,255,1),
				rgba(221,221,221,1));
	background: linear-gradient(top,
				rgba(255,255,255,1),
				rgba(221,221,221,1));
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	display: inline-block;
	position: relative;
	color: #333;
	text-decoration: none;
}

#conts > .news .more a:before {
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../img/common/sprite_icon.png) no-repeat -174px -62px;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
}

/*------------------------------------------------------------
	プレーンテキスト
------------------------------------------------------------*/
#conts > section > h2 {
	margin: 0 17px 10px;
	font-size: 25px;
}

#conts .textBox {
	margin: 0 10px 20px;
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	position: relative;
	line-height: 1.5;
}

#conts .textBox:before {
	width: 30px;
	height: 20px;
	background: url(../img/common/sprite_icon.png) no-repeat -212px 0;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	position: absolute;
	top: -20px;
	right: 5px;
	z-index: 10;
	content: "";
}

#conts .textBox p {
	margin-bottom: 1em;
}

#conts .textBox p:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------
	ローカルナビ
------------------------------------------------------------*/
#localNav {
	margin: 0 10px 20px;
	padding: 3px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#localNav h2 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(255,136,166,1)),
				to(rgba(255,66,114,1)));
	background: -moz-linear-gradient(top,
				rgba(255,136,166,1),
				rgba(255,66,114,1));
	background: linear-gradient(top,
				rgba(255,136,166,1),
				rgba(255,66,114,1));
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#localNav h2:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

#localNav li {
	padding: 2px 0;
	border-bottom: 1px dotted #ccc;
}

#localNav li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#localNav li a {
	padding: 20px 12px;
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.1;
}

#localNav li a.current {
	background: #E6E6E6;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#localNav li a:before {
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../img/common/sprite_icon.png) no-repeat -174px -62px;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
}
