/*
Theme Name: Procon_Official
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@charset "utf-8";


.tournament-schedule ul {
  list-style: none;
}

table.tournament-schedule li {
    margin-left: 20px;
}

 /**************************
/* タイポグラフィー
**************************/
p {
    margin: 0;
}
body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, Sans-Serif;
    background-color: #fff;
    color: #f8f8ff;
    background-image: url(images/background.png);/* 全体の背景画像 */
    background-repeat: repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-size: 0.8rem;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a {
    box-shadow: none;
}
h3 {
    text-align: left;
}
h2 p {
    font-size: 0.7em;
}
img {
    width: 100%;
    height: auto;
}
table {
    margin: 0;
}
/*内容に合わせたテーブルサイズ*/
.MsoNormalTable {
    display: inline-block;
    width: auto;
}
.MsoNormalTable_box {
    display: block;
    margin: 0 auto;
}
p, ul, li {
    font-size: 0.8rem;
    word-break: break-all;
    margin-bottom: 0;
}
.MsoNormalTable_Text {
    width: 70%;
    display: block;
    margin: 0 auto;
}
body:not(.custom-background-image).admin-bar:before {
    top: 0;
    height: 0;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    display: none;
}
.clear-both {
    clear: both;
    margin: 0;
    padding: 0;
}
.site-main > article {
    margin: 0;
    padding: 0;
    position: relative;
}
.site-main a{
    color: #99ccff;
}
#comments.comments-area {
    display: none;
}
#sidebar-outline {
    display: none;
}
/**
 * 4.0 - Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/**************************
/* 共通
**************************/

