body{
  -webkit-text-size-adjust : none;
	background-color: #FFFFFF;
}


#container{
	border-top: solid 3px #2189BD;
	width:100%;
	background-color: #333333;
}

a:link {
	border: none;
	color: #006699;
	text-decoration: none;
}
a:visited {
	border: none;
	color: #006699;
	text-decoration: none;
}
a:active {
	border: none;
	color: #32A2CA;
}
a:hover {
	text-decoration: none;
}

/* リセット */
* { margin:0; padding:0; }
/* clearfix */
*:after { display:block; clear:both; }
/* はみ出し対策 */
/* body { width:100%; overflow:hidden; }*/
/* HTMLに対応していないOS対策 */


input.input_text {
	font-size:120%;
	padding: 3px;
	border-color: #cbcbcb;
	border-style: solid;
	border-width: 1px;
	margin-bottom:3px;
}
input.input_text:focus {
	background-color: #ECF8FD;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
	    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

select
{heigft:40px; font-size:120%; padding:5px;}

input[type="button"] {heigft:40px; font-size:120%; padding:5px;}

input[type="submit"] {heigft:40px; font-size:120%; padding:5px;}

input[type="reset"] {heigft:40px; font-size:120%; padding:5px;}

/* ヘッダー */

#header {
	text-align: center;
	background-color: #FFFFFF;
}

#header2 {
	text-align: left;
	background-color: #FFFFFF;
}

#contents_box {
	width:100%;
	margin:0 auto;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 120%;
}

#contents_box .section{
	margin: 5px 10px 20px 5px;
	clear: both;
}

#contents_box .section #map{
	margin:0px auto;
	width:90%;
	height:320px;
	font-size:11px;
}

#contents_box .section li{
	list-style-type: square;
	margin: 0px 0px 10px 15px;
}

#contents_box .leadPhoto{
	margin: 0px 0px 10px 0px;
	background-color: #981A2B;
}

#contents_box h1.cont{
	background-image: url(../img/h1_bg1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding:7px 0px 7px 5px;
	font-size:14px;
	text-shadow: 1px 1px 0px #000;
}

#contents_box h1.top{
	font-size:12px;
	padding: 5px;
	color: #666666;
}

ul#navi {
	margin: 0;
	padding: 0;
	background-color: #000000;
	border-bottom: solid 1px #065032;
	list-style: none;
	text-align: center;
}

ul#navi li {
	/*margin: 0 0 1px;*/
	padding: 0;
	width: 50%;
	display: block;
	float: left;
}

ul#navi li span {
	margin: 0;
	padding: 10px 20px;
	display: block;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	text-shadow: 1px 1px 2px #034D2F;
	color: #FFFFFF;
	font-size: 14px;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#034D2F), to(#C60108));
}

ul#navi li span.sel {
	background: #C60108;
}

ul#navi li a span {
	text-shadow: 1px 1px 2px #333333;
	font-size: 14px;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#C60108), to(#5D5D5D));
}

.pageTitle {
	padding: 5px 10px 3px;
	background: #ffffff;
	color: #2189BD;
	font-size: 16px;
	text-align: center;
	clear: both;
}

.pageTitle2 {
	padding: 5px 0px 5px 0px;
	margin-bottom:10px;
	background: #2189BD;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	clear: both;
}

p.topPickupUnit {
	display: block;
	border-top: 1px solid #CCCCCC;
}

p.topPickupUnit a {
	margin: 0;
	padding: 5px 20px 5px 110px;
	display: block;
	position: relative;
	min-height: 70px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #FFFFFF url(../img/iconArrow.png) no-repeat right center;
}

p.topPickupUnit span.photo {
	position: absolute;
		top: 0;
		left: 0;
}

p.topPickupUnit img {
}

p.topPickupUnit span.labelTopCate {
	position: absolute;
		top: 60px;
		left: 0;
	width: 100px;
	height: 15px;
	padding: 3px 3x 0;
	text-align: center;
	background-color: #C60108;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	overflow: hidden;
}

/* 概要文 */
span.reasonText{
	display: inline-block;
	margin-top: 3px;
	font-size: 10px;
	color: #666;
}


div#menuPC{
	padding-top: 15px;
	background-color: #F6F6F6;
	border-top: solid 1px #CCCCCC;
}

