@charset "utf-8";
/*
Theme Name: NGSD
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

body {
	text-align: center;
	font-family: Helvetica, sans-serif;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #ff6f00;
}
a:hover { text-decoration: underline; }

/* wrapper */

#wrapper {
	background: url('images/bg_00.gif') repeat-x #fff9d8;
	border-bottom: 4px solid #e55800;
}

/* header */

header .top {
	padding: 14px 0;
	background: #fff;
	height: 33px;
}
header .top .inner {
	text-align: right;
	margin: 0 auto;
	width: 1000px;
}
header .top .inner ul {
	position: relative;
	z-index: 10;
	font-size: 11px;
	margin-left: 10px;
	text-align: left;
	display: inline-block;
}
header .top .inner ul li:before {
	content: url('images/icon_00.png');
	margin-left: 0.25em;
}
header .top .inner img {
	position: relative;
	z-index: 10;
	display: inline;
	margin-left: 10px;
}
header .top .inner a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
header .bottom {
	clear: both;
	position: relative;
	margin: -40px auto 0 auto;
	width: 1000px;
	background: url('images/bg_04.png') no-repeat;
	height: 135px;
}
header .bottom h1 {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 140px;
}
header .bottom h1:before {
	margin-right: 0.5em;
	content: '■';
}
header .bottom .logo {
	position: absolute;
	top: 45px;
	left: 160px;
}
.home header .bottom {
	clear: both;
	position: relative;
	margin: -35px auto 0 auto;
	width: 1000px;
	background: url('images/bg_00.png') no-repeat;
	height: 335px;
}
.home header .bottom h1 {
	font-size: 14px;
	position: absolute;
	top: 58px;
	left: 440px;
}
.home header .bottom .logo {
	position: absolute;
	top: 80px;
	left: 425px;
}

/* nav */

nav {
	background: url('images/bg_01.png') no-repeat;
	clear: both;
	height: 75px;
	width: 1007px;
	margin: -35px auto 15px auto;
	position: relative;
	z-index: 10;
}
nav .inner { padding: 3px; }
nav .inner .navi {
	float: left;
	display: block;
	position: relative;
}
nav .inner .navi .sub {
	background: url('images/bg_02.png') repeat;
	padding: 6px 3px 3px 3px;
	position: absolute;
}
nav .navi .sub .navibox2 li {
	display: block;
	margin: 0 auto;
	width: 160px;
}
nav .navi .sub .navibox5 li {
	display: block;
	margin: 0 auto;
	width: 200px;
}
nav .navi .sub .navibox7 li {
	display: block;
	margin: 0 auto;
	width: 129px;
}
nav .navi .sub ul li a {
	position: relative;
	display: block;
}
.submenu {
	width: 1000px;
	margin: -10px auto 0 auto;
	text-align: left;
}
.submenu ul {
	font-size: 0;
	line-height: 2.5;
}
.submenu ul li {
	font-size: 12px;
	display: inline-block;
	margin-right: 2px;
}
.submenu ul li:last-child { margin-right: 0; }
.submenu ul li a {
	-moz-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #fff;
	color: #000;
	text-decoration: none;
	width: 123px;
	display: block;
	text-align: center;
	height: 50px;
}
.submenu ul .page-item-13 a, .submenu ul .page-item-19 a { width: 160px; }
.submenu ul li a:hover, .submenu ul .current_page_item a {
	background: url('images/bg_02.gif') repeat;
	color: #fff;
}

/* column */

#column_single, #column_double {
	text-align: left;
	width: 1000px;
	background: #fff;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
}
.page-id-13 #column_double, .page-id-19 #column_double, .page-id-21 #column_double, .page-id-23 #column_double, .page-id-25 #column_double, .page-id-27 #column_double, .page-id-29 #column_double, .page-id-31 #column_double, .page-id-33 #column_double, .page-id-310 #column_double {
	position: relative;
	margin: -20px auto 0 auto;
}
#column_single article { margin: 0 30px; }
#column_double article {
	width: 650px;
	margin-right: 30px;
	float: right;
}
#column_double aside {
	width: 258px;
	margin-left: 30px;
	float: left;
}

