@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  

■■リセットCSS

*/
html,
button,
input,
select,
textarea {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

label {
  cursor: pointer;
  cursor: hand;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

.pkg:before,
.pkg:after {
  content: "";
  display: table;
}

.pkg:after {
  clear: both;
}

.pkg {
  zoom: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

a:link {
  color: #555;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:visited {
  color: #555;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 1200px) {
  a:hover {
    color: #30ACC5;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
/*
a img:hover {
    @include opacity(0.5);
    @include transition(all 0.2s ease-in);
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #555;
}

body.en {
  font-family: 'Quicksand', sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*

page

*/
.container {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.fig_zoom {
  position: relative;
}
.fig_zoom .icon {
  width: auto !important;
  height: auto !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none !important;
}
.fig_zoom a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#header {
  width: 100%;
  background: url(../../pdfcalendar/img/border_dot.png) repeat-x bottom;
  text-align: center;
}
#header h1 {
  margin: 35px 0 29px;
  line-height: 1;
}
#header h2 {
  font-family: UD Shin Go Light;
  font-size: 50px;
  font-size: 5rem;
  color: #30ACC5;
  margin: 5px 0 30px;
}
#header .author {
  margin: 0 0 28px;
}
#header .author a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
}

#pankuzu {
  color: #30ACC5;
  margin-bottom: 30px;
}
#pankuzu a {
  color: #30ACC5;
}
#pankuzu a:hover {
  color: #00D9D9;
}

#sns_link {
  background: url(../../pdfcalendar/img/border_dot.png) repeat-x bottom;
  padding: 18px 0 12px;
}
#sns_link ul {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#sns_link ul li {
  display: inline-block;
  vertical-align: top;
  height: 28px;
}
#sns_link ul li.twitter {
  min-width: 87px;
  max-width: 90px;
}
#sns_link ul li.facebook {
  min-width: 70px;
  max-width: 115px;
}
#sns_link ul li.google_plus {
  min-width: 50px;
  max-width: 80px;
}
#sns_link ul li.hatebu {
  min-width: 80px;
  max-width: 125px;
}
#sns_link iframe {
  margin: 0 !important;
}
#sns_link .fb-like span {
  vertical-align: top !important;
}

#google_ad_area01 {
  background: url(../../pdfcalendar/img/border_dot.png) repeat-x bottom;
  text-align: center;
  padding: 13px 0;
}
#google_ad_area01 .adsense02b {
  width: 320px;
  height: 50px;
}
@media screen and (min-width: 500px) {
  #google_ad_area01 .adsense02b {
    width: 468px;
    height: 60px;
  }
}
@media screen and (min-width: 800px) {
  #google_ad_area01 .adsense02b {
    width: 728px;
    height: 90px;
  }
}

#content {
  font-size: 14px;
  font-size: 1.4rem;
}
#content .leftCol {
  width: 160px;
  float: left;
  margin-right: 20px;
}
#content .mainCol {
  width: 670px;
  float: left;
}
#content .rightCol {
  width: 300px;
  float: left;
  margin-left: 20px;
}
#content.indexpage {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  #content .leftCol {
    display: none;
  }

  .container {
    width: 1010px;
  }
}
@media screen and (max-width: 1010px) {
  #content .rightCol {
    display: none;
  }

  .container {
    width: 690px;
  }
}
@media screen and (max-width: 710px) {
  .container {
    width: 100%;
  }

  #content .mainCol {
    width: 100%;
    float: none;
  }

  #header img,
  footer img,
  .mainCol img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
  }
}
#introduction {
  margin: 0 0 72px;
}
#introduction .maintitle {
  color: #30ACC5;
}
#introduction .maintitle .caption {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
#introduction .maintitle h2 {
  font-family: UD Shin Go Regular;
  font-size: 28px;
  font-size: 2.8rem;
  color: #30ACC5;
  margin: 5px 0 5px;
}
#introduction .maintitle h2.en {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
#introduction .maintitle .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 20px 0 0;
}

