/*
Theme Name: TDN 2019
Author: Market Network
Author URI: http://tour-de-nikko.com/
Description: ツール・ド・NIKKO 2019
Version: 1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	-webkit-print-color-adjust: exact;
	
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
	background:#FFF;
}
#page {
	margin: 0 auto;
}

#access div {
	margin: 0 3%;
}
#primary {
	float: left;
	margin: 0 -29% 0 0;
	width: 100%;
}
#all {
	margin: 0;
	width: auto;
}
#content {
	margin: 0 25% 0 2%;
	width: 66%;
    position: relative;
    z-index: 0;
}
#secondary {
	float: right;
	margin-right: 2%;
	width: 26%;
}

/* Singular 
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}*/

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000;
	font: 15px "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	line-height: 1.7;
}
body {
	background:#fff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: .5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #0875C0;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

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

#branding {
	width:100%;
	min-width:980px;
	position:relative;
    z-index: 1;
}
#branding hgroup {
	width: 100%;
	margin: 0 auto;
	padding:0;
	background:url(images/bg1.jpg) no-repeat center;
	background-size:cover;
	min-height: 50vh;
    height: 75vh;
}
#branding #photo {
	width:100%;
}
#branding #photo img {
	max-width:100%;
	vertical-align:bottom;
}
.page #branding hgroup,
.singular #branding hgroup,
.error404 #branding hgroup {
	background:url(images/bg1.jpg) no-repeat center 30%;
	background-size:cover;
	min-height: 0;
    height: auto;
}
#site-title {
	padding: 0;
    height: 75vh;
}
#site-title img {
	max-width:100%;
	vertical-align:bottom;
}
#site-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}

.page #site-title,
.single #site-title,
.error404 #site-title {
    height: auto;
    background: rgba(0,0,0,0.25);
	padding:15px 0;
	width: 100%;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
    opacity: 0.8;
}
#site-description {
	position:absolute;
	width:680px;
	left:50%;
	bottom:10px;
	margin: 0 0 0 -340px;
}
#branding img {
	height: auto;
	width: 100%;
	clear:both;
}
#boshu {
	width:252px;
	position:absolute;
	right:0;
	bottom:4.5em;
}
#boshu img {
	width: 100%;
	vertical-align:bottom;
}
.pagehead {
	height: 240px;
	overflow:hidden;
	background:url(images/pagehead2.jpg) center top;
	background-size:auto 240px;
}
.pagehead img {vertical-align:bottom;}
.topimageEntry {
	position:absolute;
	width:930px;
	z-index:200;
	left:50%;
	bottom:20px;
	margin-left:-465px;
	text-align:center;
}

.topimageEntry img {
	vertical-align:bottom;
	width:100%;
}
.page .topimageDate,
.single .topimageDate {
	width:120px;
	top:100px;
	right:0px;
}

/* =Menu
-------------------------------------------------------------- */
.menuBtn {
	display:none;
}
#access {

	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #006DBC;
    z-index: 1000;
    transition: all 0.2s;
}
#access ul {
	min-width:980px;
	max-width:1280px;
	font-size: 15px;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align:center;
    font-size:0;
}
#access li {
    display: inline-block;
	position: relative;
	width:13.5%;
    font-size: 16px;
	font-weight: bold;
}
#access li:first-child {
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background: #004F84;
}
#access a {
	color: #fff;
	display: block;
	outline: none;
	line-height: 4.5em;
	text-decoration: none;
	position:relative;
	z-index: 100;
	background-color: #006DBC;
	color: #FFF;
	overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
#branding.fixed #access a {
	line-height: 3em;
}

