@charset "UTF-8";
/* CSS Document */

/* fit-sidebar */
.fit-sidebar-fixed{
	margin-top:0!important;
	margin-bottom:0!important;
	position:fixed;
}
.fit-sidebar-blank{
	z-index:0;
	background-color:transparent;
	visibility:hidden;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', 	meiryo, sans-serif;
	font-weight:400;
	font-size:14px;
	background:#FFF;
	line-height:1.8;
}
#wrapper,.container {
	width:100%;
	max-width:1240px;
	margin:0 auto;
	overflow:hidden;
}
#wrapper:after {
	display:block;
	content:'';
	clear:both;
}
#primary, #secondary,#third{
	margin-bottom:30px;
	padding:0 10px;
}
#main {
	margin-bottom:30px;
}
a{
	text-decoration:none!important;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#1b5fcf;
}
a:visited {
	color:#000;
}
a:hover {
	color:#6194e9;
}
p {
	font-size:0.9em;
	line-height:2;
	margin-bottom:1.3em;
}
p.lead{
		font-size:1.1em;
}
#primary section li{
}
.small,.small p {
	font-size:0.8em;
}
.x-small,.x-small p {
	font-size:0.6em;
	color:#555;
	line-height:1.3
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mtb5 {
	margin:5px 0;
}
.mtb10 {
	margin:10px 0;
}
.mtb15 {
	margin:15px 0;
}
.mtb20 {
	margin:20px 0;
}
.mtb30 {
	margin:30px 0;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.hidden-pc {
	display:block;
}
.hidden-sp {
	display:none;
}

/*----------------------------
 img
-----------------------------*/
img {
	max-width:100%;
	height:auto;
	box-shadow:0 0 0 #000;
	vertical-align:bottom;
}
img.thumb {
	margin-bottom:7px;
}
img.imgRound {
	border-radius:50%;
}
img.img-line{
border:1px solid #ddd;
}
a img:hover{
opacity:0.7;
}

/*----------------------------
 header
-----------------------------*/
header{
padding:0 10px;
}

h1.logo, header .logo {
	text-indent:-99999px;
	width:180px;
	height:42px;
	margin:10px 0;
	padding:0;
}
h1.logo a, header .logo a {
	display:block;
	width:180px;
	height:42px;
	background:url(img/logo_yoko.png);
	background-size:cover;
}

/*----------------------------
 子孫リスト
-----------------------------*/
ul.childlist li {
	font-size:1em;
	display:inline-block;
	margin-right:20px;
}
.header-nav-child h3.fukidashi {
	display:none;
}
ul.childlist li a {
	color:#000;
	font-weight:bold;
	position:relative;
}
ul.header-dropdown-list {
	display:none;
	position:absolute;
	top:50px;
	left:20px;
}
ul.header-dropdown-list.active {
	display:block;
}
ul.header-dropdown-list:after {
	display:block;
	content:'';
	clear:both;
}
ul.header-dropdown-list li {
	width:200px;
	float:left;
	margin:10px;
}
/*----------------------------
 main
-----------------------------*/
#primary .inner {
	background:#FFF;
	padding:10px;
	margin-bottom:20px;
}
section {
	margin-bottom:50px;
}
article {
	margin-bottom:40px;
}
div.section {
	margin-bottom:15px;
}
span.category {
	font-size:0.8em;
}
.visual {
	margin-bottom:20px;
}
.meta {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

/*----------------------------
 date
-----------------------------*/
#primary .date {
	font-size:0.8em;
	background:#99CC00;
	border-radius:0 8px 0 8px;
	padding:3px 10px;
	color:#FFF;
	text-align:center;
	display:inline-block;
	margin:0 7px 0 0;
}
#primary .date .year {
	display:block;
}
#primary .date .year:after {
	display:block;
	content:'';
	border-bottom:1px solid #FFF;
}
#primary .date .day {
	display:block;
}

.days{
color:#666;
font-size:0.8em;
text-align:right;
color:#bbb;
}

/*----------------------------
 label
-----------------------------*/
.label {
	background:#ed7b88;
	border-radius:4px;
	padding:3px 6px;
	font-size:0.7em;
	margin:4px 4px 4px 0;
	color:#FFF;
}
.label.tag {
	display:inline-block;
	background:#FFF;
	border-radius:6px;
	border:2px solid #ccc;
	padding:1px 6px;
	font-size:0.75em;
	margin:4px 4px 4px 0;
	color:#888;
}

