@charset "UTF-8";
/* CSS Document */

section,article,aside,nav{
	display:block;
}

#maincontent .article{
	background-color:#FFF;
	border:1px solid #CCC;
	margin:0px 0px 30px 0px;
	padding:0 10px 10px 10px;
	overflow:hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px; 
	box-shadow:1px 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
/* Hn */
h1{
	clear:both;
	margin:0;
	color:#FFF;
	font-size:1.6em;
	padding:20px 60px 40px 60px;
}
h2{
	clear:both;
	margin:0 0 1em 0;
	background:transparent url(../img/common/h2border.png) left bottom no-repeat;
	padding:5px 0px 4px 26px;
	font-weight:bold;
	font-size:120%;
	color:#012;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px; 
}
.article h2{
	margin:0 -10px 1em -10px;
}
h2.simple{
	background-image:none;
	padding:0px 0px 0px 0px;
	color:#111;
}
h3{
	border-top:2px solid #DDD;
	border-bottom:1px dashed #EEE;
	background-color:#F7F7F7;
	padding:5px 5px 5px 8px;
	font-size:110%;
	color:#222;
	margin:0.5em 0 1em 0;
}

h4{
	margin:0.1em 0px 0.5em;
	padding:5px 6px;
	border-top:1px solid #CCC;
	border-bottom:1px dashed #DDD;
	font-size:105%;
	font-weight:normal;
	color:#333;
}

h5{
	margin:0.1em 0px 0.2em;
	padding:0px 7px;
	font-size:97%;
	font-weight:normal;
	color:#333;
}

/* COMMON*/
p{
	margin:0 0 1em 0;
}

p.default{
	text-indent:1em;
}
ul,ol{
	margin:0 0 0 0;
	padding:0 0 0 1.5em;
}
li{
	margin:0 0 0.5em 0;
}
strong{
	font-style:bold;
	color:#900;
}
em{
	font-style:normal;
	color:#900;
}
a{
	color:#369;
	text-decoration:none;
}
a:hover{
	color:#39C;
}

a img{
	border-style:none;
}
.sub{
	vertical-align:baseline;
	font-size:80%;
}

.targetblank, .targetBlank, .targetBlankSimple{
}

.left{
	float:left;
	margin:0 15px 10px 0;
}
.right{
	float:right;
	margin:0 0px 10px 15px;
}
.clear{
	clear:both;
}
.rightImg{
	float:right;
	text-align:center;
	font-size:90%;
	clear:right;
	margin-left:10px;
}

.centerText,
.centerImg,
.center{
	text-align:center;
}
.textleft{
	text-align:left !important;
}
.textright{
	text-align:right !important;
}
.small{
	font-size:smaller;
}
.photos img{
	padding:5px 5px;
}
.link a{
	background:url(../img/common/nextcontent.png) no-repeat 3px 0.15em;
	background-size:12px;
	padding:0 5px 0 18px;
}
ul.linklist{
	margin:0;
	padding:0;
	list-style:none;
}
ul.linklist li{
	background:url(../img/common/nextcontent.png) no-repeat 0 0.2em;
	background-size:12px;
	padding:0 0 0 15px;
	margin:0 0 0.5em 0;
	border:0;
}
a.pdf:after{
	content:url(../img/common/pdf.png);
	display:inline-block;
	vertical-align:middle;
	margin-left: 5px;
	margin-right: 5px;
}
a.doc:after{
	content:url(../img/common/doc.png);
	display:inline-block;
	vertical-align:middle;
	margin-left: 5px;
}
a.xls:after{
	content:url(../img/common/xls.png);
	display:inline-block;
	vertical-align:middle;
	margin-left: 5px;
	margin-left: 5px;
}
a.blank:after,
a.targetblank:after{
	content:url(../img/common/blank.png);
	display:inline-block;
	vertical-align:middle;
	margin-left: 5px;
	margin-left: 5px;
}

.dl_default{
	margin:1em; 
}
.dl_default dt{
	color:#50506B;
	font-weight:bold;
	font-size:110%;
	margin:0.5em 0 0.5em 0;
}
.dl_default dd{
	margin:0 0 0.5em 2em;
}



/* TABLE START */
table.default, 
.wiki table {
	border-collapse:collapse;
	margin:0.5em 0px;
}
table.default th,
table.default td , 
.wiki table th, 
.wiki table td{
	border:1px solid #CCC;
	padding:4px 4px;
	empty-cells:show;
	line-height:1.4em;
	font-weight:normal;
	background-color:#FCFBF9;
}

table.default thead th ,
table.default thead td {
	background:#ECEBE9;
	text-align:center;
	white-space:nowrap;
	vertical-align:top;
}

table.default th,　
table.default tbody th, 
.wiki tbody th {
	background:#F4F2F0;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}
table.default thead th {
	text-align:center;
}


table.default tr.oddeven1 th{
	background:#F4F4F4;
}
table.default tr.oddeven1 td {
	background:#FBFBFB;
}

td.number {
	text-align:right;
}

html table th,
table table td {
	border-style:none;
	padding:0px 0px;
}

table table.simple{
	margin:0px;
}
table.simple th,table.simple td{
	border-style:none;
	background-color:transparent;
	padding:0px;
}
table.widthmax{
	width:100%;
}
.nowrap{
	white-space:nowrap;
}
table.lecture{
	table-layout:auto;
	font-size:95%;
}
table.lecture th{
	white-space:nowrap !important;
	vertical-align:middle;
}
table.lecture tr th{
	width:4em;
}
table.lecture tr td:nth-of-type(1){
	width:5em;
}
table.lecture tr td:nth-of-type(2){
	width:20em;
}
table.lecture tr td:nth-of-type(3){
	width:9em;
}
table.lecture tr td:nth-of-type(4){
	width:14em;
}
/* TABLE END */


/* CONTENT INDEX */
.indexCorner{
}
.indexCorner a{
	display:block;
	width:315px;
	float:left;
	padding:0px 10px 10px 10px;
	height:180px;
	margin:10px;
	position:relative;
	border:solid 1px #CCC;
	border-radius:5px;
	overflow:hidden;
	background-color:#F9F9F9;
	box-shadow:1px 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.indexCorner h3{
	border:0;
	padding:0;
}
.indexCorner a p{
	color:#333;
}

.indexCorner p.nextcontent{
	padding:5px 5px 5px 23px;
	background:url(../img/common/nextcontent.png) no-repeat;
	background-position:3px center;
	border:1px solid #DDD; 
	background-color:#FFF;
	position:absolute;
	bottom:0px;
	right:10px;
	color:#369;
}
.indexCorner a:hover p.nextcontent{
	background-color:#EFECE7;
}
/*FORM*/
input[type="text"] {
	width:360px;
}
textarea{
	width:90%;
}
input.imed{
	ime-mode:disabled;
}
input.number{
	ime-mode:disabled;
	text-align:right;
	width:5em;
}

/*イベント・お知らせ*/
.oshirase_event a{
	width:auto;
	height:auto;
	float:none;
}

.oshirase_event a p{
	color:#369;
}
.oshirase_event a p.date{
	color:#333;
}


#gmap{
width:100%;
height:480px;
padding:0px;
margin:0px;
}


.pc{
}
.sp{
	display:none;
}