@charset "utf-8";
/*
Theme Name: 北海道地域観光学会
Theme URI: http://www.dochiikikanko.com/
Author: Janis-prompt
Author URI: 
Description: 北海道地域観光学会のテーマ.
Version: 1.0
*/

@import url("html5reset.css");
/*-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
/* ------------------------ */
body {
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(commonimg/top_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333;
	background-color: #EDF5C7;
}
#warap {
	position : relative;
	width: 950px;
	margin: 0 auto;
}
.fxl { font-size: 18px !important; } /* 大2 */
.fxr { font-size: 16px !important; } /* 大1 */
.fla { font-size: 15px !important; } /* 大 */
.fmd { font-size: 13px !important; } /* 標準 */
.fsm { font-size: 12px !important; } /* 小 */
.fxm { font-size: 11px !important; } /* 小1 */
.fxs { font-size: 10px !important; } /* 小2 */
.redTxt { color: #F00 !important; }
.redTxt2 { color: #F08080 !important; }
.stTxt { font-weight: bold !important; }
a:link {color: #C93;}
a:visited { color: #C93; }
a:hover {color: #F90;}
a:active {color: #C93;}
.top10 {
	padding-top: 10px;
}
.left25 {
	padding-left:25px;
}
/* header ------------------------ */
header {
	width: 950px;
	height: 325px;
	margin: 35px auto 10px;
	position: relative;
	z-index:1;
}
header h1 {
	background-image: url(commonimg/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	width: 128px;
	text-indent: -9999px;
	margin-left: 32px;
	position: absolute;
	top: -10px;
}
header h1 a {
	background-image: url(commonimg/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 128px;
	height: 128px;
}
/* - topimage ------------------------ */
#topImage {
	background-color: #F9F8F7;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #D3D0AB;
	padding-top: 14px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
/* footer ------------------------ */
footer {
	font-size: 12px;
	clear: both;
	margin-bottom: 40px;
	height: 47px;
	min-width:950px;
}
footer small {
	text-align: center;
	display: block;
	padding-top: 27px;
	color: #6B5345;
}
/* - leftArea ------------------------ */
#leftArea {
	float: left;
	width: 210px;
	position: relative;
	z-index:2;
	margin-top: 10px;
}
#leftUnder {
	width: 170px;
	font-size: 12px;
	line-height: 1.4em;
	color: #6B5345;
	padding: 10px;
	margin-left: 10px;
}
#leftUnder p {
	margin: 7px;
}
/* - Addless ------------------------ */
#nameAddless {
	width: 170px;
	font-size: 12px;
	line-height: 1.4em;
	color: #6B5345;
	padding: 10px;
	margin-left: 10px;
}
#nameAddless p {
	margin: 7px;
}
#nameAddless #name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
}
#nameAddless .telfax {
	line-height: 1.7em;
	display:block;
	margin: 7px 2px;
}
/* - Navigation ------------------------ */
#globalNav {
	display: block;
	width:190px;
	margin-left: 10px;
}
#globalNav img {
	display: block;
}
#globalNav ul {
	background-color: #D3D0AB;
	background-image: url(commonimg/nav_bg_foot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 50px;
	padding-left: 12px;
	margin: auto 0;
}
#globalNav ul li {
	width: 165px;
	background-position: left top;
	margin-bottom: 7px;
	list-style-type: none;
}
#globalNav ul li a {
	text-decoration: none;
	display: block;
	min-height: 33px;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