div#menuPC p{
	padding: 0 10px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

ul#onlyPc {
	margin: 0;
	padding: 3px 10px;
	list-style: none;
	text-align: left;
}

ul#onlyPc li {
	margin: 10px 0;
	padding: 2px 0 2px 20px;
	background: url(../img/onryPc.png) no-repeat left center;
}

ul#onlyPc li a{
	color: #313131;
}

/* エントリーの全体 */


/* 最大幅の制限 */
.entry img, .entry object, .entry embed, .entry div, .entry table, .entry iframe{
	max-width: 320px;
}

/* 記事囲み */
.newsBox div:last-of-type p:last-of-type {
	border: none;
}

/* ▼ヘッドライン部分ここから▼ */
/* 日付やカテゴリー */

p.entryInfo {
	font-size: 14px;
	text-align: left;
	color: #666666
}

p.entryInfo span.entryCategory {
	display: inline-block;
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 12px;
}

.entry {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}


/* 写真 */
.entryPhoto{
	float: left;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
}

/* ▲ヘッドライン部分ここから▲ */

/* ▼記事内の部分ここから▼ */
/* notFoundブロック */
.notFound {
    margin: 10px;
}

/* 日付 */
.newsBox .dateClass{
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
}

/* タイトル（一記事） */
.entryTitle{
	padding: 0 10px;
}

/* 記事内 */
.entry{
	padding: 10px;
}

/* 記事内の段落 */
.entry p{
	margin-bottom: 10px;
}

.entry p strong{
	 color: #2688BC;
}

/* 記事内のアイコン */
.entry .iconLink {
	padding-left: 25px;
    background: url(../images/iconLink2.gif) no-repeat left top;
    color: #3333FF;
}

/* -------------- エントリーの装飾 -------------- */
.entry h2,
.midasiL1{
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: solid 4px #03995E;
	font-size: 15px;
}

.entry h2 a,
.midasiL1 a{
	color: #333;
}

.entry h3{
	margin-bottom: 10px;
	font-size: 14px;
	color: #004C2D;
}

.entry h4{
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	
}

div.guide{
	width:100%;
	color:#ffffff;
	background-color:#2688BC;
	padding:2px;
	margin-bottom:3px;
}

/* 段落 */

.entry p.column2{
	-moz-column-count: 2;
    -webkit-column-count: 2;
}

.entry p.column3{
	-moz-column-count: 3;
    -webkit-column-count: 3;
}

p.caption {
	color:#666666;
	font-size:88% !important;
	line-height:1.4;
	margin:5px 0 5px;
	padding:0 5px;
	text-align:center;
}


/* リスト */
.entry ul{
	margin-bottom: 20px;
}

.entry ul li{
	padding-left: 15px;
	margin-bottom: 7px;
	list-style: none;
	background: url(../images/iconEntryList.gif) no-repeat left 9px;
}

.entry ol li{
	margin-bottom: 10px;
}

/* 記事送り */

ul#pager {
	position: relative;
	height: 35px;
	margin: 15px auto;
	text-align: center;
	font-size: 14px;
}

ul#pager li#back {
}
ul#pager li#back a {
	display: block;
	position: absolute;
		top: 0;
		left: 10px;
	padding: 0 5px;
	height: 23px;
	line-height: 23px;
	color: #333333;
	text-shadow: 1px 1px 0 #FFFFFF;
	list-style:none;
}

ul#pager li#all {
}
ul#pager li#all a {
	display: inline-block;
	height: 26px;
	padding: 5px 10px 0 10px;
	max-width: 140px;
	overflow: hidden;
	color: #333333;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	text-shadow: 1px 1px 0 #FFFFFF;
}

ul#pager li#next {
}
ul#pager li#next a {
	display: block;
	position: absolute;
		top: 0;
		right: 10px;
	padding: 0 5px;
	height: 23px;
	color: #333333;
	line-height: 23px;
	-webkit-border-image: url(../images/toRightBg.png) 5 16 5 7 / 5px 16px 5px 7px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

