@charset "utf-8";
/*
Theme Name: MEIJI-U
Theme URI: http://www.oikaze.jp
Description: 明治国際医療大学専用のテンプレートです。
Author: 株式会社おいかぜ
Version: 1.0
Tags: 明治国際医療大学
*/

/* =デザインサマリ
ロゴブルー：#0455A6
ロゴグリーン：#179E4F
------------------------ */

/* =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, 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{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}
table,caption, tbody, tfoot, thead, tr, th, td {
}
body {
	line-height: 1;
}
h1,  h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h2, h3{
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

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

@media print {
	body {
		/*background: none !important;*/
	}
	#wrapper {
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
		background-color: #FFF !important;
		left: 0 !important;
		top: 0 !important;
	}
	
	#footer-nav {
		/*visibility: hidden;*/
		position: relative !important;
		display: none !important;
	}
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0 0 0 -240px;
	width: 100%;
}
#content {
	margin: 0 0 0 240px;
}
#primary,
#secondary {
	float: left;
	width: 220px;
	margin-left: 10px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts【フォント】
-------------------------------------------------------------- */
body,
input,
textarea {
	font-size: 0.8em; /* Resets 1em to 10px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	color: #0455A6;
	text-decoration: none;
}
a:visited {
	color:#000;
}
a:active,
a:hover {
	color: #179E4F;
}

ul#headerNav li a{
	color: #393939;
	width: 100%;
	text-transform: uppercase;
}

ul#headerNav li a:hover {
	color: #000;
	text-transform: uppercase;
}

ul#headerNav li.shiryo {
	background-color: #009541;
	padding: 6px 9px 3px 9px;
	background-image: none;
	border-radius: 5px;
}
ul#headerNav li.shiryo a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
ul#headerNav li.shiryo a:hover {
	color: #d1ecdd;
}

.top .hentry .entry-content {
	color: #CCC;
	font-size: 100%;
	line-height: 1.2em;
}

.top .hentry a:hover .entry-content,
.top .hentry a:hover h2.top-title {
	color: #0455A6;
}

h2.top-title {
	color: #666;
	text-align: center;
	font-size: 1em;
	line-height: 16px;
	margin-bottom:0;
	font-weight: bold;
}

.top-date {
	color: #000;
}


#footer a:hover {
	color: #179E4F;
}

/* =Structure【構造】
全体の構造調整はすべてここで行うこと
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

#access .menu-header,
div.menu,
#colophon,
#branding,
/* #footer, */
#wrapper {
	margin: 0 auto;
	width: 980px;
}

#wrapper {
	position: absolute;
	left:50%;
	margin-left: -490px;
	background-image: url("/wp-content/uploads/bg02.png");
 	background-repeat: repeat-y;
 	background-position: center top;
	padding-left: 20px;
}

#main {
	width: 960px;
}

/* Structure the footer area */
#footer-widget-area {
	/* overflow: hidden; */
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	/* width: 700px; */
/* 	width: 100%; */
	width: 98%;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
p {
	margin: 1em 2em 2em 1em;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	position: relative;
	top: 0;
	z-index: 100;
	background: url("/wp-content/uploads/header_default.jpg") no-repeat top center;
}

div.shinkyu #header {
	background:  url("/wp-content/uploads/header_shinkyu.jpg") no-repeat top center;
}

div.hokeniryo #header {
	background:  url("/wp-content/uploads/header_hoken.jpg") no-repeat top center;
}

div.kango #header {
	background:  url("/wp-content/uploads/header_kango.jpg") no-repeat top center;
}

div.gakubu_in #header {
	background:  url("/wp-content/uploads/header_in.jpg") no-repeat top center;
}

div.annai #header {
	background:  url("/wp-content/uploads/header_annai.jpg") no-repeat top center;
}

div.nyushi #header {
	background:  url("/wp-content/uploads/header_nyushi.jpg") no-repeat top center;
}

div.gakusei #header {
	background:  url("/wp-content/uploads/header_gakusei.jpg") no-repeat top center;
}

