/*
 * Theme Name: univ-theme
 * Template: justblue
 * Version: 1.0
 */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  -webkit-font-smoothing: antialiased;
  font-family: Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  margin: 0;
}
:focus {
  outline: 0
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
img, video, object, embed {
  max-width: 100%;
  height: auto;
}
blockquote {
  font-style: italic;
  font-weight: normal;
  font-family: Georgia, Serif;
  font-size: 13px;
  padding: 0 10px 20px 27px;
  position: relative;
  margin-top: 25px;
}
blockquote:after {
  position: absolute;
  content: '"';
  font-size: 40px;
  color: #D0D9E0;
  width: 50px;
  top: -5px;
  left: 0;
  font-family: arial;
}
blockquote p {
  margin-bottom: 10px;
}
strong, b {
  font-weight: bold;
}
em, i, cite {
  font-style: italic;
  font-family: georgia;
}
small {
  font-size: 100%;
}
figure {
  margin: 10px 0;
}
code, pre {
  font-family: monospace, consolas, sans-serif;
  font-weight: normal;
  font-style: normal;
}
pre {
  margin: 5px 0 20px 0;
  line-height: 1.3em;
  padding: 8px 10px;
  overflow: auto;
}
code {
  padding: 0 8px;
  line-height: 1.5;
}
mark {
  padding: 1px 6px;
  margin: 0 2px;
  color: black;
  background: #FFD700;
}
address {
  margin: 10px 0
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  margin: 20px 0;
  padding: 5px 3px 10px;
  text-align: center;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.wp-caption-text {
  margin-bottom: 0 !important;
}
input[type=search] {
  font-family: FontAwesome, Meiryo, "メイリオ";
}
/*-[ Framework ]--------------------*/
body {
  line-height: 1;
  font: 14px/23px Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳＰゴシック';
  color: #222;
}
::-moz-selection {
 background:#222;
 color:white;
 text-shadow:none;
}
::selection {
  background: #222;
  color: white;
  text-shadow: none;
}
#page, .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
#pagelist h1.toppageTitle, h1.toppageTitle {
  color: #000;
  font-size: 16px;
  line-height: 40px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}
h1 i {
  color: #D22E2E;
  padding-right: 0.5em;
}
h3 {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 15px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 18px;
  line-height: 34px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
.sub-title {
  font-size: 12px;
}
p {
}
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  /*color: #D32F2F;*/
  text-decoration: underline;
}
a:link, a:visited, a:active {
}
:target {
  padding-top: 20px;
}
/*-[ Main container ]---------------*/
.main-container {
  width: 1000px;
  margin: 0 auto;
}
#page, .container {
  min-width: 300px;
  overflow: visible;
}
#page {
  float: none;
  clear: both;
}
/*-[ Header ]-----------------------*/
body > header {
  float: left;
  width: 100%;
  position: relative;
}
.main-header {
  position: relative;
  float: left;
  width: 100%;
  z-index: 99;
}
#header {
  position: relative;
  width: 100%;
  float: left;
  background: #FFF;
  border-bottom: #DDDDDD 1px solid;
}
#header h1, #header h2 {
  float: left;
  margin-top: 15px;
}
#header .content {
  width: 1000px;
  margin: 0 auto;
  height: 85px;
}
#header .horisontal-banner {
  width: 728px;
}
#logo a {
  color: #fff;
  text-transform: uppercase;
}
.widget-header {
  float: right;
  max-width: 76%;
  margin-top: 28px;
}
/*-[ Navigation ]-----------------*/

.secondary-navigation /*-- Gnavi --*/ {
  display: block;
  width: 760px;
  margin: 15px 0 10px auto;
  float: right;
  text-align: center;
}
#global-navigation ul li a {
  font-size: 14px;
  line-height: 1;
  padding: 0 15px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#global-navigation { float: right; }
#global-navigation i{color:#D32F2F; padding-left:5px;}

#global-navigation ul li a:hover {
  color: #D32F2F;
}
#iconMenu {
  float: right;
}
#iconMenu a{color:#AAAAAA; }
#iconMenu a:hover{color:#D32F2F; }

#iconMenu li {
  display: inline-block;
  color: #AAAAAA;
  font-size: 18px;
  margin-top: 15px;
  margin-left: 8px;
}
.secondary-navigation ul.menu {
  display: table;
  width: 100%;
}
.secondary-navigation ul.menu li {
  display: table-cell;
  border-left: #DDD 1px solid;
  line-height: 24px;
  color: #222;
}
.secondary-navigation ul.menu li:last-child {
  border-right: #DDD 1px solid;
}
.secondary-navigation a .sub {
  font-size: 11px;
  font-weight: normal;
  color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul {
  padding-right: 0;
}
.sf-js-enabled li ul.sf-with-ul {
  padding-right: 20px;
}

/*-[ Content ]--------------------*/
.main-container .content {
  width: 650px;
  margin: 28px auto;
  background: #fff;
  margin-bottom: 80px;
  max-width: 100%;
  float: left;
}
.article {
  width: 650px;
}
.single_post {
  background-color: #fff;
  float: left;
}
.single_page {
  background-color: white;
  padding: 22px;
  border-top: 5px solid #00A8FF;
}
.post-content {
  overflow: hidden;
  padding: 0 0 10px 0;
  margin: 0;
}
/*-[ 投稿記事のコンテンツ ]--------------------*/
.journal_info {
  margin: 0;
}
.journal_info dt {
  border-top: 2px solid;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #393d46;
}
.journal_info dt i {
  color: #D22E2E;
  font-family: FontAwesome;
  padding-right: 1em;
  height: 40px;
  line-height: 40px;
}
.journal_info dd {
  margin-bottom: 5px;
}
.journal_info dd:after {
  content: '';
  display: block;
  clear: both;
}
.journal_info ul {
  margin: 0;
}
.journal_info li {
  list-style: none;
}
.journal_info .journal_info_box {
  width: 440px;
  float: right;
}
.journal_info .journal_catch {
  font-size: 16px;
  font-weight: bold;
}
.journal_info .journal_link {
  text-align: right;
}
#morePost {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.post-single-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  width: 650px;
}
.post-single-content h1 {
  font-size: 28px;
  line-height: 44px;
}
.post-single-content h2 {
  font-size: 24px;
  line-height: 40px;
}
.post-single-content h3 {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0px;
}
.post-single-content h4 {
  font-size: 20px;
  line-height: 24px;
}
.post-single-content h5 {
  font-size: 18px;
  line-height: 34px;
}
.post-single-content h6 {
  font-size: 16px;
  line-height: 24px;
}
.readMore a {
  color: #D32F2F;
  float: right;
  border: #D32F2F 1px solid;
  font-size: 10px;
  width: 70px;
  text-align: center;
  text-decoration:none;
}
.readMore a:hover {
  color: #FFF;
  background-color: #D32F2F;
  border: #D32F2F 1px solid;
}
.ss-full-width {
  background: white;
  padding: 20px;
  border-top: 5px solid #00A8FF;
  margin-bottom: 30px;
}
.ss-full-width #content_box {
  padding-right: 0;
  padding-left: 0;
}
.post.excerpt {
  clear: both;
  margin: 35px auto 35px auto;
  overflow: hidden;
  background-color: #fff;
}
.wp-post-image {
  float: left;
}
.featured-thumbnail {
  max-width: 130px;
  float: left;
  width: 100%;
  margin-right: 10px;
}
.featured-smallthumbnail {
  max-width: 100px;
  float: left;
  width: 100%;
}
#columnSpace .featured-thumbnail {
  max-width: 150px;
}
#featured-thumbnail {
  float: left;/*width: 25.4%;*/
}
.featured-thumbnail img {
  margin-bottom: 0;
  width: 100%;
}
#pagelist h2 {
  font-size: 16px;
  line-height: normal;
}
.title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 140%;
  clear: both;
}
.title a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
.title a:hover {
  text-decoration: underline;
}
.single-title {
  float: left;
  padding: 0 0 0 0;
}
.type-journal-info .single-title {
  border-bottom: 1px solid #000;
}
.type-journal-info #page-header {
  margin-bottom: 30px;
}
.page h1.title {
  margin-bottom: 20px;
}
.post-info {
  display: block;
  color: #222;
  font-weight: normal;
  background: url(images/bg_dot.png);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.single_post .post-info .txtL {
  text-align: left;
  display: inline-block;
}
.single_post .post-info .txtR {
  text-align: right;
  display: inline-block;
}
.articleBoxR .post-info .txtL {
  text-align: left;
  float: left;
}
.articleBoxR .post-info .txtR {
  text-align: right;
  float: right;
}
.single-postmeta {
  clear: both;
  float: left;
  margin-bottom: 10px;
}
.home article header, .archive article header {
  margin-bottom: 10px;
}
article header {
  overflow: hidden;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
  margin: 0.3em 1.571em 0.5em 0;
  display: block;
  float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
  margin: 0.3em 0 0.5em 1.571em;
  display: block;
  float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
  margin: 0.3em auto 0.5em auto;
  display: block;
}
.article img.aligncenter, .article img.alignnone {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
.article ul {
  margin: 1.5em 0 1.571em 1.571em;
  list-style-type: circle;
}
.article ol {
  margin: 1.5em 0 1.571em 1.571em;
  list-style-type: decimal;
}
/*-[ 繧ｳ繝ｩ繝� ]------------------------------*/

#columnSpace .icoRed {
  display: block;
  background-color: #D32F2F;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  width: 70px;
  padding: 0;
  margin-bottom: 10px;
}
#columnSpace h2 {
  font-size: 20px;
  line-height: 140%;
  color: #222;
}
#columnSpace p {
  color: #606060;
  font-size: 13px;
  width: 470px;
  line-height: 160%;
  position: absolute;
  top: 141px;
  left: 200px;
}
#columnSpace .readMore {
  position: absolute;
  right: 29px;
  top: 160px;
  bottom: 103px;
}
.columnBg {
  background: url(images/bg_column.png) no-repeat;
  height: 164px;
  padding: 30px;
  position: relative;
}
.postBg {
  background: url(images/bg_paper.png) no-repeat;
  height: 164px;
  padding: 30px;
  position: relative;
}