a {
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
}
a:hover {
    color: #EACF2F;
    text-decoration: underline;
}
a.button {
    text-decoration: none;
}
button {
    background-color: transparent;
}
button a:hover {
    text-decoration: none;
    color: #ffffff !important;
}
.entry-content a {
}
.entry-content a:hover {
    color: #EACF2F !important;
}
.contents-border {
    width: 100%;
    height: 8px;
    border: solid 2px #D8E8F4;
    box-shadow: 0px 0px 10px #87B1C8;
    border-radius: 5px;
    margin: 1% 0% 2%;
    display: block;
}
/*パンくずリスト*/
#breadcrumbs {
    margin: 3% auto 0;
    width: 90%;
    position: relative;
    font-size: 0.8rem;
}
.inline {
    display: inline;
}
h1.entry-title {
    color: #D0EBFE;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 50px auto;
    text-align: center;
    width: auto;
}
.content-area {
    width: 90%;
    margin: 2% 5%;
}
/*トップへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 24px;
    z-index: 200;
    right: 1%;
}
#page-top a {
    display: table-cell;
    width: 6em;
    height: 6em;
    padding: 5%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    border-radius: 50%;
    background: rgba(88,82,82,0.5);
    behavior: url(PIE.htc);
    text-decoration: none;
}
/*コンテンツ*/
.post h3 {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 10px auto;
    text-align: left;
    width: auto;
    font-size: 1rem;
}
.post h1 {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 10px auto;
    text-align: center;
    width: auto;
}
.post h2 {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 20px auto;
    text-align: left;
    width: auto;
    padding-top: 15px;
}
.post {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
.post-body {
    width: 98%;
    margin: 1% 1%;
    text-align: left;
    padding-bottom: 30px;
    color: #f5f5f5;
}
.student-top .post-body {
    border-shadow: 0px 0px 15px #87B1C8;
    padding-top: 15px;
    display: inline-block;
}
.post-body img {
    margin: 2% auto;
    width: 70%;
    display: block;
}
.post-body a.pdf:before {
    content: none;
}
.post-body a.word:before {
    content: none;
}
.pdf {
    background-image: url(/wp-content/uploads/2016/10/pdf_icon-1.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
    height: 30px;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.word {
    background-image: url(/wp-content/uploads/2016/10/word_icon-1.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
    height: 30px;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
tr.table-top {
    color: #fff;
    background-image: linear-gradient(0deg, #2A4E57 20%, #266A7B 25%, #266A7B 50%, #2A4E57 20%, #2A4E57 20%, #266A7B 60%, #266A7B);
    background-size: 3px 3px;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 1%;
}
tr.table-top th {
    font-weight: 400;
    text-align: center;
}
.sponsor-list h3 {
    margin: 2% 0;
    text-align: center;
    padding: 5px;
    background-color: #000033;
    text-shadow: 0px 0px 10px #87B1C8;
    color: #fff;
}
.procon-about-content-outside {
    text-align: center;
}
.procon-about-content-outside h3 {
    text-align: center;
}
.news-title {
    color: #FFFFFF;
    padding: 0.2% 3%;
    text-align: center;
    font-weight: normal;
    background-image: linear-gradient(0deg, #2A4E57 20%, #266A7B 25%, #266A7B 50%, #2A4E57 20%, #2A4E57 20%, #266A7B 60%, #266A7B);
    background-size: 3px 3px;
    box-shadow: 0px 0px 10px #87B1C8;
    font-size: 1rem;
}
.footer {
    width: 100%;
    background-color: #000033;
    padding: 0.5% 10%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    text-align: center;
    display: inline-block;
}
/**************************
/* ヘッダー
**************************/

.header-image {
    clear: both;
    margin: 0;
    opacity: 0.5;
    position: relative;
}
.header-image img {
    width: 100%;
}
.site-header {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0;
}
.site-header-main {
    width: 100%;
    min-height: 48px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.custom-logo {
    margin: 2% 1%;
    position: absolute;
    max-width: 75%;
    z-index: 3;
}
.wp-custom-logo .site-title {
    position: absolute;
}
.site-title {
    position: absolute;
    top: 3%;
    left: 3%;
}
.header-image a:hover img, .header-image a:focus img {
    opacity: 0.5;
}
.wp-custom-logo .site-title {
    position: absolute;
}
.site-title {
    position: absolute;
    top: 3%;
    left: 3%;
}
.header-image a:hover img, .header-image a:focus img {
    opacity: 0.5;
}
/**************************
/* ヘッダーメニュー
**************************/
.sidebar-fixing {
    display: none;
}
.sidebar-sns {
    display: none;
}
#primary-navigation {
    display: none;
}
.social-navigation {
    padding: 20px 10px;
}
.social-navigation a {
    border: 2px solid #d1d1d1;
    text-decoration: none;
    height: 50px;
    width: 50px;
}
.social-navigation a:before {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.social-navigation a[href*="www.procon"]:before {
    content: "\f455";
}
/* SP MENU */
.drawer_menu_box {
    display: block;
    font-size: 25px;
}
.drawer_menu_box .social-navigation a:before
{
  margin: -1px;
}

.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0.5;
}
.menu-entry-btn-outline {
    width: 100%;
    text-align: center;
    padding-top: 55px;
}
.menu-entry-btn {
    width: 45%;
    border: solid 2px #D8E8F4;
    border-radius: 2%;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 0.2%;
    margin: 4% 1%;
}
.menu-entry-btn p {
    font-size: 0.8rem;
    box-shadow: rgb(135, 177, 200) 0px 0px 10px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.2, rgb(73, 183, 206)), color-stop(0.4, rgb(187, 237, 235)), color-stop(0.49, rgb(201, 233, 235)), to(rgb(0, 238, 245)));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-shadow: rgb(230, 237, 239) 1px 1px 13px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(216, 232, 244);
    border-image: initial;
    border-radius: 2%;
    padding: 8% 2%;
    font-size: larger;
}
.main-navigation .primary-menu {
    text-decolation: none;
}
.main-navigation ul .toggled-on {
    max-height: 280px;
    overflow: auto;
    background-color: #000;
}
.drawer-menu li {
    text-align: center;
    list-style-type: none;
    margin:0 10px;
}
.drawer-menu li a {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 500;
    color: #D0EBFE;
}
.main-navigation .menu-item-has-children > a {
    margin: 0;
}
.dropdown-toggle {
    color: #fff;
}
/* checkbox */
.check {
    display: none;
}
/* menu button - label tag */
.menu-btn {
    position: absolute;
    display: block;
    top: 2%;
    right: 2%;
    width: 50px;
    height: 48px;
    font-size: 11px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    background-color: rgba(7,20,57,0.8);
    border-radius: 10%;
    position: fixed;
}
.bar {
    position: absolute;
    top: 0px;
    left: 5.5px;
    margin-top: 12%;
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.bar.middle {
    top: 10px;
    opacity: 1;
}
.bar.bottom {
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.menu-btn__text {
    position: absolute;
    bottom: 0px;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
    padding-left: 8px;
}
.menu-btn:hover .bar {
    background: #999;
}
.menu-btn:hover .menu-btn__text {
    color: #999;
}
.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.9;
    z-index: 3;
}
.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
    width: 55px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
    width: 55px;
    top: 37px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
/**************************
/* トップページタイトル
**************************/

h2.post-title {
    color: #D0EBFE;
    display: inline-block;
    width: auto;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 1% auto;
}
h1.post-title {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding: 10px 20px 5px;
}
.procon-title h2 {
    width: 100%;
    display: block;
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    background-size: 3px 3px;
    padding: 1.5%;
    margin: 1% 0;
    text-align: left;
    border: solid 2px #293378;
    text-shadow: none;
}
.procon-title p {
    width: 85%;
    display: inline-block;
    font-weight: 500;
    color: #293378;
    -webkit-background-clip: text;
    vertical-align: middle;
    display: inline-block;
}
.procon-title img {
    width: 8%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.student-news-caution {
    font-weight: normal;
    text-shadow: none;
    -webkit-text-fill-color: #ffffff;
    font-size: 0.7rem;
    margin-left: 2%;
}
/**************************
/* トップページ
**************************/

/*大会概要*/
.procon-about {
    width: 100%;
    display: inline-block;
    margin: 0% auto;
}
.procon-about-content {
    width: 100%;
    margin: 3% auto;
}
/*contentの中身のimg(非表示)*/
.procon-about-content img {
    display: none;
}
/*サムネイルのimg*/
.procon-about-img {
    width: 70%;
    margin: 1% auto;
    text-align: center;
}
/* プロコンコミック*/
.top-procon-comic {
    width: 100%;
    display: inline-block;
    margin: 2% 0;
}
.top-procon-left {
    width: 96%;
    margin: 2% auto;
}
.top-procon-left h3 {
    font-size: 1.65em;
    margin: 0;
}
.top-procon-left p {
    font-size: 0.8rem;
}
.top-procon-right {
    width: 96%;
    margin: 1% 2%;
}
.top-procon-thumbnail {
    width: 50%;
    float: left;
}
.top-procon-thumbnail img {
    width: 100%;
    margin: 0;
}
.procon-girl-cpguard img
{
  user-select:none;
  pointer-events: none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
.comic-header {
    width: 100%;
    background-image: url(images/comic_background.png);
    padding: 2% 5%;
    margin-bottom: 5%;
}
.comic-personal h2
{
  text-align: center;
}
.page-procon-girl{
  width: 90%;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  border-color: grey;
  margin: 0 auto;
  margin-bottom: 2%;
}
.page-procon-girl a
{
  color: #FF5F83;
}
.page-procon-comic {
    width: 100%;
    margin: 2%;
    display: table-row-group;
    border-color: inherit;
}
.page-procon-left {
    width: 45%;
    position: relative;
    display: table-cell;
    vertical-align: inherit;
    text-align: right;
}
.page-procon-left img {
    width: 100%;
}
.page-procon-right {
    width: 45%;
    display: table-cell;
    vertical-align: inherit;
    cursor: auto;
}
/* 協賛企業一覧*/
.sponsor-list {
    width: 100%;
}
.sponsor-contents {
    width: 94%;
    display: inline-block;
    margin: 1% 3%;
    background-color: #ffffff;
}
.sponsor-both-list p {
    background-color: #ffffff;
}
.sponsor-contents p {
    padding: 1% 2%;
    box-shadow: 0px 0px 10px #87B1C8;
}
.sponsor-contents img {
    width: 29%;
    margin: 1%;
}
.sponsor-both-list {
    width: 100%;
    display: block;
    text-align: center;
}
.sponsor-both-list img {
    width: 28%;
}
.sponsor-both-list h3 {
    background-color: #0E909F;
    display: inline-block;
    text-align: center;
    padding: 0 3%;
    margin: 2% auto;
}
/* 受賞ニュース */
.gridWrapper {
    width: 100%;
    clear: both;
    display: block;
}
.grid {
    width: 85%;
    margin: 4% auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.grid h3 {
    width: 100%;
    display: table;
    min-height: 95px;
    text-align: center;
    color: #293378;
    border: solid 2px #293378;
    box-shadow: 0px 0px 10px #293378;
    border-radius: 5px;
    background-size: 3px 3px;
    padding: 1.7% 1.5%;
    position: static;
    margin: 0;
    background-color: rgba(255,255,255,1);
}
.grid h3 p, .grid h3 a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3%;
    font-weight: 500;
    color: #293378;
    border: solid 2px #293378;
    font-size: 0.9rem;
}
.readmore {
    width: 100%;
    border: solid 2px #D8E8F4;
    border-radius: 2%;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 0.2%;
    position: absolute;
    bottom: 0.1%;
    background-color: rgba(0,15,60,0.8);
}
.read-detail {
    font-size: 0.9rem;
    border: solid 2px #D8E8F4;
    border-radius: 2%;
    box-shadow: 0px 0px 10px #87B1C8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #49B7CE), color-stop(49%, #C9E9EB), color-stop(40%, #BBEDEB), color-stop(100%, #00EEF5));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-shadow: 1px 1px 13px #E6EDEF;
    padding: 3% 2%;
}
/* 新着情報 */
.new-entry-title img {
    display: none;
}
.new-entry-thumb {
    display: none;
}
.new-entry-title {
    line-height: 2.2em;
    color: #ffffff;
}
.new-entry-content {
    padding-left: 2%;
    color: #ffffff;
}
.newmark {
    /*animation: Flash1 2s infinite;*/
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;

    font-size: 10px;
    padding: 1px 5px;
    vertical-align: middle;
    color: White;
    background-color: #ff4500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/* アニメーション */
@keyframes Flash1{
  50%{
    opacity: 0;
  }
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.oldmark {
    font-size: 10px;
    padding: 1px 5px;
    vertical-align: middle;
    color: White;
    background-color: #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}



.notnewmark {
    padding: 20px;
}
.new-entry {
    width: 98%;
    background-color: #2A2A2E;
    background-size: 3px 3px;
    height: 160px;
    overflow: scroll;
    padding: 5px;
    margin: 3% auto;
    line-height: 30px;
    font-size: 0.7rem;
    overflow-x: hidden;
}
.new-entry-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/**************************
/* 大会ページ
**************************/
.streaming_area {
    width: 96%;
    margin: 2%;
}
.record-contest {
    display: inline-block;
    width: 100%;
}
/**************************
/* 学生向けページ
**************************/
/* TOP */
.student-top {
    width: 100%;
}
.entry-procedure {
    display: inline-block;
    width: 75%;
    float: left;
}
.info-arrow {
    position: relative;
    width: 0;
    height: 100vh;
    border-top: 20px solid #5bc0de;
    border-right: 20px solid #5bc0de;
    box-sizing: border-box;
    float: left;
    margin: 0 12% 0 3%;
}
.info-arrow::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -52px;
    border-top: 42px solid #5bc0de;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
}
.student-description-column {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.student-info {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 7px;
}
.student-info-box-title {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.student-info-box-title img {
    width: 90%;
    display: table-cell;
    vertical-align: middle;
}
.student-info-box-title h3 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}
.student-info-box {
    width: 100%;
    margin: 0 auto;
}
.student-info-box-inner {
    width: 48%;
    display: inline-block;
    text-align: left;
    float: left;
    border-left: solid 2px #79C9D9;
    margin: 0 0 2% 2%;
    min-height: 150px;
}
.student-info-box-inner li {
    font-size: 0.8rem;
    list-style-type: none;
    margin-bottom: 0.5%;
}
/* 応募要項 */
.department-outside {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3%;
}
.department-outside p {
    text-align: left;
    margin-bottom: 2%;
}
.department-list-outside {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    margin-top: 3%;
}
.department-list {
    width: 27%;
    line-height: 150px;
    margin: 1% 2%;
    display: table-cell;
}
.department-list h3 {
    width: 100%;
    display: block;
    min-height: 95px;
    text-align: center;
    color: #fff;
    border: solid 2px #D8E8F4;
    box-shadow: 0px 0px 10px #87B1C8;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #2A4E57 20%, #266A7B 25%, #266A7B 50%, #2A4E57 20%, #2A4E57 20%, #266A7B 60%, #266A7B);
    background-size: 3px 3px;
    padding: 1.7% 1.5%;
    position: static;
}
.list-alpha {
    list-style-type: lower-alpha;
}
.student-description .post {
    width: 100%;
    padding-bottom: 1%;
    text-align: center;
}
.sponsor-top {
    width: 90%;
    margin: 0 auto;
}
.sponsor-top p {
    text-align: left;
}
.student-button {
    width: 100%;
    border: solid 2px #D8E8F4;
    border-radius: 2%;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 0.5%;
    margin: 2% auto;
    display: block;
    font-size: 0.8rem;
    background-color: rgba(0,15,60,0.8);
}
.student-button span {
    width: 100%;
    box-shadow: rgb(135, 177, 200) 0px 0px 10px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.2, rgb(73, 183, 206)), color-stop(0.4, rgb(187, 237, 235)), color-stop(0.49, rgb(201, 233, 235)), to(rgb(0, 238, 245)));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 3% 2%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(216, 232, 244);
    border-image: initial;
    border-radius: 2%;
    display: block;
}
a .button {
    text-decoration: none;
}
.section-guide-outside {
    width: 100%;
    display: block;
    margin: 3% 0 3%;
}
.section-guide {
    width: 46%;
    text-align: center;
    color: #fff;
    border: solid 2px #D8E8F4;
    box-shadow: 0px 0px 10px #87B1C8;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #2A4E57 20%, #266A7B 25%, #266A7B 50%, #2A4E57 20%, #2A4E57 20%, #266A7B 60%, #266A7B);
    background-size: 3px 3px;
    position: static;
    margin: 1%;
}
.snap_pamphlet a:hover {
    text-decoration: none;
}
.snap_pamphlet a {
    text-decoration: none;
}
.itemBody {
    text-align: center;
}
.section-guide p {
    vertical-align: middle;
    text-align: center;
    font-size: 0.9rem;
}
.section-guide-outside a:hover {
    text-decoration: none;
}
.post-department {
    text-align: center;
}
/**************************
/* 協賛企業向けページ
**************************/
/* 協賛企業名一覧 */
.sponsor-request-description {
    width: 100%;
    text-align: center;
    padding: 2% 0;
}
.sponsor-request-description h1 {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 2% auto;
    text-align: center;
    width: auto;
    font-size: 2rem;
}
.sponsor-request-description h2 {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 2% auto;
    text-align: center;
    width: auto;
    font-size: 1.4rem;
}
.sponsor-request-description div {
    text-align: left;
}
.sponsor-request-box {
    width: 98%;
    display: inline-block;
    border: solid 2px #0B9CD3;
    margin: 1%;
}
.sponsor-request-period {
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
}
.sponsor-request-period p {
    text-align: center;
}
.sponsor-request-list {
    width: 48%;
    float: left;
    padding: 2% 4%;
}
/**************************
/* 過去大会
**************************/
/* TOP */
.content-area-gametop {
    width: 95%;
    margin: 0 auto;
}
.game-button-outside {
    width: 100%;
}
.post-tournament {
    width: 47%;
    min-height: 70px;
    text-align: center;
    color: #fff;
    border: solid 2px #D8E8F4;
    box-shadow: 0px 0px 10px #87B1C8;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #2A4E57 20%, #266A7B 25%, #266A7B 50%, #2A4E57 20%, #2A4E57 20%, #266A7B 60%, #266A7B);
    background-size: 3px 3px;
    padding: 1.7% 1.5%;
    position: static;
    margin: 2% 1%;
}
/* 過去大会の記録一覧ページ */
.new-record {
    margin: 2% auto;
    text-align: center;
}
.new-record img {
    width: 40%;
}
.new-record a {
    display: block;
    text-align: center;
    margin-bottom: 1%;
    font-size: 1.4rem;
}
.record-list {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.0rem;
}
/* 過去大会の記録個別ページ */
.task-outside {
    border: solid 2px #08B621;
    margin-top: 1%;
}
.task-outside h3 {
    background-color: #08B621;
    padding: 0.5% 0;
    margin: 0;
    display: block;
}
.freedom-outside {
    border: solid 2px #006AC5;
}
.freedom-outside h3 {
    background-color: #006AC5;
    padding: 0.5% 0;
    margin: 0;
    display: block;
}
.competition-outside {
    border: solid 2px #3EBBC0;
}
.competition-outside h3 {
    background-color: #3EBBC0;
    padding: 0.5% 0;
    margin: 0;
    display: block;
}
.fqa-outside {
    border: solid 2px #D8E8F4;
    background-color: #fff;
}
.fqa-outside h3 {
    background-image: linear-gradient(0deg, #2A4E57 20%, #266A7B 25%, #266A7B 50%, #2A4E57 20%, #2A4E57 20%, #266A7B 60%, #266A7B);
    background-size: 3px 3px;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 1%;
    margin: 0;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
}
.fqa-outside p {
    color: #000033;
    padding: 1%;
    text-align: left;
}
.winning-list {
    margin: 0 auto;
    text-align: center !important;
}
.winning-list img {
    margin: 0 auto;
}
.entry-content .winning-list h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 20px;
    text-shadow: none;
}
.entry-content .winning-list p {
    padding: 10px;
}
/* 大会スナップ */
.tournament-snap-title {
    margin: 2% 0;
}
/**************************
/* ニュース
**************************/
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    padding: 0.84375em 0;
}
.news-post {
    background-color: #ffffff;
    color: #000000;
    margin: 2% auto;
    border: solid 2px #D8E8F4;
}
.news-body {
    padding: 1%;
    border: solid 2px #A7A7A7;
    border-top: none;
}
.posting-time {
    text-align: right;
    padding: 0.5% 1%;
    border: solid 2px #A7A7A7;
    border-top: none;
}
.news-body img {
    display: none;
}
.detail-btn {
    width: 40%;
    border: solid 2px #83CFCB;
    border-radius: 2%;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 0.5%;
    margin-top: 2%;
    margin-left: auto;
}
.detail-btn a {
    border: solid 2px;
    border-image: initial;
    border-radius: 2%;
    padding: 4%;
    color: #83CFCB;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    text-align: center;
}
.detail-btn a:hover {
    background-color: #83CFCB;
    border: solid 2px #83CFCB;
    color: #ffffff;
}
/* 検索フォーム */
.search-form {
    width: 100%;
    display: table;
    padding-top: 10px;
}
#datepicker {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 2.5%;
}
#date-left {
    width: 39%;
    float: left;
    height: 35px;
}
#date-right {
    width: 39%;
    float: left;
    height: 35px;
    margin-left: 2%;
}
#datepicker p {
    width: 5%;
    float: left;
    padding-top: 2.5%;
    margin: 0 2%;
    height: 45px;
}
#search-form {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
}
#s {
    width: 72%;
    float: left;
}
#submit {
    width: 26%;
    float: right;
    background-color: #4B82E8;
    margin-left: 2%;
}
/* ページャー */
.tablenav {
    color: #2583ad;
    line-height: 1.5rem;
    text-align: left;
}
a.page-numbers, .tablenav .current {
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0 2px;
    border: solid 1px #f5f5f5;
    background-color: rgba(20,117,183,0.8);
}
.tablenav .current {
    color: white;
    background: #007acc;
    border-color: #007acc;
    font-weight: bolder;
}
a.page-numbers:hover {
    color: white;
    background: #007acc;
    border: solid 1px #000000;
}
a.page-numbers {
    color: #ffffff;
    font-weight: bolder;
}
.pagination .prev, .pagination .next {
    background-color: rgba(20,117,183,0.8);
}
.tablenav .next, .tablenav .prev {
    border: 0 none;
    font-weight: bold;
}
.pagination {
    border-top: none;
}
.pagination .page-numbers {
    padding: 0.6157894737em 0.9868421053em 0.9947368421em;
}
.pagination .next:before {
    right: 18px;
    top: -13px;
}
.pagination .prev:before {
    left: -20px;
    top: -13px;
}
.nav-links a {
    text-decoration: none;
}
/**************************
個別ページ
**************************/
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar.content-bottom-widgets {
    margin: 1%;
    display: block;
    text-align: center;
}
.no-sidebar .pagination {
    margin: 1%;
    display: block;
}
body:not(.search-results) .entry-header + .entry-summary {
    margin-top: 0;
}
.post-thumbnail {
    display: none;
}
.comment-respond {
    display: none;
}
#comments.comments-area {
    display: none;
}
.no-sidebar .post-navigation {
    display: none;
}
.page-header {
    border-top: none;
}
.site-main > article {
    margin: 0 auto;
}
.entry-header h1.entry-title {
    text-align: center;
    font-size: 2em;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: left;
}
.page-image-list {
    width: 100%;
    display: inline-block;
}
.entry-content p {
    text-align: left;
}
.entry-content ul {
    margin: 0 auto;
    text-align: left;
}
body:not(.search-results) .entry-summary {
    font-size: 0.9rem;
}
.entry-content h1　 {
    text-align: center;
}
.entry-content h2 {
    color: #D0EBFE;
    display: inline-block;
    text-shadow: 0px 0px 10px #0B9CD3;
    margin: 2% auto;
    text-align: center;
    width: auto;
    font-size: 1.3rem;
}
.entry-content h3 {
    text-align: left;
    color: #D0EBFE;
    text-shadow: 0px 0px 10px #0B9CD3;
}
.entry-content img {
    width: 40%;
    display: block;
}
body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    width: 100%;
    margin: 0 auto;
}
/**************************
/* コンテンツ
**************************/
.no-sidebar {
    margin: 0 auto;
}
.site {
    width: 100%;
    background-color: transparent;
    /*font-family: Meiryo;*/
    color: #f5f5f5;
    margin: 0;
    display: inline-block;
}
.site-content {
    width: 100%;
    padding: 0 2%;
    display: inline-block;
    overflow: auto;
}
/**************************
/* プロコンガール
**************************/
.site-procon-girl
{
  background: #fff;
  color: #333 !important;
}
.site-procon-girl #breadcrumbs a
{
  color: #333;
}
.procon-girl-logo
{
  width: 100% !important;
  margin: 0;
  /*background-image: url('images/comic_background.png');*/
  background-color: #FFFCB7;
  text-align: center;
}
.procon-girl-logo img
{
  width: auto !important;
  padding-bottom: 10px;
}
.procon-girl-logo a
{
  color: #FF5F83;
}
.procon-girl-logo a:hover
{
  color: #FF5F83;
}
.content-area-procon-girl
{
  color: #333 !important;
}
.content-area-procon-girl a
{
  color: #333;
}
.content-area-procon-girl a:hover
{
  color: #FF5F83;
}
.content-area-procon-girl h1
{
  color: #FF5F83;
  text-shadow: none;
}
.content-area-procon-girl h2
{
  color: #FF5F83;
  text-shadow: none;
}
.content-area-procon-girl h3
{
  color: #FF5F83;
  text-shadow: none;
}
.content-area-procon-girl .entry-content img
{
  width: 100%;
  user-select:none;
}
/* プロコンガールのコメントボックス */
#HCB_comment_box
{
  color: #333;
}
#HCB_comment_box h3
{
  color: #FF5F83;
  text-shadow: none;
}
#HCB_comment_box a
{
  color: #FF5F83 !important;
}
#HCB_comment_box img
{
  width: auto !important;
}
#HCB_comment_box .comment {
  border: 1px solid #FF5F83;
  padding: 12px;
  background: #fff3f5;
  margin-bottom: 8px;
}

