/* ------------------------------------------
                   RESET
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.2;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

img {
    vertical-align: top;
    lien-height: 0;
    font-size: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
/* ------------------------------------------
                共通スタイル
------------------------------------------ */
* {
    box-sizing: border-box;
}

body {
    background-color: #eee;
    font: 16px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #343434;
    line-height: 1.5;
    text-align: center;
}

a:link {
    color: #343434;
    text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
    color: #343434;
    text-decoration: none;
}

a:active {
    color: #343434;
    text-decoration: none;
}

#page-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
}

#page-top a {
    text-decoration: none;
}


/* ------------------------------------------
                   ヘッダー
------------------------------------------ */
header {
    padding: 30px 0 20px 0;
    background: #fdf3da;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

header .inner {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 0 auto;
}

header h1 {
    margin: 0 auto 20px auto;
    color:#432501;
}

header h2 { /* ユーキャンの解答速報 */
    font-size: 28px;
    font-weight:bold;
    color:#432501;
}

header a:link {
    color: #432501;
    text-decoration: underline;
}

header a:hover {
    text-decoration: none;
}

header a:visited {
    color: #432501;
    text-decoration: none;
}

header a:active {
    color: #432501;
    text-decoration: none;
}

#globalnavi ul li {
    display: inline-block;
    margin: 0 1.5em;
}

#globalnavi ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #343434;
    text-decoration: none;
}

#globalnavi ul li a:hover {
    color: #8d9092;
}

header.header-lower {
    padding: 20px 0;
    background: #fff;
    box-shadow: none;
}

header.header-lower h1 {
    width: 180px;
    margin: 0;
    float: left;
}

header.header-lower #globalnavi {
    padding-top: 13px;
    text-align: right;
}

header.header-lower #globalnavi ul li {
    margin: 0 0 0 1.5em;
}

#respomsive-menu-button {
    display: none;
}

/* ------------------------------------------
                     フッター
------------------------------------------ */
footer {
    background: #432501;
    color: #fff;
    text-align: left;
}

footer .inner {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 0 auto;
    padding: 75px 0 30px 0;
}

footer a:link, footer a:visited {
    color: #D4D5D5;
}

#footer-about {
    width: 44%;
    float: left;
    font-size: 93%;
    line-height: 170%;
}

#footer-social {
    width: 48%;
    float: right;
}

#footer-about h1 {
    margin-bottom: 15px;
}

.footer-logo img {
    width: 143px;
    float: left;
    margin-right: 30px;
}

.footer-social-buttons {
    margin-bottom: 15px;
}

.footer-social-buttons ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}

.footer-social-buttons ul li.facebook {
    position: relative;
    top: -3px;
    width: 80px;
}

.footer-social-buttons ul li.google {
    width: 60px;
}

.footer-social-links {
    font-size: 93%;
}

.footer-copyright {
    margin-top: 100px;
    color: #fff;
    text-align: center;
}

/* ------------------------------------------
               レイアウト
------------------------------------------ */
#content {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
}

#main-wrapper {
    width: 100%;
    float: left;
    margin: 0 -300px 0 0;
}

#content main {
    display: block;
    margin-right: 330px;
}

#content aside {
    width: 300px;
    float: right;
}

#content aside section {
    margin-bottom: 30px;
}

/* ------------------------------------------
                   パーツ
------------------------------------------ */
/* トップページの試験一覧 */

.entrylist {
    flex-basis:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
      -webkit-flex-wrap:wrap;
    flex-flow: wrap;
}

.entrylist > li {
    flex-basis:48%;
    border: solid 1px rgb(223,233,234) ;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 1% 0;
    padding:0 5px 5px 5px;
}

.entrylist li .exam-name { 
    font-weight: bold;
    font-size:120%;
    color:#a71a24;
}

.entrylist li a:after { 
    content: '\f101';
    font-family: FontAwesome;
}