#access a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #FFF100;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#access a:hover {
	color: #FFF100;
}
#access a:hover:before,
#access a:focus:before,
#access a:active:before {
  left: 0;
  right: 0;
}
#nav-toggle {
    display: none;
    position: fixed;
    right: 12px;
    top: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    background: #006DBC;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #fff;
    left: 10px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.fixed #nav-toggle span {
}
#nav-toggle span:nth-child(1) {
    top: 10px;
}
#nav-toggle span:nth-child(2) {
    top: 18px;
}
#nav-toggle span:nth-child(3) {
    top: 26px;
}
.dl-trigger {display:none;}
.fixed #access {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9990 !important;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/* =Front
----------------------------------------------- */
#topentry {
	width:100%;
}
#topentry img {
	max-width:100%;
}
#topentry .date1 {
	width:49%;
	float:left;
}
#topentry .date2 {
	width:49%;
	float:right;
}
#topInformation {
	width:96%;
	max-width:1280px;
	min-width:940px;
	margin:0 auto;
	clear: both;
	padding: 0 2%;
	margin-bottom:30px;
}
#topInformation .box1 {
	width:42.9%;
	float:left;
}
#topInformation .box2 {
	width:54.6%;
	float:right;
}
#topInformation img {
	max-width:100%;
	height:auto;
}
#feature {
	margin-bottom:30px;
}
#feature .box1,
#feature .box2,
#feature .box3 {
	width:31%;
	float:left;
}
#feature .box1,
#feature .box2 {
	margin-right:3%;
}
#feature h3 {
	display:block;
	width:100%;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.3;
}
#feature .box1 h3 {
	color:#EA0013;
}
#feature .box2 h3 {
	color:#F37A00;
}
#feature .box3 h3 {
	color:#62B32E;
}
#feature .feature-image img {
	width:100%;
}
#feature .feature-image {
	margin-bottom:5px;
}
#feature .feature-text {
	font-size:12px;
	margin-bottom:5px;
}
#feature .feature-detail {
	margin-bottom:0;
}
#feature .feature-detail a {
	background:url(images/arrow.png) no-repeat left;
	padding-left:16px;
	font-size:12px;
}
#sponsor {
	margin:0 auto 20px;
	clear:both;
	overflow:hidden;
}
h2.sponsor {
	background:url(images/sponsor.png) no-repeat left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:41px;
	margin-bottom:5px;
	position:relative;
}
h2.sponsor span {
	position:absolute;
	text-indent:0;
	top:20px;
	right:0;
}
h2.sponsor span a {
	background:url(images/arrow.png) no-repeat left;
	padding-left:16px;
	font-size:13px;
}

.widget_mylinkorder {
	position:relative;
}

.widget_mylinkorder h3 {
	display:none;
}
ul.blogroll {
	width:auto;
	border-radius:10px;
	padding:20px 0 20px 1.5%;
	list-style:none;
}
ul.blogroll li {
	float:left;
	margin-right:1.5%;
	margin-bottom:10px;
}
ul.blogroll {zoom:1;}
ul.blogroll:after {
  content: ""; 
  display: block; 
  clear: both;
}
ul.blogroll a img {
}
ul.blogroll ahover img {
}

.category-4,
.category-5,
.category-6,
.category-8 {
	opacity:0.7;
}


/* =Content
----------------------------------------------- */

.pagetitle {
	color:#006DBC;
	margin:12px 0 24px;
	padding:0;
	font-size:24px;
	letter-spacing:2px;
	border-bottom:4px solid #CCC;
	line-height:1.5;
	font-weight:bold;
}
.pagetitle span {
	border-bottom:4px solid #006DBC;
	padding:0;
	display:inline-block;
	margin-bottom:-4px;
	padding:0 0 6px;
}
.entry-content h2 {
	color:#222;
	border-left:6px solid #0875C0;
	font-size:18px;
	font-weight: bold;
	padding:6px;
	padding: 0 0 0 10px;

}
.entry-content h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0;
}
.entry-content dl {
	margin: 0 0 2em 1.5em;
}
.entry-content dl dt {
	color:#0075C2;
	width:6em;
	float:left;
	clear:both;
	padding: 5px;
}
.entry-content dl dd {
	margin-left:6em;
	padding: 5px;
}