h3 {
  margin: 0 0 16px;
}

#mainlist {
  margin: 0 0 72px;
}
#mainlist .itemwrap .item a {
  display: block;
  width: 100%;
  height: 110px;
  border: 1px solid #30ACC5;
  margin-bottom: 30px;
  text-decoration: none;
  font-family: UD Shin Go Regular;
  color: #30ACC5;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 110px;
  padding-left: 110px;
}
#mainlist .itemwrap .item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#mainlist .itemwrap .item:last-child a {
  margin-bottom: 0;
}
#mainlist .itemwrap .daigaku a {
  background-image: url(../img/icon_daigaku.png), url(../img/mark_arrow1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 26px center, right 19px center;
}
#mainlist .itemwrap .genkou a {
  background-image: url(../img/icon_genkou.png), url(../img/mark_arrow1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 21px center, right 19px center;
}
#mainlist .itemwrap .houganshi a {
  background-image: url(../img/icon_houganshi.png), url(../img/mark_arrow1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 21px center, right 19px center;
}

#other_contents {
  margin: 0 0 72px;
}
#other_contents .colwrap {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
#other_contents .colwrap .items {
  border-top: 1px solid #999;
  margin: 30px 0 0;
}
#other_contents .colwrap .items .item_colwrap {
  border-bottom: 1px solid #999;
  padding: 26px 0;
  display: table;
  width: 100%;
}
#other_contents .colwrap .items .item_colwrap .left_col {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  #other_contents .colwrap .items .item_colwrap .left_col {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#other_contents .colwrap .items .item_colwrap .left_col a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#other_contents .colwrap .items .item_colwrap .right_col {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  #other_contents .colwrap .items .item_colwrap .right_col {
    display: block;
    width: 100%;
  }
}
#other_contents .colwrap .items .item_colwrap .right_col h4 {
  margin: 0 0 10px;
}
#other_contents .colwrap .items .item_colwrap .right_col p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 0 10px;
}
#other_contents .colwrap .items .item_colwrap .right_col a {
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../../pdfcalendar/img/arrow_sankaku.png) left center no-repeat;
  padding: 0 0 0 15px;
}
#other_contents .colwrap .items .item_colwrap .right_col p.appendix {
  margin-top: 30px;
}

#comment {
  margin: 0 0 60px;
}
#comment .desc {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 12px;
}
#comment table {
  width: 100%;
}
@media screen and (max-width: 440px) {
  #comment table {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
#comment table td {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  border: 1px solid #ccc;
  padding: 10px 10px;
}
@media screen and (max-width: 440px) {
  #comment table td {
    display: block;
    border-bottom: none;
  }
}
#comment .title {
  text-align: right;
}
@media screen and (max-width: 440px) {
  #comment .title {
    text-align: left;
  }
}
#comment .url {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 0 33px;
}
@media screen and (max-width: 440px) {
  #comment .url {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#comment .item01 {
  background: url(../../pdfcalendar/img/bullet_blog.png) 10px center no-repeat;
}
#comment .item02 {
  background: url(../../pdfcalendar/img/bullet_facebook.png) 10px center no-repeat;
}
#comment .item03 {
  background: url(../../pdfcalendar/img/bullet_twitter.png) 10px center no-repeat;
}
#comment .item04 {
  background: url(../../pdfcalendar/img/bullet_mail.png) 10px center no-repeat;
}

#donation {
  margin: 0 0 60px;
}
#donation .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 12px;
}
#donation dl {
  border: 1px solid #ccc;
  padding: 30px 40px;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  #donation dl {
    padding: 20px;
  }
}
#donation dl dt {
  width: 110px;
  float: left;
  clear: both;
}
@media screen and (max-width: 440px) {
  #donation dl dt {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
#donation dl dt a img {
  display: block;
}
#donation dl dt a img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#donation dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 20px 110px;
}
@media screen and (max-width: 440px) {
  #donation dl dd {
    float: none;
    padding-left: 0;
  }
}
#donation dl dd:last-child {
  padding-bottom: 0;
}
#donation .note {
  font-size: 12px;
  font-size: 1.2rem;
}