.columnL {
  float: left;
  width: 150px;
  margin-right: 20px;
}
.columnL img {
  width: 150px;
}
.columnR {
  float: right;
  width: 420px;
  height: 150px;
}
.columnR span.subtitle {
  display: block;
  font-size: 14px;
  line-height: 120%;
}
/*-[ 譁ｰ逹 ]------------------------------*/
.newslist h1.toppageTitle {
  margin-top: 0px;
}
.newslist #newsSpace {
  margin-top: 0px;
}
#newsSpace {
  position: relative;
  margin-top: 40px;
}
.articleBoxL {
  float: left;
  width: 130px;
  margin-right: 20px;
  position: relative;
}
.articleBoxL img {
  width: 130px;
}
.articleBoxR {
  float: left;
  width: 500px;
  position: relative;
}
.articleBoxR .image-caption-format-1{ 
  float: left; 
  width: 415px; 
  margin-top: -5px;
  position: relative; 
} 
.post-content .image-caption-format-1{ 
  width: 400px; 
  height:50px; 
  overflow:hidden; 
}
.articleBoxR .post-content p {
  width: 530px;
  font-size: 13px;
  line-height: 160%;
  position: absolute;
  top: 55px;
}
.articleBoxR .readMore {
  position: absolute;
  right: 0;
  top: 70px;
}
#pagelist .post-info,
.articleBoxR .post-info {
  position: absolute;
  top: 106px;
  width: 490px;
}
#pagelist p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 100%;
  letter-spacing: normal;
}
.articleBoxR .subtitle {
  display: block;
  font-size: 14px;
  line-height: 120%;
}
.articleBoxR .post-info .txtL a {
  margin-right: 10px;
}
.single_post .post-info {
  position: relative;
  border-top: 1px solid;
}
.icoCategory {
  display: block;
  background-color: #424242;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  width: 70px;
  position: absolute;
  top: 0;
  opacity: 0.8;
}
/*-[ 邱ｨ髮�ΚPickUP ]------------------------------*/

#pickupSpace {
  position: relative;
  margin-top: 60px;
}

#pickupSpace .post-container {
  border: #CCC 1px solid;
  height: 128px;
}
#pickupSpace .post-container .articleBoxL img {
  width: 128px;
}
#pickupSpace .post-container .articleBoxR {
  width: 490px;
  margin-top: 10px;
  float: left;
  height: 110px;
}
.btnAllList {
  font-size: 14px;
  font-weight: bold;
  border-left: #000 1px solid;
  text-align: center;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  height: 40px;
  line-height: 40px;
}
.btnAllList span.btnL {
  width: 63px;
  display: inline-block;
}
.btnAllList span.btnR {
  background-color: #000;
  color: #FFF;
  height: 40px;
  width: 37px;
  text-align: center;
  display: inline-block;
}
a .btnAllList {
  color: #000;
}
.btnAllList:hover {
  color: #D32F2F;
}
.btnAllList:hover span.btnR{background-color:#D32F2F;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;}

/*-[ 繧ｫ繝�ざ繝ｪ ]------------------------------*/

#categorySpace {
  margin-top: 60px;
}
#categorySpace ul#spaceHalf {
  margin-right: -30px;
  margin-left: 0;
}
#categorySpace ul#spaceHalf h1 {
  margin: 0;
  border-bottom-style:dotted;
}
#categorySpace ul#spaceHalf li {
  list-style: none;
}
#categorySpace ul#spaceHalf > li {
  width: 310px;
  height: 240px;
  float: left;
  margin-right: 30px;
  margin-bottom: 60px;
  position: relative;
}
ul.categoryList {
  margin: 10px 0 30px 0;
  height: 210px;
  overflow: auto;
}
ul.categoryList li {
  line-height: 231%;
  font-size: 13px;
}
ul.categoryList li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
ul.categoryList li.longerTitle{
  line-height: 160% !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*-[ Tab widget ]------------------------------*/
#tabber {
  display: block;
  height: auto;
  overflow: hidden;
  max-width: 302px;
  background-color: #FFF;
}
#tabber .inside {
  background: #fff;
  border-top: 0;
  padding: 10px 0;
}
#tabber ul.tabs {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #1365BF;
}
#tabber ul.tabs li {
  background: none;
  float: left;
  display: inline;
  font-weight: bold;
  color: #fff;
  border-bottom: none;
  width: 50%;
  text-align: center;
  height: 38px;
}
#tabber ul.tabs li a {
  color: #1365BF;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  padding: 1px 10%;
  line-height: 36px;
  width: 80%;
}
#tabber ul.tabs li a.selected {
  background: #1365BF;
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 0px;
}
#tabber ul.tabs li.tab-recent-posts a {
  margin: 0;
  text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a.selected {
  background: #1365BF;
  border: 0px;
}
#tabber ul.tabs li a:hover, #tabber ul.tabs li.tab-recent-posts a.selected:hover {
  text-decoration: none;
  background: #526F94;
  color: #fff;
}
#tabber .inside li {
  list-style: none;
  padding: 5px 0;
}
#tabber .inside li a {
  line-height: 18px;
}
#tabber .inside li div.info {
  display: table;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
  font-size: 13px;
  margin-bottom: 0;
  color: #919191;
  font-weight: bold;
}
#tabber .inside li div.info .entry-title a:hover {
  color: #222;
}
#tabber .inside li div.info p {
  color: #919191;
  margin-bottom: 0;
}
#tabber .inside li .meta {
  display: block;
  font-size: 14px;
}
#tabber .tab-thumb {
  border: 1px solid #f0f0f0;
  padding: 4px;
  background: #fff;
  float: left;
  display: inline;
  margin: 0px 12px 0px 0px;
}
.post-number {
  position: relative;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  bottom: 22px;
  background: #2DB2EB;
}
#tabber .inside .tabsSep {
  margin-top: 7px;
  width: 100%;
  height: 1px;
  background-color: #e8e5de;
  clear: both;
  float: left;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
  padding: 8px 12px;
  font-size: 12px;
  color: #5E656D;
}
textarea {
  overflow: auto;
  resize: vertical;
}
select {
  padding: 12px 20px;
}
input:focus, textarea:focus {
}
::-webkit-input-placeholder {
 color:#585F65;
 text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::-moz-input-placeholder {
 color:#585F65;
 text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder {
 color:#585F65;
 text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder {
 color:#585F65;
 text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder {
 color:#585F65;
 text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
/*-[ Tables ]--------------------*/
table {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  border: 2px solid #F1F4F6;
}
thead {
  background: #F7F8F9;
  font-size: 14px;
  color: #585F65;
}
table th, table td {
  padding: 7px 15px;
  text-align: left;
  border-bottom: 1px solid #F5F7F9;
  border-left: 1px solid #F5F7F9;
}
thead th {
  padding: 14px;
}
tbody th {
  font-weight: normal;
  border-bottom: 1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr {
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  width: 297px;
  margin: 35px 0;
  clear: both;
  position: relative;
}
/*-[ Search Form ]------------------*/
nav #searchform {
  float: right;
  border: #BBBBBB 1px solid;
  height: 28px;
  width: 200px;
}
nav #searchform fieldset {
  border: 0;
}
#searchform fieldset {
  float: left;
}
#searchform input {
  border: 0;
}
.sbutton {
  padding: 8px 12px 10px 12px;
  border: 1px solid #e8e5de!important;
}
.main-header #s {
  color: #5E656D;
  padding: 2px;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
}
.sidebar #searchform label {
  color: #222;
  padding-top: 10px;
  float: left;
  font-weight: bold;
}
.sidebar #s {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 10px 12px;
}
.footer-widgets fieldset, #sidebars fieldset {
  width: 100%;
}
.footer-widgets #s {
  width: 78%;
}
.footer-widgets .sbutton, #sidebars .sbutton {
  float: right;
  background-color: #f9f7f2;
  text-align: center;
}
.sidebar .sbutton {
  padding-top: 10px;
}
.breadcrumb {
  margin-bottom: 20px;
  line-height: 24px;
}
/*-[ Read More ]-------------------*/
.read-more {
  width: 70px;
  height: 20px;
  color: #D32F2F;
  border: #D32F2F 1px solid;
  font-size: 106px;
  font-family: Arial, Helvetica, sans-serif;
}
/*-[ Sidebar ]---------------------*/
#sidebars p {
  line-height: 20px;
}
.sidebar.c-4-12 {
  float: right;
  width: 31.4%;
  max-width: 300px;
  font-size: 13px;
  margin-top: 28px;
}
.sidebar_rows {
  width: 100%;
  clear: both;
  float: left;
}
.sidebar_rows .sb_left, .sidebar_rows .sb_right {
  width: 50%;
  float: left;
}
.widget {
  overflow: hidden;
  list-style: none;
}
#sidebars .widget {
  padding: 20px 0 5px 0;
}
.widget .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #545E68;
  font-size: 12px;
}
.widget li {
  margin-bottom: 20px;
  line-height:160%;
}
.widget h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 40px;
  padding-left: 20px;
  height: 40px;
  background-color: #000;
  color: #FFF;
}
.widget h3 i {
  color: #D32F2F;
  margin-right: 5px;
}
.advanced-recent-posts li, .popular-posts li, .category-posts li {
  list-style: none!important;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #aaa;
  padding-left: 0;
  background: none;
  margin-bottom: 10px;
}
.advanced-recent-posts p, .popular-posts p, .category-posts p {
  margin: 0;
}
.category-posts a, .advanced-recent-posts a {
  display: block;
}
/*-[ Side ]---------------------*/