div.career #header {
	background:  url("/wp-content/uploads/header_shikaku.jpg") no-repeat top center;
}

div.frontline #header {
	background:  url("/wp-content/uploads/header_frontline.jpg") no-repeat top center;
}
div.smallclass #header {
	background:  url("/wp-content/uploads/header_smallclass.jpg") no-repeat top center;
}

.headerImg_shinkyu {
	display: block;
	height: 180px;
	width: 960px;
}

.headerImg_shinkyu h1 {
	margin: 0;
	padding: 0;
}

ul#headerNav {
	position: absolute;
	top: -26px;
	right: 16px;
	z-index: 100;
	padding: 0;
	margin: 0;
	/* filter: progid:DXImageTransform.Microsoft.dropshadow(color=#000000, offx=1, offy=1 ); */
}

 html>/**/body ul#headerNav {  
	font-family /***/:"ＭＳ Ｐゴシック" 9;    /* IE 8 Only */
}  

form#cse-search-box {
	position: absolute;
	z-index: 100;
	width: auto;
	height: 28px;
	display: block;
	right: 14px;
	top: 5px;
}

ul#headerNav li {
	background-image: url("/wp-content/uploads/ico_headerNav.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	display: inline;
	font-size: 11px;
	margin: 0 0 0 6px;
}


#headerSearch .searchBox {
	width: 120px;
}

#headerSearch .searchButton {
	background: url("/wp-content/uploads/ico_search.png");
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

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

#main {
	clear: both;
	padding: 0;
	position: relative;
	z-index: 101;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	/*font-size: 16px;
	line-height: 24px;*/
	line-height: 20px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1{
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
}

.hentry {
	margin-right: 1em;
}
.home .sticky {
	/*background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;*/
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	clear: both;
	/*font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	border-left: 4px solid #169e4f;
	padding: 32px  0 14px 12px;*/
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	background: #F3F3F3;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 6px;
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 8px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 12px;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content .page img,
.entry-content .post img {
	margin: 0 0 12px 0;
	/* height: auto; */
	max-width: 670px;
	/* width: auto; */
	border: 1px #CCC solid;
	padding: 3px;
}

.top img {
	border: none;
	padding: 0;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
	padding: 10px 0 10px 0;
	background-image: url("/wp-content/uploads/ico_prevBg.png");
 	background-repeat: no-repeat;
 	background-position: left center;
}

.nav-previous a {
	padding-left: 30px;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding: 10px 0 10px 0;
	background-image: url("/wp-content/uploads/ico_nextBg.png");
 	background-repeat: no-repeat;
 	background-position: right center;
}

.nav-next a {
	padding-right: 30px;
}

#nav-above {
	margin: 0 18px  0 18px;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: 0 18px  0 18px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #0455a6;
	font-weight: bolder;
	font-size:1em;
	margin: 12px 0 0 0;
	border-bottom: 1px solid #666;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	/* border: none; */
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#colophon {
	/*border-top: 4px solid #000;*/
	margin-top: -4px;
	/*overflow: hidden;
	padding: 18px 0;*/
	color:#FFF;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}

#footer {
	background-color: #0455A6;
	margin-bottom: -20px;
}

#footer #footer-nav{
	font-size: 12px;
	margin: 0 5px;
	/* margin-left: 27px; */
}

#footer #footer-nav h4 {
	border-left: solid 6px #629bd3;
	font-size: 12px;
	padding: 0 0 0 6px;
	margin:5px 0 5px 5px;
}

#footer #footer-nav div{
	float: left;
	width: 190px;
}

#footer #footer-nav div ul {
	margin: 0;
	padding: 0 0 1em  2em;
}

#footer #footer-nav div ul li {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2em;
}

#footer #footer-nav div ul li a {
	font-weight: normal;
}

#footer #footer-copy {
	font-size: 12px;
	margin: 0 40px 0 20px;
}

#footer #footer-copy a {
	float:right;
} 

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Add Style　"TOP" by oikaze
トップページ
-------------------------------------------------------------- */
.top .hentry {
	margin: 0 4px 24px 0;
	width: 227px;
	height: 200px;
	overflow: hidden;
	float: left;
}

