@charset "utf-8";
/* つくばチャレンジ CSS Document */

/*-------------------------------------
normalize
------------------------------------- */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------
bace
------------------------------------- */

html, body {
	height: 100%;
	width: 100%;
  min-height: 100%;
}
body {
	font-family:"Meiryo", "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	background: url(images/head-bg.png) repeat-x center top;
	background-size: 1600px auto;
  margin: 0;
}

.wholeWrapper{
background: url(images/foot-bg.png) repeat-x center bottom;
background-size: 1600px auto;
min-width: 1000px;
}

img {
	vertical-align: top;
	line-height: 0;
	font-size: 0;
}
.clear {
	clear: both;
}
/* リンク設定
---------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #999;
}

small{
	font-size: 0.9em;
}

/* Clearfix
---------------*/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, #lowerContent .post:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post {
	zoom: 1;
}
/* フォーム
---------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
	vertical-align: middle;
	max-width: 90%;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 100%;
	color: #555;
	background: #fcfcfc;
}
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #F39800;
	padding: 4px 14px;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #FDD23E;
}
*:first-child+html input[type="submit"] {
	padding: 3px;
}
/* ヘッダー
---------------*/
#header {
}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 0 0;
}
#header h1 {
	padding: 10px 0;
	margin: 0;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	min-height: 1.5em;
	text-indent: -9999px;
	background: url(images/logo-2025.png) no-repeat;
	background-size: 425px 75px;
	width: 425px;
	height:75px;
	margin-bottom: 15px;
  overflow: hidden;
}
#header #umenu {
	position: absolute;
	top: 70px;
	right: 0px;
}
#header #umenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14.5px;
}
#header #umenu ul li {
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 7px;
	display: block;
	letter-spacing: -0.05em;
	overflow: hidden;
	letter-spacing: 0.05em;
}
#header #umenu ul li a {
	display: block;
	padding: 0.5em 1.5em 0.5em 1em;
	background: #fff;
	position:relative;
}
#header #umenu ul li#menu-item-9187 a:before {
	font-family: 'FontAwesome';
	content: '\f0e0';
	margin-right: 0.35em;
	color: #1e5ab4;
}
#header #umenu ul li#menu-item-9186 a:before {
	font-family: 'FontAwesome';
	content: '\f0e8';
	margin-right: 0.35em;
	color: #1e5ab4;
}
#header #umenu ul li#menu-item-14704 a:before {
	content: "";
	background: url(../images/icon-tc.png);
	display: inline-block;
	width: 20px;
	height: 15px;
	-webkit-background-size: 20px 15px;
	     -o-background-size: 20px 15px;
	        background-size: 20px 15px;
	margin-right: 0.35em;
	position: relative;
	top: 2px;
}
#header #umenu ul li#menu-item-9187:hover a:before,
#header #umenu ul li#menu-item-9186:hover a:before,
#header #umenu ul li#menu-item-14704:hover a:before {
	color: #fff;
}

#header #umenu ul li a i{
	margin-right: 0.35em;
	color: #1e5ab4;
}

#header #umenu ul li a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 0.5em;
	color: #1e5ab4;
	position: absolute;
	right:0.5em;
	top:0.65em;
	margin: 0;
}

#header #umenu ul li img{
	margin-top: 2px;
}

#header #umenu ul li:first-child a{
	background: #1e5ab4;
	color: #fff;
}

#header #umenu ul li:first-child a::after{
	color: #1e5ab4;
	background: rgba(255,255,255,0.5);
	height: 100%;
	top:0;
	right:0;
	padding: 0.65em 0.25em 0 0.25em;
}

#header #umenu ul li a:hover{
	background: #1e5ab4;
  color: #fff;
}

#header #umenu ul li a:hover i,
#header #umenu ul li a:hover::after
{
	color: #fff;
}

#header #umenu ul li:first-child a:hover{
	background: #00aeef;
}

/* トピックス
---------------*/

#topTopics{
	border: 2px solid #1e64c8;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 15px;
	background: #fff;
	height: 22px;
	overflow: hidden;
}
#topTopics:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}

.topTopicsTxt {
	float: left;
	width: 50px;
	color:  #1e64c8;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	border-right:  1px solid #1e64c8;
	padding-right: 0.8em;
	margin-right: 0.8em;
}
#topTopics .bx-wrapper {
	float: left;
	width: 760px;
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bxslider {
  margin: 0;
  padding: 0;
}