#HCB_comment_box .comment blockquote {
  border-left: 4px solid #FF5F83 !important;
  font-size: 1rem !important;
}

.hcb-comment-tb
{
  border-top: 1px solid #FF5F83;
  padding-top: 12px;
  margin-left: 40px !important;
}
#HCB_comment_box .comment .likes {
  right: 10px !important;
}
.hcb-comment-tb a {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
}
.hcb-wrapper-half.input-field
{
  margin-bottom: 5px;
}
.hcb-wrapper
{
  margin-bottom: 10px;
}
input#hcb_submit
{
  background: #ff5f83;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 1px 1px #ccc;
}
#HCB_comment_box .comment .hcb-comment-tb a {
    visibility: visible !important;
}
/* プロコンガールのカウンタ */
.procon-girl-counter table
{
    width: auto;
    margin: 0 auto;
}
.procon-girl-counter table
{
  border: 0;
}
.procon-girl-counter th
{
  border: 0;
}
.procon-girl-counter th
{
  border: 0;
}
.procon-girl-counter td
{
    padding: 0;
    align-items: center !important;
    border: 0 !important;
}
.procon-girl-counter img
{
  width: auto !important;
  display: inline;
}
/* プロコンガールのコピーライト */
.procon-girl-cpright
{
  margin-top: 20px;
  padding: 20px;
  font-size: 0.8em;
  border-top: 1px solid #d1d1d1;
  line-height: 110%;
}
/**************************
/* フッター
**************************/
#footer-bottom
{
    margin: 0;
}
.footer-common {
    color: #fff;
    font-size: 0.8rem;
    line-height: normal;
    margin: 5%;
}
.form-btn {
    width: 20%;
    border: solid 2px #D8E8F4;
    border-radius: 2%;
    box-shadow: 0px 0px 10px #87B1C8;
    padding: 0.2%;
    margin: 3% auto 0;
    display: block;
}
.form-btn span {
    box-shadow: rgb(135, 177, 200) 0px 0px 10px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.2, rgb(73, 183, 206)), color-stop(0.4, rgb(187, 237, 235)), color-stop(0.49, rgb(201, 233, 235)), to(rgb(0, 238, 245)));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-shadow: rgb(230, 237, 239) 1px 1px 13px;
    padding: 4% 2%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(216, 232, 244);
    border-image: initial;
    border-radius: 2%;
    display: block;
}
.footer_box {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
    padding: 0.5%;
    color: #fff;
    /*border: solid 1px;
    box-shadow: 0px 0px 10px #87B1C8;*/
}
.anniversary_book_outside {
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
    padding: 10px;
}
.anniversary_book {
    width: 38%;
    float: left;
}
.anniversary_book img {
    width: 30%;
    margin: 0;
}
.anniversary_book li {
    list-style-type: none;
    border: none;
    text-align: left;
    font-size: 0.7rem;
}
.link_banner {
    width: 100%;
    display: inline-block;
    padding: 1%;
    /*border-top: solid 1px #fff;*/
}
.link_banner p {
    text-align: left;
    text-indent: 1%;
    margin: 0.1%;
}
.link_banner img {
    width: 44%;
    display: inline-block;
    float: left;
    margin: 0 1%;
}
.procon_about {
    margin: 3% 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.procon_about ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.procon_about li {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
}
.procon_about a {
    text-align: center;
    display: block;
    padding: 0.5em;
    width: 100%;
    color: #fff;
    min-height: 80px;
}
.procon_about a:hover {
    color: #fff;
}
.footer h3 {
    padding: 20px 0;
    color: #fff;
    text-shadow: 0px 0px 10px #87B1C8;
}

/**************************
/* メディアクエリ
**************************/
/**
 * 14.5 - >= 376px
 */
@media screen and (min-width: 23.50em) {
body, button, input, select, textarea {
    font-size: 0.8rem;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 1.3rem;
    margin: 0;
}
.procon-title p {
    font-size: 1.1rem;
}
.read-detail {
    font-size: 0.9rem;
    padding: 3% 2%;
}
.page-procon-left img {
    width: 75%;
}
.student-news-caution {
    font-size: 0.8rem;
}
.game-button {
    font-size: 0.9rem;
}
/* プロコンコミック */
.top-procon-left {
    width: 48%;
    float: left;
    margin: 1%;
}
.top-procon-left h3 {
    font-size: 1.8em;
}
.top-procon-left p {
    font-size: 0.9rem;
}
.top-procon-right {
    width: 48%;
    margin: 1%;
    display: inline-block;
}
.top-procon-thumbnail {
    float: left;
}
.page-procon-left img {
    width: 55%;
}
.news-title {
    font-size: 1rem;
}
}

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    top: 0;
    height: 0;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 1.3rem;
}
p, ul, li {
    font-size: 0.9rem;
}
.entry-content a {
    font-weight: normal;
}
.site-main {
    margin-bottom: 0;
}
.no-sidebar {
    margin: 0 auto;
}
.site-upside {
    width: 100%;
    display: inline-block;
}
.site-outline {
    display: inline-block;
    height: 100%;
}
.procon-title h2 {
    padding: 1%;
}
.procon-title img {
    width: 40px;
}
.post {
    width: 100%;
}
.post h3 {
    font-size: 1.5rem;
}
.procon-about-content {
    padding: 0 8%;
}
.record-list {
    font-size: 1.3rem;
}
.nb {
    left: 96%;
}
.post-body img {
    width: 40%;
    display: block;
    margin: 1% auto;
}
.Pdfwidth {
    width: 4% !important;
}
.no-sidebar .content-area {
    width: 90%;
    margin: 0 5%;
}
.entry-header {
    margin-right: 0;
    margin-left: 0;
}
.entry-content {
    margin-right: 0;
    margin-left: 0;
}
.header-image {
    margin: 87px 0 0;
}
img.page-header-img {
    height: 40px !important;
}
.new-entry {
    width: 96%;
    padding: 20px;
    margin: 3% auto;
    font-size: 0.8rem;
}
/**************************
/* ヘッダーメニュー
**************************/
.sidebar-fixing {
    display: block;
}
.header-main img.procon {
    margin: 45px;
    width: 60%;
}
.top-menu-fixed {
    width: 100%;
    position: fixed;
    display: inline-block;
    z-index: 15;
    height: 127px;
}
.sidebar-sns {
    display: table;
    background-color: #000033;
    width: 100%;
    padding: 0.5% 1%;
    height: 87px;
}
.custom-logo {
    display: none;
}
.sidebar-logo {
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}
#sidebar-outline {
    width: 230px;
    float: left;
    display: block;
    position: fixed;
    background-color: rgba(0,10,60,0.8);
    z-index: 5;
    height: 100%;
}
/*ソーシャルメニュー*/
.site-header .social-navigation {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.social-navigation ul {
    margin: 0;
}
.social-navigation li {
    margin: 0.4375em;
}
.social-navigation ul li a {
    color: #1a1a1a;
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
}
.social-navigation a[href*="facebook.com"]:before {
    color: #f8f8ff;
}
.social-navigation a[href*="twitter.com"]:before {
    color: #f8f8ff;
}
.social-navigation a[href*="youtube.com"]:before {
    color: #f8f8ff;
}
.social-navigation a[href*="www.procon"]:before {
    color: #f8f8ff;
}
.social-navigation ul li a:before {
    content: "\f415";
    height: 47px;
    line-height: 47px;
    text-align: center;
    width: 47px;
}
.social-navigation li {
    float: right;
}
/*メインメニュー*/
#primary-navigation {
    width: 100%;
    height: auto;
    margin : 0;
    display: inline-block;
    background: rgba(47,46,46,0.9);/*親メニューの背景色*/
    color: #000033;/*親メニューの文字色*/
    text-align: center;
    position: relative;
    z-index: 3;
    line-height: 40px;
}
.widget {
    border-top: none;
    padding-top: 0;
}
.widget .widget-title {
    display: none;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin: 0;
    float: right;
    width: 100%;
}
#primary-navigation ul {
    margin: 0;
    padding: 0;
}
#primary-navigation ul li {
    width: 20%;/*メニューの幅*/
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    float: left;
    font-weight: 300;
}
#primary-navigation ul li:nth-child(-n+3) ul li {
    visibility: hidden;
    overflow: hidden;
    width: 50%;/*サブメニューの幅*/
    background: rgba(0,51,102,0.9);/*サブメニューの背景色*/
    float: left;
    border-right: solid 1px #ccc;
}
#primary-navigation ul li:nth-child(2) ul li {
    visibility: hidden;
    overflow: hidden;
    width: 33%;/*サブメニューの幅*/
    background: rgba(0,51,102,0.9);/*サブメニューの背景色*/
    float: left;
    border-right: solid 1px #ccc;
}
#primary-navigation ul li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
}
#primary-navigation ul li:hover, #primary-navigation ul li a:hover {
    background: rgba(0,51,102,0.9);/*ホバー時の親メニューの背景色*/
    color: #ccc;/*ホバー時の親メニューの文字色*/
}
#primary-navigation ul li:nth-child(-n+3) ul {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 40px;/*親メニューの高さと同じにする*/
    width: 20%;/*メニューの幅*/
    width : -webkit-calc(100% /3);
    width : calc(100% /3);
    z-index: 10;
}
#primary-navigation ul li:nth-child(2) ul {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 40px;/*親メニューの高さと同じにする*/
    width: 20%;/*メニューの幅*/
    width : -webkit-calc(100% /1.5);
    width : calc(100% /1.5);
    z-index: 10;
}
#primary-navigation ul li ul {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 40px;/*親メニューの高さと同じにする*/
    width: 20%;/*メニューの幅*/
    width : -webkit-calc(100% /4);
    width : calc(100% /4);
    z-index: 10;
}
#primary-navigation ul li ul li {
    visibility: hidden;
    overflow: hidden;
    width: 100%;/*サブメニューの幅*/
    background: rgba(0,51,102,0.9);/*サブメニューの背景色*/
    float: left;
}
#primary-navigation ul li ul li:hover, #primary-navigation ul li ul li a:hover {
    background: rgba(0,10,40,0.8);/*ホバー時のサブメニューの背景色*/
    visibility: visible;
    overflow: visible;
}
#primary-navigation ul li:hover ul li, #primary-navigation ul li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: auto;/*サブメニューの高さ*/
    z-index: 10;
}
.sub-menu li {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#primary-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: relative;
    float: right;
    right: 2%;
    top: 0.75em;
}
/*SPメニュー*/
.drawer_menu_box {
    display: none;
}
/**************************
/* トップページ
**************************/
/* タイトル */
.procon-title p {
    font-size: 1.5rem;
}
/*協賛企業一覧*/
.sponsor-list h3 {
    margin: 2% 0;
    text-align: center;
    padding: 5px;
    background-color: #000033;
    text-shadow: 0px 0px 10px #87B1C8;
    color: #fff;
}
.sponsor-contents {
    width: 100%;
    margin: 1% 0;
}
.sponsor-contents img {
    width: 14%;
}
.sponsor-both-list img {
    width: 17%;
}
.new-entry {
    width: 100%;
    margin: 1% auto;
}
/* 受賞ニュース */
.gridWrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}
.gridWrapper a {
    text-decoration: none;
}
/* グリッド */
.grid {
    width: 31.33%;
    float: left;
    margin: 1%;
}
.grid h3 p {
    font-size: 0.9rem;
}
.grid-2 {
    width: 47.5%;
    /*margin: 4% auto;*/
    margin-right: 2%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.read-detail {
    padding: 6% 2%;
    font-size: 1.2rem;
}
.cate_thumbnail {
    min-height: 11em;
}
.game-button {
    width: 35%;
    margin: 2% 3%;
    font-size: 0.9rem;
}
.post-tournament {
    width: 43%;
    min-height: 95px;
    margin: 2%;
}
/*プロコンコミック*/
.top-procon-left h3 {
    font-size: 2.5em;
}
.top-procon-left p {
    font-size: 1rem;
}
/**************************
/* 学生向けTOP
**************************/
.student-button {
    font-size: 1.0rem;
    width: 90%;
}
.student-info-box {
    width: 90%;
}
.student-info-box-inner {
    width: 48%;
    padding-left: 2%;
}
.student-info-box-inner li {
    font-size: 0.9rem;
}
.student-info-box-title img {
    width: 90%;
}
.student-description h2 {
    font-size: 1.5rem;
}
#entry-procedure.post-title {
    font-size: 1.5rem;
}
.br_responsive {
    display: none;
}
.student-news-caution {
    font-size: 0.9rem;
}
.snap_pamphlet {
    width: 100%;
    text-align: center;
}
/**************************
個別ページ
**************************/
.entry-content h2 {
    font-size: 1.5rem;
}
.entry-button-outside {
    display: inline-block;
    width: 80%;
}
.entry-button {
    display: inline-block;
    width: 30%;
}
.entry-button p {
    font-size: 0.9rem;
    color: #000033;
}
/**************************
/* ニュース
**************************/
#breadcrumbs {
    width: 100%;
    padding-left: 1%;
}
#datepicker {
    padding-top: 0;
}
#date-left, #date-right {
    height: auto;
}
.detail-btn {
    width: 20%;
}
.detail-btn a {
    font-size: 1.0rem;
}
/**************************
/* フッター
**************************/
footer-common {
    font-size: 0.8rem;
}
.footer_form_btn {
    width: 14%;
}
.anniversary_book li {
    font-size: 0.7rem;
}
.form.link_banner img-button {
    width: 60%;
}
.link_banner img {
    width: 18%;
}
.anniversary_book {
    width: 19%;
}
/* 大会概要 */
.procon-about-img {
    width: 36%;
    margin: 0 2%;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.procon-about-content-outside {
    display: table;
    width: 98%;
    margin: 1% auto;
}
.procon-about-content {
    width: 56%;
    margin: 0 2%;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.game-button a {
    font-size: 1.0rem;
}
.nb {
    left: 97%;
}
.student-info-box-inner {
/*height:26vh;*/
}
.student-info-box-inner li {
    font-size: 1.0rem;
}
#primary-navigation ul li {
    width: 20%;/*メニューの幅*/
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    float: left;
    font-weight: 300;
}
.news-title {
    font-size: 1.2rem;
}
.footer {
    padding: 0.5% 10%;
}
}