.top .hentry a {
	display:block;
	width: 227px;
	height: 200px;
	/*border: 3px solid #FFF;*/
	text-decoration: none;
}

img.jiheeImg{
	margin-left: 32px;
}

/* 画像 start */
.top .hentry a img {
	border: 6px solid #FFF;
	clip: rect(50px 125px 125px 50px);
}

.top .hentry a:hover img {
	border: 6px solid #0455A6;
}
/* 画像 end */

/*
.top .hentry a:hover {
	display:block;
	background: #123;
}
*/

.top .hentry .entry-content {
	margin: 0 10px 0 10px;
}

.top-cell{
	position: relative;
	/*top: -24px;*/
}

#topLogo {
	height: 51px;
	width: 229px;
	background: url("/wp-content/uploads/logo.png");
	background-repeat: no-repeat;
	margin: 9px 0 8px 6px;
}

#topLogo a {
	height: 51px;
	width: 229px;
	display: block;
}

#topLogo h1,
#topLogo h2 {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#userSwither {
	margin: -3px 12px 0 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #666;
}

#userSwither a,
#userSwither a img {
	margin: 0;
	padding: 0;
}
#userSwither strong a {
	color: #179E4F;    
}

/*
.jcarousel-control {
	text-align: right;
	margin-top: 6px;
	margin-right: 10px;
}

.jcarousel-control a {
    color: #fff;
    padding: 3px 15px;
    background: #009135;
    text-decoration: none;
}

*/

/*  =Add Style　"top fix cell" by oikaze
-------------------------------------------------------------- */
.top .cell1 {
	margin: 0 0 24px 0;
	width: 236px;
	height: 350px;
	overflow: auto;
	float: left;
	/*background: #009135;*/
}

.top .cell2 {
	margin: 0 0 24px 0;
	width: 472px;
	height: 350px;
	overflow: auto;
	float: left;
	/*background: #009135;*/
}

.top .cell3 {
	margin: 0 0 24px 0;
	width: 708px;
	height: 350px;
	overflow: auto;
	float: left;
	/*background: #009135;*/
}

/* =Add Style　"content" by oikaze
-------------------------------------------------------------- */

/*
#post-224 div.entry-content{
	font-size: 12px;
	border-left: 4px solid #efefef;
	padding: 5px 0 0 16px;
	margin-left: 0;
	line-height: 170%;
}
*/

.entry-content{
	margin: 0 20px 0 20px;
}

.entry-content h2{
	color: #0455A6;
	font-size: 1.3em;
	font-weight: bolder;
	padding: 2px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #000000;
}

.entry-content h3{
	margin: 6px 0 12px 0;
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 0.3em;
}

.entry-content h3.catchcopy{
	margin: 0 0 18px  1px;
	padding: 0 0 0 12px ;
	border-left: 3px solid #000000;
	font-size: 180%;
	font-weight: bolder;
	line-height: 1.3em;
/*
	font-size: 1em;
	margin-bottom: 0.3em;
*/
}

.entry-content h3.catchcopy div{
	margin: 0 0 0.5em 0;
}

.entry-content h4{
	margin: 0 0 12px 0;
	font-size: 1.3em;
	font-weight: bolder;
	margin-bottom: 0.3em;
}

.entry-content h5{
	margin: 0 0 12px 0;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	color: #0455A6;
}