/* aside */

aside .banner { margin-bottom: 10px; }
aside a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
aside .link {
	border: 2px solid #ffd895;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
aside .link h2 {
	background: url('images/bg_03.png') no-repeat;
	margin: -8px -8px 10px -8px;
	padding-left: 10px;
	height: 37px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
aside .link ul {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
aside .link ul li:before {
	content: url('images/icon_00.png');
	margin-right: 0.5em;
}
aside .link .section {
	background: #efefef;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
aside .link .section:last-child { margin-bottom: 0; }
aside .link .section h3 {
	background: url('images/bg_02.gif') repeat;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 3px 6px;
	margin: -5px -5px 5px -5px;
}
aside .link .section h4 {
	color: #e55800;
	font-size: 12px;
	height: 1.5em;
	margin-bottom: 5px;
}
aside .link .section h4:before {
	content: url('images/icon_00.png');
	margin-right: 0.5em;
}
aside .link .section h4 span {
	font-size: 11px;
	display: block;
	float: right;
}
aside .link .section h4 span a {
	padding: 2px 0.5em;
	background: #fff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	box-shadow: -1px -1px 0 rgba(0,0,0,0.3) inset;
	-moz-box-shadow: -1px -1px 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: -1px -1px 0 rgba(0,0,0,0.3) inset;
	-o-box-shadow: -1px -1px 0 rgba(0,0,0,0.3) inset;
	-ms-box-shadow: -1px -1px 0 rgba(0,0,0,0.3) inset;
}
aside .link .section h4 span a:before {
	content: url('images/icon_00.gif');
	margin-right: 0.5em;
}
aside .link .section h4 span a:hover {
	text-decoration: none;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.3) inset;
	-o-box-shadow: 1px 1px 0 rgba(0,0,0,0.3) inset;
	-ms-box-shadow: 1px 1px 0 rgba(0,0,0,0.3) inset;
}
aside .link .section ul {
	list-style: disc;
	font-size: 12px;
	margin-left: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
}
aside .link .section ul li:before {
	content: none;
	margin-right: 0;
}
aside .link .section .button {
	line-height: 17px;
	font-size: 12px;
	height: 17px;
}
aside .link .section .button a {
	display: block;
	padding: 0 0.5em;
	color: #fff;
	float: right;
	background: url('images/bg_01.gif') no-repeat 50% 0;
	box-shadow: -1px -1px 0 #333 inset;
	-moz-box-shadow: -1px -1px 0 #333 inset;
	-webkit-box-shadow: -1px -1px 0 #333 inset;
	-o-box-shadow: -1px -1px 0 #333 inset;
	-ms-box-shadow: -1px -1px 0 #333 inset;
}
aside .link .section .button a:before {
	content: url('images/icon_01.gif');
	margin-right: 0.5em;
}
aside .link .section .button a:hover {
	text-decoration: none;
	box-shadow: 1px 1px 0 #333 inset;
	-moz-box-shadow: 1px 1px 0 #333 inset;
	-webkit-box-shadow: 1px 1px 0 #333 inset;
	-o-box-shadow: 1px 1px 0 #333 inset;
	-ms-box-shadow: 1px 1px 0 #333 inset;
}

/* footer */

#footermenu {
	clear: both;
	text-align: center;
	margin: 0 20px;
	padding-bottom: 10px;
}
#footermenu ul { font-size: 0; }
#footermenu ul li {
	font-size: 13px;
	display: inline-block;
}
#footermenu ul li a {
	color: #757575;
	padding: 0 0.5em;
	height: 1em;
	border-left: 1px solid #757575;
}
#footermenu ul li:last-child a { border-right: 1px solid #757575; }
footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
footer .inner { padding: 15px 100px 15px 0; }
footer .inner .logo { margin-bottom: 10px; }
footer .inner .bottom {
	border-top: 1px dotted #666;
	padding: 10px 0 20px 0;
}
footer .inner .bottom h2 {
	font-size: 16px;
	float: left;
}
footer .inner .bottom .right {
	margin-left: 60px;
	padding-left: 10px;
	border-left: 4px solid #585858;
	/* background: url('images/pic_01.png') no-repeat 100% 0;  */
	position: relative;
}
footer .inner .bottom .right address {
	font-size: 13px;
	line-height: 1;
}
footer .inner .bottom .right a img {
	position: absolute;
	bottom: -25px;
	right: 10px;
}
footer .inner .bottom .right2 {
	float:right;
}