.social {
	clear:both;
	margin:0;
}
.social ul li {
	list-style:none;
	display:inline-block;
	margin:0 5px 0 0;
	padding:0;
	overflow:visible;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#main {
	width:auto;
	min-width:940px;
	max-width:1280px;
	margin:0 auto;
    position: relative;
    z-index: 0;
	clear: both;
	padding:  40px 10px;
}
.wrap {
	width:960px;
	margin:0 auto;
	clear: both;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title,
.entry-meta,
.entry-content {

	padding-right: 0px;
	width:100%;
	float:none;
}
.entry-home {
	width:78%;
	float:right;
}

.thumbnail {
	float:left !important;
	width:18.2%;
	margin-bottom:1.5em;
    overflow: hidden;
}
.thumbnail img {
	width:100%;
    transition: all 0.2s;
}
.thumbnail a:hover img {
    transform: scale(1.2);
}

.entry-header .entry-title {
	color:#006DBC;
	margin:12px 0 24px;
	padding:0 0 6px;
	font-size:24px;
	letter-spacing:0px;
	border-bottom:4px solid #eee;
	line-height:1.3;
}
.entry-home .entry-title {
	color:#222;
	border-left:4px solid #0875C0;
	font-size:18px;
	font-weight: bold;
	padding: 0 0 0 10px;
	width:auto;

}
.entry-home .entry-title {
		clear: none;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #004F84;
}
.entry-meta {
	color: #666;

	font-size: 12px;
	line-height: 18px;
	text-align:right;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: .5em 0 2.5em;
	font-size:15px;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	font-weight: bold;
	margin: 0 0 1em;
}




.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

#guide p,
#guide table,
#guide dl,
#entry p,
#entry table,
#entry .webentry,
#course p {
	margin-left:2em !important;
}
#entry ol {
	margin-left:4.5em !important;
}
#entry ol li {
	margin-bottom:.5em;
}
#guide p img,
#guide table img,
#guide dl img {
	vertical-align:bottom;
}

ul.tab {
	margin:0 0 20px !important;
	padding:0 !important;
}
ul.tab li {
	list-style-type:none !important;
	float: left;
	width:24.5%;
	text-align:center;
	font-size:15px;
	margin-right:0.5%;
}
ul.tab li a {
	display:block;
	color:#FFF;
	padding:15px 0 !important;
	border-radius:8px;
	box-shadow: 0px -4px 0px rgba(0,0,0,0.25) inset;
}
ul.tab li a:hover {
	color:#FFF !important;
	text-decoration:none;
	opacity:0.8;
	box-shadow: none;
}
ul.tab li.active a {
	font-weight:bold;
}
ul.tab li#tabmenu1 a {
	background:#333;
}
ul.tab li#tabmenu2 a {
	background:#E60012;
}

ul.tab li#tabmenu3 a {
	background:#004EA2;
}

ul.tab li#tabmenu4 a {
	background:#00A73C;
}
ul.tab li#tabmenu5 a {
	background:#FABE00;
}

ul.tab li#tabmenu1.active a {
	background:#000;
}
ul.tab li#tabmenu2.active a {
	background:#97000C;
}

ul.tab li#tabmenu3.active a {
	background:#002855;
}

ul.tab li#tabmenu4.active a {
	background:#006C26;
}
ul.tab li#tabmenu5.active a {
	background:#BF8F00;
}

#course {
	clear: both;
	overflow: hidden;
	width: auto;
	height:auto;
}
#course p {
}
#coursemap { position:relative; margin-bottom:25px;}
#coursemap #map label { width: auto; display:inline; }
#coursemap #map img { max-width: none; }
#coursemap #map { border: 1px solid #ccc; background-color: #DEDCD7; height:450px;}
#coursemap #footer { text-align:center; font-size:9px; color:#606060; }
#coursemap #logo {
	width:64px;
	position:absolute;
	right:20px;
	top:20px;
}
#coursemap #logo img {
	width:100%
}
@media (max-width: 640px) {
	#coursemap #logo {
		left:10px;
		top:10px;
	}
}
@-moz-keyframes pulsate {
	from {
		-moz-transform: scale(0.25);
		opacity: 1.0;
	}
	95% {
		-moz-transform: scale(1.3);
		opacity: 0;
	}
	to {
		-moz-transform: scale(0.3);
		opacity: 0;
	}
}
@-webkit-keyframes pulsate {
	from {
		-webkit-transform: scale(0.25);
		opacity: 1.0;
	}
	95% {
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(0.3);
		opacity: 0;
	}
}
/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
#coursemap #map div.gmnoprint[title="現在地"] {
	-moz-animation: pulsate 1.5s ease-in-out infinite;
	-webkit-animation: pulsate 1.5s ease-in-out infinite;
	background:rgba(0,109,188,0.2);
	/* make a circle */
	-moz-border-radius:57px;
	-webkit-border-radius:57px;
	border-radius:57px;
	/* multiply the shadows, inside and outside the circle */
	/* set the ring's new dimension and re-center it */
	margin:-19px 0 0 -19px;
	height:55px !important;
	width:55px !important;
}
#coursemap #map div.gmnoprint[title="現在地"] img {
	display:none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
	#coursemap #map div.gmnoprint[title="現在地"] {
		margin:-10px 0 0 -10px;
	}
}
#coursemap .gm-style-mtc > div {
	font-size:13px !important;
	padding:3px 6px !important;
	color:#006DBC  !important;
}
#coursemap .gm-style-mtc > div:hover,
#coursemap .gm-style-mtc > div:active {
	background:#eeeeee !important;
}
.area {
	display: none;
}
.latlonglab {
	margin-bottom:2em;
	width:45%;
	float:left;
	margin-left:3%;
}
#course p.pdf {
	margin-left:0 !important;
	margin-right:5px;
}
p.pdf a {
	display:block;
	background:#0875C0 url(images/doc_pdf.png) no-repeat 12px center;

	padding:8px 0 8px 36px;
	border-radius:6px;
	font-size:1.2em;
	width:auto;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.2) inset;
	color:#fff;
}
p.pdf a:hover,
p.pdf a:active{
	background-color:#004B7D;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2) inset;
	text-decoration:none;
}