#globalNav ul li.toppage {
	background-image: url(commonimg/menu01.png);
}
#globalNav ul li.guide {
	background-image: url(commonimg/menu02.png);
}
#globalNav ul li.summary {
	background-image: url(commonimg/menu03.png);
}
#globalNav ul li.termsofservice {
	background-image: url(commonimg/menu04.png);
}
#globalNav ul li.greeting {
	background-image: url(commonimg/menu05.png);
}
#globalNav ul li.event {
	background-image: url(commonimg/menu06.png);
}
#globalNav ul li.publications {
	background-image: url(commonimg/menu07.png);
}
#globalNav ul li.contributionrule {
	background-image: url(commonimg/menu08.png);
}
#globalNav ul li.university {
	background-image: url(commonimg/menu09.png);
}
#globalNav ul li.activity {
	background-image: url(commonimg/menu10.png);
}
#globalNav ul li:hover {
	background-position: left bottom;
}
/* contents ------------------------ */
#main {
	margin-top: 10px;
	width:730px;
	float: left;
	margin-bottom: 7px;
}
#mainContents {
	background-color: #FFF;
	background-image: url(commonimg/main_bg_und.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	padding-bottom: 35px;
	overflow: hidden;
	min-height: 400px;
}
.line {
	height: 1px;
	background-color: #E3DFD9;
	border-style: none;
}
.sline {
	background-image: url(commonimg/line_bg.png);
	background-repeat: repeat-x;
	height: 2px;
}
#contents {
	margin: auto 42px;
	position: relative;
	overflow: hidden;
}
#contents #pageTitle {
	background-color: #74C5C5;
	margin: 0px 0px 10px;
	background-image: url(commonimg/st_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-align: left;
	padding: 9px 5px 4px 15px;
	border-bottom: 2px solid #408481;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
#contents .pageSubTitle {
	margin: 0px 0px 10px;
	color: #74C5C5;
	text-align: left;
	padding: 9px 5px 4px 15px;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6AB7B3;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6AB7B3;
	background-color: #F0F7F5;
}
#contents .researcher {
	font-size: 13px;
	margin: 0px 11px;
	position: relative;
	overflow: hidden;
}
#contents h3 {
	font-weight: bold;
	color: #963;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#contents h4 {
	color: #963;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: normal;
}
#contents p {
	line-height: 1.5em;
	margin: 0px 10px 15px;
	font-size: 13px;
}
#contents ul {
	list-style-type: none;
	margin: 0px 13px 13px;
	line-height:1.5em;
}
#contents .yakuin  {
	margin-bottom: 12px;
	display: block;
	margin-left: 10px;
}
#contents dl.yakuin {
	margin: 0px  13px 5px;
	padding: 2px;
	line-height: 1.5em;
}
#contents .yakuin dt {
	float: left;
	width: 80px;
}
#contents .yakuin dd {
	margin-left: 80px;
}
.txtInd{
	text-indent: -13px;
	padding-left: 13px;
}
.txtInd2{
	text-indent: -42px;
	padding-left: 42px;
}
#contents #mainContents .pageEntry {
	margin: 10px;
	line-height: 1.3em;
	overflow: hidden;
	font-size: 13px;
}
#contents #mainContents .pageEntry h2 {
	font-size: 18px;
	font-weight: bold;
	display:block;
	background-color: #D6D6D6;
	line-height: 1.5em;
}
#contents #mainContents .pageEntry ul {
	line-height: 1.5em;
	margin: 0px 10px;
	overflow: hidden;
	display: block;
}
#contents #mainContents .pageEntry ul li img {
	max-width: 100%;
    height: auto;
	margin: 5px 0px 5px 0px;
}
.entryDate {
	font-size: 12px;
	line-height: 1.4em;
	color: #999;
	padding: 10px;
	display: block;
}
#contents img {
	max-width: 100%;
	height: auto;
	margin: 5px 0px 5px 0px;
	display: block;
}
#contents img.aligncenter {
	display: block;
	margin: 10px auto;
	clear: both;
}
#contents img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: block;
	clear: both;
}
#contents img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: block;
	clear: both;
}
#contents .alignright {
	float: right;
}
#contents .alignleft {
	float: left
}
#contents .centertxt {
	text-align: center;
}
/* breadcrumb ------------------------ */
#breadcrumb {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
	background-image: url(commonimg/main_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 14px;
	width: 710px;
	line-height: 1.3em;
	padding : 15px 22px 10px 10px;
}
#breadcrumb li {
	display: inline;
	margin: 0 3px;
}
#breadcrumb li:first-child:before{
    content:"";
}
/* - js ------------------------ */
#nosc {
	font-size: 11px;
	line-height: 1.3em;
	color: #C33;
	display: block;
	margin: 4px auto;
	text-align: center;
}
/* menuicon ------------------------ */
#icoMenu {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 20px;
	height: 0;
	padding-top: 18px;
	background-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