ul.ranking li:nth-child(1){background:url(images/ico_01.png) no-repeat 0 5px; padding-left:30px;}
ul.ranking li:nth-child(2){background:url(images/ico_02.png) no-repeat 0 5px; padding-left:30px;}
ul.ranking li:nth-child(3){background:url(images/ico_03.png) no-repeat 0 5px; padding-left:30px;}

ul.ranking li:nth-child(n+4):before {content: "\f105";
  font-family: FontAwesome;
  margin-left:15px;
  padding-right:10px;
  }
 ul.ranking li:nth-child(n+4){width:300px;
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

/*-[ Footer ]-------------------*/
#pageTop {
  position: fixed;
  bottom: 18px;
  right: 50px;
}
a img#pageTop:hover {
  opacity: 0.7;
}
body > footer {
  overflow: hidden;
  width: 100%;
}
body > footer .footeText {
  width: 1000px;
  margin: 22px auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
body > footer .footeText a {
  color: #fff;
  border-bottom: 2px solid #ee3f02;
}
body > footer .widget {
  padding: 10px 0 0 0;
}
body > footer .sidebar .widget .title {
  font-size: 135%;
  color: #D4D8DB;
}
footer .widget {
  margin-bottom: 0;
}
footer .widget li a {
  color: #666;
}
footer .widget li a:hover {
  color: #222;
}
footer {
  position: relative;
  overflow: hidden;
  background: #ECEFF1;
  clear: both;
}
footer .container {
}
footer p {
  color: #8D8D8D;
}
footer a {
  color: #666!important;
}
footer a:hover {
  color: #81B5F7!important;
}
.footer-content {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.footer-content h3 {
  font-size: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.copyrights {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #878787;
  text-align: center;
  font-size: 13px;
}
#copyright-note {
  width: 100%;
  margin: 0 auto;
  clear: both;
  float: left;
  color: #fff;
}
.copyrights .footer-navigation {
  float: right;
  max-width: 50%;
}
.copyrights .footer-navigation ul {
  float: right!important;
}
.copyrights .footer-navigation ul li {
  float: right!important;
}
.copyrights .footer-navigation #navigation {
  float: right;
  max-width: 100%;
  border: none;
}
.copyrights .footer-navigation #navigation ul li a {
  display: block;
  float: left;
}
.copyrights .footer-navigation #navigation ul li a:hover {
  background: none;
}
.copyrights .footer-navigation #navigation ul li span {
  float: left;
  padding: 0 10px;
  color: #fff;
}
.copyrights .footer-navigation #navigation ul li.nospan span {
  display: none;
}
#sidebars .wp-post-image, footer .wp-post-image {
  margin-bottom: 0;
  margin-top: 5px;
  margin-right: 10px;
}
.postsby {
  margin-bottom: 25px;
}
.textwidget a:hover {
  color: #222!important;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
  background-color: #FFF;
  clear: both;
  float: left;
  padding: 20px 0;
}
.postauthor p {
  padding-top: 0px;
}
.postauthor-top {
  margin-bottom: 10px;
}
.related-posts ul {
  margin-left: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 0;
}
.related-posts h5 {
  line-height: 20px;
  padding-left: 80px;
  color: #919191;
  text-transform: uppercase;
  font-size: 13px;
}
.related-posts h3 {
  font-size: 18px;
  margin: 0;
  color: #393d46;
}
.relatedthumb img {
  height: 90px;
  max-width: 90px;
  width: auto;
  margin: 5px 10px 0 0;
}
.related-posts ul li p {
  color: #393d46;
  font-size: 12px;
  line-height: 160%;
  margin-top: 10px;
  height:60px;
  overflow:hidden;
}
.related-posts li {
  width: 30%;
  float: left;
  list-style: none;
}
.related-posts div.featured-thumbnail{margin-right:0;}
.rthumb {
  float: left;
  margin-bottom: 20px;
}
.related-posts .last {
  margin-right: 0;
}
.related-posts a {
  font-weight: bold;
}
.tags {
  margin: 10px 0 10px 0;
  width: 100%;
  float: left;
}
.tags a {
  margin-left: 5px;
}
.postauthor {
  margin: 30px 0 0px 0;
  padding: 3%;
  min-height: 125px;
  background-color: #fff;
  border-top: 5px solid #00A8FF;
  float: left;
  clear: both;
  width: 94%;
}
.postauthor h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.postauthor h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 24px;
}
.postauthor img {
  float: left;
  margin: 5px 25px 15px 0;
}
.postauthor h4 a {
  color: #473636;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.last {
  margin-right: 0;
}
/*-[ Tag widget ]------------------------------*/
#tagCloud a {
  display:inline-block;
  color: #222;
  margin-top: 5px;
  padding: 0px 10px;
  line-height: 140%;
  border: 1px solid #bbb;
  text-decoration: none;
}
#tagCloud a:hover {
  opacity: 0.7;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
  color: #888;
  border: 1px solid #DFDFDF;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 69.5%;
  float: left;
  padding: 9px;
}
.mts-subscribe input[type="text"]:hover {
  border: 1px solid #C1C1C1;
}
.mts-subscribe input[type="submit"] {
  background: #2DB2EB;
  cursor: pointer;
  color: white!important;
  padding: 10px 0;
  border: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  float: left;
  height: 35px;
  text-align: center;
  width: 30%;
}
.mts-subscribe input[type="submit"]:hover {
  background: #222;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  max-width: 100%;
}
.ad-125 li {
  float: left;
  border: none;
  list-style: none!important;
  padding-left: 0;
  background: none;
  margin-bottom: 15px;
}
.ad-125 .evenad {
  float: right!important;
}
footer .ad-300 img, footer .ad-125 img {
  padding: 0;
  background: #FAFAFA;
  border: 0;
}
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
  width: 300px;
}
#wp-calendar td {
  text-align: center;
}
#wp-calendar caption {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
#wp-calendar #prev {
  text-align: left;
  padding-left: 12px;
}
/*-[Comments]--------------*/
.total-comments {
  font-size: 18px;
  color: #473636;
  font-weight: bold;
}
.cnumber {
  color: #2DB2EB;
}
#comments {
  padding: 3% 0 0 0;
  background-color: #fff;
  float: left;
  clear: both;
  width: 100%;
}
#commentsAdd {
  padding: 0;
  background-color: #fff;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.comment-author.vcard {
  float: left;
  margin-right: 3%;
  width: 12.2%;
}
#comments div.avatar {
  float: left;
}
#comments .avatar time {
  clear: both;
  float: left;
  font-size: 11px;
  color: #777;
}
#comments .comment-content {
  border: 1px #c6dff1 solid;
  float: left;
  width: 79%;
  padding: 2%;
  margin-bottom: 20px;
}
#comments .comment-content p {
  font-size: 12px;
}
#comments .children .comment-content {
  width: 78.5%;
}
#comments .children .children .comment-content {
  width: 78%;
}
ul.children .commentImageLeft {
  width: 60px;
  height: 90px;
  border-left: 1px solid #c1bbb6;
  border-bottom: 1px solid #c1bbb6;
  position: absolute;
  top: -50px;
  left: -70px;
}
input.text-input, #commentform input {
  padding: 11px;
}
input#author, input#email, input#url {
  width: 400px;
  border: 1px solid #c6dff1;
  background: #fff;
  font-size: 14px;
  max-width: 100%;
  clear: both;
  float: left;
}
input#author:hover, input#email:hover, input#url:hover, #comment:hover {
  border-color: #c6dff1;
}
input#author, input#email, input#url, #comment {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: #c6dff1;
}
#respond {
  float: left;
  width: 100%;
}
.contactform input[type="text"] {
  width: 380px;
}
#cancel-comment-reply-link {
  float: right;
  line-height: 24px;
  margin-top: 0;
}
#cancel-comment-reply-link {
  padding: 3px 15px;
  color: white;
  cursor: pointer;
  background: #1365BF;
  font-size: 14px;
  font-weight: normal;
}
#commentform input#submit {
  line-height: 1;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  float: right;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: #1365BF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#commentform input#submit:hover {
  background: #526F94;
}
ol.commentlist {
  margin-left: 0;
  float: left;
  margin-bottom: 0;
}
.commentlist li {
  list-style: none;
  margin: 0 0 30px 0;
  padding-left: 0;
  float: left;
  width: 100%;
}
.commentlist p {
  margin-bottom: 1em;
  line-height: 21px;
}
.fn {
  font-size: 14px;
  line-height: 1.375em;
  font-weight: bold;
  font-family: arial;
}
.fn a {
  text-transform: uppercase;
  font-weight: normal;
}
.fn a:hover {
  text-decoration: underline;
}
.comment-meta {
  font-size: 12px;
  font-style: italic;
}
.comment-meta a {
  color: #888;
}
.reply {
  overflow: hidden;
  float: right;
}
.reply a {
  float: right;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  background: #1365BF;
}
.reply a:hover, #cancel-comment-reply-link:hover {
  background: #526F94;
}
.commentlist .children {
  margin-left: 17%;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
  width: 83%;
}
.commentlist .children li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.avatar {
  float: left;
}
#respond h3 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 20px 0;
}
.cancel-comment-reply a {
  float: right;
  margin-top: -8px;
  font-size: 14px;
}
.comment-awaiting-moderation {
  font-style: italic;
  font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
  width: 93.6%;
  border: 1px solid #c6dff1;
  background: #fff;
  font-size: 14px;
  padding: 3%;
  line-height: 25px;
  font-family: georgia;
  font-style: italic;
}
#commentform p {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
}
#commentform p label {
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
}
.required {
  color: red;
  float: left;
  font-size: 18px;
  padding: 5px;
  padding-top: 9px;
}
.comment-notes {
  font-style: italic;
}
/*-[ pagination ]------------------*/
.pagination {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-family: arial;
  background-color: #FFF;
}
.pagination ul {
  list-style: none;
  margin: 0;
}
.pagination ul li {
  float: left;
  margin-bottom: 10px;
}
.currenttext, .pagination a:hover {
  color: #fff;
  margin: 0 5px 0 0;
  display: inline-block;
  float: left;
  line-height: 2em;
  text-decoration: none;
  padding: 0 10px;
  background: #1365BF;
}
.pagination a, .pagination2 {
  margin: 0 5px 0 0;
  display: inline-block;
  float: left;
  line-height: 2em;
  text-decoration: none;
  color: #fff;
  padding: 8px 5px;
  padding: 0 10px;
  background: #526F94;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination a:hover {
  color: #fff;
}
.pagination2 {
  clear: both;
}
.top {
  float: right;
}
.top a {
  color: #BBB;
}
.top a:hover {
  color: #555;
}
.toplink {
  color: #979494!important;
}
.toplink:hover {
  color: #222!important;
}
.pnavigation2 {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  float: left;
  margin-bottom: 10px;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}