.webentry {
	border:1px solid #ddd;
	background:#fff;
	padding:1em ;
	margin:0 0 2em 0;
}
.webentry .logo {
	float:left;
	margin:0 30px; 10px 0
}
.webentry a.button {
	display:block;
	padding:10px;
	font-size:1.4em;
	text-align:center;
	text-decoration:none;
	background:#0074C1;
	color:#FFF;
	width:auto;
	margin:0 0 0 240px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.25) inset;
	border-radius:8px;
}
.webentry a.button:hover {
	background: #004B7D;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.25) inset;
}
.webentry h3 {
	display:block;
	margin:0 0 .5em 250px !important;
	padding:0;
	clear:none !important;
	font-size:16px;
}
.webentry p {
	display:block;
	margin:0 0 1em 250px !important;
}
.end {
	font-size:16px;
	color:#666;
	margin-bottom:1em;
}

#accessmap {
	margin-bottom:20px;
}
.access1 {
	width:48.3%;
	float:left;
}
.access2 {
	width:48.3%;
	float:right;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #006DBC;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}


/* --- Post Columns Shortcodes --- */
.two-columns-one{
	width:45%;
}
.three-columns-one{
	width:30.66%;
}
.three-columns-two{
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one,.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last{
	clear:right;
	margin-right:0 !important;
}
.divider { 
	clear:both; 
	display:block; 
	margin-bottom:20px;
	width:100%; 
}
#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.yellow-box {
	margin: 10px 0;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	padding: 20px;
	overflow:hidden;
}
.red-box {
	margin: 10px 0;
	background: #FFD9C8;
	border: 1px solid #F37C72;
	padding: 20px;
	overflow:hidden;
}
.green-box {
	margin: 10px 0;
	background: #D5FFCA;
	border: 1px solid #BDDC7F;
	padding: 20px;
	overflow:hidden;
}

/* --- Post Tables --- */
#content .entry-content table {
	margin:0.5em 0px 2em 1.5em;
	font-size:1em;
	border-collapse:collapse;
	width:95%;
}


#content .entry-content table tr th {
	padding: 7px 10px;
	border:3px solid #fff;
	background:#D9EEFD;
	font-weight:bold;
	vertical-align:middle;
}
#content .entry-content table tr th.head {
	background:#2C9EF3;
	color:#fff;
	font-size:14px;
}
#content .entry-content table tr td {
	padding: 7px 10px;
	border:3px solid #fff;
	background:#f9f9f9;
}



/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}



/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {

}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}






/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}




/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a,
.nav-next a {
	display:inline-block;
	padding:3px 12px;
	background: #006DBC;
	color:#fff;
	border-radius:6px;
}
.nav-previous a:hover,
.nav-next a:hover {
	background: #004F84;
    text-decoration: none;
}

#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	position: relative;
	top: -0.3em;
	text-align: center;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 12px;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style:none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}

