
/************************************************************
全共通
************************************************************/

body,html{
	margin:0;
	padding:0;
	font-size:105%;
}

img {
	width: 100%;
}

#header,#footer,.container{
	width:96%;
	margin-left:2%;
	margin-right:2%;
}

.container{
	margin-top: 5px;
}

#header {
position: relative;
	border-bottom:2px solid #0034AF;
	padding:5px 0 5px 0;
	margin-bottom:0;
	}
#header h1{
	width:257px;
	margin:0 auto;
	padding:0;
	text-align: center;
	color: #0034AF;
}





#footer{
		clear:both;
		padding-top:10px;
		border-top:1px solid #999;
		font-size:small;
}
#footer p{
	margin:0;
	padding:0;
}

#footer .footer-navi p{
margin-bottom: 10px;
}

#footer .footer-navi{
	text-align:center;
	margin:20px auto;
}

#footer .footer-navi span a{
	padding:2px 5px;
	text-decoration:none;
}

#footer .footer-navi span.pc a{
	background-color:#999;
	border-radius:3px;
	color:#fff;
	margin-top: 5px;
}

#footer .copyright{
		border-top:1px solid #999;
	text-align:center;
}

#footer a.pagetop{
	position:fixed;
	bottom:0;
	right:1%;
	padding:5px 5px;
	background-color:#eee;
	opacity:0.8;
	border-radius:3px;
	color:#333;
	text-decoration:none;
	
}


/* ============
clearfix
    ============ */
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* ============
汎用
    ============ */

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}


/* ============
グローバルメニュー
    ============ */
#gmenu{
	display: none;
	background-color:#0034AF;
	width: 92%;
	padding:2%;
	padding-top: 30px;
	margin: 0 auto;
	border-radius: 0 0 3px 3px;
}
#gmenu ul, #gmenu li{
padding: 0; margin: 0;
}
#gmenu li a{}
#gmenu li{
	list-style:none;
}

#gmenu a.btn-blue {
	font-size: 16px;
	color: #ffffff;
	padding: 6px 0;
	background: -moz-linear-gradient(
		top,
		#c9ddf7 0%,
		#0b76e0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c9ddf7),
		to(#0b76e0));
	border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
#gmenu a.btn-large{
	text-decoration:none;
	clear:both;
	display:block;
	width:99%;
	margin-left:0.5%;
	margin-right:0.5%;
	text-align:center;
	margin-bottom:3px;
}

#header #gmenu_handle a.gmenu_toggle{
	position:absolute;
	bottom:-21px;
	right:0;
	padding:3px 3px;
	background-color:#0034AF;
	border-radius:0 0 3px 3px;
	color:#fff;
	font-size: 10px;
	text-decoration:none;
	opacity: 0.8;
}




/************************************************************
トップ用
************************************************************/

.promo{
	margin-bottom:10px;
}


#topMenu ul,#topMenu li{
	margin:0;
	padding:0;
}
#topMenu li{
	list-style:none;
}


#topMenu a.btn-blue {
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0;
	background: -moz-linear-gradient(
		top,
		#c9ddf7 0%,
		#0b76e0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c9ddf7),
		to(#0b76e0));
	border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}

#topMenu a.btn-green {
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0;
	background: -moz-linear-gradient(
		top,
		#bad4b0 0%,
		#5c914a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bad4b0),
		to(#5c914a));
	border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);

}

#topMenu a.btn-large{
	text-decoration:none;
	clear:both;
	display:block;
	width:99%;
	margin-left:0.5%;
	margin-right:0.5%;
	text-align:center;
	margin-bottom:15px;
}

#topMenu a.btn-middle{
	text-decoration:none;
	display:block;
	width:48.4%;
	margin-left:0.4%;
	margin-right:0.4%;
	float:left;
	text-align:center;
	margin-bottom:15px;
}


#topMenu a.text-red{
	color: #ff5a00;
}


#infoList h2{
	margin-top:40px;
	padding:10px 30px;
	background-color:#A5C2F4;
	font-size:16px;
	color:#fff;
	border-radius:5px;
	clear:both;
	background-image:url(../images/icon-top-h2.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

#infoList ul,#infoList li{
	margin:0;
	padding:0;
}

