@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
	box-sizing: border-box;
}
p {
  word-break: break-all;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
html,body {
  position: relative;
	height: 100%;
}
.whole-page {
  position: relative;
	height: auto;
	min-height: 100%;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
	line-height: 70px;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
	display: none;
}
header {
	width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
header .headerimage {
	padding-top: 80px;
  background-size: cover;
	width: 100%;
	height: 600px;
	top: 0;
}
header .top-page {
	width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0.8px 3px #777;
	z-index: 10;
}
header .top-page .ut-logo-section {
	text-align: left;
	padding-left: 35px;
	background-color: #fff;
}
header .top-page .ut-logo {
	height: 70px;
	float: left;
}
header .top-page .ut-logo img {
  height: 100% !important;
	width: auto !important;
}

header .top-page #searchform {
  float: left;
	padding-right: 20px;
	line-height: 70px;
}
header .top-page #searchform input {
  height: 70%;
}
header .top-page #searchform label {
  font-size: 18px;
}
header .top-page .middle-bar {
  height: 40px;
}
header .top-page #header-fixed {
	width: 100%;
	background-color: #fff;
}
header .top-page .fixed {
  position: fixed;
	top: 0;
	box-shadow: 0 0.8px 3px #777;

}
header .not-top-page {
  width: 100%;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0.8px 3px #777;
	z-index: 10;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: left;
}
header #brand {
  margin:0;
	float: left;
	bottom: 20px;
}
header #brand h1 {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 0 50px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
	text-align: left;
}
header .top-page #brand h1 {
  text-align: center;
	font-size: 1.4rem;
	color: #000;
}
header .not-top-page #brand h1 {
  color: #000;
}
header #brand h1 a {
	color: #213965;
  text-decoration: none;
}
/*
header .not-top-page #brand h1 a {
  color: #000;
}
*/
header #brand h1 span {
	font-size: 14px;
}
#ut-header-title2 {
  display: none;
}
header .global-navigation {
	background: transparent;
	float: right;
	vertical-align: baseline;
	line-height: 70px;
	padding-right: 30px;
}
header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
	margin-left: 20px;
	float: left;
}
.menu-main-nav-container, .menu-main-container {
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 0 10px 0 10px;
}
header nav ul li a {
  color: #213965;
  font-size: 1em;
}
#search-top {
	margin-right: 15px;
  float: right;
	display: none;
	font-size: 25px;
	height: 100%;
}
#search-top i {
	transition: 0.25s ease-in-out;
	color: #213965;
}
#search-top i:hover {
  color: rgba(0, 121, 152, 0.5);
}
#search-not-top {
  float: right;
	margin-left: 10px;
	font-size: 25px;
}
#search-not-top i {
	transition: 0.25s ease-in-out;
	color: #213965;
}
#search-not-top i:hover {
  color: rgba(0, 121, 152, 0.5);
}
/* スマホメニュー */
#menu-smartphone {
	padding-bottom: 15px;
	display: none;
}
#menu-smartphone .menu-menu-1-container {
}
#menu-smartphone ul {
  margin: auto;
	padding-bottom: 20px;
	text-align: center;
}
#menu-smartphone ul li {
  list-style: none;
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;
}
#menu-smartphone ul li a {
  color: #213965;
	transition: 0.25s ease-in-out;
	font-size: 18px;
}
#menu-smartphone ul li a:hover {
  color: rgba(0, 121, 152, 0.5);
}
/* スマホメニュー終わり */
#search-right {
  float: right;
}
#searchform {
	line-height: 70px;
	margin-left: 10px;
}
.not-top-page #searchform {
  display: none;
	float: left;
}
main {
  padding-bottom: 144px !important;
	}
br {
	clear: none !important;
}
br:last-child {
  clear: both !important;
}
/* Posts/Articles
-------------------------------------------------------------- */
article{
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}