/*-----------------------------------------------
/* Responsive
/*---------------------------------------------
@media screen and (max-width:960px) {
#page, .container {
  max-width: 100%;
}
#header .content, .copyrights {
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}
.sidebar.c-4-12 {
  width: 30%;
}
img, embed {
  max-width: 100%;
  height: auto!important;
}
.ad-300 img {
  max-width: 100%;
}
.ad-125 li {
  max-width: 40%;
}
.footer-widgets #s, #sidebars #s {
  width: 85%;
}
.ad-125 img {
  padding: 0;
  background: #FAFAFA;
  border: 0;
}
.mts-subscribe input[type="text"] {
  width: 70%;
}
}

@media screen and (max-width:900px) {
.widget-header {
  max-width: 70%;
}
nav #searchform {
  display: none;
}
}

@media screen and (max-width:865px) {
.secondary-navigation {
  width: 50%;
}
.main-navigation #navigation {
  text-align: center;
  border: none;
}
#navigation {
  border: 0;
}
#navigation ul {
  float: none;
  display: inline-block;
}
.js #navigation > ul {
  display: none;
}
.js #navigation select {
  display: inline-block !important;
  max-width: none;
  border: none;
  padding: 7px 15px;
  width: 100%;
  color: #fff;
  background: #222;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 12px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.9);
  float: right;
}
}

@media screen and (max-width:760px) {
#header {
  margin: 0;
}
}

@media screen and (max-width:720px) {
.secondary-navigation a {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.article {
  width: 96%;
}
#content_box {
  padding-right: 0px;
  padding-left: 0px!important;
}
.sidebar.c-4-12 {
  float: left;
  width: 94%;
  padding-left: 2%;
  padding-right: 2%;
}
.f-widget {
  width: 44%;
}
.f-widget-2 {
  margin-right: 0;
}
.ad-125 li {
  max-width: 45%;
}
.footer-widgets #s {
  width: 70%;
}
#comments {
  margin-right: 0;
}
}

@media screen and (max-width:728px) {
.widget-header {
  max-width: 100%;
  float: left;
}
}

@media screen and (max-width:600px) {
.sidebar.c-4-12 {
  width: 95%;
}
.featured-thumbnail img {
  width: 100%;
}
}

@media screen and (max-width:550px) {
.main-navigation {
  width: 100%;
}
.main-header #s {
  width: 85%;
}
.sbutton {
  float: right;
}
read-more {
  font-size: 16px;
}
.f-widget {
  width: 95%;
}

footer #s {
  width: 65%;
}
}

@media screen and (max-width:460px) {
.related-posts li {
  width: 100%;
  margin-right: 0;
}
.rthumb {
  width: 42.5%;
  margin-right: 10px;
}
}

@media screen and (max-width:415px) {
#navigation {
  margin-top: 0;
  margin-bottom: 0;
}
.js #navigation select {
  width: 100%;
  margin-right: 0;
}
}

@media screen and (max-width:400px) {
article header {
  overflow: hidden;
}
.slidertext {
  display: none;
}
.main-header #s {
  width: 78%;
}
#tabber ul.tabs li a {
  width: 70px;
}
}

@media screen and (max-width:350px) {
.related-posts ul li p {
  display: none;
}
}

@media screen and (max-width:300px) {
nav fieldset, .js #navigation select {
  width: 100%;
  float: left;
}
.main-header #s {
  width: 70%;
}
}*/
/*======================================

  margin

=======================================*/
.mb0 {
  margin-bottom: 0px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mr50{margin-right:50px!important;}

/*-[ Under Page ]----------------------------*/
.single-title {
  float: none;
}
.single_post {
  float: none;
}
.single_post #page-header {
  position: relative;
}
.single_post #breadlist {
  float: left;
  font-size: 11px;
  display: block;
}
.univ_info #breadlist {
  float: none;
  font-size: 11px;
  display: block;
}
.single_post #page-header .postedDay {
  text-align: right;
  font-size: 11px;
  display: block;
}
.single_post #page-header p.contributor {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.single_post #page-header h1.single-title {
  margin-bottom: 20px;
  width: 780px;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  position: relative;
  font-size: 24px;
}
.univ_info #page-header h1.single-title {
  border-bottom: 2px solid;
}
.single_post #page-header span.subtitle {
  display: block;
  font-size: 16px;
}
.post-info {
  border-top: 1px solid;
  border-bottom: 1px dotted;
  margin-bottom: 40px;
}
.post-info .fa {
  font-size: small;
  padding-right: 2px;
}
.post-info a{margin-right:10px;}
.post-info span.tagsR {
  float: right;
}
ul.tagsR {
  margin: 0;
  padding-top: 2px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tagsR li {
  display: inline-block;
}
.tagsR li a {
  font-size: 16px;
}
.tagsR li a:hover {
  text-decoration: none;
}
.single_post h2 {
  font-size: 24px;
  color: #3F3F3F;
}
.post-single-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.univ-info .post-single-content {
  margin-top: 20px;
}
.related-posts {
  width: 650px;
  overflow: hidden;
}
.related-posts h3 {
  border-top: 2px solid;
  border-bottom: 1px solid;
  font-size: 16px;
  margin-bottom: 30px;
}
.related-posts h3 i {
  color: #D22E2E;
  font-family: FontAwesome;
  padding-right: 1em;
  height: 40px;
  line-height: 40px;
}
.related-posts ul {
  margin-right: -30px;
  border-bottom: 1px dotted;
}
.related-posts ul li {
  width: 320px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  display: block;
}
.related-posts ul li:nth-child(n+3) {
  height: 40px;
}
.related-posts ul li img {
  float: left;
  display: block;
}
.related-posts ul li .related-postsBox {
  font-size: 13px;
  margin-bottom: 30px;
  float: left;
  width: 255px;
}
.related-posts ul li .related-postsBox h4 {
  font-size: 14px;
  height: 2em;
  margin-bottom: 20px;
}
#page .yarpp-related a:hover {
  text-decoration: underline !important;
}
#snsSpace {
  width: 650px;
}
#snsSpace ul li {
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid;
  height: 48px;
  width: 157px;
  background-color: #FFF;
  display: inline-block;
  line-height: 50px;
}
#snsSpace ul {
  clear: both;
  margin-bottom: 10px;
}
#snsSpace ul li i {
  padding-right: 10px;
  font-size: 20px;
}
#snsSpace ul li {
  margin-right: 0px;
  display: inline-block;
}
#snsSpace ul li:last-child {
  margin-right: -10px;
}
#snsSpace ul li a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height:48px;
}
#snsSpace ul li.btnTw a, #snsSpace ul li.btnTw {
  color: #00ABF0;
  border-color: #00ABF0;
}
#snsSpace ul li.btnFb a, #snsSpace ul li.btnFb {
  color: #3A589A;
  border-color: #3A589A;
}
#snsSpace ul li.btnGp a, #snsSpace ul li.btnGp {
  color: #D95232;
  border-color: #D95232;
}
#snsSpace ul li.btnLi a, #snsSpace ul li.btnLi {
  color: #00C200;
  border-color: #00C200;
}
#snsSpace ul li.btnHatebu a, #snsSpace ul li.btnHatebu {
  color: #0086DE;
  border-color: #0086DE;
}
#snsSpace ul li.btnPocket a, #snsSpace ul li.btnPocket {
  color: #EE4256;
  border-color: #EE4256;
}
#snsSpace ul li.btnTw a:hover {
  background-color: #00ABF0;
}
#snsSpace ul li.btnFb a:hover {
  background-color: #3A589A;
}
#snsSpace ul li.btnGp a:hover {
  background-color: #D95232;
}
#snsSpace ul li.btnLi a:hover {
  background-color: #00C200;
}
#snsSpace ul li.btnHatebu a:hover {
  background-color: #0086DE;
}
#snsSpace ul li.btnPocket a:hover {
  background-color: #EE4256;
}
#snsSpace ul li.btnTw a:hover, #snsSpace ul li.btnFb a:hover, #snsSpace ul li.btnGp a:hover, #snsSpace ul li.btnLi a:hover, #snsSpace ul li.btnHatebu a:hover, #snsSpace ul li.btnPocket a:hover {
  display: block;
  color: #FFF;
}
#snsSpace #likeSpace {
  text-align: center;
  line-height: 50px;
}
#snsSpace #likeSpace p {
  background: #EEEEEE;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #5F5F5F;
}
#fbSpace {
  background: #EEEEEE;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #5F5F5F;
}
.fbShare {
  top: -31%;
  margin-left: 5px;
  margin-right: 5px;
}
/**
 * 著者情報
 * 投稿ページに表示する著者情報
 * @function show_author
 */