#topSlide .bx-wrapper {
	position: relative;
	margin-bottom: 0px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}


/* グローバルナビ
---------------*/

#mainNav ul{
	background: #333;
	color: #fff;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#mainNav ul li{
	float: left;
	list-style-type: none;
	position: relative;
}

#mainNav ul li a{
	color: #fff;
	background: #333;
	width: 199px;
	margin: 0;
	text-align: center;
	list-style-position: inside;
	padding: 1.6em 0 2.3em 0;
	font-size: 14px;
	letter-spacing: 0.08em;
	border-right:1px solid rgba(255,255,255,0.5);
	display: block;
	position: relative;
}

#mainNav ul li a:hover{
	background: #4d4d4d;
}

#mainNav ul li a:after{
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	background: #1e377d;
	text-align: center;
	font-weight: normal;
	padding: 0;
	color: rgba(255, 255, 255, 0.5);
}

#mainNav ul li a:hover::after{
	background: #1e5ab4;
}

#mainNav ul li span{
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: rgba(255,255,255,0.5)
}

#mainNav ul li:last-child{
	border-style: none;
}



#mainNav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
	width:15em;
	display: none;
}

#mainNav li ul li{
  width: 100%;
}
#mainNav li ul li a{
  padding: 13px 15px;
  border-bottom: 1px solid #ccc;
  background: #eeeeee;
  text-align: left;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	width: auto;
}

#mainNav li ul li a::before{
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.3em;
	color: #1e377d;
}

#mainNav li ul li a:after{
	content:"";
	padding: 0;
	margin: 0;
}

#mainNav li:hover > a{
}
#mainNav li li a:hover{
	background: #ccc;
}

#mainNav li:hover ul{
  display: block;
}


/* レイアウト
---------------*/
.wrapper, .wrapperInner, .inner, .innerLogo, .innerNav {
	margin: 0 auto;
}
.wrapper {
	overflow: hidden;
}
.wrapperInner {
	width: 1000px;
}
.inner {
	width: 1000px;
}
#topLeft {
	float: left;
	width: 640px;
	line-height: 1.6;
	padding: 0px 20px 0px 0px;
	border-right: 1px #ccc solid;
}
#topRight {
	float: right;
	width: 320px;
	padding: 0px 0px 20px 0px;
}
#footer {
	clear: both;
	padding-top: 25px;
	margin-top: 10px;
	width: 100%;
}



/*アーカイブ*/
div.archiveList dl{
	width:100%;;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	height: 100%;
	margin-bottom: 3.0rem;
}
div.archiveList dl dt,
div.archiveList dl dd{
	padding: 8px 0;
	border-top: 1px solid #ddd;
}
div.archiveList dl dt{
	float:left;
	width:120px;
	padding-left: 10px;
	clear:both;
	color: #1e5ab4;
	letter-spacing:0.05em;
}
div.archiveList dl dd{
	margin-left:120px;
	padding-left: 10px;
}
div.archiveList dl dd a{
	text-decoration: none;
}
div.archiveList dl dd a:hover{
	text-decoration: underline;
}



/*パンくずリスト
---------------*/
#bread-crumb {
	width: 900px;
	margin: 0 auto;
	font-size: 13px;
	padding: 15px 50px;
	background: #fff;
}

.home #bread-crumb,
.page-template-page-test #bread-crumb{
	width: 1000px;
	padding: 15px 0;
}

#bread-crumb ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#bread-crumb ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#bread-crumb li {
	float: left;
}

#bread-crumb a{
	color: #00aeef;
	font-weight: bold;
}
#bread-crumb a.home:before {
	font-family: 'FontAwesome';
	content: '\f015';
	color: #1e5ab4;
	font-size: 116%;
	margin-right: 0.25em;
}
.breadcrumbs .post :after {
	display: inline;
}

#bread-crumb li a:hover{
	text-decoration: underline;
}

#bread-crumb li.sub {
	padding-left: 10px;
}
#bread-crumb li.sub:before {
	letter-spacing: 10px;
	font-family: 'FontAwesome';
	content: '\f105';
	color: #777;
}

/* トップページ　メイン画像
---------------*/
#topSlide {
	clear: both;
	margin: 0 0 15px 0;
	padding: 5px;
	line-height: 0;
	text-align: center;
	z-index: 0;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.bxslider_top {
	width: 990px;
	height: 390px;
	position: relative;
}
.bxslider_top img {
	max-width: 100%;
	height: auto;
}
.bxslider_top div {
	display: none;
}