.label.gray {
	display:inline-block;
	background:#eee;
	border-radius:6px;
	padding:3px 8px;
	font-size:0.8em;
	margin:4px 4px 4px 0;
	color:#FFF;
}
.label.pink {
	display:inline-block;
	background:#ed7b88;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}
.label.darkgray {
	display:inline-block;
	background:#666;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}
.label.blue {
	display:inline-block;
	background:#4584ca;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}
.label.orange {
	display:inline-block;
	background:#f1b602;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}
.label.red {
	display:inline-block;
	background:#dd4b39;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}
.label.sky {
	display:inline-block;
	background:#83c3f3;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}
.label.emerald {
	display:inline-block;
	background:#45caa6;
	border-radius:5px;
	padding:3px 6px;
	font-size:0.75em;
	color:#FFF;
}

/*---------------------
Site Manager
-----------------------*/
.breadcrumbs {
	margin:0 10px 10px 20px;
}
.page_navi, .bread_crumb {
	clear-after: left;
	margin:0;
	padding:0;
	display: inline-block;
}
.page_navi, .breadcrumbs {
	clear: left after;
}
.breadcrumbs {
	font-size:0.8em;
}
.bread_crumb li + li:before {
	margin: 0 3px;
	content: ">";
}
.bread_crumb a {
	color:#D81354;
}
.page_navi li {
	display: inline;
	float:left;
	font-size:11px;
	list-style:none;
	margin:10px 5px 10px 0;
}
.page_navi li a {
	display: inline-block;
	padding:10px;
	border:1px solid #ccc;
}
.page_navi li span {
	font-weight:bold;
	display: inline-block;
	padding:5px 10px;
	border:1px solid #999999;
	background: #999999;
	color:#fff;
}
.page_navi li a:hover {
	background:#eee;
	text-decoration:none;
}
/*----------------------------
 H
-----------------------------*/
h1.entry-title {
	font-size:1.35em;
	margin:0 0 10px;
	line-height:1.6;
}
h2.entry-title {
	font-size:1.2em;
	color:#e49f20;
	text-align:center;
	padding:5px;
	border:2px solid #ccc;
	margin:20px 0;
}
body.single #primary h2 {
	border-top: 3px solid #3cb3e4;
	border-bottom: 3px solid #3cb3e4;
	padding: 0.5em 20px;
	position: relative;
	margin: 30px auto;
	color: #000;
	font-weight: bold;
	font-size:1.3em;
}
body.single #primary h3 {
border: solid 2px #cce4ff;
padding:0.3em 0.5em;
margin:30px 0 10px 0;
color:#4584ca;
}


body.single #primary h4 {
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 1px #96c2fe;
	color: #454545;
	padding:0.3em 0.5em;
	margin:25px 1px 15px 1px;
	font-size:1em;
}
body.category-reference #primary h4,
body.category-column #primary h4 {
	line-height:1.4;
	font-size:0.9em;
	margin:5px 0;
	padding:0;
}
body.single #primary h5 {
	position: relative;
	padding-left: 30px;
	color:#fc9706;
	font-size:1.2em;
	margin-bottom:10px;
}
body.single #primary h5:before, body.single #primary h5:after {
	content: "□";
	position: absolute;
	width:4px;
	height: 4px;
}
body.single #primary h5:before {
	left:0;
	top:-3px;
}
body.single #primary h5:after {
	left: 5.5px;
	top: 3.5px;
}
h2.entry-title {
	position: relative;
	display: block;
	padding:10px 15px;
	width: auto;
	line-height: 34px;
	color: #e67e22;
	text-align: center;
	background: #FFF;
	border: 3px solid #e67e22;
	z-index: 0;
	margin-bottom:20px;
}
h2.entry-title:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #FFF transparent transparent transparent;
	z-index: 0;
}
h2.entry-title:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e67e22 transparent transparent transparent;
	z-index: -1;
}
h2.entry-title a {
	color:#e67e22;
}

h2.relation-title {
	position: relative;
	border-bottom: 4px solid #ccc;
	margin-bottom:20px;
}
h3.archive-title a{
	color:#000;
}

h5{
line-height:1.3;
margin:5px 0;
}

h5.related{
color:#888;
font-weight:normal;
padding:2px;
border:1px solid #ccc;
text-align:center;
}

h6{
font-size:0.95em;
}

h6.loop_title{
font-size:0.9em;
color:#45caa6;
padding-left:0.5em;
}