ul#pager li.pageNo {
	display: inline-block;
	margin: 0 2px;
}
ul#pager li.pageNo span {
	display: inline-block;
	height: 26px;
	padding: 5px 8px 0 8px;
	color: #666666;
	background-color: #DDDDDD;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 5px;
}
ul#pager li.pageNo a span {
	display: inline-block;
	height: 26px;
	padding: 5px 8px 0 8px;
	color: #333333;
	text-shadow: 1px 1px 0 #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 5px;
}

.menuLink1{
  height: 21px;
	background-image: url(../img/h3_bg1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding:7px 0px 2px 25px;
	font-size:14px;
text-shadow: 1px 1px 0px #000;
}

h3.menuLink1 a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size:14px;
}

h3.menuLink1 a:hover{
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	font-size:14px;
}


h2.title{
	background-image: url(../img/h2_bg1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding:7px 0px 5px 5px;
	font-size:14px;
	text-shadow: 1px 1px 0px #000;
	background-color: #97C30C;
}

h2.menuLink2{
  height: 21px;
	background-image: url(../img/h3_bg1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding:7px 0px 2px 25px;
	font-size:14px;
	text-shadow: 1px 1px 0px #000;
}

h2.menuLink2 a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size:14px;
}

h2.menuLink2 a:hover{
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	font-size:14px;
}

.mr5 {
	margin-right:5px;
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.mb10 {
	margin-bottom:10px;
}

.mt10 {
	margin-top:10px;
}


.small {
	font-size:9px;
	line-height: 110%;
}

.event .comment {
	font-size:12px;
	line-height: 110%;
}

.event .comment .time {
	font-size:11px;
	color: #FF9900;
}

.movie {
	line-height: 100%;
}

.movie a{

}

.movie .title {
	font-size:14px;
	font-weight: bold;
	color: #B20B1D;
	margin-top: 3px;
}

.movie .comment {
	font-size:11px;
	line-height: 100%;
	margin-top: 3px;
	text-decoration: none;
	color: #999999;
}


.color1 {
	color: #AC1E31;

}

/* フロート解除(不可視) */
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}

#footer{
	border-top:solid #cccccc 1px;
	background-color:#ffff;
	padding:10px 0px 10px 0px;
	margin-top:0px;
}

#footer div#addr{
	color:#666;
	clear: both;
	margin-top: 5px;
	text-align:center;
}

#footer div#addr span.small{
	font-size:10px;
}
	
#light{
	background-color:#FFF;
	border:1px solid #dedede;
	padding:10px;
	margin-top:20px;
}	

#light li{
	list-style:none;
}	
	
#footer li{
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	float: left;
	display: block;
	overflow: hidden;
	margin-left: 3px;
}	

.top_banner {
	padding:0;
	text-align:center;
}
.top_banner h3 {
	width:95%;
	color:#666666;
	font-size:14px;
	text-align:left;
	line-height:200%;
	margin:0 0 0 10px;
	padding:0 5px;
	border:none;
	background:none;
	text-shadow:none;
}
.top_banner p {
	color:#000;
	font-size:10px;
	text-align:left;
	padding:3px 5px;
}
.top_banner ul {
	list-style-type:none;
	margin:0 auto;
	text-align:center;
	}
.top_banner ul li {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:left;
	border-top:1px solid #79889B;
	border-bottom:1px solid #79889B;
	background: -moz-linear-gradient(
		top,
		#006699 0%,
		#ECECE1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ECECE1));
}
.top_banner ul li a {
	display:block;
}
.top_banner_img {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

.button, .button:visited {
	background: #222 url(overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);

	cursor: pointer
}
 
	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 			{ font-size: 11px}
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; 
												  font-weight: bold; 
												  line-height: 1; 
												  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
												  }
												  
	.large.button, .large.button:visited 			{ font-size: 14px; 
													  padding: 8px 14px 9px; }
													  
	.super.button, .super.button:visited 			{ font-size: 34px; 
													  padding: 8px 14px 9px; }
	
	.pink.button, .magenta.button:visited		{ background-color: #e22092; }
	.pink.button:hover							{ background-color: #c81e82; }
	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						    { background-color: #749a02; }
	.red.button, .red.button:visited			{ background-color: #e62727; }
	.red.button:hover							{ background-color: #cf2525; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover						{ background-color: #d45500; }
	.blue.button, .blue.button:visited		    { background-color: #2981e4; }
	.blue.button:hover							{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover						{ background-color: #fc9200; }