#author-box {
  box-sizing: border-box;
  border: 1px solid;
  border-color: #EEE;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 10px 0;
}
#author-box .author-gravatar {
  float: left;
  padding: 20px;
}
#author-box .author-name {
  margin: 20px 0 0 20px;
  display: block;
}
#author-box .author-profile {
  font-size: 14px;
  line-height: 1.375em;
  font-weight: bold;
  font-family: arial;
  margin: 5px 20px;
  display: block;
  padding-left: 120px;
}
#author-box .author-profile a {
  color: #999;
}
#author-box .author-link {
  margin: 0 20px 15px;
  text-align: right;
}
/**
 * 次ページへのリンク
 * 投稿ページに表示する次ページへのリンク
 */
.postlink {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  background: url(images/bg_dot.png);
}
.postlink > span {
  padding-right: 10px;
}
.postlink .arrow-right {
  color: #FFF;
  background-color: #000;
  padding: 0 5px;
  margin-right: 5px;
}
.addSpace336 {
  margin: 40px 20px;
  text-align: center;
}
.addSpace336 .textwidget {
  display: inline-block;
}
.imgR {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.imgL {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
#pager {
  margin: 40px auto 80px auto;
  width: 700px;
  clear: both;
  text-align:center;
}
#pager ol li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  border: #000 1px solid;
  line-height: 30px;
}
#pager ol li a {
  color: #D32F2F;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
#pager ol li a:hover {
  background-color: #D32F2F;
  color: #FFF;
}
#pager ol li.current {
  background-color: #000;
  color: #FFF;
}
#postpager {
  margin: 40px auto 80px auto;
  width: 650px;
  clear: both;
  text-align:center;
}
#postpager ol {
  margin: 0;
}
#postpager ol > li {
  background-color: #000;
  color: #FFF;
}
#postpager ol li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  border: #000 1px solid;
  line-height: 30px;
}
#postpager ol li:hover {
  color: #FFF;
  background-color: #000;
}
#postpager ol a {
  color: #D32F2F;
  font-family: Arial, Helvetica, sans-serif;
}
#postpager ol li a {
  color: #D32F2F;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
#postpager ol li a:hover {
  background-color: #D32F2F;
  color: #FFF;
}
/*================================

固定ページ投稿内で使用するピックアップリスト
pickup_column

===================================*/
#pickup_column h1.toppageTitle {
  font-size: 16px;
  line-height: 40px;
  margin-top: 0;
}
#pickup_column .post-container {
  border: #CCC 1px solid;
}
#pickup_column .post-container:after {
  display: block;
  clear: both;
  content: '';
}
#pickup_column .articleBoxR {
  width: 490px;
}
#pickup_column .title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 140%;
  clear: both;
}
/*-[ Navigation ]-----------------*/
nav#navigation {
  font-size: 13px;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  height: 35px;
  position: relative;
}
.main-navigation{
  background-color:#616161;
  width:100%;}
  
.main-navigation li a {
  font-size: 13px;
  padding-top: 5px;
  text-decoration: none;
}
.main-navigation li ul li a {
  margin-left: 0;
}
.main-navigation .children {
  width: 100%;
}
.main-navigation .children li .sf-sub-indicator, .secondary-navigation .children li .sf-sub-indicator {
  display: none;
}
/*======================================

  Menu

=======================================*/
ul.headNavi {
  position: relative;
  height: 50px;
  width: 1000px;
  margin: 0 auto;
}
ul.headNavi a{text-decoration: none;}