.postList h3 {
	clear:both;
}
.postList h3 a {
	text-decoration:none;
	color:#000;
}
.postList h3 a:hover {
	color:#999;
}

/*-------------------------
 Border付きBOX
---------------------------*/
.borderBox {
	margin-bottom:20px;
	padding:30px 15px;
	text-align:center;
	border:3px solid #ccc;
}
.borderBox h3{
	font-size:1.4em;
	margin-bottom:30px;
}
.borderBox h4{
	border:none;
	text-decoration:none;
}
a.borderBox h4{
	color:#999;
	text-decoration:none;
}
.borderBox.yGreen{border-color:#99CC00;}
a .borderBox.yGreen h4{color:#99CC00;}

.borderBox.pink{border-color:#ed7b88;}
a .borderBox.pink h4{color:#ed7b88;}


.borderBox.skyBlue{border-color:#83c3f3;}
a .borderBox.skyBlue h4{color:#83c3f3;}


ul.grandChildList {
	list-style:none;
	margin:0;
	padding:0;
}
ul.grandChildList > li {
	transition:all linear 0.2s;
}
ul.grandChildList > li.cat-item {
	padding:10px;
	border:2px solid #ccc;
	margin:10px;
	width:50%;
	float:left;
}
ul.grandChildList > li > div.title {
	display:block;
	color:#2c803a;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-size:1.4em;
}

ul.grandChildList > li div.desc {
	display:none;
}
ul.grandChildList ul.children > li div.desc {
	display:block;
	font-size:0.9em;
	color:#666;
}
ul.grandChildList > li > div.title a {
	pointer-events:none;
}
ul.grandChildList > li > div.title a:link {
	color:#2c803a;
}
ul.grandChildList > li li {
	list-style:none;
}
ul.children li:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
ul.children li .catImg {
	width:10%;
	float:left;
	margin-right:20px;
}
ul.children li .disc {
	width:70%;
	float:left;
	font-size:0.7em;
}

/*---------------------
Site Manager
-----------------------*/
.bread {
	margin-bottom:20px;
}
.page_navi, .bread_crumb {
	clear-after: left;
	margin:0;
	padding:0;
	display: inline-block;
}
.page_navi, .bread_crumb {
	clear: left after;
}
.bread_crumb li {
	float:left;
	font-size:0.8em;
	list-style:none;
}
.bread_crumb li + li:before {
	margin: 0 3px;
	content: ">";
}
.bread_crumb a {
	color:#D81354;
}
.page_navi li {
	display: inline;
	float:left;
	font-size:11px;
	list-style:none;
	margin:10px 5px 10px 0;
}
.page_navi li a {
	display: inline-block;
	padding:10px;
	border:1px solid #ccc;
}
.page_navi li span {
	font-weight:bold;
	display: inline-block;
	padding:5px 10px;
	border:1px solid #999999;
	background: #999999;
	color:#fff;
}
.page_navi li a:hover {
	background:#eee;
	text-decoration:none;
}


/*----------------------------
 sidebar
-----------------------------*/

#secondary .widget,
#secondary .widget_search,
#secondary .widget_text {
	margin-bottom:20px;
}

#secondary .bnr {
	margin-bottom:10px;
}
#secondary .fukidashi {
	position:relative;
	text-align:center;
	color:#FFF;
	font-size:0.9em;
	font-weight:400;
	margin-bottom:20px;
	background:#999999;
}
#secondary .fukidashi a {
	color:#FFF;
	display:block;
}
#secondary .fukidashi span {
	display:block;
	padding:10px 10px;
}
#secondary .fukidashi:after {
	position:absolute;
	left:50%;
	display:block;
	content:'';
	width:0;
	height:0;
	margin-left:-6px;
	border: 6px solid transparent;
	border-top: 6px solid #999999;
}
#secondary .widget.banner {
	text-align:center;
}
#secondary .widget ul li {
	font-size:0.9em;
 color:#666;
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding:7px 0;
}
#secondary .widget h3 a {
	text-decoration:none;
	display:block;
}
#secondary .widget ul li {
	position: relative;
}
#secondary .widget ul li a {
	position: relative;
	text-decoration:none;
	color:#111;
	padding:0 0 0 30px;
	display:block;
}
#secondary .widget ul li a:hover {
	color:#999;
}

#secondary ul.wpp-list {
	list-style:none;