/* タイポグラフィ
---------------*/
h3.topRightTit {
	position: relative;
	padding-left: 22px;
}
h3.topRightTit:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/icon-tc2.png) no-repeat left bottom;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
ul.topBackList {
	font-size: 14px;
}
ul.topBackList a {
	text-decoration: underline;
	color: #1e5ab4;
}
ul.topSponsorsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.topSponsorsList li {
	padding: 10px;
	position: relative;
    text-align: center;
    /*width: 100%;*/
    min-width: 290px;
    margin: 5px 5px 10px 5px;
    height: 90px;
}
#topRight ul.topSponsorsList li img {
    width: auto;
    height: auto;
	max-width: 80%;
	max-height: 80%;
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}


.post p {
	margin: 0 0 30px 0;
	padding:0 20px;
	font-size: 14px;
	line-height: 2em;
	color: #333;
}
.post ul {
	margin: 15px 0 30px 0;
	padding:0 20px;
}
.post ul li {
	margin-bottom: 7px;
	list-style: disc;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	margin-left: 1.25em;
	/*list-style-position: inside;*/
	/*padding-left: 1.5em;*/
  /*text-indent: -1.5em;*/
}
.post ul li ul,
.post ul li ol,
.post ol li ul,
.post ol li ol {
	margin-top: 7px;
	margin-bottom: 7px;
}
.post ol {
	margin: 15px 0 30px 0;
	padding:0 20px;
}
.post ol li {
	list-style: decimal;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	list-style-position: inside;
	padding-left: 1.3em;
  text-indent: -1.3em;
}
.post ol li ul li {
	list-style: disc;
}
.post h3 {
	margin: 50px 0 20px 0;
	font-size: 18px;
	font-weight: normal;
	color: #333;
  padding-bottom: 0.4em;
	border-bottom: 1px solid #1e5ab4;
  font-weight: bold;
}
.post h3::before{
	font-family: 'FontAwesome';
	content:"\f105";
	color:#1e5ab4;
  margin-right: 0.5em;
}
.post h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4em;
	margin: 40px 0 20px 0;
}
.post h4::before{
  color:#1e5ab4;
  content: "■";
  margin-right: 0.25em;
}
.post h5 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	border-left: 4px solid #1e5ab4;
	margin: 20px 20px 15px 20px;
	padding-left: 0.5em;
	max-width: 860px;
}
.post h6{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 12px 0;
	padding: 0 20px;
}
.post blockquote {
	clear: both;
	padding:40px;
	margin: 0 20px 20px 20px;
  background: #ebf5ff;
  position: relative;
	width: 780px;
	text-align: justify;
  text-justify: inter-ideograph;
	font-size: 14px;
	line-height: 2em;
}
.post blockquote::before{
  font-family: 'FontAwesome';
  color: #999;
  content:"\f10d" ;
  position: absolute;
  top:20px;
  left: 20px;
}
.post blockquote::after{
  font-family: 'FontAwesome';
  color: #999;
  content:"\f10e" ;
  position: absolute;
  bottom:20px;
  right: 20px;
}
.post table {
	clear: both;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 20px 30px 20px;
	width: 860px;
}
.post table th {
	padding: 0.75em 1.0em 0.75em 1.0em;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	background: #ebf5ff;
}
.post table td {
	padding: 0.75em 1.0em 0.75em 1.0em;
	border: 1px #ddd solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	font-size: 13px;
}
.post table td p {
	margin: 0;
	padding: 0;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
}
.post a {
	color: #1e5ab4;
}
.post a:hover, .post a:active {
	text-decoration: underline;
}
.post hr {
	height: 1px;
	border: none;
	border-top: 1px #ccc solid;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-style: italic;
}

img.aligncenter, .aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignright, .alignright {
	margin: 0 0 16px 16px;
}
img.alignleft, .alignleft {
	margin: 0 16px 16px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

span.menu-item-description:before {
	font-family: 'FontAwesome';
	content: '\f100';
	margin-right: 0.25em;
	/*margin-left: 1.0em;*/
	margin-left: 0;
}
span.menu-item-description:after {
	font-family: 'FontAwesome';
	content: '\f101';
	margin-left: 0.25em;
}




/* フッター
---------------*/
#footer {
}
#footer .inner {
	width: 1000px;
	position: relative;
}

.footCorp {
	float: left;
	margin-bottom: 40px
}