#icoMenu::before,
#icoMenu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 0px;
    border-top: 3px solid #666;
}
#icoMenu::before {
    top: 4px;
}
#icoMenu::after {
    bottom: 4px;
}
/* - image switch ----------------------- */
.switch {
	visibility: hidden;
}
/* - Button to the top of the page ----------------------- */
#pageTop p {
	right: 20px;
	margin: 0px;
	clear: both;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	float: right;
	background-image: url(commonimg/page_top.png);
	text-indent: -9999px;
	height: 27px;
	width: 100px;
	cursor: pointer;
}
#pageTop p a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 27px;
	width: 100px;
}
/* - comments ----------------------- */
.pageEntry #comments {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	padding-top: 5px;
}
.comments-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	color: #C33;
}
.comment-reply-title {
	font-size: 15px !important;
	font-weight: bold;
	line-height: 1.5em;
	border-top: 2px dotted #D6D6D6;
	border-bottom: 2px dotted #D6D6D6;
	padding: 3px;
}
.commentmetadata {
	line-height: 1.2em;
	margin-bottom: 10px;
}
.comment-author {
	margin-bottom: 15px;
	line-height: 1.5em;
}
.comment-author.vcard .fn {
	font-weight: bold;
}
.pageEntry .reply {
	padding: 10px;
}
.pageEntry .commentlist a , .pageEntry #respond a {
	color: #059489;
	text-decoration: none;
}
.pageEntry #respond #comment {
	padding: 4px;
}
.pageEntry .commentlist {
	padding: 20px;
}
.commentlist li{
	border-top: 1px solid #D6D6D6;
	padding-top: 10px;
}
.pageEntry #respond {
	padding: 20px;
}
.comment-form-comment label {
	display: block;
}
#comments .children li {
	border-top: 1px dashed #D6D6D6;
}
/* - page-nav ----------------------- */
#nav-below {
	font-size: 12px;
	padding: 5px;
	clear: both;
	line-height: 1.2em;
	margin: 0px 30px 10px;
}
#nav-below .nav-previous {
	float: left;
	margin-right: 20px;
}
/* - widget ----------------------- */
.widgetArea {
	float:left;
}
.widgetArea .widget {
	margin: 20px;
}
/* - toppage ------------------------ */
#mainContents #ifContentTop {
	float: left;
	width: 496px;
	padding-bottom: 25px;
}
#ifContentTop #pageTitle {
	background-color: #74C5C5;
	width: 434px;
	margin: 0px 42px;
	background-image: url(commonimg/st_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding: 9px 5px 4px 15px;
	border-bottom: 2px solid #408481;
}
#mainContents #ifContentTop iframe {
	width: 454px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #408481;
	float: left;
	margin-left: 42px;
}
#mainContents .topRight {
	float: left;
	width: 182px;
	margin-left: 19px;
}
/* - login ------------------------ */
.loginset {
}
.loginset dt ,dd {
	line-height: 2em;
}
.loginset dt {
	float: left;
	width: 100px;
}
.loginset dd {
}
.loginset p input {
	margin: 20px auto;
	display: block;
	cursor:pointer;
}
/* - ISSN ------------------------ */
.issn {
	display: block;
	float: right;
	margin-top: -25px;
	margin-right: 10px;
	border: 1px solid #B4E0E0;
	padding: 2px 3px;
	font-size: 13px;
}
/* - onlinejournal ------------------------ */
.pub-tit1 {
	font-size: 20px;
}
.pub-tit2 {
	font-size: 20px;
	color: #333;
	float: right;
	margin-right: 20px;
}
.sonlinetit {
	padding-left:15px;
	line-height: 1.5em;
	text-indent: -15px;
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0px 5px;
}
.dlandcomm {
	padding-left: 10px;
	line-height: 1.5em;
}
.dlandcomm a {
	background-color: #A5B960;
	display: inline-block;
	margin: 5px 7px;
	padding: 2px 7px;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dlandcomm a:hover {
	color: #FF6;
}
/* - officerTable ------------------------ */
.officerTable{
	font-size: 12px;
	line-height: 1.4em;
	border: 1px solid #666;
	margin-right: 10px;
	margin-left: 10px;
	width: 600px;
}
.officerTable caption{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	color: #963;
}
.officerTable th ,.officerTable td {
	text-align: left;
	padding: 2px;
}
.officerTable th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	color: #099;
}
.officerTable td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.editLink {
	clear:both;
	display:block;
}
/* retina */
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {

    header h1 {
	background-image: url(images/title@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 26px;
	width: 202px;
	text-indent: -9999px;
	margin-left: 10px;
	}
}