border:1px solid #ddd;
margin-bottom:30px;
}
#secondary ul.wpp-list li {
	padding:10px;
	border-bottom:1px solid #ddd;
}
#secondary .widget ul li:before {
	position: absolute;
	top:10px;
	display:inline-block;
	margin:0 5px;
	content:'';
	width:18px;
	height:18px;
	border-radius:50%;
	background:#FFF;
	border:5px solid #ccc;
}
#secondary .yellow .fukidashi span, #secondary .popular-posts .fukidashi span {
	background:#f1b602;
}
#secondary .yellow .fukidashi:after, #secondary .popular-posts .fukidashi:after {
	border-top: 6px solid #f1b602;
}
#secondary .yellow ul li:before {
	border:5px solid #f1b602;
}
#secondary .orange span {
	background:#ff9107;
}
#secondary .orange .fukidashi:after {
	border-top: 6px solid #ff9107;
}
#secondary .orange ul li:before {
	border:5px solid #ff9107;
}
#secondary .pink span {
	background:#dc5a8b;
}
#secondary .pink .fukidashi:after {
	border-top: 6px solid #dc5a8b;
}
#secondary .pink ul li:before {
	border:5px solid #dc5a8b;
}
#secondary .purple span {
	background:#b76bba;
}
#secondary .purple .fukidashi:after {
	border-top: 6px solid #b76bba;
}
#secondary .purple ul li:before {
	border:5px solid #b76bba;
}
#secondary .fuji span {
	background:#887ec7;
}
#secondary .fuji .fukidashi:after {
	border-top: 6px solid #887ec7;
}
#secondary .fuji ul li:before {
	border:5px solid #887ec7;
}
#secondary .blue span {
	background:#7394de;
}
#secondary .blue .fukidashi:after {
	border-top: 6px solid #7394de;
}
#secondary .blue ul li:before {
	border:5px solid #7394de;
}
#secondary .sky span {
	background:#54badc;
}
#secondary .sky .fukidashi:after {
	border-top: 6px solid #54badc;
}
#secondary .sky ul li:before {
	border:5px solid #54badc;
}
#secondary .green span {
	background:#37c9a5;
}
#secondary .green .fukidashi:after {
	border-top: 6px solid #37c9a5;
}
#secondary .green ul li:before {
	border:5px solid #37c9a5;
}
#secondary .widget img {
	max-width:100%;
	height:auto;
}
/*----------------------------
 footer
-----------------------------*/
footer {
	background:#dedede;
}
footer .inner {
	max-width:1240px;
	margin:0 auto;
	padding:20px 10px;
	font-size:11px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .logo{
	text-align:center;
	padding:20px 10px;
}
footer p{
	padding:10px;
}
footer .copyright{
margin-top:30px;
}

/*----------------------------
 footer nav
-----------------------------*/
footer .inner{
	padding:0;
}
footer ul.menu {
	margin:0;
	padding:0;
	border-top:1px solid #aaa;
}
footer ul.menu:after {
	display:block;
	contet:'';
	clear:both;
}
footer ul.menu li{
	list-style:none;
	display:inline-block;
	width:50%;
	float:left;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
padding:7px 10px;
margin:0;
}
footer ul.menu li a{
	margin:0;
	color:#222;
	display:block;
}

/*----------------------------
 ranking
-----------------------------*/
.frame {
	border:2px dotted #ccc;
	padding:15px;
	margin-bottom:1em;
	margin-left:17px;
}
body.single #primary h4.ranking-title {
	position: relative;
	height: 50px;
	line-height: 1.8;
	padding:0.5em 1em;
	background-color: #f0dd0a;
	margin:0 0 10px -34px;
	box-shadow: none;
	border: none;
}
body.single #primary h4.ranking-title::before,body.single #primary h4.ranking-title::after {
	content: '';
	position: absolute;
}
body.single #primary h4.ranking-title::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #bbae20;
}
body.single #primary h4.ranking-title::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

#fullWidth h4.ranking-title {
	position: relative;
	height: 50px;
	line-height: 1.8;
	padding:0.5em 1em;
	background-color: #83c3f3;
	margin:0 0 10px -34px;
	box-shadow: none;
	border: none;
}
#fullWidth h4.ranking-title::before,body.single #fullwidth h4.ranking-title::after {
	content: '';
	position: absolute;
}
#fullWidth h4.ranking-title::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #5292c2;
}
#fullWidth h4.ranking-title::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}


