<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================
　ホーム用スタイル
========================================================= */


/* 0px以上の指定（カテゴリー）
--------------------------------------------------------- */
#category {
}
#category ul.bxslider {
	margin: 0;
	padding: 0;
	height: 330px;
	overflow: hidden;
}
#category ul.bxslider li {
	margin: 0;
	padding: 0;
}



/* 640px以上の追加指定（カテゴリー）
--------------------------------------------------------- */
@media screen and (min-width:640px), print {
	#category {
		margin: 2em auto;
	}
}


/* 0px以上の指定（コンテンツ）
--------------------------------------------------------- */
#content {
	margin: 0;
	padding: 0;
}
#content article {
	padding: 0 10px 1em;
}
#content article h4 {
	margin: 0;
	padding: .4em 0 .4em .6em;
	border: none;
	border-top: 2px solid #35a;
	color: #333;
}

/* 640px以上の追加指定（コンテンツ）
--------------------------------------------------------- */
@media screen and (min-width:640px), print {
	#content {
		padding: 0\9;/*IE8以下のレイアウト崩れ対応*/
		background: none;
		border: none;
	}
	#content article {
		padding: 0 0 1em;
	}
	#content #sub_page {
		padding: 10px 10px 0;
	}
	#content #sub_page .ilcLink {
		padding-bottom: 10px;
	}
}


/* 0px以上の指定（左側）
--------------------------------------------------------- */
#left_box {
    padding-top: 1em;
	clear: both;
}
#content .top_news {
	margin: 0 0 0em;
	padding: 0 0 2em;
	position: relative;
}
#content .top_news p.rss {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8em;
	top: .8em;
	font-size: 80%;
}
#content #news.top_news p.rss {
}
#content .top_news p.rss a {
	margin: 0;
	padding: 0 .5em;
	background: #35a;
	display: inline-block;
	height: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content .top_news p.list {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: .8em;
	font-size: 80%;
}
#content .top_news p.list a {
	margin: 0;
	padding: 0 0 0 7px;
	background: url(common/images/arrow_b.png) no-repeat left top;
	background: 4px 5px;
}
#content .top_news .news-list {
	margin: 0;
	padding: 0;
	font-size: 90%;
	overflow: auto;
	height: 150px;
	color: #666;
	background: url(common/images/content_bg.png) repeat left top;
}
#content .top_news .news-list dt {
	margin: 0;
	padding: .4em 10px .2em;
}
#content .top_news .news-list dt span {
	margin-left: .6em;
	padding: .2em .6em;
	font-weight: 100;
	font-size: 80%;
	color: #FFF;
}
#content .top_news .news-list dd {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#content .top_news .news-list dd a {
	margin: 0;
	padding: 0 10px .6em 18px;
	background: url(common/images/arrow_b.png) no-repeat 10px .6em;
	background-size: 4px 5px;
	display: block;
	text-decoration: none;
}

/* 640px以上の追加指定（左側）
--------------------------------------------------------- */
@media screen and (min-width:640px), print {
	.left_wrapper {
		width: 680px;
		float: left;
	}
	#left_box {
	    margin: 20px 0 20px;
		float: left;
		width: 680px;
		clear: both;
	}
	#content .top_news {
		width: 680px;
	}
	#content .top_news p.rss,
	#content .top_news p.list {
		top: .8em;
	}
	#content .top_news .news-list {
		max-height: 200px;
		height: auto;
		overflow: auto;
		font-size: 90%;
		border-bottom: 1px solid #999;
	}
	#content .top_news .news-list dt {
		margin: 0;
		padding: .8em 0 0 10px;
	}
	#content .top_news .news-list dt span {
		font-size: 100%;
	}
	#content .top_news .news-list dd {
		margin: -2.1em 0 0;
		padding: 0 0 0 14em;
		border-bottom: 1px solid #ccc;
	}
	#content .top_news .news-list dd a {
		margin: 0;
		padding: .8em 0 .8em 8px;
		background: url(common/images/arrow_b.png) no-repeat left 1.3em;
		background-size: 4px 5px;
		display: block;
		text-decoration: none;
	}
}