article .the-content {
  width: 100%;
}
article .the-content a {
  font-weight: normal;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
	font-size: 18px;
}
article .the-content img {
	padding: 0 160px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
/* 独自ボタンデザイン */
.btn {
  background-color: rgba(200,200,200,0.4);
	border:1px solid rgba(20,20,20,1) ;
	position: relative;
	width: calc(33% - 20px);
	float: left;
	margin-left: 20px;
}
.btn a {
  color: rgba(20,20,20,1);
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: 0.35s;
	font-weight: normal;
}
.btn a:hover {
	color: #fff;
  background-color: rgba(20,20,20,1);
}
/* 独自ボタンデザイン終わり */
/*
 * 記事デザイン
*/
article .the-content .wrapper {
	margin: 0 auto;
	padding: 40px 80px 40px;
}
article .the-content .wrapper h2 {
}
article .the-content .wrapper h2.wrapper-title {
  margin-bottom: 30px;
  color: #333;
}
article .the-content .news-wrapper {
	position: relative;
	background-color: #112935;
	color: #fff;
	z-index: 0;
}
article .the-content .news-wrapper h2.wrapper-title {
	color: #fff;
}
article .the-content .news-wrapper ul {
	border-left: 2px solid #fff;
	margin: 0;
}
article .the-content .news-wrapper .a-news{
  list-style: none;
	font-size: 18px;
	border-radius: 2px;
	padding: 5px 0 5px 20px;
	margin-bottom: 10px;
}
article .the-content .news-wrapper .a-news .news-day {
}
article .the-content .study-wrapper {
	width: 100%;
	height: 700px;
	z-index: 1;
	position: relative;
	background-position: center -170px;
}
article .the-content .study-wrapper h2.wrapper-title {
	color: #fff;
	position: relative;
	z-index: 3;
}
article .the-content .study-wrapper .study-description {
	width: 60%;
	z-index: 3;
	color: #fff;
	position: relative;
	font-size: 18px;
}
article .the-content .study-wrapper .study-description p {
  color: #fff;
	position: relative;
	z-index: 3;
}
article .the-content .study-wrapper .fade-layer {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
article .the-content .education-wrapper {
  background-position: center center;
	height: 400px;
	position: relative;
}
article .the-content .education-wrapper h2.wrapper-title {
  color: #fff;
	z-index: 3;
	position: relative;
}
article .the-content .education-wrapper .wrapper-content {
  color: #fff;
	z-index: 3;
	position: absolute;
	max-width: 1200px;
	bottom: 50px;
}
article .the-content .education-wrapper .fade-layer {
  position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(20,20,20,0.1);
}
article .the-content .access-and-achievements-wrapper {
	padding: 0;
  height: 500px;
	position: relative;
	background-color: #fff;
	z-index: 2;
}
article .the-content .access-and-achievements-wrapper .subwrapper {
	padding: 30px 80px 40px;
	float: left;
	height: 500px;
}
article .the-content .access-and-achievements-wrapper .subwrapper h2 {
	color: #fff;
}
article .the-content .access-and-achievements-wrapper .access-subwrapper {
  width: 40%;
	padding-left: 35px;
	padding-right: 35px;
}
article .the-content .access-and-achievements-wrapper .subwrapper h2 {
  margin-bottom: 10px;
}
article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description {
	height: calc(80% - 50px);
	padding: 10px 20px;
	margin-bottom: 20px;
  background-color: rgba(70,70,70,0.6);
	position: relative;
	z-index: 3;
	overflow-y: scroll;
}
article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description h3{
  color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 3;
	margin-bottom: 6px;
}
article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description p{
	color: #fff;
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	margin-bottom: 9px;
}
article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description p a {
  color: #fff;
	font-weight: normal;
}
article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description p a::after {
  content: "";
}
article .the-content .access-and-achievements-wrapper .access-subwrapper .access-btns {
  padding: 10px 20px;
}
article .the-content .access-and-achievements-wrapper .achievements-subwrapper {
  background-color: #112935;
	width: 60%;
	color: #fff;
}
article .the-content .access-and-achievements-wrapper .achievements {
  height: 100%;
}
article .the-content .access-and-achievements-wrapper .achievements-subwrapper ul {
	margin: auto;
	padding: 10px 20px 10px 30px;
	height: calc( 100% - 70px );
  overflow-y: scroll;
	background-color: rgba(49, 73, 85, 0.8);
}
article .the-content .access-and-achievements-wrapper .achievements-subwrapper li {
	list-style: none;
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
}
article .the-content .access-and-achievements-wrapper .achievements-subwrapper li::before {
  content: '>　';
	position: absolute;
	left: -20px;
}
article .the-content .link-wrapper {
  padding: 0 80px 100px 80px;
}
article .the-content .link-wrapper .boxes-section {
  position: relative;
}
article .the-content .link-wrapper .boxes-section .box {
  width: calc(33% - 15px);
	margin-left: 15px;
	display: inline-block;
	position: relative;
}
article .the-content .link-wrapper .boxes-section .box h3 {
	position: relative;
	background-color: rgba(50, 50, 50, 0.7);
	color: #fff;
}
article .the-content .link-wrapper .boxes-section .box img {
	width: 100%;
	position: relative;
}
article .the-content .history-wrapper {
	position: relative;
	background-position: center center;
}
article .the-content .history-wrapper .fade-layer {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
article .the-content .history-wrapper h2.wrapper-title {
	position: relative;
	color: #fff;
	z-index: 3;
}
article .the-content .history-wrapper p {
	position: relative;
	width: 70%;
	color: #fff;
	z-index: 3;
}
/*個別ページデザイン*/
article.not-top-post {
	width: 75%;
  padding: 110px 40px 50px;
	margin: 0 auto;
}
article.not-top-post h1.title {
	padding-right: 50px;
	text-align: left;
	font-size: 34px;
	color: #112965;
}
article.not-top-post h1.title:after {
  content: "";
	width: 40%;
	display: block;
	height: 3px;
	background: -moz-linear-gradient(to right, #112965, transparent);
	background: -webkit-linear-gradient(to right, #112965, transparent);
	background: linear-gradient(to right, #112965, transparent);
}
article.not-top-post .the-content {
	font-size: 18px;
}
article.not-top-post .the-content h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 24px;
	border: none;
	color: #102590;
}
article.not-top-post .the-content table tbody tr td p {
  margin: auto;
}
/*
article.not-top-post .the-content h2::before {
  content: '[ ';
	font-size: 28px;
}
article.not-top-post .the-content h2::after {
  content: ' ]';
	28px
}
*/
/*記事デザイン終わり*/
/* gallery */
.gallery-item {
  width: calc(25% - 15px) !important;
	margin-right: 15px;
}
article .the-content .gallery-item dt img {
  padding: 0;
	margin: auto;
}
div[id^="gallery-"] {
  width: 90%;
}
#fancybox-overlay {
}
.ngg-galleryoverview {
  text-align: left;
	margin-left: -15px;
}
.ngg-gallery-thumbnail-box {
  margin-left: 15px;
	margin-bottom: 15px;
	width: calc(33% - 15px);
}
/* gallery 終わり */
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
	background-color: #112935;
  text-align: center;
	padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 144px;
}
footer .footer-menu {
  text-align: center;
	width: 100%;
}
footer #menu-menu2 {
	margin: auto;
	text-align: center;
}
footer #menu-menu2 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 5px;
	margin: 0 5px;
	list-style: none;
	position: relative;
	font-size: 14px;
}
footer #menu-menu2 li::after {
  content: '|';
	position: absolute;
	right: -10px;
	color: #ddb;
}
footer #menu-menu2 li:last-child::after {
  content: '';
}
footer #menu-menu2 li a {
  color: #bbd;
}
footer #menu-menu2 li a:hover {
  color: #fff;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer .site-info {
	width: 100%;
}
.site-footer .site-info p {
  margin-bottom: 0;
	color: #bbd;
	width: 100%;
}
.site-footer .site-info a {
  color: #55b;
}
.site-footer #itsuki {
  color: #55b;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