ul.ranking li {
	list-style:none;
}
ul.ranking li.best1 {
	background:url(img/ranking01.png) no-repeat;
	background-size:60px 48px;
	padding-left:70px;
	min-height:48px;
	padding-top:10px;
}
ul.ranking li.best2 {
	background:url(img/ranking02.png) no-repeat;
	background-size:60px 48px;
	padding-left:70px;
	min-height:48px;
	padding-top:10px;
}
ul.ranking li.best3 {
	background:url(img/ranking03.png) no-repeat;
	background-size:60px 48px;
	padding-left:70px;
	min-height:48px;
	padding-top:10px;
}


/*----------------------------
  勉強法
-----------------------------*/
.box {
	border:2px dashed #ccc;
	padding:15px;
	margin-bottom:1em;
}

.box .title {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	background:#ed7b88;
	border-radius:4px;
	padding:5px;
	margin:10px auto;
}


.box .level {
	position: relative;
	display: block;
	padding:7px 10px;
	width: auto;
	line-height: 34px;
	font-size:1.2em;
	color: #666;
	background: #FFF;
	border-bottom: 3px solid #999;
	z-index: 0;
	margin-bottom:10px;
	text-align:center;
}
.box .level:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #FFF transparent transparent transparent;
	z-index: 0;
}
.box .level:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #999 transparent transparent transparent;
	z-index: -1;
}

.box .type {
	display:inline-block;
	text-align:center;
	font-size:1.1em;
	color:#45caa6;
	padding:5px 30px;
	margin:10px auto;
	border:3px solid #45caa6;
	border-radius:24px;
	text-align:center;
}

.box .booktitle {
	font-size:1em;
	font-weight:bold;
	color:#ed7b88;
	border-bottom:1px dashed #ed7b88;
	padding:3px 0;
	margin-bottom:7px;
}
.box .booktitle span.label{
	font-size:0.6em;
	font-weight:normal;
	background:#999;
}

ul.booklist {
margin:20px 0;
}

ul.booklist:after {
display:block;
content:'';
clear:both;
}

ul.booklist li{
list-style:none;
width:48%;
margin:10px 1%;
float:left;
}

@media(min-width:481px){
ul.booklist li{
width:31%;
margin:10px 1%;
}
}

@media(max-width:480px){
.box img{
max-width:180px;
display:block;
margin:10px auto;
}
}


@media(min-width:641px){
ul.booklist li{
width:23%;
margin:10px 1%;
}
}

@media(min-width:769px){
ul.booklist li{
width:18%;
margin:10px 1%;
}
}

@media(min-width:961px){
ul.booklist li{
width:14.6%;
margin:10px 1%;
}
}

/*----------------------------
 pagenav
-----------------------------*/
.pagenav {
	margin-top:30px;
	position:relative;
	width:100%;
}
.pagenav:after {
	display:block;
	content:'';
	clear:both;
}
.pagenav div a {
	display:inline-block;
	padding:4px 20px;
	font-size:0.8em;
	color:#000;
	border:1px solid #ccc;
	text-decoration:none;
}
.pagenav div a:hover {
	background:#f5f5f5;
}
.pagenav .pagenav-left, .pagenav .pagenav-right, .pagenav .pagenav-center {
	width:33.3333%;
}
.pagenav .pagenav-left {
	float:left;
	text-align:left;
}
.pagenav .pagenav-center {
	text-align:center;
	float:left;
}
.pagenav .pagenav-right {
	float:left;
	text-align:right;
}

/*----------------------------
 mokuji
-----------------------------*/
.mokuji {
padding:20px;
border-top:1px solid #aaa;
border-bottom:1px solid #aaa;
margin:40px auto;
}
.mokuji ul{
margin-left:2em;
}