.headNavi > li {
  display: block;
  cursor: pointer;
  float: left;
  background-color: #000;
  text-align: center;
  border-top: #D32F2F 3px solid;
  width: 82.3px;
  height: 32px;
  color: #FFF;
border-left:1px solid #616161;
}
.headNavi > li a {
  display: block;
  color: #fff;
}
.headNavi > li a:hover {
  color: #FFF;
}
ul.headNavi__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.headNavi__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.headNavi__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.headNavi > li:hover {
  background: #D32F2F;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.headNavi__second-level li a:hover {
  background: #D32F2F;
}
.headNavi__third-level li a:hover {
  background: #D32F2F;
}
.headNavi__fourth-level li a:hover {
  background: #D32F2F;
}
/* floatクリア */
.headNavi:before, .headNavi:after {
  content: " ";
  display: table;
}
.headNavi:after {
  clear: both;
}
.headNavi {
 *zoom: 1;
}
li.headNaviInner ul.headNavi__second-level {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 5px 0px;
  background: rgba(66,66,66,0.80);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width:1000px;
  text-align: left;
}
li.headNaviInner:hover ul.headNavi__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
}
.headNaviInner ul.headNavi__second-level li > ul {
  float: left;
  display: none;
  width: 150px;
}
li.headNaviInner ul.headNavi__second-level > li {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  width: 150px;
  text-align: left;
}
li.headNaviInner ul.headNavi__second-level > li a {
  font-size: 12px;
  font-weight:normal;
}
li.headNaviInner ul.headNavi__second-level > li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
  margin-left: 15px;
  text-decoration: none;
}
li.headNaviInner ul.headNavi__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}
/*-[ side Navigation ]-----------------*/

.sideUnvSearch li {
  font-size: 13px;
  margin-bottom: 8px;
}
.sideUnvSearch li ul li a {
  margin-left: 0;
}
.sideUnvSearch .children {
  width: 100%;
}
.sideUnvSearch .children li .sf-sub-indicator, .secondary-navigation .children li .sf-sub-indicator {
  display: none;
}
/*======================================

  side Navigation Menu

=======================================*/
.sideUnvSearch ul.sideNavi {
  width: 300px;
  margin: 0 auto;
}
.sideNavi > li {
  position: relative;
  display: block;
  cursor: pointer;
  float: left;
  width: 150px;
}
.sideNavi > li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
.sideNavi > li a {
  display: block;
  text-decoration: none;
}
.sideNavi > li a:hover {
  color: #D32F2F;
}
ul.sideNavi__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.sideNavi__third-level {
  opacity: 1;
}
ul.sideNavi__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.sideNavi > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.sideNavi__second-level li a:hover, .sideNavi__third-level li a:hover, .sideNavi__fourth-level li a:hover {
  text-decoration: none;
}
/* floatクリア */
.sideNavi:before, .sideNavi:after {
  content: " ";
  display: table;
}
.sideNavi:after {
  clear: both;
}
.sideNavi {
 *zoom: 1;
}
li.sideNaviInner ul.sideNavi__second-level {
  position: absolute;
  top: 30px;
  padding-left: 10px;
}
li.sideNaviInner:hover ul.sideNavi__second-level {
  top: 0px;
  visibility: visible;
  opacity: 1;
  position: relative;
  background-color: #F7F9F9;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.sideNaviInner:hover ul.sideNavi__second-level li {
  position: relative;
  margin-bottom: 0;

}
.sideNaviInner ul.sideNavi__second-level li ul.sideNavi__third-level {
  top: 20px;
  left: 20px;
  width: 100%;
  background: rgba(66,66,66,0.70);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 10px;
  display: none;
}
.sideNaviInner ul.sideNavi__second-level li:hover ul.sideNavi__third-level {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sideNaviInner ul.sideNavi__second-level li ul.sideNavi__third-level li a {
  color: #FFF;
}
li.sideNaviInner ul.sideNavi__second-level > li {
  font-weight: bold;
  text-align: left;
}
li.sideNaviInner ul.sideNavi__second-level > li a {
  font-weight: normal;
}
li.sideNaviInner ul.sideNavi__second-level > li a:hover, .sideNaviInner ul.sideNavi__second-level li ul.sideNavi__third-level li a:hover {
  color: #D32F2F;
}
li.sideNaviInner ul.sideNavi__second-level > li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
li.sideNaviInner ul.sideNavi__second-level > li:hover a:before {
  content: "\f107";
  font-family: FontAwesome;
  padding-right: 5px;
}
li.sideNaviInner ul.sideNavi__second-level > li:hover a {
  color: #D32F2F;
}
li.sideNaviInner ul.sideNavi__second-level > li .sideNavi__third-level li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
/*======================================

  webFonts

=======================================*/
@font-face {
  font-family: 'icomoon';
  src:    url('css/fonts/icomoon.eot?d2w0e');
  src:    url('css/fonts/icomoon.eot?d2w0e#iefix') format('embedded-opentype'),
  url('css/fonts/icomoon.ttf?d2w0e') format('truetype'),
  url('css/fonts/icomoon.woff?d2w0e') format('woff'),
  url('css/fonts/icomoon.svg?d2w0e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-01:before {
  content: "\e905";
}
.icon-icon-02:before {
  content: "\e904";
}
.icon-icon-03:before {
  content: "\e903";
}
.icon-icon-04:before {
  content: "\e902";
}

/*======================================

  global footer 

=======================================*/

#globalFooterCorp {
clear:both;
border-top:1px solid #666;
padding:10px 0 0;
}
#globalFooterCorpIn {
}
#globalFooterCorp p a:link,
#globalFooterCorp p a:visited {
}
#globalFooterCorpLogo {
position:relative;
display:block;
height:1%;
margin:0 0 5px;
padding:12px 0 0 180px;
font-size:12px;
line-height:16px;
}
#globalFooterCorpLogo a {
position:absolute;
top:0;
left:0;
display:block;
width:170px;
height:28px;
background:url(http://image.itmedia.co.jp/images/logo/170_itmedia_bgw.gif) no-repeat 0 0;
text-indent:-9999px;
float:left;
}
#globalFooterCorpLink {
margin:0;
font-size:12px;
line-height:16px;
clear:both;
color: #666;
}
/*======================================

  special

=======================================*/
#special {
  padding-top: 40px;
  margin-bottom: 40px;
}
#special .topic {
  background-color: #eef0e5;
  position: relative;
}
#special .topic img {
  width: 1000px;
}
#special .topic .box {
  padding-bottom: 40px;
  padding-right: 220px;
  padding-left: 30px;
}
#special .topic .contents {
  font-size: 18px;
  line-height: 24px;
}
#special .topic .header {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}
#special .topic .readMore a {
  font-size: 18px;
  border: 1px solid black;
  position: absolute;
  width: auto;
  right: 0px;
  padding: 10px;
  margin-right: 30px;
  color: #222;
  bottom: 20px;
}
#special .topic .readMore a:hover {
  color: #fff;
  background-color: #222;
}
#special .list {
  margin-top: 80px;
  margin-bottom: 40px;
}
#special .fa {
  font-size: 40px;
  color: #d32f2f;
  display: block;
  text-align: center;
}
#special .underline {
  text-align: center;
  padding-top: 10px;
}
#special .underline span {
  font-size: 26px;
  border-bottom: 3px solid #222;
}
#special article {
  border: 1px solid black;
  width: 468px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
#special article:nth-child(even) {
  /*! float: right; */
}
#special .contents-box {
  padding-top: 10px;
  padding-bottom: 60px;
}
#special .contents-header {
  font-size: 30px;
  border-left: 8px solid #d32f2f;
  padding-left: 5px;
  line-height: 35px;
  font-weight: bold;
}
#special .subnail {
  width: 30%;
  display: inline-block;
}
#special .contents-box .contents {
  width: 70%;
  float: right;
}
#special .contents .title {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: bold;
}
/* scholarship */

.topic-color {
  background-color: #fbf6c7;
}

.flag {
  color: #fff;
  background-color: #d41a24;
  padding: 5px;
}

.head-place {
}

.head-place p {
  margin: 0;
}

.university-scholarship-target-description {
}

.university-scholarship-target-description-hoge {
  display: inline-block;
  background-color: #dbe9f5;
  vertical-align: top;
  margin: 0;
  padding: 0.4rem;
}

.university-scholarship-target-description .list {
  display: inline-block;
}

.university-scholarship-target-description .list > li {
  display: inline-block;
  /*display: inline-block;
  margin-bottom: 1.4rem;
  padding-right: 10px;*/
}

.university-scholarship-target-description .list .flag {
  margin-right: 5px;
}

/* 大学種類 */


.university-type-list a:before {
  content: '＞';
  padding-right: 5px;
  padding-left: 35px;
}

.university-type-list ul {
  font-size: 0;
}

.university-type-list > li {
  border-top: 1px solid #000;
}