.footCorp h2{
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo-2025.png) no-repeat;
	background-size: 300px 53px;
	width:300px;
	height:53px;
}
.footCorp h2 a {
	display: block;
	width: 100%;
	height: 100%;
}

.footCorp p{
	font-size: 14px;
	margin:0 0 0.75em 0;
}

.footMenu {
	width: 350px;
	float: right;
	overflow: hidden;
	font-size: 13px;
	margin-top: 58px;
}
.footMenu ul{
	float: left;
	width: 12em;
	list-style-type: none;
	list-style-position: inside;
}
.footMenu ul:last-child{
	width: auto;
}
.footMenu ul li{
	margin-bottom: 0.3em;
}
.footMenu ul li::before{
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.25em;
}

.footMenu ul li a:hover{
  text-decoration: underline;
}

#copyright {
	clear: both;
	margin: 0 0 0 0;
	padding: 0.7em 0;
	text-align: center;
	zoom: 1;
	color: #ccc;
	background: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.05em;
}

/* トップへ戻る
---------------*/
#backToTop{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #333;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

#backToTop img{
	vertical-align: -11px;
}

#backToTop a{
	color: #fff;
	padding: 0.75em 1em 0.3em 1em;
	font-size: 13px;
	display: block;
}

#backToTop i{
	margin: 0 0.5em;
	color: rgba(255,255,255,0.5)
}




/*ページャー*/
.pageNav {
  clear: both;
  max-width:1000px;
  padding-top:75px;
  padding-bottom:20px;
  margin: 0px auto;
  font-size: 0.875em;
}
#previous_post {
  float: left;
}
#next_post {
  float: right;
}
.pageNav .prev {
  text-align: left;
}
.pageNav .prev a,
.pageNav .next a {
  color: #1e5ab4;
  border: 1px solid #1e5ab4;
  padding: 0.75em 1em 0.75em 1em;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: background-color .5s, padding .2s .2s;
  transition: background-color .5s, padding .2s .2s;
}
/*.pageNav .prev a {
  color: #444;
  border: 1px solid #444;
  background-color: #fff5c4;
}*/
.pageNav .prev a:before {
  font-family: 'FontAwesome';
  content:"\f100";
  margin-right: 0.5em;
}
.pageNav .prev a:hover {
  padding: 0.75em 1em 0.75em 1em;
}
.pageNav .next {
  text-align: right;
}
.pageNav .next a {
}
.pageNav .next a:after {
  font-family: 'FontAwesome';
  content:"\f101";
  margin-left: 0.5em;
}
.pageNav .next a:hover {
  padding: 0.75em 1em 0.75em 1em;
}
.pageNav .prev a:hover,
.pageNav .next a:hover {
  background: #1e5ab4;
  color: #fff;
  font-weight: bold;
  border: none;
}