/*----------------------------
 popular Posts
-----------------------------*/
a.wpp-post-title {
	display:block;
	font-size:0.9em;
	font-weight:bold;
}
.wpp-views, .wpp-category, .wpp-date {
	font-size:0.8em;
}
/*-------------------
  table
--------------------*/
table.university {
	font-size:0.9em;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.university th {
	width:15%;
	border:1px solid #ccc;
	padding:5px;
}
table.university td {
	border:1px solid #ccc;
	padding:5px;
}
table.table-bordered{
	border-collapse:collapse;
	margin-bottom:10px;
	border:1px solid #aaa;
}
table.table-bordered th,
table.table-bordered td{
	border:1px solid #ccc;
	padding:5px;
	text-align:left;
	margin:20px auto;
}

/*----------------------------
 button
-----------------------------*/
a.button,input.button{
	display:inline-block;
	background:#FC0;
	padding:10px 50px;
	text-align:center;
	font-weight:bold;
	margin:20px auto;
	border-radius:10px;
}

a.borderButton{
	display:block;
	padding:10px;
	text-align:center;
	font-weight:bold;
	margin:10px auto;
	border:4px solid #FC0;
	color:#000;
}
a.borderButton:hover{
	background:#FC0;
}

/*----------------------------
 share button
-----------------------------*/
body.home .supsystic-social-sharing, body.archive .supsystic-social-sharing {
	display:none!important;
}
div.excerpt .supsystic-social-sharing{
	display:none!important;
}

/*----------------------------
 入試データ
-----------------------------*/
.section h6.trigger{
cursor:pointer;
border-bottom:1px dotted #aaa;
margin-bottom:10px;
}

.section h6.trigger span{
color:#999;
float:right;
font-size:0.9em
}

.section .panel{
display:none;
}

/*----------------------------
 独学可能度
-----------------------------*/
table.self{
	width:100%;
	border:2px solid #ccc;
	margin-bottom:30px;
}

table.self th{
	width:25%;
}

td.star{
width:6em;
}

span.star{
position:relative;
width:6em;
}

span.star:before{
position:absolute;
top:0.4em;
display:block;
content:'★★★★★';
color:#999;
}

span.star1:after{
position:absolute;
top:0.4em;
display:block;
content:'★';
color:#ffcc00;
}

span.star2:after{
position:absolute;
top:0.4em;
display:block;
content:'★★';
color:#ffcc00;
}

span.star3:after{
position:absolute;
top:0.4em;
display:block;
content:'★★★';
color:#ffcc00;
}

span.star4:after{
position:absolute;
top:0.4em;
display:block;
content:'★★★★';
color:#ffcc00;
}

span.star5:after{
position:absolute;
top:0.4em;
display:block;
content:'★★★★★';
color:#ffcc00;
}

/*--------------------------------------
 grid（２列並びのグリッド、masonryスタイル）
----------------------------------------*/
.grid-item {
	width:48%;
	margin:0 1%;
	margin-bottom:20px;
	background:#FFF;
	border-bottom:1px solid #ccc;
}
.grid p {
	font-size:0.8em;
}
.grid a {
	color:#000;
}
.grid a:hover {
	color:#999;
}
.grid h4 {
	display:inline-block;
	color:#000;
	font-size:0.8em;
	padding:3px;
}


/*----------------------------
 関連記事
-----------------------------*/
.relationList li{
	display:block;
	list-style:none;
	float:left;
font-size:0.9em;
margin-right:1%;
}

/*----------------------------
 レベル別参考書
-----------------------------*/
body.single-books #primary section p,
body.single-books #primary .mokuji{
font-size:0.9em;
}
body.single-books #primary ul.list li{
font-size:0.9em;
padding:3px 0;
border-bottom:1px dotted #ccc;
}
body.single-books #primary ul.list li span.label{
margin-right:10px;
}


/*----------------------------
 page
-----------------------------*/

.row {
	margin-right:-1em;
	margin-left:-1em;
}
.row:after {
	display:block;
	content:'';
	clear:both;
}
.columns {
	width:100%;
	position: relative;
	min-height: 1px;
	float:left;
	padding-left:1em;
	padding-right:1em;
	transition:all linear 0.3s;
}
.row.list {
	margin-right:-0.5em;
	margin-left:-0.5em;
}
.row.list .columns {
	padding-left:0.5em;
	padding-right:0.5em;
	margin-bottom:1em;
}
.columns.large-centered,
.columns.medium-centered,
.columns.small-centered{
	margin:0 auto;
	float:none!important;
}
.small-12 {
	width: 100%;
}
.small-11 {
	width: 91.66666667%;
}
.small-10 {
	width: 83.33333333%;
}
.small-9 {
	width: 75%;
}
.small-8 {
	width: 66.66666667%;
}
.small-7 {
	width: 58.33333333%;
}
.small-6 {
	width: 50%;
}
.small-5 {
	width: 41.66666667%;
}
.small-4 {
	width: 33.33333333%;
}
.small-3 {
	width: 25%;
}
.small-2 {
	width: 16.66666667%;
}
.small-1 {
	width: 8.33333333%;
}

.hidden-for-pc{
	display:block;
}

.hidden-for-sp{
	display:none;
}