footer a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#page-top {
	font-weight: bold;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: rgba(0,0,0,0.2);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 40px 0;
	text-align: center;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background: #333;
	box-shadow: 0px 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0 4px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0 4px rgba(0,0,0,0.2);
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* sticky */

#sticky {
	margin: 0 30px 1.5em 30px;
	border-left: 0.3em solid #ffd700;
	background: #ffffe0;
	-moz-box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
	padding: 0.5em 1em;
	color: #333;
	letter-spacing: .05em;
}
#sticky p {
	font-size: 0.875em;
}

/* bread */

#bread {
	margin: -10px 0 20px 0;
	padding: 0 30px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
#bread ul {
	color: #999;
	font-size: 12px;
	line-height: 2;
}
#bread ul li { display: inline; }
#bread ul li:after {
	content: '»';
	margin: 0 0.75em;
}
#bread ul .none:after {
	content: none;
	margin-right: 0;
}

/* about */

#about {
	margin: 0 0 40px 30px;
	position: relative;
	background: url('images/bg_05.png') no-repeat 50% 100%;
	height: 540px;
}
#about .head { margin: -7px 0 15px -30px; }
#about p {
	font-size: 16px;
	margin-bottom: 10px;
}
#about p strong {
	color: #e55800;
	font-weight: bold;
}
#about a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#about ul li { position: absolute; }
#about ul li a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#about ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#about ul .sapporo { top: 175px; right: 30px; }
#about ul .tokyo { top: 335px; right: 5px; }
#about ul .chiba { top: 380px; right: 60px; }
#about ul .shindai { top: 325px; right: 200px; }
#about ul .kyoto { top: 380px; left: 205px; }
#about ul .tottori { top: 330px; left: 160px; }

/* message */

#message { margin: 0 0 40px 30px; }
#message h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#message h2:before {
	content: '■';
	margin-right: 5px;
}
#message a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/* banner */

article .banner {
	margin-bottom: 30px;
	font-size: 0;
}
article .banner img {
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
article .banner a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/* recent */

#recent {
	float: left;
	width: 320px;
	margin-left: 30px;
	border: 1px solid #cacaca;
}
#recent h2 {
	background: url('images/bg_07.png') no-repeat;
	margin: 5px 5px 10px 5px;
	color: #fff;
	line-height: 30px;
	height: 35px;
	padding: 0 10px;
	text-transform: uppercase;
}
#recent h2:before {
	content: '■';
	margin-right: 5px;
}
#recent dl { margin: 0 10px; }
#recent dl dt {
	border: 1px solid #cacaca;
	background: #ffeac8;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	padding-right: 5px;
}
#recent dl dt span {
	float: left;
	text-align: center;
	width: 120px;
	background: #e55800;
	color: #fff;
}
#recent dl dt.category-report { background: #ddefbe; }
#recent dl dt.category-report span { background: #26801a; }
#recent dl dt.category-schedule { background: #d3e2ea; }
#recent dl dt.category-schedule span { background: #0066b4; }
#recent dl dd {
	padding: 5px 0;
	font-size: 14px;
	border-bottom: 1px dotted #818181;
	margin-bottom: 10px;
}
#recent dl dd:last-child { border-bottom: 0; }
#recent dl dd sup {
	color: #f00;
	vertical-align: super;
	font-weight: bold;
	font-size: 7px;
}
#recent dl dd.category-report a { color: #26801a; }
#recent dl dd.category-schedule a { color: #0066b4; }
#recent .more {
	border-top: 1px dotted #818181;
	padding-top: 1px;
	text-align: right;
}
#recent ul {
	font-size: 14px;
	background: #dbdbdb;
	padding: 5px 5px 0 5px;
}
#recent ul li {
	display: inline;
	margin-left: 1em;
}
#recent ul li a { color: #595757; }
#recent ul .rss:before {
	content: url('images/icon_01.png');
	margin-right: 5px;
}
#recent ul .list:before {
	content: url('images/icon_02.png');
	margin-right: 5px;
}

