@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);


body {
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.75;
}
img { vertical-align: bottom; }
a, a:visited { color: #08C; text-decoration: none; }
a img:hover { opacity: 0.9; filter: alpha(opacity=90); }



/* HEADER
======================================== */

#header {
	position: relative;
	margin: 0 0 1em;
	padding-top: 32px;
	padding-bottom: 40px;
}
#header h1 {
	position: absolute;
	top: 50px;
	left: 96px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1;
}
#logo {
	/* width: 62px; */
	width: 76px;
	margin-left: 10px;
}
#logo_en {
	position: absolute;
	top: 20px;
	left: 96px;
}

#globalNavi {
	position: absolute;
	top: 70px;
	left: 96px;
	width: 856px;
	padding: 10px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#globalNavi li {
	display: block;
	float: left;
	width: 140px;
	font-size: .875em;
	text-align: center;
	line-height: 1.5;
	border-right: 1px solid #666;
}
#globalNavi li a { color: #333; }
#globalNavi li:last-child { border-right: none; }
#globalNavi li.gChapter:after { content: "\A Tohoku Chapter"; white-space: pre; }
#globalNavi li.gArchitect:after { content: "\A About Architect"; white-space: pre; }
#globalNavi li.gMember:after { content: "\A Architect Member"; white-space: pre; }
#globalNavi li.gAuspice:after { content: "\A Auspice Member"; white-space: pre; }
#globalNavi li.g6blog:after { content: "\A 6 Area Blog"; white-space: pre; }
#globalNavi li.gOnly:after { content: "\A Member Only"; white-space: pre; }

/* biggerlink */
.bl-hover {
	background-color: #F0F0F0;
}

#blogList {
	position: absolute;
	top: 135px;
	left: 96px;
}
#blogList ul { font-size: .875em; }
#blogList li {
	display: inline;
	margin: 0 1em 0 0;
	letter-spacing: 1px;
	line-height: 1;
}
#blogList li a {
	padding: 0 0 2px;
	border-bottom: 1px dotted #666;
	color: #666;
}
#blogList li a:hover { color: #000; }


/* TOPICPATH
======================================== */

#topicpath {
	margin: 0 0 2em;
	padding: .5em 1em;
	font-size: .875em;
	background: #fffff0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#topicpath li { display: inline-block; }
.tp_home { font-size:1.25em; }


/* FOOTER
======================================== */

#footer {
	position: relative;
	padding: 1em 0 2em;
	border-top: 1px solid #CCC;
}
#copyright {
	font-size: 0.75em;
	color: #666;
	letter-spacing: 1px;
}
#extraLink {
	position: absolute;
	top: 1em;
	right: 0;
}
#extraLink { font-size: 0.875em; }
#extraLink a { color: #666; }
#extraLink a:hover { color: #333; }


/* HOME
======================================== */

#fukko { margin: 0 0 2em; }
#fukkoNews {}
#fukkoNews h2 {
	margin: 10px 0;
	font-size: 1.25em;
	line-height: 1;
	color: #36C;
}
#fukkoNews p { margin: 0 0 10px; font-size: .875em; }
#fukkoLinks li {
	display: inline;
	margin: 0 1em 0 0;
	font-size: .875em;
}
.entryList {
	margin-bottom: 20px;
	font-size: 0.875em;
}
.entryList dt {
	margin: 0;
	padding: 0 0 0 6px;
	color: #999;
	line-height: 1.5;
	letter-spacing: 1px;
	border-left: 6px solid #36C;
}
.entryList dd {
	margin: 0 0 0.5em;
	padding: 0 0 0 6px;
	line-height: 1.5;
	border-left: 6px solid #36C;
}

#bnrPickup { text-align: right; }
#bnrPickup ul { list-style-type: none; }
#bnrPickup li { display: inline-block; margin-left: 10px; }