@media only screen and (min-width : 761px) {
body {
	background:#FFF;
	font-size:17px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ明朝 ProN W3", "メイリオ", Meiryo, sans-serif;
}
.hidden-pc {
	display:none;
}
.hidden-sp {
	display:block;
}
h1.logo, header .logo {
	width:240px;
	height:56px;
}
h1.logo a, header .logo a {
	width:240px;
	height:56px;
}
nav {
	background:#FFF;
	height:60px;
}
#wrapper {
	margin-top:10px;
}
#primary {
	width:71.69%;
	float:left;
	margin-right:2%;
	background:#FFF;
}
#secondary {
	float:left;
	width:26.31%
}
#primary .inner {
	background:#FFF;
	padding:0 20px 0 0;
	margin-bottom:20px;
}
.widget .inner {
	padding:15px;
	background:#FFF;
}
#primary .widget .inner {
	padding:0px!important;
	margin-bottom:0px;
}
#primary .widget .inner h3 {
	min-height:68px;
	margin-bottom:20px;
}
#primary .widget .inner h3 span {
	display:block;
	min-height:68px;
	padding-top:1em;
	background:url(img/bg_h.png) no-repeat right bottom;
}
.visual img {
	width:100%;
}
.fukidashi {
	font-size:0.8em;
}
#primary .widget .inner h3.fukidashi {
	font-size:1.3em;
}
.widget ul li {
	font-size:0.8em;
}

/*----------------------------
 H
-----------------------------*/
h1.entry-title {
	font-size:1.8em;
	margin:0 0 30px;
}
/*----------------------------
 bread
-----------------------------*/
#bread {
	font-size:0.8em;
	margin:0 0 20px;
}
#bread ul li:before {
	margin:0 15px;
}


/*----------------------------
 linkPage
-----------------------------*/
ul.linkPage{
display:inline-block;
margin:20px auto;
text-align:center;
}

ul.linkPage li{
display:inline-block;
float:none;
padding:4px 14px;
border:1px solid #ccc;
background:liner-gradient(top,#fff,#e8e8e8);
background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#e8e8e8));
}

/*----------------------------
 footer
-----------------------------*/
footer{
	padding:0 0 15px 0;
}
footer .inner{
	padding:60px 0 0 0;
}
footer ul.menu {
	border-top:none;
}
footer .logo {
	text-align:left;
}

footer ul.menu li{
	width:33.33333%;
	float:left;
		border:none;
padding:2px 0;
margin:0;
}
footer ul.menu li a{
	color:#222;
}

/*----------------------------
 grid
-----------------------------*/
.col {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}

.grid-item {
	width:23%;
	margin:10px 1%;
}

.medium-12 {
	width: 100%;
}
.medium-11 {
	width: 91.66666667%;
}
.medium-10 {
	width: 83.33333333%;
}
.medium-9 {
	width: 75%;
}
.medium-8 {
	width: 66.66666667%;
}
.medium-7 {
	width: 58.33333333%;
}
.medium-6 {
	width: 50%;
}
.medium-5 {
	width: 41.66666667%;
}
.medium-4 {
	width: 33.33333333%;
}
.medium-3 {
	width: 25%;
}
.medium-2 {
	width: 16.66666667%;
}
.medium-1 {
	width: 8.33333333%;
}
}
@media (min-width: 992px) {
.large-12 {
	width: 100%;
}
.large-11 {
	width: 91.66666667%;
}
.large-10 {
	width: 83.33333333%;
}
.large-9 {
	width: 75%;
}
.large-8 {
	width: 66.66666667%;
}
.large-7 {
	width: 58.33333333%;
}
.large-6 {
	width: 50%;
}
.large-5 {
	width: 41.66666667%;
}
.large-4 {
	width: 33.33333333%;
}
.large-3 {
	width: 25%;
}
.large-2 {
	width: 16.66666667%;
}
.large-1 {
	width: 8.33333333%;
}

/*----------------------------
 関連記事
-----------------------------*/
.relationList li{
	list-style:none;
	width:48%;
	float:left;
font-size:0.9em;
margin-right:1%;
}

}
@media (min-width: 1200px) {
header{
padding:0;
}

}
 @media (min-width: 1400px) {
.xlarge-24 {
	width: 100%;
}
.xlarge-12 {
	width: 50%;
}
.xlarge-11 {
	width: 45.83333333%;
}
.xlarge-10 {
	width: 41.66666666%;
}
.xlarge-9 {
	width: 37.19999999%;
}
.xlarge-8 {
	width: 33.33333333%;
}
.xlarge-7 {
	width: 29.16666666%;
}
.xlarge-6 {
	width: 25%;
}
.xlarge-5 {
	width: 20.83333333%;
}
.xlarge-4 {
	width: 16.66666666%;
}
.xlarge-3 {
	width: 12.5%;
}
.xlarge-2 {
	width: 8.333333333%;
}
.xlarge-1 {
	width: 4.166666666%;
}
}