.university-type-list > li:last-child {
  border-bottom: 1px solid #000;
}

.university-type-list li li {
  font-size: 1rem;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #000;
  box-sizing: border-box;
  background-color: #eee;
}

/* 表の列の説明 */

.university-colum-name {
  border: 2px solid #000;
}

.university-colum-name li {
  display: inline-block;
  border-right: 2px solid #000;
  line-height: 30px;
}

.university-colum-name li:last-child {
  border-right: 0;
}

/* 表 */

.university-type {
}

.university-type dl {
  margin-top: 0;
  margin-bottom: 0;
}

.university-type-name {
  color: #fff;
  background-color: #af8449;
  padding: 10px 0px 10px 10px;
}

.university-name {
  color: #fff;
  background-color: #96c081;
  padding: 5px 0px 5px 10px;
}

.university-scholarship {
}

.university-scholarship-list {
  list-style: none;
  line-height: 40px;
}

.university-scholarship-list li {
  display: inline-block;
  border-right: 2px solid #000;
}

.university-scholarship-list li:last-child {
  border-right: none;
}

.university-scholarship-flag span {
  color: #fff;
  background-color: #d41a24;
  padding: 5px;
  /* todo */
  margin-right: 5px;
}

/* サイズ調整 */

.university-colum-name .name,
.university-scholarship-list .name {
  width: 35%;
}

.university-colum-name .flag,
.university-scholarship-list .flag {
  text-align: center;
  width: 10%;
}

.university-colum-name .count,
.university-scholarship-list .count {
  text-align: center;
  width: 10%;
}

.university-colum-name .remarks,
.university-scholarship-list .remarks {
  width: 40%;
}

/* 奨学金ページ */
/* 共通 */
.scholarship table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
  margin: 0;
}

.scholarship th,
.scholarship td {
  padding: 0;
  border: none;
}

.scholarship .topic-color {
  background-color: #fbf6c7;
}

.scholarship .red-color {
  color: #d32f2f;
}

.scholarship .blue-bg-color {
  background-color: #dbe9f5;
}

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

.scholarship .height {
  height: 1.8rem;
}

.head-image {
  margin: 0;
}

.scholarship .head-contents {
  line-height: 1.4rem;
  font-weight: bold;
  padding: 10px;
  margin: 0;
}

.scholarship .head-caution {
  font-size: .8rem;
  font-weight: bold;
  margin: .6rem 0 1rem;
}

/* PC版 アイコンの説明 */
.scholarship .university-icon-list {
  margin-bottom: 5px;
}

.scholarship .university-icon-list .list {
  display: inline-block;
  margin-top: -5px;
}

.scholarship .university-icon-list .list > li {
  display: inline-block;
  line-height: 2.2rem;
  padding-right: 2rem;
}

.scholarship .university-icon {
  display: inline-block;
  background-color: #dbe9f5;
  vertical-align: top;
  margin: 0;
  padding: .4rem;
}

.scholarship .university-icon-list .list {
}

/* 大学種類 */
.scholarship .university-type {
  height: auto !important;
}

.scholarship .university-type-list {
  margin-bottom: 10px;
}

.scholarship .university-type-list a {
  text-decoration: none;
}

/* PC版 */
.scholarship .pc .university-type-list td {
  background-color: #eee;
  border: 1px solid #000;
  line-height: 1.8rem;
  width: 25%;
}

.scholarship .pc .university-type-list td:hover {
  background-color: #fff;
}

.scholarship .pc .university-type-list td:hover {
  border-color: red !important;
}

.scholarship .pc .university-type-list td a {
  display: block;
}

.scholarship .pc .university-type-list td a:hover {
  color: #d32f2f;
}

.scholarship .pc .university-type-list td a:before {
  content: '>';
  display: inline-block;
  padding-left: 1.8rem;
  padding-right: .5rem;
}







.scholarship table span {
  color: #fff;
  background-color: #d41a24;
  padding: .2rem;
}

#scholarship-journal-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#scholarship-journal-list li {
  background-color: #eee;
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  line-height: 2.2rem;
}

#scholarship-journal-list li a {
  display: block;
  text-decoration: none;
}

#scholarship-journal-list li a:hover {
  color: #d41a24;
  background-color: #fff;
}

#scholarship-journal-list li a:before {
  content: '>';
  display: inline-block;
  padding-left: 25px;
  padding-right: 10px;
}

#scholarship-journal-list li:nth-child(1),
#scholarship-journal-list li:nth-child(5),
#scholarship-journal-list li:nth-child(9) {
  border-left: 1px solid black;
}

#scholarship-journal-list li:nth-child(1),
#scholarship-journal-list li:nth-child(2),
#scholarship-journal-list li:nth-child(3),
#scholarship-journal-list li:nth-child(4) {
  border-top: 1px solid black;
}

#scholarship-journal-list .menu-item {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#scholarship-journal-list .current_page_item {
  background-color: #dbe9f5;
}

/** 採用担当者からのメッセージ **/

#jobboard-single .hire_container {
  background-color: #f0f0f0;
  width: 1000px;
  padding: 10px 0px 20px 0px;
  margin-bottom: 80px;
}

#jobboard-single .jobboard_person_in_charge_message {
  font-size: 20px;
  margin-bottom: -5px;
  padding-left: 35px;
  margin-top: -40px;
}

#jobboard-single .special_headline {
  color: #D22E2E;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 15px 0px;
}

#jobboard-single .recruit_person_in_charge_message {
  padding-left: 60px;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}

#jobboard-single .hire_inner {
  background-color: #fff;
  margin: 0px 30px 0px 30px;
  padding: 20px;
}

#jobboard-single .hire_inner .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

#jobboard-single .flex .hire_message {
  flex-basis: 500px;
}

#jobboard-single .hire_inner .hire_message_headline {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

#jobboard-single .hire_inner .hire_message_text {
  padding: 20px 5px 20px 5px;
}

#jobboard-single .hire_require_person {
  color: #D22E2E;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
}

#jobboard-single .hire_require_person_text {
  padding: 20px 5px 20px 5px;
}

#jobboard-single .hire_picture {
  padding-top: 20px;
}

#jobboard-single .content {
  width: 1000px;
}

#jobboard-single .offer_information {
  margin-top: 70px;
}

#jobboard-single .recruitment_point h3,
#jobboard-single .offer_information .title {
  font-size: 24px;
  margin-bottom: 5px;
}

#jobboard-single .recruitment_point dl,
#jobboard-single .offer_information .detail {
  width: 1000px;
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}

#jobboard-single .recruitment_point dt,
#jobboard-single .offer_information .detail dt {
  background: #ddd;
  width: 30%;
  padding: 10px;
  font-weight: bold;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}

#jobboard-single .recruitment_point dd,
#jobboard-single .offer_information .detail dd {
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

.breadcrumbs
{
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

/** 求人情報 ページトップ **/

#jobboard-single .header-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#jobboard-single .header-container .title {
  font-size: 24px;
  margin-bottom: 0px;
}

#jobboard-single .icon li,
#jobboard-single .date li,
#recurit-single .topic_picture > li {
  display: inline-block;
}

#jobboard-single .icon li {
  border: thin solid #D22E2E;
  border-radius: 5px;
  color: #D22E2E;
  border-color: #D22E2E;
  margin-right: 3px;
  padding: 3px;
}

#jobboard-single .date {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

#jobboard-single .updated_at {
  padding-left: 20px;
  color: #d32f2f;
}

/** 求人情報 写真 **/

#jobboard-single .topic_picture {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  background-color: #f0f0f0;
  margin: 15px 0px 80px 0px;
}

#jobboard-single .topic_picture > li {
  padding: 10px;
  width: 300px;
}

#jobboard-single .recruit_apply_button {
  margin: 40px 0 40px 0;
  text-align: center;
}

#jobboard-top .recruit_apply_button input {
  margin: 10px 30px 10px 10px;
  padding: 10px 20px;
  width: 140px;
}

#jobboard-single .recruit_apply_button a {
  padding: 20px 40px 20px 40px;
}

#jobboard-top .recruit_apply_button input,
#jobboard-single .recruit_apply_button a {
  font-size: 20px;
  font-weight: bold;
  border: none;
  background-color: #D22E2E;
  color: #fff;
  border-radius: 10px;
}

/** 求人検索ページ **/

#jobboard-top .header-container {
  margin-bottom: 40px;
}

#jobboard-top .header-container .read {
  background-color: #eee;
  padding: 20px;
}

#jobboard-top .header-container .title {
  font-size: 20px;
  font-weight: bold;
}

.jobboard-search {
  background-color: #eee;
}

.jobboard-search .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