/* 0px以上の指定（右側）
--------------------------------------------------------- */
#right_box {
	margin: .5em 0 2em;
	padding: 0;
}

#side_sns,
#sub_page {
	display: block;
	position: relative;
}
#side_sns p,
#sub_page p {
	margin: 0;
	padding: 0;
}
#side_sns p a,
#sub_page p a {
	margin: 0;
	padding: .5em 10px .5em 18px;
	background: #f6f6f6 url(common/images/arrow_b.png) no-repeat 10px center;
	background-size: 4px 5px;
	display: block;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
#side_sns p a:hover ,
#sub_page p a:hover ,
#side_sns p a:focus ,
#sub_page p a:focus ,
#side_sns p a:active,
#sub_page p a:active  {
	background: #e6e6e6 url(common/images/arrow_b.png) no-repeat 10px center;
	background-size: 4px 5px;
}
.side_bnr .about,
.side_bnr .qa,
.side_bnr .en {
	display: none;
}
/* 640px以上の追加指定（右側）
--------------------------------------------------------- */
@media screen and (min-width:640px), print {
	#right_box {
		margin: 0;
		float: right;
		width: 250px;
	}
	#right_box p{
		margin: 0;
		padding: 0 0 9px;
	}
	.side_bnr .about,
	.side_bnr .qa,
	.side_bnr .en,
	.side_bnr .ilcLink {
		display: block;
	}
	#sub_page {
		margin-top: 10px;
		background-color: #fff;
		border: 1px solid #eee;
	}
	#side_sns h4,
	#sub_page h4 {
		display: none;
	}
	#side_sns p a,
	#sub_page p a {
		overflow: hidden;
		text-indent: 110%;
		white-space: nowrap;
		height: 80px;
		border: none;
	}
	#sub_page p a {
		height: 45px;
	}
	#side_sns p a[href*="facebook"] {
		background: url(images/bnr_facebook.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="twitter"] {
		background: url(images/bnr_twitter.png) no-repeat left top;
		background-size: 250px 80px;
	}
	 #side_sns p a[href*="plan.pdf"] {
		background: url(images/bnr_city.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="https://www.iwate-ilc.jp/"] {
		background: url(images/bnr_wsubpage01.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="qa/"] {
		background: url(images/bnr_qa.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="http://www.city.ichinoseki.iwate.jp"] {
		background: url(images/bnr_city.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="http://www.ichitabi.jp"] {
		background: url(images/bnr_ichitabi.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="en_conv/"] {
		background: url(images/bnr_try_en.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="https://www.ichinoseki-ilc.com/"] {
		background: url(images/bnr_ilc_en.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#side_sns p a[href*="privacy"] {
		background: url(images/bnr_privacy.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#sub_page p a[href*="en_conv/"] {
		background: url(images/bnr_wsubpage02.png) no-repeat left top;
		background-size: 250px 80px;
	}
	#sub_page p a[href*="www2.kek.jp"] {
		background: url(images/bnr_ilc_tushin.png) no-repeat left top;
		background-size: 228px 45px;
	}
	#sub_page p a[href*="aaa-sentan.org"] {
		background: url(images/bnr_ilc_project.png) no-repeat left top;
		background-size: 228px 45px;
	}
	#sub_page p a[href*="www.tohoku-ilc"] {
		background: url(images/bnr_ilc_tohoku.png) no-repeat left top;
		background-size: 228px 45px;
	}
	#sub_page p a[href*="www.iwate-ilc.jp"] {
		background: url(images/bnr_ilc_iwate.png) no-repeat left top;
		background-size: 228px 45px;
	}
	#sub_page p a[href*="en/index"] {
		background: url(images/bnr_ilc_english.png) no-repeat left top;
		background-size: 228px 45px;
	}
}


</pre></body></html>