/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
body:not(.custom-background-image).admin-bar:before {
    top: 0;
    height: 0;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 1.5rem;
}
.anniversary_book li {
    font-size: 0.8rem;
}
.anniversary_book li p {
    display: inline-block;
}
.anniversary_book img {
    width: 50%;
    margin: 0 25%;
}
.student-button {
    width: 80%;
    font-size: 1.1rem;
}
.procon-about-content {
    padding: 0 14%;
}
/* 大会概要 */
.procon-about-img {
    width: 36%;
    margin: 0 2%;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.procon-about-content-outside {
    display: table;
    width: 98%;
    margin: 1% auto;
}
.procon-about-content {
    width: 56%;
    margin: 0 2%;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.game-button a {
    font-size: 1.0rem;
}
.nb {
    left: 97%;
}
.student-info-box-inner {
/*height:26vh;*/
}
.student-info-box-inner li {
    font-size: 1.0rem;
}
#primary-navigation ul li {
    width: 20%;/*メニューの幅*/
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    float: left;
    font-weight: 300;
}
.no-sidebar .content-area {
    width: 80%;
    margin: 2% 10% 3%;
}
.new-entry {
    width: 96%;
    padding: 20px;
    margin: 3% auto;
    font-size: 0.8rem;
}
.footer {
    padding: 0.5% 10%;
}
}