/* トップページ上部の広告エリア  */

.topAd ul{
    list-style: none;
}

.topAd > li {
    background-color:#ffffff;
    margin-bottom:5px;
    padding:5px;
    list-style: none;
}

.topAd li .kozaName{
    color:#ffffff;
    font-weight:bold;
    background-color:#ffabca;
    padding:2px;
    list-style: none;
}


/* 試験概要 */

dl, dt, dd {
  margin : 0;
  padding : 0;
}
 
.gaiyou dl {
    background-color:#ffffff;
}


.gaiyou dt {
  background-color:#FFDFB6;
  text-align:center;
  padding:5px;
}


.gaiyou dd {
  padding:5px;
  text-align:center;
  text-indent : -10px;
}

/* ナビこのサイトについてなどのテキストボックス */

.textbox {
    padding: 27px;
    background: #fff;
}

.textbox h1 {
    margin-bottom: 15px;
    font-size: 114%;
    color:#432501;
}

.textbox p {
    font-size: 93%;
    margin-bottom: 30px;
}


/* ------------------------------------------
                サイドナビ
------------------------------------------ */
aside nav { background-color: #fff; }

aside nav h1 {
    padding: 1em;
    margin-bottom: 12px;
    background: #432501;
    color: #fff;
}

.side-entrylist img {
    float:left;
    margin-right:3px;
}

.side-entrylist ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #D8D8D8;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

#side-information.side-entrylist ul li a {
    display: block;
    color: #343434;
    text-decoration:none;
    font-weight:bold;
}

#side-information.side-entrylist ul li a:hover {
    text-decoration:underline;
}

.side-entrylist ul li a p {
    font-size: 93%;
    overflow: hidden;
}

#side-relative.side-entrylist .kozaName {
    font-weight:bold;
}


/* ------------------------------------------
             ぱんくずリスト
------------------------------------------ */
.breadcrumb-navi {
   /* background: #F5F4F2; 帯にするならこの設定をイキに */
}

.breadcrumb-navi .inner {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
}

.page-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: normal;
    border-bottom: solid 2px #EBEBEB;
}

/* ------------------------------------------
             解答速報本体
------------------------------------------ */
.entry-content {
    clear: both;
    margin-bottom: 70px;
}

.entry .entry-content ul {
    margin: 2em 0 !important;
}

.entry .entry-content ul li {
    padding-left: 2em;
    text-indent: -1em;
    list-style: inside disc;
}

.entry .entry-content ol {
    margin: 2em 0 !important;
}

.entry .entry-content ol li {
    padding-left: 2em;
    margin-right: 1em;
    text-indent: -1em;
    list-style: inside decimal;
}

.entry .entry-content dl {
    margin: 1em !important;
}

.entry .entry-content dl dt {
    margin-bottom: 0.5em !important;
    font-weight: bold !important;
}

.entry .entry-content dl dd {
    margin: 0 0 1em 2em !important;
}

.entry h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: normal;
}

.entry h3 {
    clear: both;
    padding-top: 30px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: normal;
    border-bottom: #DCDCDC 1px solid;
}

.entry h4 {
    clear: both;
    margin-bottom: 1px;
    font-size: 1.2em;
    font-weight: normal;
}

.entry p {
    margin-bottom: 30px;
}

.entry table {
    background-color: #fff; 
    width:100%;
    margin-bottom:11px;
    text-align:center;
}

.entry table th{
    background-color: #FFDFB6;
    padding-top:0.5em;
}

.entry table td{
    padding-bottom:0.5em;
    border-bottom:solid 7px #eee;
    padding-left:17px;
}

.gaiyouth{
    border-bottom:solid 7px #eee;
}

.gaiyoutd{
    text-align:left;
}