#tab_a { }
.infoSummary {
	width: 200px;
	margin: 0 0 2em;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.infoSummary img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.infoSummary h3 { font-size: .75em; }
.infoSummary h3 .icon-sign-blank { color: #36C; }
.date { font-size: .75em; color: #666; letter-spacing: 1px; }
.read_more { padding-right: 3px; font-size: 1.125em; text-align: right; }

.summaryTxt { font-size: .75em; }

.tab_cols {
	float: left;
	width: 200px;
	margin-right: 40px;
}

.ui-tabs { padding: 0 !important; }
.ui-widget-header { background: none !important; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-top-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-bottom-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.ui-widget-content {
	border: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none !important;
	background: #CCC !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none !important;
	background: #36C !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none !important;
	background: #36C !important;
}
.ui-tabs .ui-tabs-nav {
	border-bottom: 2px solid #36C;
	padding: 0 !important;
}
.ui-tabs .ui-tabs-panel {
	padding: 1.4em 0 !important;
}


#etcInfo {
	float: right;
	width: 180px;
	padding: 0 0 20px 20px;
}
.asides { margin: 0 0 2em; }
.asides h4 { margin: 0 0 .5em; }
.jiaLinks, .branch { list-style-type: none; }
.jiaLinks li { margin: 0 0 .5em; }
.branch li {
	margin: 0 0 1px;
	padding: 3px 6px;
	font-size: .875em;
}
.rss { font-weight: normal; }
#office p {
	font-size: .875em;
}

#books figcaption, #books .figcaption { color: #a03242; }
#books figcaption { font-weight: bold; }
#books p { font-size: .75em; }


/* PAGE
======================================== */

.pageTitle {
	margin: 0 0 1em;
	font-size: 1em;
	color: #36C;
	border-bottom: 1px solid #666;
}

.memberSummary {
	position: relative;
	width: 120px;
	float: left;
	margin: 0 16px 1em 0;
	border: 2px solid #FFF;
}
.memberSummary figcaption {
	text-align: center;
	font-size: .875em;
	letter-spacing: 1px;
}
.memberSummary .label-pref {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 6px 2px;
	background: #36C;
	font-size: .75em;
	color: #FFF;
	line-height: 1;
	letter-spacing: 1px;
}
#figs .bl-hover { border: 2px solid #36C; }
#areaSort {
	margin: 0 0 2em;
	padding: .5em 1em;
	background: #eee;
	font-size: .875em;
}
.sortAreaList dt, .sortAreaList dd {
	display: inline;
	margin-right: .5em;
}
.areaName {
	margin: 0 0 1em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
}
.areaName span {
	padding: 4px 6px 2px;
	background: #36C;
}
.areaName a { color: #FFF; }


/* member
======================================== */

.person h2 { margin: 0 0 1em; font-size: 1.5em; }
.person h2 span {
	margin: 0 0 0 1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .75em;
	letter-spacing: 1px;
}
.column_left {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.column_right {
	float: left;
	width: 340px;
}
.personInfo {
	margin: 1em 0;
	font-size: .875em;
}
.personInfo dt {
	font-size: 1.125em;
	font-weight: bold;
}

.aus_left {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.aus_right {
	float: left;
	width: 340px;
}
.aus {
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #CCC;
}
.aus h2 { margin: 0 0 .5em; font-size: 1.5em; }
.aus table.cfd_aus {
	width: 100%;
	margin: 0 0 1em;
	font-size: .875em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.cfd_aus th, .cfd_aus td {
	padding: .5em;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.cfd_aus th {
	width: 4em;
	background: #fffff0;
	text-align: right;
	letter-spacing: 1px;
	white-space: nowrap;
}


/* AWARD
======================================== */

.award_year { padding: 1em 0 2em; }
.award_index {
	float: left;
	width: 150px;
	margin: 0 20px 10px 0;
}
.award_index figcaption {
	font-size: .875em;
}

.awrd {
	margin: 0 0 2em;
	border-bottom: 1px solid #CCC;
}
.awrd h2 {
	margin: 0 0 .5em;
	font-size: 1.5em;
}
.awrd h2 span {
	margin-left: 1em;
	font-size: .75em;
	font-weight: normal;
	color: #d3381c;
	letter-spacing: 1px;
}
.awrd p { font-size: .875em; }
.awrd img { border: 2px solid #CCC; }


/* AWARD
======================================== */

.aboutLt {
	float: left;
	width: 450px;
	margin-right: 30px;
}
.aboutRt {
	float: left;
	width: 220px;
}

#msg h2 {
	margin: 0 0 1em;
	font-size: 1em;
	color: #36C;
}

#msg h3 {
	margin: 0 0 1em;
	font-size: 0.875em;
	color: #36C;
}
#msg p { margin: 0 0 1em; }

#msg ul {
	margin-left: 1em;
	list-style-position: inside;
}

#msg p,
#msg li {
	font-size: 0.875em;
	line-height: 1.75;
}

#msg li { margin-bottom: 1em; }

#prof h5 { margin-bottom: 10px; }
#prof dl { margin: 0 0 1em; }
#prof dt,
#prof dd {
	font-size: 0.875em;
	line-height: 1.5em;
}
#prof dt { margin-top: .5em; font-weight: bold; }
#prof dd { margin-left: 1em; }
#prof h6 {
	padding-left: 4px;
	line-height: 1;
	color: #36C;
	border-left: 1em solid #36C;
	font-size: .875em;
}

#prof p {
	margin: 0 0 1em;
	font-size: 0.875em;
	line-height: 1.5;
}