.jobboard-search .flex .flex-grow {
  -webkit-box-flex: 2;
          flex-grow: 2;
}

.jobboard-search .search-item {
  flex-basis: 280px;
  padding: 20px;
}

.jobboard-search .search-item .name {
  color: #D32F2F;
  font-weight: bold;
  padding-bottom: 5px;
}

.jobboard-search .search-item input,
.jobboard-search .search-item select {
  width: 260px;
}

.jobboard-search .search-item select {
  padding: 8px 12px;
  font-size: 12px;
  border: none;
  background-color: #fff;
}

.jobboard-search .select-no-appearance,
.research-field .select-no-appearance {
  position: relative;
}

.jobboard-search .select-no-appearance::after,
.research-field .select-no-appearance::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: 7px;
}

.jobboard-search .select-no-appearance::after {
  top: 50%;
  right: 18%;
}

.research-field .select-no-appearance::after {
  right: 68%;
}

.jobboard-search .search-button {
  text-align: center;
  padding-top: 20px;
}

.jobboard-search .search-button button {
  font-size: 24px;
  width: 340px;
  height: 60px;
  color: #fff;
  background-color: #d32f2f;
  border: none;
  border-radius: 10px;
}

.jobboard-search .caution {
  display: inline-block;
  font-size: 16px;
  line-height: 14px;
  color: #d32f2f;
  margin-top: 15px;
  border-bottom: 1px solid #d32f2f;
}

#jobboard-top .search-item .countryside {
  font-weight: bold;
}

#jobboard-top .countryside span:hover {
  cursor: pointer;
}

#jobboard-top .search-item .prefecture li {
  display: inline-block;
  padding-right: 3px;
}

#jobboard-top .pt10 {
  padding-top: 10px;
}

#jobboard-top .section-title {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

#jobboard-top .section-title span {
  padding-left: 10px;
  padding-right: 10px;
}

#jobboard-top .section-title::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #d32f2f transparent transparent transparent;
}

#jobboard-top .section-title:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #d32f2f transparent;
}

#jobboard-top .new-jobboard-title {
  display: block;
  margin: 20px auto;
  width: 120px;
}

/**
 * スタイルの共通化ができていないのであえて単独でスタイリングします
 */
#jobboard-top .pickup-jobboard-title {
  margin: 30px 0px 20px 0px;
  text-align: center;
  font-size: 26px;
}

#jobboard-top .jobboard-multiple-search-title {
  display: block;
  /* margin: 40px 0; */
  width: 180px;
}

.jobboard-new .jobboard {
  padding: 10px;
  background-color: #eee;
}

.jobboard-new .jobboard .new::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  top: -5px;
  left: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #d32f2f transparent transparent transparent;
}

.jobboard-new .jobboard span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 5px;
  left: 5px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.jobboard-new .jobboard ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.jobboard-new .jobboard li {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  flex-basis: 300px;
  background-color: #fff;
}

.jobboard-new .jobboard .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #d32f2f;
  padding-left: 5px
}

.jobboard-new .jobboard .application-period {
  color: #d32f2f;
  text-align: right;
}

.jobboard-new .jobboard i {
  color: #d32f2f;
  font-size: 26px;
  padding-right: 10px;
}

.jobboard-new .more {
  text-align: center;
  margin: 30px 0;
}

.jobboard-new .arrow {
  position: relative;
}

.jobboard-new .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.jobboard-pickup {
  margin-bottom: 90px;
}

.jobboard-pickup .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
}

.jobboard-pickup .container li {
  position: relative;
  flex-basis: 475px;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 5px;
}

.jobboard-pickup .title {
  font-size: 22px;
  padding-left: 5px;
  margin-bottom: 10px;
  border-left: 5px solid #d32f2f;
}

.jobboard-pickup .detail {
  display: flex;
}

.jobboard-pickup .detail .image {
  padding-right: 10px;
}

.jobboard-pickup .detail .occupation {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

.jobboard-pickup .detail .text {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

.jobboard-pickup .terms {
  padding-top: 20px;
  display: inline-block;
}

.jobboard-pickup .terms li {
  display: inline-block;
  border: none;
  padding: 0px;
}

.jobboard-pickup .terms li:first-child {
  padding-right: 10px;
}

.jobboard-pickup .terms span {
  vertical-align: super;
}

.jobboard-pickup .more {
  position: absolute;
  font-size: 14px;
  color: #D32F2F;
  border: #D32F2F 1px solid;
  right: 10px;
  padding: 3px 2px;
  bottom: 10px;
}

.jobboard-pickup .more:hover {
  color: #FFF;
  background-color: #D32F2F;
  border: #D32F2F 1px solid;
  text-decoration: none;
}

/* 求人情報検索結果 */

#jobboard-top select {
  /* TODO: 確認 padding: 0px; */
  font-size: 12px;
  -moz-appearance:none;
  -webkit-appearance: none;
}

.jobboard-search-result {
  margin-top: 100px;
}

.jobboard-search-result .posts > li {
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #eee;
}

/* #jobboard-top .recruit-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
} */

#jobboard-top .recruit-info .recruit-name {
  /* display: inline-block; */
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #d32f2f;
  padding-left: 5px;
  line-height: 36px;
}

#jobboard-top .recruit-info .new {
  font-size: 14px;
  color: #d32f2f;
  font-weight: none;
  padding-left: 10px;
}

#searchs {
  margin-bottom: 80px;
}

.jobboard-search-result .additonals {
  padding-top: 20px;
}

.jobboard-search-result .additonals li {
  display: inline;
}

.jobboard-search-result .additonals li {
  padding-left: 25px;
}

.jobboard-search-result .additonals li:first-child {
  padding-left: 10px;
}

.jobboard-search-result .additonals span {
  vertical-align: super;
  padding-left: 5px;
}

#jobboard-top .date {
  text-align: right;
}

#jobboard-top .date > li {
  padding-left: 15px;
  display: inline-block;
}

#jobboard-top .date .period {
  color: #d32f2f;
}

.jobboard-search-result .special-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}

.jobboard-search-result .special-contents .text {
  flex-basis: 680px;
}

.jobboard-search-result .special-contents .head-line {
  font-weight: bold;
}

.jobboard-search-result .special-contents .pickup .obi {
  position: absolute;
  left: 10px;
  top: -5px;
}

.jobboard-search-result .special-contents .pickup {
  position: relative;
  margin-top: 5px;
  padding: 10px 10px 10px 35px;
  border: 1px solid #ee3f02;
  border-radius: 10px;
}

.jobboard-multiple-search {
  margin-top: 20px;
}

.jobboard-multiple-search form {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #eee;
  margin-top: 30px;
}

.jobboard-multiple-search select {
  padding: 5px;
  padding-right: 30px;
  margin-bottom: 3px;
  border: 1px solid #eee;
}

.jobboard-multiple-search .flex{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
        align-items: center;
}

.jobboard-multiple-search .flex-start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.jobboard-multiple-search .flex-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.jobboard-multiple-search .keyword {
  flex-basis: 500px;
}

.jobboard-multiple-search .keyword p {
  padding: 5px 0;
}

.jobboard-multiple-search .keyword span {
  display: inline-block;
  width: 240px;
}

.jobboard-multiple-search .institution .national {
  flex-basis: 230px;
}

.jobboard-multiple-search .institution .private {
  flex-basis: 245px;
}

.jobboard-multiple-search .research-field ul {
  padding-left: 15px;
  border-bottom: 1px solid #eee;
}

.jobboard-multiple-search .research-field > li {
  position: relative;
}

.jobboard-multiple-search .number {
  position: absolute;
  top: 25%;
}

.jobboard-multiple-search .research-field-category {
  background-color: #eee;
  margin-right: 5px;
  padding: 5px;
}

#jobboard-top .research-filed-container,
#jobboard-top .prefecture-container,
#jobboard-top .job-type-container {
  flex-basis: 500px;
}

.jobboard-multiple-search .prefecture > li {
  padding: 0 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.jobboard-multiple-search .prefecture-name li {
  padding: 0 10px 0 10px;
  display: inline-block;
}

.jobboard-multiple-search .prefecture-name li:first-child,
.jobboard-multiple-search .prefecture-name li:nth-child(7){
  padding-left: 0px;
}

.jobboard-multiple-search .jobtype {
  flex-basis: 240px;
}

.jobboard-multiple-search .institution input,
.jobboard-multiple-search .prefecture-name input,
.jobboard-multiple-search .jobtype input {
  margin-right: 5px;
}

.jobboard-multiple-search .employment-status,
.jobboard-multiple-search .term-of-office {
  margin: 0px 20px 0px 20px;
}