.entry-content h6{
	margin: 0 0 12px 0;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.top div.contentsL,
.entry-content div.contentsL{
	margin: 18px  0 12px  0;
	float: left;
	width: 325px;
}

.top div.contentsR,
.entry-content div.contentsR{
	margin: 18px  0  12px  0;
	float: right;
	width: 325px;
}

/*画面３列 */
.top div.contentsLc p,
.top div.contentsMc p,
.top div.contentsRc p,
.entry-content div.contentsLc p,
.entry-content div.contentsMc p,
.entry-content div.contentsRc p {
	margin: 4px 12px 4px 12px;
}

.top div.contentsLc,
.entry-content div.contentsLc{
	margin: 18px  0 12px  0;
	float: left;
	width: 220px;
}
.top div.contentsMc,
.entry-content div.contentsMc{
	margin: 18px  0  12px  0;
	float: left;
	width: 220px;
}
.top div.contentsRc,
.entry-content div.contentsRc{
	margin: 18px  0  12px  0;
	float: right;
	width: 220px;
}

.entry-content div{
	margin: 0 0 3em 0;
}

.entry-content ul {
margin: 0 0 1em 0;
padding: 0 0 0 1.4em;
}


.entry-content ul li {
	list-style-image: url(/wp-content/uploads/ul-img01.jpg);
}

.entry-content p {
/* margin: 0 0 0.3em 0; */
margin: 1em 0 1em 0 ;
padding: 0;
}

.entry-content a:link {
color: #169e4f; 
text-decoration: none;
}

.entry-content a:visited {
color: #0d7036;
}

.entry-content a:active,
.entry-content a:hover {
color: #FF4B33;
}

.entry-content table,
.entry-content th,
.entry-content td {
	border: 1px solid gray;
	padding: 0.5em;
	margin: 1em 0 1em 0;
}

.entry-content th{
	background-color: #efefef;
}

.entry-content dl{
	margin: 0 0 1.5em 0;
}


.entry-content dl.dl01 dt{
	text-indent: 15px;
	background: url(/wp-content/uploads/dl-img01.png) no-repeat 0 1px;
	font-size: 1.1em;
	margin: 0 0 7px 0;
}

.entry-content dl.dl01 dd{
	margin: 0 0 12px 1em;
}


.entry-content dl.dl02 {
	border-top: 1px solid #999;
}

.entry-content dl.dl02 dt{
	font-size: 1em;
	float: left;
	width: 20em;
	border-top:1px solid #999;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 0;
}

.entry-content dl.dl02 dd{
	margin: 0 0 0em 0;
	margin-left: 10em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.clear{
	clear: both;
}


/*-----------------------------------------
　看護学部 カリキュラム start
-----------------------------------------*/

.bg_kiso{
	background-color: #fff4f4;
}
.bg_senmon_kiso{
	background-color: #fae1f6;
}
.bg_senmon{
	background-color: #fad1f3;
}

/*-----------------------------------------
　看護学部 学部棟紹介 end
-----------------------------------------*/


/*-----------------------------------------
　看護学部 学部棟紹介 start
-----------------------------------------*/

.page-id-24 p{
	margin: 0;
}

.page-id-24 h2{
	margin: 0 0 12px 0;
}

.entry-content div.gakubutoL{
	float: left;
	width: 326px;
	margin: 0 1em 2em 0;
}

.entry-content div.gakubutoR{
	float: left;
	width: 326px;
	margin: 0 0 2em 0;
}

#content .page .entry-content img.gakubutoL{
	float: left;
	margin: 0 1em 0 0;
}


/*-----------------------------------------
　看護学部 学部棟紹介 end
-----------------------------------------*/


/*-----------------------------------------
　入試案内 start
-----------------------------------------*/

#post-2933 div.entry-content{
	font-size: 12px;
}

#post-2933 p{
	padding: 0 0 0 1em;
	font-weight: bold;
}

#post-2933 div{
	margin-bottom: 1em;
}

#post-2933 .entry-content img{
	border: none;
	padding: 0;
}

#post-2933 a:link,
#post-2933 a:visited,
dl.nyushi-annai a:link,
dl.nyushi-annai a:visited{
	color: #333;
}

#post-2933 a:active,
#post-2933 a:hover,
dl.nyushi-annai a:active,
dl.nyushi-annai a:hover{
	color: #ff4b33;
}

div.nyushiL{
	float: left;
	width: 450px;
	margin: 0 0 1em 0;
}

div.nyushiL01{
	float: left;
	width: 215px;
	margin: 1em 0 0 0;
}

div.nyushiL02{
	float: right;
	width: 215px;
	margin: 1em 10px 0 10px;
}