/* pickup */

#pickup {
	float: right;
	width: 285px;
	border: 1px solid #cacaca;
}
#pickup h2 {
	background: url('images/bg_06.png') no-repeat;
	margin: 5px 5px 10px 5px;
	color: #fff;
	line-height: 30px;
	height: 35px;
	padding: 0 10px;
	text-transform: uppercase;
}
#pickup h2:before {
	content: '■';
	margin-right: 5px;
}
#pickup ul { margin: 0 5px; }
#pickup ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/* contact */

.contact { margin: 0 0 50px 15px; }
.contact p {
	font-size: 13px;
	margin-bottom: 30px;
}

/* title */

#title {
	background-image: url('images/bg_04.gif'), url('images/bg_05.gif');
	background-repeat: repeat-y, repeat;
	background-position: 541px 0, 0 0;
	margin-bottom: 40px;
	padding: 0.1em 0.75em;
	border: 2px solid #fff;
	font-size: 24px;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0 5px rgba(0,0,0,0.3);
}
#title h2 {
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.substitute { margin: -7px 0 40px 0; }
.college_title { margin: 0 0 40px -17px; }

/* date */

#date {
	margin: -35px 0 40px 0;
	text-align: right;
	color: #999;
	font-size: 18px;
}

/* transfer */

#transfer {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
#transfer a { font-size: 24px; }

/* ability */

#ability {
	border-top: 1px solid #ca1f4a;
	padding-top: 5px;
	margin-bottom: 10px;
}
#ability ul {
	font-size: 13px;
	color: #999;
}
#ability ul li {
	display: inline;
	margin-right: 1em;
}

/* trackback */

#trackback { margin-bottom: 40px; }
#trackback h3 {
	font-size: 13px;
	font-weight: normal;
	color: #999;
	display: inline;
}

/* navigation */

#navi_single {
	text-align: center;
	font-size: 14px;
	height: 1.5em;
}
#navi_single .next { float: left; }
#navi_single .prev { float: right; }

/*-----------------------------------------------------
	archive
------------------------------------------------------*/