/*---------------------
マーカーカラー
-----------------------*/
.pen{
background:#ccc;
padding:3px 0;
}
.half{
  background: linear-gradient(transparent 60%, #ccc 0%);
}

.pen.yellow{background:#fdf515;}
.pen.green{background:#bdfb51;}
.pen.pink{background:#fea6c5;}
.pen.orange{background:#faa723;}
.pen.blue{background:#64bdfc;}

.half.yellow{background: linear-gradient(transparent 60%, #fdf515 0%);}
.half.green{background: linear-gradient(transparent 60%, #bdfb51 0%);}
.half.pink{background: linear-gradient(transparent 60%, #fea6c5 0%);}
.half.orange{background: linear-gradient(transparent 60%, #faa723 0%);}
.half.blue{background: linear-gradient(transparent 60%, #64bdfc 0%);}

/*-------------------
  form
--------------------*/
input,select,textarea{
border:1px solid #ccc;
padding:5px;
font-size:0.9em;
line-height:1.4;
}

span.require{
font-size:0.8em;
color:#FFF;
background:red;
padding:1px 8px;
border-radius:4px;
}

.scrollArea{
	height:180px;
	overflow:auto;
	font-size:0.8em;
	border:1px solid #ccc;
	margin:20px auto;
	padding:10px;
}

/*-------------------
  table
--------------------*/
table.table th,
table.table td{
border-bottom:1px solid #ccc;
padding:10px 5px;
font-size:0.9em;
line-height:1.4;
}

table.table.submit th,
table.table.submit td{
padding:10px 15px;
}

table.table.submit th{
text-align:left;
}


/*-------------------
  WP basic
--------------------*/
.alignleft {
display: inline;
float: left;
}

.alignright {
display: inline;
float: right;
}

.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1em 1em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}

/*Searchform*/
.searchform {
position:relative;
margin:15px 0 0 0;
}
.searchform label{display: none;}
.searchform input[type="text"]{
	width: 80%;
	padding: 0 30px 0 10px;
background:#e4e4e4;
color:#222;
height: 32px;
border:none;
font-size:0.8em;
border-radius:18px 0 0 18px;
	}
.searchform input[type="submit"]{
position:absolute;
	width: 20%;
	height: 32px;
right:0;
	padding: 0;
background:#f1b602;
border-radius:0 18px 18px 0;
border:none;
	}
.searchform input[type="submit"]:hover{
	filter: alpha(opacity=80); /* マウスホバーでちょっと薄くする */
	-moz-opacity: 0.80;
	opacity: 0.80;
}

hr.clear{
clear:both;
height:1px;
background:#ccc;
border:none;
margin:10px 0;
}

/*---------------------
 著者データ
-----------------------*/
.person{
background:#e9e9e9;
padding:20px;
font-size:0.9em;
}

/*---------------------
 コメントエリア
-----------------------*/
#comment_area {
	padding:20px;
	margin-bottom:20px;
	background:#f4f4f4;
}

#comment_area input,
#comment_area textarea{
	background:#FFF;
	border-radius:4px;
}

body.single #primary #comment_area h3{
	border:none;
	border-bottom:dashed 2px #4584ca;
	color:#4584ca;
	margin-top:0;
	padding:0 0 5px 0;
}

textarea#comment{
	width:100%;
}


/*---------
 pagetop
------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: rgba(240,158,29,0.8);
    text-decoration: none;
    color: #fff;
    width: 60px;
	height: 60px;
	padding-top:35%;
    text-align: center;
    display: block;
    border-radius: 50%;
	cursor:pointer;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(240,158,29,0.4);
}

/*---------------------
.wp-pagenavi
-----------------------*/
.wp-pagenavi{
	margin-top:5px;
	clear:both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	font-size:0.8em;
	border: 1px solid #ccc;
	padding: 7px 12px;
	margin: 2px;
	color:#666;
}
.wp-pagenavi span.current {
	background:#ccc;
	border: 1px solid #ccc;
}

@media(max-width:760px){
#secondary{
clear:both;
}
.relationList li img{
width:100px!important;
}
}
@media(max-width:992px){
.relationList li img{
width:120px!important;
}
}