.widget a {
	font-weight: bold;
	text-decoration: none;
    transition: all 0.2s;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
    opacity: 0.8;
}
.widget a img {
    display:inline-block;
    transition: all 0.2s;
}
.widget a:hover img {
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.dash .digit {
	display:inline;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

.dash_title {
	font-size: 11px;
	color: #555;
}


.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}
#twitter-widget-0 {
	   width: 100%;
}
/* =Footer
----------------------------------------------- */
#pagetop {
	clear: both;
	text-align:right;
}
#footerNavi {
	clear: both;
	max-width:980px;
	margin:0 auto;
}
#footerNavi ul {
    list-style:  none;
    text-align: center;
}
#footerNavi ul li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}
#footerNavi ul li:first-child {
    border-left: 1px solid #ddd;
}
#footerWrapper {
	clear: both;
	background:#006DBC;
	background-size:contain;
	width:100%;
	min-width:980px;
}
#colophon {
	clear: both;
	width:auto;
	max-width:980px;
	margin:0 auto;
	font-size:14px;
	padding:40px 10px 24px;
	color:#fff;
}
#colophon h3 {
	font-size:14px;
	color:#FFF000;
	font-weight:bold;
}
#colophon dl {
	margin:0 0 1em 0;
}
#colophon dl dt {
	width:10em;
	float:left;
	padding:3px 0;
	clear:both;
	font-weight:normal;
}
#colophon dl dd {
	margin:0 0 0 10em;
	padding:3px 0;
	color:#fff;
}
#colophon p {
	margin:0;
}
#copyright {
	clear:both;
	font-size:12px;
	background:#006DBC;
	color:#fff;
	text-align:center;
	padding:12px 0 24px;
	border-top:1px solid #fff;
}
.mail {
}
.mail a {
	display:inline-block;
	background:#fff;
	color:#006DBC;
	padding:5px 16px;
	border-radius:16px;
}
.mail a:hover {
    background: #FFF000;
	text-decoration:none;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}