#infoList li{
	list-style:none;
	color:#666;
	border-bottom:1px dashed #999;
	padding-left:1em;
	margin-bottom:10px;
	padding-bottom:10px;
}

p.more{
	margin:0;
	padding:0;
	margin-bottom:60px;
}
.more a{
	display:block;
	float:right;
	width:60px;
	padding:5px 5px;
	background-color:#A5C2F4;
	font-size:10px;
	color:#fff;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
}
	
	

/************************************************************
下層共通用
************************************************************/
#content h2{
	padding:10px 30px;
	background-color:#A5C2F4;
	font-size:18px;
	color:#fff;
	border-radius:5px;
	clear:both;
	background-image:url(../images/icon-top-h2.png);
	background-repeat:no-repeat;
	background-position:10px center;
	text-shadow:1px 1px #737373;
}


#content .item{
	clear:both;
	border-bottom:1px dashed #999;
	margin-bottom:20px;
	padding-bottom:20px;
}
#content .item .label{
	font-weight:bold;
	background-color: #ebebeb;
	border-radius:3px;
	padding:5px 10px;
	margin-bottom: 10px;
/*
	width:24%;
	margin-right:1%;
	float:left;*/

}
#content .item .data{
/*
	width:75%;
	margin-left:0%;
	float:left;*/
}

.item,.item-post {*zoom: 1;}
.item:after,.item-post:after {
	content: "";
	clear: both;
	display: block;
}


#content .item-post{
	clear:both;
	border-bottom:1px dashed #999;
	margin-bottom:20px;
	padding-bottom:20px;
}
#content .item-post .label{
	font-weight:bold;
	width:100%;
}
#content .item-post .data{
	width:100%;
}

#content .item-post  .photo{
	/*width:48%;*/
	width:98%;
	margin-left:1%;
	margin-right:1%;
	/*float:left;*/
	text-align:center;
}
#content .item-post  .photo .photo-caption{
	margin:0;
	padding:3px;
	font-size:12px;
	color:#999;
	}

#content table.table{
	width: 100%;
	border: 1px solid #333;
}
#content table.table-yakuin thead th{
	font-weight: bold;
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
}
#content table.table-yakuin tbody td{
	border: 1px solid #999;
	padding: 5px;
}
#content table.table-yakuin{
	font-size:12px;
}

#content table.table-soshiki thead th{
	font-weight: bold;
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
}
#content table.table-soshiki tbody td{
	border: 1px solid #999;
	padding: 5px;
}
#content table.table-soshiki{
	font-size:12px;
}

#content table.table-default thead th{
	font-weight: bold;
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
}
#content table.table-default tbody td{
	border: 1px solid #999;
	padding: 5px;
}
#content table.table-default{
	font-size:12px;
}

#content table.table-event thead th{
	font-weight: bold;
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
}
#content table.table-event tbody td{
	border: 1px solid #999;
	padding: 5px;
}
#content table.table-event tbody th{
	border: 1px solid #999;
	padding: 5px;
	width: 5%;
}
#content table.table-event{
	font-size:12px;
}


#content .event_paging{
	margin: 10px auto 10px auto;
	width: 98%;
	text-align: center;
}
#content .event_paging span.month_pageing{
	font-size: small;
	padding: 5px;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin: 5px;
}




a.btn-small{
	display:block;
	padding:5px 10px;
	background-color:#A5C2F4;
	font-size:12px;
	color:#fff;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
}
.btn-group {
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn-horizon {
	position: relative;
	overflow: hidden;
}
.btn-horizon ul {
	float: left;
	left: 40%;
	position: relative;
}
.btn-horizon li {
	float: left;
	left: -50%;
	position: relative;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
}
.btn {
	cursor: pointer;
	text-align: center;
	padding: 5px 15px 5px 15px;
	background-color: #A5C2F4;
	border-radius: 3px;
	font-size: 90%;
	color: #fff;
	text-decoration:none;
	text-shadow:1px 1px #737373;
	border:1px solid #fff;
	box-shadow:1px 1px #999;
}



a[href$=".pdf"]{
	display:block;
	height:34px;
	background:url(../images/icon-pdf.png) no-repeat 1% 50%; 
	background-color:#eee;
	padding-left:40px;
	border-radius: 3px;
	}




