.fd_haikei {
	background-image: url(parts/fd01.gif);
	background-repeat: repeat-x
}
.info_txt {
	font-size: 95%;
	line-height: 130%
}
.info_txt02 {
	font-size: 85%;
	line-height: 130%
}
a:link {
	color: #0072bc;
	text-decoration: none
}
a:hover {
	color: #0000FF;
	text-decoration: none
}
a:visited {
	color: #006600;
	text-decoration: none
}
a:active {
	color: #663399;
	text-decoration: none
}
.copylight {
	font-size: 85%;
	line-height: 150%;
	color: #FFFFFF
}
h1 {
	margin:0
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
.honbun {
	font-size: 90%;
	line-height: 130%
}

/*画像枠線リンク*/
img.btnImg { border: 1px solid #DDD; padding:1px; background:#FFF; }
img:hover.btnImg {
	border: 1px solid #F90;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}



/* Material iconsを利用する */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;	/* 推奨サイズ */
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;

	/* WebKitブラウザサポート */
	-webkit-font-smoothing: antialiased;
	/* Chrome、Safariサポート */
	text-rendering: optimizeLegibility;

	/* Firefoxサポート */
	-moz-osx-font-smoothing: grayscale;

	/* IEサポート */
	font-feature-settings: 'liga';
}
/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* 新着情報
----------------------------------------------------------- */
#news{
	width:705px;
	margin:0 25px;
	font-size:80%;
	line-height:120%;
}

#news p.date{
	clear:both;
	width:700px;
	padding-left:5px;
}

#news h2{
	width:690px;
	background:url(../img/bg_tits.gif) repeat-x;
	padding:2px 10px;
	margin-bottom:5px;
	font-size:90%;
	color:#39C;
}

#news-wrap{
	width:705px;
	height:100%;
	margin-bottom:30px;
	overflow:visible;
}
	
#news-wrap-photo{
	text-align:center;
	width:170px;
	float:left;
}
	
#news-wrap-text{
	width:540px;
	float:right;
}
	
#news-wrap-text p{
}


/* RSS Feed ------------------------------------------------------- */
.rssfeed {
	height: 300px;
	overflow: auto;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0;
	font-size: 13px;
}
.rssfeed li {
	position: relative;
	margin: 0.5em;
	padding: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.rssfeed li:last-child {
	border-bottom: 0 none;
}
.rssfeed li a,
.rssfeed h4 > a {
	display: block;
	margin: 0.5em 0;
	padding: 0.5em;
	border-radius: 0.5em;
	background-color: transparent;
	transition: all 0.5s ease;
}
.rssfeed li a:hover, .rssfeed li a:focus,
.rssfeed h4 > a:hover, .rssfeed h4 > a:focus {
	background-color: rgba(255,0,0,0.04);
}
.rssfeed li a h4,
.rssfeed li > h4 {
	position: relative;
	margin: 0;
	padding: 0 0 0 1.6em;
	color: blue;
	filter: hue-rotate(-30deg);
}
.rssfeed li a h4:before,
.rssfeed li > h4:before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 1.4em;
	height: 1.4em;
	font-family: 'Material Icons';
	font-size: 1.4em;
	line-height: 1.4em;
	content: '\e937';
}
.rssfeed li a p,
.rssfeed li p {
	position: relative;
	margin: 0.3em 0 0 1.6em;
	font-size: 1em;
	line-height: 1.6em;
	color: rgba(0,0,0,0.6);
}
.rssfeed li a p.rssdate,
.rssfeed li p.rssdate {
	padding: 0 0 0 1.4em;
}
.rssfeed li a p.rssdate:before,
.rssfeed li p.rssdate:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 1.1em;
	height: 1.1em;
	font-family: 'Material Icons';
	font-size: 1.1em;
	line-height: 1.1em;
	content: '\e935';
}

.text-right, .txtRight {
	text-align: right;
}


/* リンクボタン */
.btn {
	display: inline-block;
	text-decoration: none !important;
	padding: 0.2em 1.2em;
	border-radius: 1em;
	line-height: 1em;
	font-weight: bold;
}
.btn.btn-a {
	background-color: rgba( 255,0,0,0.2 );
	color: red;
}
.btn.btn-a:hover {
	background-color: rgba( 255,0,0,1 );
	color: white;
}