/*
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 2.5em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
  }
	*/
/* smartphone menu */

#menu-down {
  font-size: 18px;
	color: #213965;
	display: none;
}
#menu-up {
  font-size: 18px;
	color: #213965;
	display: none;
}

	@media only screen and (max-width: 1500px) {
		.btn {
			float: none;
			width: 80%;
			margin: 0 auto 10px auto;
		}
		.btn a {
			font-size: 14px;
			font-weight: normal;
		}
		header nav ul li a {
			font-size: .9em;
		}
		article .the-content .study-wrapper {
			background-position: center -80px;
		}
		article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description {
			height: calc(70% - 50px);
		}
		article .the-content .access-and-achievements-wrapper .achievements-subwrapper li {
		}#112935
		article .the-content img {
			padding: 0 80px;
		}
	}


	 @media only screen and (max-width: 1300px) {
		 p {
			 margin-bottom: .8em;
		 }
		 header .top-page .ut-logo-section {
			 padding-top: 10px;
			 padding-left: 20px;
		 }
		 header .top-page .ut-logo {
			 height: 50px;
		 }
		 header .top-page #searchform {
			 line-height: 50px;
		 }
		 header .top-page #searchform label {
			 font-size: 16px;
		 }
		 header .headerimage {
			 height: 450px;
		 }
		 header #brand h1 {
			 padding-left: 20px;
		 }
		 header .global-navigation {
			 padding-right: 15px;
		 }
		 .site-title a {
			 font-size: 1.5em;
		 }
		 header nav ul li {
			 margin: 0 5px 0 5px
		 }
		 article .the-content .wrapper h2.wrapper-title {
			 margin-bottom: 20px;
			 font-size: 2.7rem;
		 }
		 article .the-content .study-wrapper {
			 height: 600px;
			 background-position: center -30px;
		 }
		 article .the-content .access-and-achievements-wrapper .access-subwrapper {
			 padding-left: 20px;
			 padding-right: 20px;
		 }
		 article .the-content .access-and-achievements-wrapper .access-subwrapper .wrapper-description{
			 padding: 10px;
		 }
		 article.not-top-post {
			 width: 90%;
		 }
	 }

	 @media only screen and (max-width: 1100px) {
		 #menu-down {
			 display: inline;
		 }
		 .global-navigation nav {
			 display: none;
		 }
		 #search-top {
			 display: block;
		 }
		 #searchform {
			 display: none;
		 }
		 .active {
			 display: block !important;
		 }
		 .active-inline {
			 display: inline !important;
		 }
		 .passive {
			 display: none !important;
		 }
	 }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
		p {
			font-size: 16px;
		}
		.btn {
			width: 70%;
		}
		header .headerimage {
			height: 300px;
		}
		header #brand h1 {
			padding-left: 15px;
		}
    header #brand h1 a {
      font-size: 1.3em;
      line-height: 1.5em;
    }
		header nav ul li a {
			font-size: .75em;
		}
		#menu-smartphone ul li {
			margin-left: 15px;
		}
		article .the-content .wrapper {
			padding: 20px 50px 30px;
		}
		article .the-content .news-wrapper .a-news {
			font-size: 16px;
		}
		article .the-content .study-wrapper {
			height: 450px;
			background-position: center center;
		}
		article .the-content .access-and-achievements-wrapper {
			height: 1000px;
			padding: 0;
		}
		article .the-content .access-and-achievements-wrapper .subwrapper {
			float: none;
			width: 100%;
			padding: 30px 50px 50px;
		}
		article .the-content .access-and-achievements-wrapper .achievements-subwrapper li {
			font-size: 16px;
		}
		article .the-content .history-wrapper .wrapper-content p {
			width: 80%;
		}
		article.not-top-post {
			width: 100%;
		}
		article.not-top-post h1.title {
			font-size: 28px;
		}
		article.not-top-post .the-content h2 {
			font-size: 20px;
		}
		article .the-content img {
			padding: 0;
		}
		article .the-content p {
			font-size: 16px;
		}
		#active-in-pc {
			display: none;
		}
		article.not-top-post .gallery-item {
			width: calc( 33% - 15px ) !important;
		}	
		footer {
		}
		footer #menu-menu2 {
			margin-bottom: 10px;
		}
		.site-footer .site-info p {
			font-size: 12px;
		}
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
		#ut-header-title {
			letter-spacing: 1px;
		}
		.fa-search {
			font-size: 20px;
		}
		header #brand h1 {
			line-height: 50px;
		}
		header #brand h1 a {
			letter-spacing: 2px;
		}
		header .global-navigation {
			line-height: 50px;
		}
		#menu-smartphone ul li {
		}
		#menu-smartphone ul li a {
			font-size: 16px;
		}
		#searchform {
			line-height: 50px;
		}
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
		article .the-content .wrapper {
			padding: 20px 30px 25px;
		}
		article .the-content .wrapper h2.wrapper-title {
			margin-bottom: 10px;
			font-size: 2.4rem;
		}
		article .the-content .access-and-achievements-wrapper {
			padding: 0;
		}
		article .the-content .access-and-achievements-wrapper .subwrapper {
			padding: 20px 30px 25px;
		}
		article .the-content .history-wrapper .wrapper-content p {
			width: 100%;
		}
		article.not-top-post .gallery-item {
			width: calc( 50% - 15px ) !important;
		}
		article.not-top-post .the-content h2 {
			line-height: 30px;
			margin-top: 20px;
		}
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
		header .top-page .ut-logo-section {
		}
		header .top-page .ut-logo-section .ut-logo {
		}
		header .top-page #brand h1 span {
		}
		header #brand h1 {
			padding-left: 5px;
		}
		header #brand h1 span {
			font-size: 10px;
		}
		#ut-header-title {
			display: none;
		}
		#ut-header-title2 {
			display: inline;
		}
		header #brand h1 a{
			font-size: 1.2em;
			letter-spacing: 0;
		}
		#menu-down {
			font-size: 14px;
		}
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
		#menu-smartphone ul li {
			margin-left: 5px;
		}
		#menu-smartphone ul li a {
			font-size: 14px;
		}
		#searchform label {
			display: none;
		}
		article .the-content .study-wrapper .study-description {
			width: 80%;
		}
		.site-footer .site-info p {
			font-size: 11px;
		}
  }
	@media only screen and (max-width: 360px) {
		article .the-content .study-wrapper .study-description {
			width: 100%;
		}
		.site-footer .site-info p {
			font-size: 10px;
		}
	}
.active-search {
  display: block !important;
}
.passive-search {
  display: none !important;
}