/* Area Blog
======================================== */

#blogPageTitle {
	margin: 0 0 1em;
	font-size: 1.5em;
	color: #36C;
	border-bottom: 1px solid #CCC;
	background: url(../img/icon-blog.jpg) no-repeat 0 50%;
	padding-left: 100px;
}
#blogPageTitle span,#infoPageTitle span {
	font-weight: normal;
	color: #f89406;
}
#infoPageTitle {
	margin: 0 0 1em;
	font-size: 1.5em;
	color: #36C;
	border-bottom: 1px solid #CCC;
}
#sideBar ul {
	margin: 0 0 2em .5em;
	list-style-type: disc;
	list-style-position: inside;
	font-size: .875em;
}
#sideBar h3 {
	margin: 0 0 1em;
	padding: 4px 0 0;
	line-height: 1.75;
	padding-left: 10px;
	color: #FFF;
	background: #333;
}
#categoryList {
	list-style-type: none !important;
	font-size: 1em !important;
}

.article {
	position: relative;
	margin: 0 0 2em;
	padding: 1em 1.5em;
	background: #EDEAE8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ctgry span {
	padding: 4px 6px 3px;
	background: #f89406;
	color: #FFF;
}
.ctgry span.x19 { background: #d7a74c; } /* AOMORI */
.ctgry span.x20 { background: #cf735f; } /* AKITA */
.ctgry span.x21 { background: #ce749c; } /* IWATE */
.ctgry span.x22 { background: #745e98; } /* MIYAGI */
.ctgry span.x23 { background: #4b9cc0; } /* YAMAGATA */
.ctgry span.x24	 { background: #78ac5e; } /* FUKUSHIMA */
.ctgry span.small { font-size: .625em; letter-spacing: 1px; }
.ctgry span a { color: #FFF; }
.entryDate {
	position: absolute;
	top: 1em;
	right: 1em;
}
.entryDate span {
	margin-right: .5em;
	color: #F00;
}
.article h2 {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1.3;
}
.article img { margin-bottom: 5px; }
.article p.caption { margin-bottom: 10px; }


/* ROSTER
======================================== */

.roster h2 {
	margin: 0 0 1em;
	font-size: 1em;
	color: #36C;
}
.rosterTable {
	width: 100%;
	margin: 0 0 2em;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: .875em;
}
.rosterTable th, .rosterTable td {
	padding: 5px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.rosterTable th { text-align: left; }
.rosterList {
	list-style-type: none;
	list-style-position: inside;
}
.rosterTable tr:nth-child(2n) { background: #f5f5f5; }


#about-jia-tohoku ul {
	list-style-type: none;
	list-style-position: inside;
	font-size: .875em;
}
#about-jia-tohoku li {
	margin-bottom: 0 0 1px;
	padding: 3px 6px;
	line-height: 1.5;
}
.h4_en { font-size: .75em; font-family: serif; }
.h4_ja { color: #4385d1; }


#about-jia-tohoku li a[href$=".pdf"]:after{ 
	content: url(../img/icon-pdf.gif);
	margin-left: 6px;
}


.sortArea, .sortTag, .sortIndustry {
	width: 180px;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
}
.sortArea h3, .sortTag h3, .sortIndustry h3 {
	margin: 0 0 10px;
	padding: 5px 10px 3px;
	background: #333;
	color: #FFF;
	text-align: center;
}
.sortArea p, .sortTag p {
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.75;
}
.typeIndustry, .sortIndustry ul {
	list-style-type: none;
	list-style-position: inside;
}
.sortIndustry ul { font-size: .875em; }
.sortIndustry li {
	margin: 0 0 1px;
	padding: 3px 6px;
}


.pagerArea {
	position: relative;
	margin: 20px 0;
	padding: 10px;
	background: #ddd;
}
p.pagerCount {
	/* font-size: .875em; */
}
ul.pager {
	position: absolute;
	top: 10px;
	right: 10px;
	list-style-type: none;
}
ul.pager li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}
ul.pager li.next {
	border-right: none;
}
ul.pager li a:link,
ul.pager li a:visited {
	color: #3366FF;
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	color: #FF6633;
	text-decoration: none;
}