@charset "utf-8";

/*-----------------------------------------------------
	Header
------------------------------------------------------*/

.contents {
	width: 980px;
	height: auto;
	margin: 0 auto 5%;
}
/*.index-main {
	background-color:#696;
	margin-top: 300px;
}
*/
/* イメージサイズ指定・スライダー */
img.imageWidth100-top {
	width: 100%;
	height: auto;
	max-width: 980px;
}

/* --- トップページのみのクラス --- */
.cyan {
	color: #00a1e9;
	margin-left: 1.5em;
}
.index-list1{
	margin-left:3em;
}
/*.osirase {
	width: 100%;
}*/
.index-info {
	width: 66%;
	float: left;
	/*background-color: #6F3;*/
	padding: 1% 2%;
}
.index-photo {
	width: 26%;
	padding: 3% 2%;
	float: right;
	/*background-color: #F96;*/
}


/* --- カウンター関連 --- */

.index-counter {
	width: 26%;
	height: 80px;
	padding: 0;
	margin: 0;
	margin-right: 30px;
	float: right;
}

h3.counter-h {
	background: none;
	color: green;
	margin-top: 5%;
	margin-bottom: 2%;
}

@media screen and (min-width:0px) and (max-width:435px) {
	.index-counter {
		width: 100%;
		height: 120px;
		margin-right: 3.3%;
	}

	
}
@media screen and (min-width:436px) and (max-width:801px) {
	.index-counter {
		width: 26%;
		height: 120px;
		margin-right: 3.3%;
	}
	.index-counter iframe {
		width: 180px;
		height: 100px;
		margin: 0;
		padding: 0;
	}

	
}







.newsRelease {
	width: 100%;
	background-color: #fff;
	border: solid 1px #00a1e9;
	border-radius: 3px; 
	box-shadow: 3px 3px;
	height: 400px;
	float:left;
	padding: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 1%;
}

.newsRelease dt {
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 0.2em 3px 0.8em 4px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

.newsRelease dd {
	margin: 0;
	padding: 0.2em 3px 0.8em 7em; /* 本文エリアのパディング（上右下左） */
	line-height: 120%;
}
.newsRelease dd a {
	text-decoration: none;
}

.newsRelease dd a:hover {
	text-decoration: underline;
}

.newsRelease dd span {
	color: red;
	font-weight: bold;
	margin-left: 5px;
}
.index-figure {
	/*position: relative;
	right:1px;
	top: -20px;*/
	width: 90%;
	/*height: 400px;*/
	float: right;
	/*border:dashed 5px #00a1e9;*/
	padding: 1% 5%;
}
.index-img {
	width: 100px;
	min-width: 200px;
	height: auto;
}

.index-section-pack {
	/*background-color: #CCC;*/
	margin-top:165px;
}

.add-cap {
	font-size: 85%;
	color: #00a1e9;
}