div.nyushiR{
	float: right;
	width: 215px;
	margin: 30px 0 0 0;
}

div.nyushiR img{
	margin: 0 0 0.5em 0;
}

li#text-4{
	list-style-type: none;
}

div.nyushi-shinkyu{
	border-left: 5px solid #e44f4f;
}

div.nyushi-shinkyu a{
	padding: 0 0 0 1em;
}

div.nyushi-kango{
	border-left: 5px solid #c542ae;
}

div.nyushi-kango a{
	padding: 0 0 0 1em;
}

div.nyushi-hoken{
	border-left: 5px solid #5c48da;
}

div.nyushi-hoken a{
	padding: 0 0 0 1em;
}

div.nyushi-daigakuin{
	border-left: 5px solid #00b8c9;
}

div.nyushi-daigakuin a{
	padding: 0 0 0 1em;
}

div.nyushiEvent {
	float: left;
	text-align: left;
	width: 190px;
}

#nyushiEvent p {
	margin: 0 0 0 -1em;
	padding: 0;
}

ul.nyushi-kyotsu{
	font-weight: bold;
	background-color: #f6f6f6;
	/* margin: 0 5px 1em 500px; */
	margin: 0 1em 0 0;
	/* padding: 0.5em 0.5em 0.5em 3em; */
	list-style-image: url(/wp-content/uploads/nyushi-li.png);
}

div.admPolicy_senko{
	margin:0 0 10px 0;
	font-weight:bold;
}

ol.admPolicy{
	margin:0 0 0 0;
	padding-left:20px;
}

ol.shutsuganShikaku{
	margin:12px 0 0 0;
	padding: 0 0 0 20px;
}

div.nyugakuShikaku{
	border: 1px dotted #000;
	margin:0 0 0 1.5em;
	padding: 0.8em;
	width: 610px;
}

div.nyugakuShikaku img{
	width: 600px;
	height: 96px;
	margin:12px 0 0 0 !important;
	border: none !important;
}

/*-----------------------------------------
　入試案内 end
-----------------------------------------*/

/*-----------------------------------------
　トップページング start
-----------------------------------------*/

.tablenav {
	color: #2583ad;
	background:white;
	/* margin: 1em auto; */
	margin: 1em;
	line-height:2em;
	text-align: right;
	clear: both;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/*-----------------------------------------
　トップページング end
-----------------------------------------*/

/*-----------------------------------------
　トップメイングラフィック start
-----------------------------------------*/

#slider {
	position: relative;
	width: 960px;
	height: 300px;
	background:url(/wp-content/uploads/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top:0px;
	left:0px;
	/* display:none; */
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

#slider a.nivo-imageLink:hover {
	border: 5px solid #EEE;
	-moz-opacity: 0.7;
	opacity: 0.7;
	height: 290px;
	width:  950px;
}

.nivo-controlNav {
	position:absolute;
	left:700px;
	top: 40px;
	z-index:99;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/wp-content/uploads/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	/* background:url(images/arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*-----------------------------------------
　トップメイングラフィック end
-----------------------------------------*/

/*-----------------------------------------
　共通 start
-----------------------------------------*/

.fontRed{
	color: #ff0000;
	margin-bottom: 0;
}

.fontBlue{
	color: blue;
}

.notes{
	font-size: 80%;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}

ol.noIndent{
	margin-left: 0;
	padding-left: 20px;
}

ol.ol-pageStyle {
	margin: 12px 0 0 0;
	padding-left: 2em;
}
ol.ol-pageStyle li {
	margin-bottom: 0.5em;
}

.noMarginTop{
	margin-top:0 !important;
}
.noMarginBottom{
	margin-bottom:0 !important;
}

.dotBox{
	border: 1px dotted #515151;
	padding: 1em;
	background-color: #f7f7f7;
}

.honorific{
	font-size: 70%;
}

dl.dl_simple dt{
}
dl.dl_simple dd{
	padding-left: 0;
	margin: 0 0 7px 0;
}

dl.dl_line dt{
	float: left;
	width: 9em;
	border-bottom:1px solid #ccc;
	font-weight: normal;
}
dl.dl_line dd{
	margin-bottom: 10px;
	border-bottom:1px solid #ccc;
}

#content .page a:hover img.img_a_border{
	border: 1px solid #169E4F;
}

table.tdCenter td{
	text-align: center;
}

ol.sentence{
	padding-left: 0;
}
ol.sentence li{
	margin-bottom: 10px;
}

.blueLabel{
	background-color: #004fa4;
	padding: 0.5em 1em;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

table.td-center td {
	text-align: center !important;
}


/*-----------------------------------------
　共通 end
-----------------------------------------*/


/*----------------------------------------------
　学部トップ（学部・院共通） start
----------------------------------------------*/

dl.gakubu_point{
	background-color: #f3f3f3;
	padding: 1em 1em 1em 1em;
}
dl.gakubu_point dt{
	font-size: 13px;
	border-bottom: 1px dotted #313131;
}
dl.gakubu_point dd{
/*	font-weight: bold; */
	margin: 0.5em 0 1.2em 0;
}

/*----------------------------------------------
　学部トップ（学部・院共通） end
----------------------------------------------*/


/*----------------------------------------------
　研究報告（学部・院共通） start
----------------------------------------------*/

div.teacher01{
	float:right;
	width: 300px;
	background: #f3f3f3;
	border: 1px #c1c1c1 solid;
	padding: 8px;
	margin:12px 0 12px 12px;
}

#content .page div.teacher01 img{
	margin: 0 8px 0 0;
	border: none;
	display: inline;
	float: left;
}

#content .page div.teacher01 p{
	margin: 2px 8px 0 0;
}