.archives { margin: 0 0 20px 30px; }
.archives .post {
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd 0%, #ffffff 20%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(20%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ddd 0%,#ffffff 20%,#ffffff 100%);
	background: -o-linear-gradient(top, #ddd 0%,#ffffff 20%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ddd 0%,#ffffff 20%,#ffffff 100%);
	background: linear-gradient(to bottom, #ddd 0%,#ffffff 20%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#ffffff',GradientType=0 );
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #ccc;
}
.archives .post:hover { border: 1px solid #e55800; }
.archives .post:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 10px;
	background: url('images/bg_11.png') no-repeat;
}
.archives .post .title {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.archives .post .title h3 {
	border-left: 3px solid #e55800;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
}
.archives .post .title ul {
	border-left: 3px solid #e55800;
	font-size: 12px;
	padding-left: 15px;
}
.archives .post .title ul li {
	display: inline;
	margin-right: 1em;
}
.archives .post a img {
	float: left;
	width: 75px;
	height: auto;
	margin-right: 20px;
	border: 3px solid #ccc;
}
.archives .post a:hover img { border: 3px solid #e55800; }
.archives .post .excerpt { margin-bottom: 5px; }
.archives .post .excerpt p {
	font-size: 14px;
	height: 1.5em;
	overflow: hidden;
}
.archives .post .more {
	clear: both;
	text-align: right;
}
.archives .post .more ul { font-size: 14px; }

/* navigation */

#navi_archive { text-align: center; }
#navi_archive .page-numbers {
	font-size: 24px;
	font-weight: bold;
	margin: 0 2px;
}
#navi_archive .current { font-size: 36px; }
#navi_archive .next {
	font-size: 14px;
	padding-left: 1em;
	font-weight: normal;
	margin: 0;
}
#navi_archive .prev {
	font-size: 14px;
	padding-right: 1em;
	font-weight: normal;
	margin: 0;
}

/*-----------------------------------------------------
	section
------------------------------------------------------*/

.home article section {
	line-height: 1.75;
	margin-bottom: 3em;
}
.home article section p {
	font-size: 1em;
	margin-bottom: 0.5em;
}
.home article section .more {
	line-height: 1.5;
	text-align: center;
	font-family: 'UD新ゴ R';
}
.home article section .more a {
	display: inline-block;
	margin: 0 auto;
	background: #e55800;
	color: #fff;
	padding: 0.5em 2em;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.home article section .more a:hover {
	text-decoration: none;
	background: #e96e00;
}
.home article section .more a:after {
	font-family: "dashicons";
	content: "\f491";
	vertical-align: middle;
}

/* finished */

.home article section#finished {
	border: 2px solid #e55800;
	padding: 1em 2em;
}

/*-----------------------------------------------------
	entry
------------------------------------------------------*/

/* default */

.entry {
	text-align: left;
	line-height: 1.75;
	font-size: 15px;
	margin: 0 0 50px 45px;
}
.entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 10px;
	font-weight: bold;
}
.entry h3 {
	clear: both;
	font-size: 18px;
	line-height: 30px;
	height: 36px;
	color: #fff;
	background: url('images/bg_08.png') no-repeat;
	margin-left: -25px;
	padding: 0 0.5em;
	margin-bottom: 30px;
}
.entry h3:before {
	content: '■';
	margin-right: 0.5em;
}
.entry h4 {
	clear: both;
	color: #e55800;
	font-size: 16px;
	margin-left: -1.5em;
}
.entry h4:before {
	content: '■';
	margin-right: 0.5em;
}
.entry h4 .small {
	color: #000;
	margin-right: 0.5em;
	font-size: 16px;
	font-weight: normal;
}
.entry h5 { font-size: 14px; }
.entry h6 { font-size: 15px; }
.entry p, .entry address { margin-bottom: 20px; }
.entry ul { list-style: disc; }
.entry ol { list-style: decimal; }
.entry ul, .entry ol { margin: 0 0 20px 1.5em; }
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul { margin-bottom: 0; }
.entry dl { margin-bottom: 20px; }
.entry dl dt { font-weight: bold; }
.entry table { margin-bottom: 20px; }
.entry table caption { padding: 0.25em 0.5em; }
.entry table th {
	font-weight: bold;
	border: 1px solid #000;
	padding: 0.25em 0.5em;
}
.entry table td {
	border: 1px solid #000;
	padding: 0.25em 0.5em;
}
.entry strong { font-weight: bold; }
.entry em { font-style: italic; }
.entry strong { font-weight: bold; }
.entry a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.entry blockquote {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
.entry blockquote p {
	margin-bottom: 0;
	font-family: serif;
}
.entry blockquote p:before {
	font-size: 400%;
	line-height: 1;
	height: 0.5em;
	color: #999;
	font-family: sans-serif;
	font-weight: bold;
	content: '“';
	display: block;
}

/*-----------------------------------------------------
	custom
------------------------------------------------------*/

/* greeting_c */

.entry .greeting_c { margin-bottom: 2em; }
.entry .greeting_c h3 {
	margin-bottom: 1em;
	font-weight: normal;
	clear: none;
	font-size: 2em;
	font-family: "新ゴ M";
	line-height: normal;
	height: auto;
	color: #e55800;
	background: none;
	margin-left: 0;
	padding: 0;
}
.entry .greeting_c h3:before {
	content: none;
	margin-right: 0;
}

/* greeting_b */

.entry .greeting_b {
	margin-bottom: 2em;
	display: table;
}
.entry .greeting_b .block {
	display: table-cell;
	text-align: left;
	padding: 0 1em;
}
.entry .greeting_b .block h4 {
	margin-bottom: 0;
	font-weight: normal;
	clear: none;
	color: #000;
	font-size: 0.85em;
	margin-left: 0;
}
.entry .greeting_b .block h4 strong { font-size: 1.25em; }
.entry .greeting_b .block h4:before {
	content: none;
	margin-right: 0;
}
.entry .greeting_b .block p { font-size: 0.85em; }

/* intensive_a */

.entry .intensive_a { margin-bottom: 30px; }
.entry .intensive_a table {
	margin-bottom: 10px;
	width: 100%;
}
.entry .intensive_a table thead th {
	font-size: 13px;
	font-weight: normal;
	background: #e96e00;
	color: #fff;
	padding: 0.2em 0.4em;
	border: 1px solid #e96e00;
}
.entry .intensive_a table thead tr:nth-child(2) th { text-align: right; }
.entry .intensive_a table thead tr:nth-child(2) th .small { font-size: 11px; }
.entry .intensive_a table thead th a {
	color: #ff0;
	font-weight: bold;
}
.entry .intensive_a table thead th strong { font-size: 16px; }
.entry .intensive_a table tbody td {
	vertical-align: middle;
	padding: 0.2em 0.4em;
	font-size: 12px;
	border: 1px solid #e96e00;
}
.entry .intensive_a table tbody td:nth-child(odd) {
	background: #ffe7d2;
	text-align: center;
	width: 17%;
	font-weight: bold;
}
.entry .intensive_a table tbody td:nth-child(even) { width: 33%; }

/* greeting_a */

.entry .greeting_a { margin: 0 0 50px -25px; }
.entry .greeting_a .alignright { margin-left: 30px; }
.entry .greeting_a .inner {
	text-align: right;
	padding-top: 30px;
}
.entry .greeting_a .inner h3 {
	clear: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.75;
	height: auto;
	color: #000;
	background: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 10px;
}
.entry .greeting_a h3:before {
	content: none;
	margin-right: 0;
}
.entry .greeting_a .inner h3 strong {
	font-size: 15px;
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 5px;
}
.entry .greeting_a .inner p {
	margin-bottom: 10px;
	font-size: 12px;
	margin-bottom: 0;
}

/* greeting_a */

.entry .introduce_a {
	margin-left: -10px;
	clear: both;
}
.entry .introduce_a .title {
	margin: 0 0 20px -15px;
	border-top: 3px solid #e55800;
	border-bottom: 1px solid #e55800;
	font-size: 0;
	padding: 10px 15px;
}
.entry .introduce_a p { margin-bottom: 10px; }
.entry .introduce_a .professor {
	float: right;
	border: 1px solid #999;
	margin-left: 20px;
	padding: 20px 30px 10px 30px;
	width: 126px;
}
.entry .introduce_a .professor img { margin-bottom: 15px; }
.entry .introduce_a .professor h3 {
	font-weight: normal;
	clear: none;
	font-size: 13px;
	line-height: 1.75;
	height: auto;
	color: #000;
	background: none;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	padding: 0;
}
.entry .introduce_a .professor h3:before {
	content: none;
	margin-right: 0;
}
.entry .introduce_a .professor h3 strong {
	margin-left: 0.5em;
	font-weight: normal;
	font-size: 15px;
}
.entry .introduce_a .professor p {
	font-size: 12px;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 0;
}

/* purpose_a */

.entry .purpose_a {
	padding: 10px 15px;
	margin-bottom: 30px;
	border: 4px solid #ffd54e;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.entry .purpose_a h5 {
	font-size: 15px;
	line-height: 42px;
	color: #e55800;
	margin-bottom: 0;
	margin-right: 1.5em;
	float: left;
}
.entry .purpose_a p {
	font-size: 14px;
	margin-bottom: 0;
}
.entry .purpose_a ul li { margin-bottom: 10px; }
.entry .purpose_a ul li:last-child { margin-bottom: 0; }

/* plan_a */

.entry .plan_a { margin-bottom: 30px; }
.entry .plan_a table {
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
}
.entry .plan_a table caption {
	color: #fff;
	background: #323232;
}
.entry .plan_a table th {
	font-weight: normal;
	border: 1px solid #fff;
	background: #e5f3f8;
	width: 100px;
	text-align: left;
}
.entry .plan_a table td {
	border: 1px solid #fff;
	background: #eeeeef;
}

/* program_a */

.entry .program_a { margin-bottom: 30px; }
.entry .program_a table {
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
}
.entry .program_a table th {
	border: 1px solid #fff;
	background: #dbdcdc;
	width: 190px;
}
.entry .program_a table td {
	border: 1px solid #fff;
	background: #eeeeef;
}

/* program_b */

.entry .program_b { margin-bottom: 30px; }
.entry .program_b table {
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
}
.entry .program_b table th {
	border: 1px solid #fff;
	background: #dbdcdc;
	width: 130px;
}
.entry .program_b table td {
	border: 1px solid #fff;
	background: #eeeeef;
}

/* curriculum */

.entry .curriculum { margin-bottom: 30px; }
.entry .curriculum table {
	margin-bottom: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.entry .curriculum table th {
	font-weight: normal;
	border: 1px solid #fff;
	background: #595757;
	color: #fff;
}
.entry .curriculum table td {
	width: 100px;
	border: 1px solid #fff;
	background: #eeeeef;
	vertical-align: middle;
}
.entry .curriculum table .day {
	width: auto;
	background: #dbdcdc;
}

/* receive */

.entry .receive { margin-bottom: 30px; }
.entry .receive table {
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
}
.entry .receive table th {
	text-align: center;
	width: 100px;
	font-weight: normal;
	border: 1px solid #fff;
	background: #323232;
	color: #fff;
}
.entry .receive table td {
	border: 1px solid #fff;
	background: #ededee;
}
.entry .receive table td ol { margin-bottom: 0; }
.entry .receive td table {
	table-layout: fixed;
	border: 1px solid #231815;
}
.entry .receive td table th {
	text-align: center;
	border: 1px solid #231815;
	background: #dadbdb;
	color: #000;
}
.entry .receive td table td {
	vertical-align: middle;
	border: 1px solid #231815;
	background: #fff;
	text-align: center;
}
.entry .receive td table .left { text-align: left; }

/* application_a */

.entry .application_a { margin-bottom: 30px; }
.entry .application_a table {
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
	border: 1px solid #231815;
}
.entry .application_a table th {
	width: 130px;
	font-weight: normal;
	border: 1px solid #231815;
	background: #dadbdb;
	vertical-align: middle;
}
.entry .application_a table td {
	background: #ededee;
	border: 1px solid #231815;
}
.entry .application_a table td .block {
	margin-left: 1em;
	display: block;
}
.entry .application_a table a { color: #006595; }

/* application_b */

.entry .application_b { margin: 0 20px 30px 20px; }
.entry .application_b .block {
	padding: 3px;
	background: url('images/bg_03.gif') repeat;
	margin-bottom: 5px;
}
.entry .application_b .block .inner {
	background: #fff;
	padding: 10px 15px;
	text-align: center;
}
.entry .application_b p {
	margin-bottom: 0;
	font-size: 13px;
}
.entry .application_b a { color: #0093c6; }
.entry .application_b .block .inner h4 {
	font-size: 21px;
	margin-left: 0;
	text-align: left;
}

/* tokyo_joshi_ika_a */

.entry .tokyo_joshi_ika_a {
	margin-bottom: 30px;
	text-align: center;
}
.entry .tokyo_joshi_ika_a img { margin: 0 10px; }

/* privacy_a */

.entry .privacy_a { margin-bottom: 30px; }
.entry .privacy_a ol {
	margin-bottom: 0;
	list-style: lower-latin;
}

/* privacy_b */

.entry .privacy_b { margin-bottom: 30px; }
.entry .privacy_b h4 {
	color: #000;
	font-weight: normal;
	margin-left: 0;
}
.entry .privacy_b p { margin-left: 1.5em; }

/* privacy_c */

.entry .privacy_c {
	border: 2px solid #7f7f7f;
	padding: 10px 15px;
}
.entry .privacy_c h4 {
	margin-left: 0;
	margin-bottom: 0;
}
.entry .privacy_c address {
	margin-left: 1.5em;
	margin-bottom: 0;
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

.remove { clear: none !important; }
.clear {
	font-size: 0;
	clear: both;
}
.hidden { visibility: hidden; }
.centering { text-align: center; }
.marginr10 { margin-right: 10px; }
.marginr160 { margin-right: 160px; }
.margint-10 { margin-top: -10px; }
.marginr-35 { margin-right: -35px; }
.marginb10 { margin-bottom: 10px; }
.marginb20 { margin-bottom: 20px; }
.marginb40 { margin-bottom: 40px; }
.marginb50 { margin-bottom: 50px; }

/*-----------------------------------------------------
	default
------------------------------------------------------*/

/* calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar caption {
	text-decoration: none;
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { background: #fff; }

/* image */

p img { max-width: 100%; }
img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	margin-left: 5px;
	display: inline;
}
img.alignleft {
	margin-right: 5px;
	display: inline;
}

/* captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }
.wp-caption {
	text-align: center;
	margin: 5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 4px 5px;
	margin: 0;
}

/*-----------------------------------------------------
	TS Webfonts for SAKURA RS
------------------------------------------------------*/
/*
リュウミン M-KL	Ryumin Medium KL		カクミン R				Kakumin Regular
リュウミン R-KL	Ryumin Regular KL		解ミン 宙 B			Kaimin Sora Bold
見出ミンMA31		Midashi Min MA31		シネマレター			Cinema Letter
A1明朝 A1		A1 Mincho				トーキング				Talking
新ゴ R			Shin Go Regular			はるひ学園			Haruhi Gakuen
新ゴ M			Shin Go Medium			すずむし				Suzumushi
ゴシックMB101 B	Gothic MB101 Bold		新丸ゴ 太ライン		Shin Maru Go Futoline
見出ゴMB31		Midashi Go MB31			正楷書CB1			Sei Kaisho CB1
じゅん 201		Jun 201					隷書101				Reisho 101
じゅん 501		Jun 501					UD新ゴ R				UD Shin Go Regular
新丸ゴ R			Shin Maru Go Regular	UD新ゴ M				UD Shin Go Medium
フォーク R		Folk Regular			UD新ゴ コンデンス90 L	UD Shin Go Conde90 L
フォーク M		Folk Medium				UD新ゴ コンデンス90 M	UD Shin Go Conde90 M
丸フォーク R		Maru Folk Regular		ナウ-GM				NOW-GM
丸フォーク M		Maru Folk Medium		G2サンセリフ-B			GSanSerif-B
*/