#author {
  margin: 0 0 60px;
}
#author .colwrap {
  display: table;
  width: 100%;
}
#author .photo {
  display: table-cell;
  vertical-align: top;
  width: 160px;
  margin: 0 0 12px;
}
@media screen and (max-width: 440px) {
  #author .photo {
    display: block;
    width: 100%;
  }
}
#author .photo img {
  border: 1px solid #ccc;
  padding: 1px;
}
#author .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 440px) {
  #author .desc {
    display: block;
    width: 100%;
  }
}

#introduce_pdf {
  margin: 0 0 60px;
}
#introduce_pdf .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 12px;
}
#introduce_pdf .link {
  background: url(../../pdfcalendar/img/arrow_sankaku.png) left center no-repeat;
  padding: 0 0 0 15px;
}
#introduce_pdf .img img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

#disclaimer {
  margin: 0 0 60px;
}
#disclaimer ul {
  list-style-type: disc;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 0 16px;
  padding: 0;
}

#overview {
  margin: 0 0 64px;
}
#overview h3 {
  margin: 0 0 10px;
}
#overview .fig_zoom img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

#download_pdf {
  margin: 0 0 64px;
}
#download_pdf h3 {
  margin: 0 0 10px;
}
#download_pdf .box {
  background-color: #f0f0f0;
  padding: 42px;
}
#download_pdf .box ul li {
  background: url(../img/icon_pdf_mid.png) 0 0 no-repeat;
  padding: 0 0 0 50px;
  min-height: 32px;
  margin-bottom: 40px;
}
#download_pdf .box ul li a {
  color: #30ACC5;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
#download_pdf .box ul li a:hover {
  text-decoration: underline;
}
#download_pdf .box ul li a.zoom_img {
  margin-left: 20px;
}
#download_pdf .box ul li a.zoom_img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#download_pdf .box ul li:last-child {
  margin-bottom: 0;
}

#notes_side_menu {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 0 70px;
  padding: 24px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#notes_side_menu .notes_index {
  font-weight: bold;
  padding-left: 12px;
}
#notes_side_menu a {
  color: #30ACC5;
}
#notes_side_menu a:hover {
  color: #00D9D9;
}
#notes_side_menu ul {
  margin-top: 16px;
  margin-left: 16px;
}
#notes_side_menu ul li {
  background: url(../img/bullet_circle.png) 0 6px no-repeat;
  padding-left: 20px;
  padding-bottom: 16px;
}
#notes_side_menu ul li:last-child {
  padding-bottom: 0;
}

h2.title_daigaku {
  font-family: UD Shin Go Light;
  font-size: 40px;
  font-size: 4rem;
  color: #30ACC5;
  background: url(../img/icon_daigaku.png) 0 0 no-repeat;
  padding-left: 79px;
  min-height: 50px;
  margin: 0 0 50px;
}

h2.title_genkou {
  font-family: UD Shin Go Light;
  font-size: 40px;
  font-size: 4rem;
  color: #30ACC5;
  background: url(../img/icon_genkou.png) 0 0 no-repeat;
  padding-left: 85px;
  min-height: 73px;
  margin: 0 0 50px;
}

h2.title_hougan {
  font-family: UD Shin Go Light;
  font-size: 40px;
  font-size: 4rem;
  color: #30ACC5;
  background: url(../img/icon_houganshi.png) 0 0 no-repeat;
  padding-left: 85px;
  min-height: 70px;
  margin: 0 0 50px;
}

.side_affi {
  margin: 30px 0 0;
}

.pagetop {
  text-align: right;
}
.pagetop a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
}

footer {
  background: url(../../pdfcalendar/img/border_dot.png) repeat-x top;
  padding: 20px 0 100px;
}
footer img {
  display: block;
  margin: 0 auto;
}
footer .mark {
  margin-bottom: 17px;
}