div.teacher02{
	float:right;
	width: 160px;
	background: #f3f3f3;
	border: 1px #c1c1c1 solid;
	padding: 8px;
	margin:12px 0 12px 12px;
	text-align: center;
}

#content .page div.teacher02 img{
	margin: 0;
	border: none;
}

/*----------------------------------------------
　研究報告（学部・院共通） end
----------------------------------------------*/

/*-------------------------------------------------------------------------------------
　教育課程および選択分野別 履修一覧表（学部・院共通） start
-------------------------------------------------------------------------------------*/

th.kyoiku_mainTh{
	background-color: #c3c3c3;
	width: 15px;
	text-align: center;
}

/*-------------------------------------------------------------------------------------
　教育課程および選択分野別 履修一覧表（学部・院共通） end
-------------------------------------------------------------------------------------*/


/*----------------------------------------------
　教員紹介 start
----------------------------------------------*/

ol.kyoin{
	margin: 0;
	position: relative;
	 left: -1.5em;
}


/*----------------------------------------------
　教員紹介  end
----------------------------------------------*/


/*----------------------------------------------
　学部 特長  start
----------------------------------------------*/

h4.points{
	color: #0455A6;
	text-align: center;
}

.points_arrow{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin: 1em 0 !important;
}

/*----------------------------------------------
　学部 特長  end
----------------------------------------------*/



/*----------------------------------------------
　学部 卒業生紹介  start
----------------------------------------------*/

.graduates_name{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.graduates_details{
	font-weight: bold;
	margin: 0 0 1em 0 !important;
	font-size: 10.5px;
	line-height: 15px;
}


/*----------------------------------------------
　学部 卒業生紹介  end
----------------------------------------------*/


/*----------------------------------------------
　先輩たちの素顔レポ  start
----------------------------------------------*/

.sugao-repoQ{
	font-weight: bold;
	color: #004fa4;
}

/*----------------------------------------------
　先輩たちの素顔レポ  end
----------------------------------------------*/


/*----------------------------------------------
　クラブ活動  start
----------------------------------------------*/

table.club{
	width: 100%;
}
table.club,
table.club td{
	border: 0;
}
table.club td{
	text-align: center;
	height: 130px;
}
table.club td img{
	margin-bottom: 0 !important;
}

/*----------------------------------------------
　クラブ活動  end
----------------------------------------------*/


/*----------------------------------------------
　オープンキャンパス 直通バス start
----------------------------------------------*/

#map-1, #map-2, #map-3, #map-4 {
	margin: 0 23px;
	border: 1px solid #999;
	height: 300px;
}