/*　フロート解除　*/
.clear {
	clear: both;
}
.clearfix {
	overflow: hidden;
	height: 100%;
}
/*　文字関係　*/
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
sub {
	font-size: smaller;
	vertical-align: sub;
}
sup {
	font-size: xx-small;
	vertical-align: super;
}
.fwb {
	font-weight: bold !important;
}
.txtul {
	text-decoration: underline;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.fs26 {
	font-size: 26px;
}
.sizeup {
	font-size: 116%;
}
.sizeup2 {
	font-size: 133%;
}
.sizeup2 {
	font-size: 150%;
}
.sizedown {
	font-size: 92%;
}
.sizedown2 {
	font-size: 83%;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*　画像　*/
.imgRight {
	float: right;
	margin: 0px 0px 20px 20px;
}
.imgLeft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.imgCenter {
	margin: 0 auto;
	margin-bottom: 20px;
}
img.photoStyle01 { /*ボーダー＋シャドウ＋白背景*/
	background: #fff;
	padding: 4px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
	border: 1px solid #bbb;
}
img.photoStyle02 { /*ボーダー無し＋シャドウ＋白背景*/
	background: #fff;
	padding: 4px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
}
img.photoStyle03 { /*ボーダー＋シャドウ＋薄青背景*/
	background: #ebf5ff;
	padding: 4px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
	border: 1px solid #fff;
}
.wp-caption {
}
.wp-caption img {
	margin-bottom: 12px;
}
.wp-caption-text {
	font-size: 12px;
	color: #555;
	padding: 0.5em;
}
/* リスト関係 */
ul.lsn, ol.lsn {
	list-style: none;
}
/*　レイアウト調整用　*/
.p_none {
	padding: 0 !important;
}
.m_none {
	margin: 0 !important;
}
.mt_none {
	margin-top: 0px !important;
}
.mt_05 {
	margin-top: 5px !important;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_15 {
	margin-top: 15px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_25 {
	margin-top: 25px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_35 {
	margin-top: 35px !important;
}
.mt_40 {
	margin-top: 40px !important;
}
.mt_45 {
	margin-top: 45px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.mr_none {
	margin-right: 0px !important;
}
.mr_05 {
	margin-right: 5px !important;
}
.mr_10 {
	margin-right: 10px !important;
}
.mr_15 {
	margin-right: 15px !important;
}
.mr_20 {
	margin-right: 20px !important;
}
.mr_25 {
	margin-right: 25px !important;
}
.mr_30 {
	margin-right: 30px !important;
}
.mr_35 {
	margin-right: 35px !important;
}
.mr_40 {
	margin-right: 40px !important;
}
.mr_45 {
	margin-right: 45px !important;
}
.mr_50 {
	margin-right: 50px !important;
}
.mb_none {
	margin-bottom: 0px !important;
}
.mb_05 {
	margin-bottom: 5px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_15 {
	margin-bottom: 15px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_25 {
	margin-bottom: 25px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_35 {
	margin-bottom: 35px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_45 {
	margin-bottom: 45px !important;
}
.mb_50 {
	margin-bottom: 50px !important;
}
.ml_none {
	margin-left: 0px !important;
}
.ml_05 {
	margin-left: 5px !important;
}
.ml_10 {
	margin-left: 10px !important;
}
.ml_15 {
	margin-left: 15px !important;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_25 {
	margin-left: 25px !important;
}
.ml_30 {
	margin-left: 30px !important;
}
.ml_35 {
	margin-left: 35px !important;
}
.ml_40 {
	margin-left: 40px !important;
}
.ml_45 {
	margin-left: 45px !important;
}
.ml_50 {
	margin-left: 50px !important;
}
.pt_none {
	padding-top: 0px !important;
}
.pt_05 {
	padding-top: 5px !important;
}
.pt_10 {
	padding-top: 10px !important;
}
.pt_15 {
	padding-top: 15px !important;
}
.pt_20 {
	padding-top: 20px !important;
}
.pt_25 {
	padding-top: 25px !important;
}
.pt_30 {
	padding-top: 30px !important;
}
.pt_35 {
	padding-top: 35px !important;
}
.pt_40 {
	padding-top: 40px !important;
}
.pt_45 {
	padding-top: 45px !important;
}
.pt_50 {
	padding-top: 50px !important;
}
.pr_none {
	padding-right: 0px !important;
}
.pr_05 {
	padding-right: 5px !important;
}
.pr_10 {
	padding-right: 10px !important;
}
.pr_15 {
	padding-right: 15px !important;
}
.pr_20 {
	padding-right: 20px !important;
}
.pr_25 {
	padding-right: 25px !important;
}
.pr_30 {
	padding-right: 30px !important;
}
.pr_35 {
	padding-right: 35px !important;
}
.pr_40 {
	padding-right: 40px !important;
}
.pr_45 {
	padding-right: 45px !important;
}
.pr_50 {
	padding-right: 50px !important;
}
.pb_none {
	padding-bottom: 0px !important;
}
.pb_05 {
	padding-bottom: 5px !important;
}
.pb_10 {
	padding-bottom: 10px !important;
}
.pb_15 {
	padding-bottom: 15px !important;
}
.pb_20 {
	padding-bottom: 20px !important;
}
.pb_25 {
	padding-bottom: 25px !important;
}
.pb_30 {
	padding-bottom: 30px !important;
}
.pb_35 {
	padding-bottom: 35px !important;
}
.pb_40 {
	padding-bottom: 40px !important;
}
.pb_45 {
	padding-bottom: 45px !important;
}
.pb_50 {
	padding-bottom: 50px !important;
}
.pl_none {
	padding-left: 0px !important;
}
.pl_05 {
	padding-left: 5px !important;
}
.pl_10 {
	padding-left: 10px !important;
}
.pl_15 {
	padding-left: 15px !important;
}
.pl_20 {
	padding-left: 20px !important;
}
.pl_25 {
	padding-left: 25px !important;
}
.pl_30 {
	padding-left: 30px !important;
}
.pl_35 {
	padding-left: 35px !important;
}
.pl_40 {
	padding-left: 40px !important;
}
.pl_45 {
	padding-left: 45px !important;
}
.pl_50 {
	padding-left: 50px !important;
}
/*　画像ボタンalfa値　*/

a:hover .imgBtn {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom: 1;
}



/*-------------------------------------
トップページ
------------------------------------- */

#topLeft{
	margin-bottom: 50px
}

#topLeft p{
	font-size: 14px;
}

#topLeft p.memo{
	font-size: 12px;
	color: #777;
}

#topLeft img,
#topRight img{
	max-width: 100%;
}

#topLeft hr{
	height: 1px;
	border: none;
	border-top: 1px #ccc solid;
}

#topLeft h2,
#topRight h3,
#footer h3{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	letter-spacing: 0.05em;
}

#topRight h3,
#footer h3{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25em;
}
#topRight h3.topRightTit {
	margin-top: 0;
}

#topLeft h2 span,
#topRight h3 span,
#footer h3 span{
	color: #1e5ab4;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-left: 0.25em;
}

#topLeft h2 i,
#topRight h3 i,
#footer h3 i{
	color: #1e5ab4;
	margin-right: 0.2em;
}

#topLeft .topInfo{
	border: 3px solid #1e64c8;
	padding: 10px 20px;
	margin: 0 0 30px 0;
}