pre { /* 確定文言で出力されるpreタグ対応 */
  /* Mozilla */
    white-space: -moz-pre-wrap;
  /* Opera 4-6 */
    white-space: -pre-wrap;
  /* Opera 7 */
    white-space: -o-pre-wrap;
  /* CSS3 */
    white-space: pre-wrap;
  /* IE 5.5+ */
    word-wrap: break-word;
}
 

/* ------------------------------------------
           自動採点入力
------------------------------------------ */

.inputAnswer table th{
    border-bottom:solid 3px #eee;
}

.inputAnswer table td{
    border-bottom:solid 3px #eee;
}

input.btn[type=radio], input.btn[type=checkbox] { display:none; }
label.btn { 
    border: 1px solid #999999;
    border-radius:5px;
    padding:5px;
    margin-bottom:4px;
    display:inline-block;
    cursor:pointer;
    width:40px;
    text-align:center;
    background: -moz-linear-gradient(top,#FFF 0%,#ddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ddd));
}
input.btn[type="radio"]:checked + label { background: #1e5a2f; color: #ffffff; }
input.btn[type="checkbox"]:checked + label { background: #1e5a2f; color: #ffffff; }


.button {
    font-size:1.5em;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:4px;
    border:1px solid #d02718;
    padding:9px 18px;
    background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
    background-color:#f24537;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 0px #300401;
     -webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
     -moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
     box-shadow:inset 1px 1px 0px 0px #f5978e;
}

.button:hover {
    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
    background-color:#c62d1f;
}

.button:active {
    position:relative;
    top:1px;
}

/* ------------------------------------------
           ページ下部おすすめ講座
------------------------------------------ */

.recomlist .recom-image {
    position: relative;
}

.recomlist li {
    width: 48%;
    float: left;
    margin: 0 4% 10px 0;
    padding:0 5px 5px 2px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.recomlist li:nth-child(even) {
    margin-right: 0;
}

.recomlist li .recom-detail .recom-meta {
    margin-bottom: 0px;
    font-size: 86%;
}

.recomlist li .recom-detail .recom-meta .recom-kozaName { 
    display: table;
    float: left;
    clear: both; 
    font-weight: bold;
    font-size:120%;
    color:#a71a24;
}

.recomlist li .recom-detail .recom-meta .recom-kozaName a:visited {
    color:#a71a24;
}

.recomlist li .recom-detail .recom-meta .recom-kozaName a:before { content: ""; padding: 0 0 0 10px; background: url(/sokuhou/img/append/arw_r_01.png) no-repeat left center;
}

.recomlist li .recom-detail .recom-meta .recom-catch {
    float: left;
    text-align: left;
    margin-bottom:0px;
    clear: both; 
    font-size:90%;
    color: #343434;
}

.recomlist li .recom-detail .recom-body a {
    line-height: 1.4;
    color: #343434;
    margin-top:10px;
    font-size:92%;
    text-decoration:none;
}

.recomlist li .recom-detail .recom-body a:hover {
    color:#ff0000;
    margin-top:5px;
}

.recomlist li .recom-detail .recom-body a:before { content: ""; padding: 0 0 0 10px; background: url(/sokuhou/img/append/arw_r_01.png) no-repeat left center;
}

/* ------------------------------------------
       インフォメーションエリア
------------------------------------------ */
.info {
    margin-bottom:11px;
    margin-top:11px;
    background-color: #fff;
    padding:7px;
}

.info .title { 
    font-size:120%;
    background-color:#711F1C;
    color:#fff;
    text-align:center;
    margin-bottom:5px;
}

.info .title a{ 
    color:#fff;
}

.info .title a:hover{ 
    text-decoration:underline;
}

.info p { 
    clear: both; 
}

.info img {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/* ------------------------------------------
                ClearFix
------------------------------------------ */
.group, .conversation {
    zoom: 1;
    overflow: hidden;
}

.group:after, .conversation:after {
    content: "";
    display: block;
    clear: both;
}


/* ------------------------------------------
                Small PC
------------------------------------------ */
@media(max-width:1100px) {
  #content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .entrybox-large .entry-detail .entry-title {
    font-size: 18px;
  }
}
/* ------------------------------------------
                 タブレット
------------------------------------------ */
@media(max-width:768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  header {
    padding: 30px 0 20px 0;
    background: #fdf3da;
    box-shadow:  1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  header .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }

  header h2 {
  font-size: 20px;
}
  header.header-lower #globalnavi {
    padding-top: 16px;
  }
  header.header-lower #globalnavi ul li {
    margin-left: 1em;
  }
  header.header-lower #globalnavi ul li a {
    font-size: 100%;
  }
  .breadcrumb-navi .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding: 15px 1em;
  }
  #content {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding: 30px 0 10px 0;
    text-align: left;
  }
  #main-wrapper {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  #content main {
    margin-right: 0;
    margin-bottom: 50px;
    padding: 0 1em;
  }
  #content aside {
    width: 100%;
    float: none;
    padding: 0 1em;
  }
  #content aside .mailmagazine {
    display: none;
  }
  #side-banner {
    text-align: center;
  }
  #side-likebox {
    width: 300px !important;
    margin: 0 auto;
  }
  footer .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    margin: 0 auto;
    padding: 30px 1em 30px 1em;
  }
  footer a:link, footer a:visited {
    color: #D4D5D5;
  }
  #footer-about {
    width: 100%;
    float: none;
    margin-bottom: 1em;
    text-align: center;
  }
  #footer-social {
    width: 100%;
    float: none;
  }
  .footer-logo img {
    float: none;
    margin-right: 0;
  }
  #footer-about p {
    margin-top: 1em;
  }
  .footer-social-buttons {
    margin-bottom: 0;
  }
  .footer-social-buttons ul {
    text-align: center;
  }
  .footer-social-links {
    text-align: center;
  }
  .footer-copyright {
    margin-top: 30px;
  }
  .entry {
    padding-right: 0;
  }
  .entrybox-large {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------
                 スマホ小
------------------------------------------ */
@media(max-width:480px) {
  body {
    padding-top: 60px;
  }
  header {
    box-shadow:  1px 1px 1px rgba(67,37,1,1);
  }
  header.header-lower, header.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 14px 0px;
    background: #fdf3da;
    z-index: 1000;
  }
  header.header-lower h1, header.top-header h1 {
    width: 96px;
    margin: 0 0 5px 0;
  }

  header.header-lower #globalnavi ul li, header.top-header #globalnavi ul li {
    display: block;
    margin: 0px 0px 0px 0;
  }
  header.header-lower #globalnavi ul li a, header.top-header #globalnavi ul li a {
    display: block;
    padding: 0.7em;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: solid 1px #d8d8d8;
    font-weight: normal;
  }
  #content {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding: 50px 0 10px 0;
    text-align: left;
  }
  .entrybox-large .entry-image {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .entrybox-large .entry-detail {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .entrybox-large .entry-detail .entry-meta {
    margin-bottom: 15px;
  }
  #breadcrumb {
    display: none;
  }
  .page-title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #EBEBEB;
  }

  .relation-entrylist ul li a .detail .excerpt {
    display: none;
  }
  #footer-about {
    text-align: left;
  }
  #side-likebox {
    width: 100% !important;
  }
  .search-form .search-text {
    width: 250px;
  }
  .footer-social-buttons ul {
    text-align: left;
  }
  .footer-social-links {
    text-align: left;
  }
  .footer-copyright {
    text-align: left;
  }
  .entrylist li {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    font-size:120%;
  }
  .entrylist li .entry-detail .entry-title p {
  margin-bottom:2px;
}


}

/* ------------------------------------------
                スマホ大
------------------------------------------ */
@media(max-width:640px) {

.headline {
  display:none
}

.recomlist li {
  width: 100%;
}

.entrylist > li {
    flex-basis:100%;
}


}