/*----------------------------------------------
　オープンキャンパス 直通バス end
----------------------------------------------*/


/*----------------------------------------------
　論文博士 begin
----------------------------------------------*/

.page-id-421 h2 {
	margin-top: 1.7em;
}

table.phd-thesis01 {
	line-height: 1.5em;
}
table.phd-thesis01,
table.phd-thesis02 {
	margin-top: 0;
	width: 100%;
}
table.phd-thesis02 th,
table.phd-thesis02 td {
	vertical-align: top;
}
table.phd-thesis02,
table.phd-thesis02 th,
table.phd-thesis02 td {
	border: 0;
}
table.phd-thesis02 td {
	padding: 0;
}
table.phd-thesis01 td.num,
table.phd-thesis02 td.num {
	width: 3em;
}
table.phd-thesis02 td.num {
	border: 0 !important;
}
table.phd-thesis02 tr.underLine td {
	border-bottom: 1px dashed #999;
	padding-top: 1em;
}
table.phd-thesis02 tr.inside td {
	padding-top: 0.5em;
}
table.phd-thesis01 td.bu,
table.phd-thesis02 td.bu {
	width: 10em;
}
table.phd-thesis01 td.bu {
	text-align: center;
}
table.phd-thesis02 td.bu {
	text-align: right;
}


/*----------------------------------------------
　論文博士 end
----------------------------------------------*/



/*-----------------------------------------
　未振り分け start
-----------------------------------------*/
/*　後ほど振り分けること！ 　*/ 

/* === パンくずリスト start === */
ul.breadcrumbs {
	position: absolute;
	top: -26px;
	left: 0;
	width: 952px;
	list-style: none;
	padding: 4px;
	margin: 0;
	font-size: 12px;
	background: #0455A6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	color: #FFF;
}

ul.breadcrumbs li a {
	color: #5DCFC3;
}

ul.breadcrumbs li a:hover {
	color: #FFF;
}
/* === パンくずリスト end === */

#content .page img.noborder,
#content .post img.noborder {
	border: none;
}

.back2top {
	text-align: right;
}

.contentHeader h2 {
	position: absolute;
	top: -121px;
	margin: 0;
	padding: 12px 2px 12px 0;
}

.contentHeader h2 strong {
	padding: 18px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background-image: url(/wp-content/uploads/contentHeaderBg.png);
	background-repeat: no-repeat;
	background-position: center right;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.contentHeader div {
	border: 1px solid #0455A6;
}

.actionPanel {
    zoom: 100%;
}
/*
.actionPanel:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.actionPanel ul {
	float: right;
	padding: 0 40px 0 0;
	margin: 0;
}

.actionPanel ul li {
	display: inline;
	margin: 0  0 0 6px;
}
*/

iframe {
	border: none;
}

/* === リンクアイコン start === */

.page a[href$='.doc'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/wp-content/uploads/ico_doc.gif) no-repeat center right ;
}

.page a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/wp-content/uploads/ico_pdf.gif) no-repeat center right ;
}

.page a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/wp-content/uploads/ico_xls.gif) no-repeat center right ;
}

.page a.noIcon{
	padding: 0;
	background-image: none;
}

/* === リンクアイコン end === */
ul.linkBox {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.linkBox li {
	padding: 8px;
	border: 1px solid #EEE;
	background:url(/wp-content/uploads/bg_linkBox.gif) repeat-x 50% 50%;
	margin: 2px 0 2px 0;
	list-style: none;
}

ul.linkBox li a {
	color: #333 !important;
}

ul.linkBox li a:active,
ul.linkBox li a:hover {
	color: #0455A6 !important;
}

ul.linkBox li:active,
ul.linkBox li:hover {
	border: 1px solid #0455A6;
	background:url(/wp-content/uploads/bg_linkBoxAct.gif) repeat-x 50% 50%;
}

.small {
	font-size: 60%;
	font-weight: normal;
}