@media (max-width: 640px) {
	body, input, textarea {
		font-size: 13px;
	}
	#main {
		padding: 20px 10px;
		min-width:0px;
	}
	/* Simplify the basic layout */
	#main #content {
		margin: 0 0 24px;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#primary {
		float: none;
		margin: 0;
	}
	#main #secondary {
		clear:both;
		float: none;
		margin: 24px 2% 0;
		width: auto;
	}
	#branding {
		min-width:320px;
        border-bottom: 4px solid #006DBC;
	}
	#branding hgroup {
		width:100%;
		z-index:0;
		height:auto;
		padding:0;
		background-size:cover;
	}
	.page #branding hgroup,
	.single #branding hgroup,
	.error404 #branding hgroup {
	}
	#branding div {margin:0}
	#site-title {
		padding: 0 0 0;
		position:static;
		margin: 0 auto !important;
        height: 60vh;
	}

	#site-description {
		position:static;
		width:90%;
		left:50%;
		bottom:10px;
		margin: 0 auto 10px !important;
	}
	.page #site-title,
	.single #site-title,
	.error404 #site-title {
		padding: 20px 0;
		width:100%;
		text-align: center;
	}
	.page #site-title img,
	.single #site-title img,
	.error404 #site-title img {
		width:70%;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	.pagehead {
		overflow:hidden;
		background-size:auto 120px;
	}
	.pagehead img {vertical-align:bottom;}

	/* =Front
	----------------------------------------------- */

	#boshu {
		width:90px;
		position:absolute;
		right:0;
		bottom:0;
	}
	.topimageEntry {
		position:absolute;
		width:90%;
		z-index:200;
		left:5%;
		bottom:20px;
		margin-left:0;
		text-align:center;
	}

	#topentry .date1,
	#topentry .date2 {
		width:auto;
		float:none;
		margin-bottom: 10px;
	}
	#topInformation {
		width:96%;
		max-width:1280px;
		min-width:300px;
		margin:0;
		clear: both;
		padding: 0 2%;
		margin-bottom:30px;
	}
	#topInformation .box1 {
		width:auto;
		float:none;
	}
	#topInformation .box2 {
		width:auto;
		float:none;
	}
	#access {
		width: 100%;
		background: #006DBC;
		margin: 0 auto;
	}
	#access ul {
		display:block;
		min-width:0;
		max-width:100%;
		position: relative;
		width:auto;
	}
	#access ul li {
		position: relative;
		float: none;
		width:auto;
		display:inline-block;
		margin-bottom:0;
		font-size:16px;
        border-top:1px solid #004F84;
	}
	#access li:first-child {
		border-left:none;
	}
	#access a {
		line-height: 3em;
	}
    #access,
    .fixed #access{
        position: absolute;
        top: -600px;
        background: #006DBC;
        width: 100%;
        text-align: center;
        padding: 70px 0 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    #access ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #access ul li {
        float: none;
        display: block;
        width: auto;
        position: static;
		margin: 0 10px;
    }
    #access ul li a,
    #access.fixed ul li a {
        width: 100%;
        display: block;
        color: #fff;
    }
    #nav-toggle {
        display: block;
		box-shadow: 0 0 8px rgba(0,0,0,0.25);
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 19px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 19px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #access  {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(600px);
        -webkit-transform: translateY(600px);
        transform: translateY(600px);
    }
	#feature .box1,
	#feature .box2,
	#feature .box3 {
		width:100%;
		float:none;
		margin:0 auto 20px;
		clear:both;
	}
	#feature .box1:after,
	#feature .box2:after,
	#feature .box3:after {
		clear:both;
		content:' ';
		display:block;
		font-size:0;
		line-height:0;
		visibility:hidden;
		width:0;
		height:0
	}
	#feature .box1,
	#feature .box2 {
		margin-right:0;
	}

	#feature .feature-image {
		float:left;
		display:block;
		width:30%;
	}
	#feature .feature-detail {
		float:right;
		width:66%;
		display:block;
	}
	article.intro .entry-content {
		font-size: 12px;
	}

	.entry-header .entry-title {
		font-size:18px !important;
		line-height:1.3;

	}
	.entry-home .entry-title {
		color:#222;
		font-size:18px !important;
		line-height:1.3;

	}
	#content .entry-content table {
		margin:0.5em 0px 2em 0;
	}

	.entry-content h3 {
		margin:0 0 0.5em 0;
	}
	.entry-content dl {
		margin: 0 0 2em 0;
	}
	#guide p,
	#guide table,
	#guide dl,
	#entry p,
	#entry table,
	#entry .webentry,
	#course p {
		margin-left:0 !important;
	}
	.flick {
		width:90%;
		overflow:hidden;
		margin:0 auto;
		box-shadow:2px 2px 4px inset rgba(0,0,0,0.2);
		border:1px solid #ddd;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
	}
	#site-title,
	#site-description {
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}

	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
	#colophon {width:auto;padding:24px 3% 24px;}
	#colophon dl dt {
		width:auto;
		float:none;
	}
	#colophon dl dd {
		margin:0;
	}

	.widget {
		float:none;
		width:auto;
		clear: none;
		text-align:center;
	}
	.widget div {text-align:center;}
	.widget img {width:100%;}
	.widget .sp {
		display:block;
		text-align:right;
	}
	.widget .sp img {
		width:25%;
		box-shadow:none;
	}
	#copyright {
		font-size:11px;
	}
	#sponsor {
		width:100%;
	}
	ul.blogroll {
		width:auto;
		border-radius:10px;
		border:1px solid #ddd;
		padding:20px 0 20px 3%;
		list-style:none;
		background:#f8f8f8;
	}
	ul.blogroll li {
		float:left;
		width:30%;
		margin-right:1.5%;
		margin-bottom:10px;
	}
	.webentry {
		text-align:center;
	}
	.webentry .logo {
		float:none;
		margin:0 0 20px 0;
	}
	.webentry a.button {
		font-size:1em;
		text-align:center;
		width:250px;
		font-size:1.2em;
		margin:0 auto 1em auto;
	}
	.webentry h3 {
		margin:0 0 .5em 0 !important;
		padding:0;
		clear:none !important;
	}
	.webentry p {
		margin:0 0 1em  0 !important;
		text-alingn:left;
	}
	#footerWrapper {
		min-width:320px;
	}

	ul.tab li {
		list-style-type:none !important;
		float: left;
		width:49%;
		text-align:center;
		font-size:13px;
		margin-right:1%;
		margin-bottom:5px;
	}
	.latlonglab {
		margin-bottom:2em;
		width:100%;
		float:none;
		margin-left:0;
	}

	#accessmap {
		margin-bottom:20px;
	}
	.access1 {
		width:auto;
		float:none;
		margin-bottom:20px;
	}
	.access2 {
		width:auto;
		float:none;
}
}
@media (max-width: 450px) {


	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
		-webkit-print-color-adjust: exact;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		width:100%;
		margin: 0;
	}

	#access ul {
		width:100%;
	}
	#main {
		width:100%;
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {

	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 960px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}