@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);
}

#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: "";
	list-style: decimal;
	list-style: decimal;
}

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

#conts .textBox p:last-child {
	/* [disabled]margin-bottom: 0; */
}
/*------------------------------------------------------------
	プレーンテキスト追加
------------------------------------------------------------*/
#conts > section > h3 {
	margin: 0 17px 10px;
	font-size: 25px;
}

#conts > section > h4 {
	margin: 0 17px 10px;
	font-size: 25px;
}

#conts > section > h5 {
	margin: 0 17px 10px;
	font-size: 25px;
}

#conts > section > h6 {
	margin: 0 17px 10px;
	font-size: 25px;
}

#conts > section > h7 {
	margin: 0 17px 10px;
	font-size: 25px;
}

#conts > section > h1 {
	margin: 0 17px 10px;
	font-size: 25px;
}


/*------------------------------------------------------------
	ローカルナビ
------------------------------------------------------------*/
#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 h3 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(255,180,0,1)),
				to(rgba(255,119,0,1)));
	background: -moz-linear-gradient(top,
				rgba(255,180,0,1),
				rgba(255,119,0,1));
	background: linear-gradient(top,
				rgba(255,180,0,1),
				rgba(255,119,0,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 h3:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	background-position: -58px 0;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

#localNav h4 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(254,234,0,1)),
				to(rgba(223,216,0,1)));
	background: -moz-linear-gradient(top,
				rgba(254,234,0,1),
				rgba(223,216,0,1));
	background: linear-gradient(top,
				rgba(254,234,0,1),
				rgba(223,216,0,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 h4:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	background-position: -116px 0;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
#localNav h5 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(153,204,0,1)),
				to(rgba(102,153,0,1)));
	background: -moz-linear-gradient(top,
				rgba(153,204,0,1),
				rgba(102,153,0,1));
	background: linear-gradient(top,
				rgba(153,204,0,1),
				rgba(102,153,0,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 h5:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	background-position: 0 -58px;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
#localNav h6 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(104,201,182,1)),
				to(rgba(61,151,141,1)));
	background: -moz-linear-gradient(top,
				rgba(104,201,182,1),
				rgba(61,151,141,1));
	background: linear-gradient(top,
				rgba(104,201,182,1),
				rgba(61,151,141,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 h6:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	background-position: -58px -58px;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
#localNav h1 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(61,194,255,1)),
				to(rgba(38,149,255,1)));
	background: -moz-linear-gradient(top,
				rgba(61,194,255,1),
				rgba(38,149,255,1));
	background: linear-gradient(top,
				rgba(61,194,255,1),
				rgba(38,149,255,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 h1:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	background-position: -116px -58px;
	position: absolute;
	top: 0;
	left: -5px;
	content: "";
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

#localNav h8 {
	padding: 17px 10px 15px 50px;
	background: -webkit-gradient(linear, left top, left bottom, 
				from(rgba(25,124,255,1)),
				to(rgba(38,98,230,1)));
	background: -moz-linear-gradient(top,
				rgba(25,124,255,1),
				rgba(38,98,230,1));
	background: linear-gradient(top,
				rgba(25,124,255,1),
				rgba(38,98,230,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 h8:before {
	width: 58px;
	height: 58px;
	background: url(../img/common/sprite2_icon.png) no-repeat;
	-webkit-background-size: 242px 116px;
	background-size: 242px 116px;
	background-position: 0px 0px;
	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: "";
}

/*------------------------------------------------------------
	追加
------------------------------------------------------------*/
.list {
	list-style-type: disc;
	list-style-position: outside;
}

/*------------------------------------------------------------
	写真サイズ追加
------------------------------------------------------------*/
p.resizeimage img { width: 100%;
 }