/**

/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
body, button, input, select, textarea {
    font-size: 0.9rem;
}
p, ul, li {
    font-size: 1rem;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 1.7rem;
}
.entry-button p {
    font-size: 1rem;
    color: #000033;
}
.site-header-menu {
    display: block;
    background-color: #594D4D;
    background: rgba(84,69,69,0.5);
    padding: 2% 0;
}
.main-navigation {
    width: 100%;
    text-align: center;
}
.page-procon-left img {
    width: 50%;
}
.anniversary_book li {
    font-size: 1.0rem;
}
/* 大会概要 */
.procon-about-img {
    width: 36%;
    margin: 0 2%;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.procon-about-content-outside {
    display: table;
    width: 98%;
    margin: 1% auto;
}
.procon-about-content {
    width: 58%;
    margin: 0 1%;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.game-button a {
    font-size: 1.0rem;
}
.nb {
    left: 97%;
}
.student-info-box-inner {
/*height:26vh;*/
}
.student-info-box-inner li {
    font-size: 1.0rem;
}
#primary-navigation ul li {
    width: 20%;/*メニューの幅*/
    width : -webkit-calc(100% /4);
    width : calc(100% /4);
    margin: 0;
}
.primary-navigation a {
    font-size: 0.8rem;
}
}

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
body, button, input, select, textarea {
    font-size: 1.0rem;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 1.8rem;
}
.entry-button p {
    font-size: 1rem;
    color: #293378;
}
.grid h3 p {
    font-size: 1.0rem;
}
.read-detail {
    font-size: 1.3rem;
    padding: 7% 2%;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
    font-size: 1.9rem;
}
.game-button a {
    font-size: 1.1rem;
}
.student-button {
    width: 75%;
    background-color: rgba(0,15,60,0.8);
}
.top-procon-left p {
    font-size: 1rem;
}
.procon-about-content-outside {
    padding: 0 1%;
}
.procon-about-content {
    width: 46%;
}
.procon-about-content h3 {
    text-align: center;
}
.procon-about-content p {
    font-size: 1rem;
}
.procon-about-img {
    width: 40%;
    margin: 0 0 0 10%;
}
#primary-navigation ul li {
    width: 20%;/*メニューの幅*/
    width : -webkit-calc(100% /4);
    width : calc(100% /4);
    margin: 0;
}
.new-entry {
    width: 96%;
    padding: 20px;
    margin: 3% auto;
    font-size: 0.9rem;
}
.footer {
    padding: 0.5% 15%;
}
}

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
body, button, input, select, textarea {
    font-size: 1.1rem;
}
p, ul, li {
    font-size: 1.1rem;
}
#sidebar-outline {
    width: 320px;
}
.procon-title h2 {
    padding: 0.5%;
}
.procon-title p {
    font-size: 1.8rem;
    text-shadow: none;
}
.entry-button p {
    color: #293378;
}
.grid h3 p {
    font-size: 1.1rem;
}
.read-detail {
    font-size: 1.4rem;
}
.page-procon-left img {
    width: 42%;
}
a.game-button {
    font-size: 1.3rem;
}
.student-button {
    width: 65%;
}
.new-entry {
    font-size: 1.0rem;
}
.game-button-outside {
    width: 85%;
    margin: 0 auto;
}
.post-tournament {
    min-height: 110px;
}
.nb {
    left: 98%;
}
.student-info-box-inner li {
    font-size: 1.05rem;
}
.top-procon-left h3 {
    font-size: 2.0rem;
}
.link_banner img, .sponsor-contents img {
    width: 17%;
}
.anniversary_book img {
    width: 60%;
    margin: 0 20%;
}
.procon-about-content {
    width: 46%;
}
.procon-about-content h3 {
    text-align: center;
}
.procon-about-content p {
    font-size: 1rem;
}
.procon-about-img {
    width: 350px;
    margin: 0 4%;
}
#primary-navigation ul li {
    width: 20%;/*メニューの幅*/
    width : -webkit-calc(100% /4);
    width : calc(100% /4);
    margin: 0;
}
.no-sidebar .content-area {
    width: 70%;
    margin: 2% 15% 10%;
}
.new-entry {
    width: 96%;
    padding: 20px;
    margin: 3% auto;
    font-size: 0.9rem;
}
}

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
}

/**
 * 15.0 - Print
 */
@media print {
}



/*---------------------------
 * トップページのfbの埋め込み
 ---------------------------*/
 .facebook-wrapper {
     max-width: 500px;
     margin: 0 auto;
 }
 .facebook-wrapper > .fb-page {
     width: 100%;
 }
 .facebook-wrapper > .fb-page > span,
 .facebook-wrapper iframe {
     width: 100% !important;
 }


.timeline-Header
{
  background: red;
}
 /*
@media (max-width:  1024px)  {
  .fb-embed-container {
    position: relative;
    padding-bottom: 56.25%;
  }
  .fb-embed-container iframe {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