#topLeft .topInfo h2{
	font-size: 16px;
}

#topLeft .topInfo dl{
	font-size: 14px;
}

#topLeft .topInfo dl dt .category{
	color: #fff;
	background: #fa823c;
	font-size: 12px;
	padding: 1px 5px;
	vertical-align: 1px;
	margin-left: 0.4em;
}

#topLeft .topInfo dl dt .category.cat_info{
	background: #1e5ab4;
}

#topLeft .topInfo dl dt .category.cat_update{
	background: #64b43c;
}

#topLeft .topInfo dl dd{
	margin: 0 0 1.8em 0;
	padding: 0;
}

#topLeft .topInfo dl dd a{
	text-decoration: underline;
}

#topLeft .topInfo dl dd::before{
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.25em;
}

#topLeft p.topInfoMore {
	text-align: right;
	font-size: 0.8125rem;
	margin-bottom: 0;
}
#topLeft p.topInfoMore:after {
	font-family: 'FontAwesome';
	content: '\f061';
	padding-left: 0.5em;
	color: #1e5ab4;
}
#topLeft ul{
	margin: 0;
	padding: 0;
}

#topLeft ul li{
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 13px;
}

#topLeft .topLeftHalf{
	width: 360px;
	float: left;
	margin-right: 20px;
}
#topLeft .topRightHalf{
	width: 200px;
	float: left;
}

#topLeft .topLeftHalf:first-child{
	width: 360px;
	margin-right: 20px;
}

#topRight p{
	font-size: 14px;
}


/*-------------------------------------
下層ページ
------------------------------------- */

#lowerContent{
		background: #fff;
		padding:0 50px;
		margin-bottom: 100px;
		min-height: 400px;
}

#lowerContent h2{
		background: #f2f2f2;
		border-left: 5px solid #1e5ab4;
		font-size: 20px;
		padding: 1.2rem;
		margin: 0 0 1em 0;
}

.lowerContentMenu{
	border: 3px solid #1e5ab4;
	display: inline-block;
	min-width: 320px;
	margin:0 0 30px 0;
}

.lowerContentMenu h3{
	background: #1e5ab4;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0.6em 18px;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.lowerContentMenu h3::before{
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.35em;
	color: #fff;
}

.lowerContentMenu ul {
	padding: 0;
	margin: 0;
}

.lowerContentMenu ul li{
	list-style-type: none;
	list-style-position: inside;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.lowerContentMenu ul li a::before{
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 0.35em;
	color: #1e5ab4;
}

.lowerContentMenu ul li a{
	padding: 0.6em 18px;
	display: inline-block;
	width: 300px;
}

.lowerContentMenu ul li a:hover,
.lowerContentMenu ul li.current{
	background: #f2f2f2;
	color: #333;
}



/*ページネーション*/
.tablenav {
background:white;
margin: 1em auto;
line-height:2em;
text-align:center;
}

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

a.page-numbers:hover {
color:white;
background: #1e5ab4;
}

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

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




.btnLogout {
	text-align: right;
}
.btnLogout a {
padding:10px 30px;
background-color: #FF9F28;border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
text-decoration: none;
}


/*　pc/sp切り替え　*/

.dispPc{
	display: block !important;
}
.dispSp{
	display: none !important;
}
