@charset "utf-8";
/* ----------------------------------------------------------------------

		初期設定 

---------------------------------------------------------------------- */

body {
	color: #404040;
	text-align: center;
	background-color: #EEE;
	margin: 0;
	padding: 0;
	font: 13px "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.65;
 *font-size: small;
 *font: x-small;
 *line-height: 1.59;
	letter-spacing: 0.085em;
	position: relative;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
	border-collapse: collapse;
	width: 100%;
}
p, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, img, table, th, td, tr, select {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:link {
	color: #4F6D9D;
}
a:visited {
	color: #9D4F6D;
}
a:active {
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #D90000;
}
a.nWin {
	background-image: url(/resources/icon_window.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 16px;/*\*//*/
	background-image: url(/resources/icon_window.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	/**/

}
a.nWin-end {
	background-image: url(/resources/icon_window.png);
	background-repeat: no-repeat;
	background-position: right 0.2em;
	padding-right: 16px;
}

hr{
  height: 0px;
  margin: 32px 0;
  border: none;
  border-top: 1px solid #CCC;
  clear: both;
}
* html hr {/* for -IE6 */
  margin: 25px 0;
}
*:first-child+html hr {/* for IE7 */
  margin: 25px 0;
} 

/* ----------------------------------------------------------------------

		レイアウト

---------------------------------------------------------------------- */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.col1Box {
	background-image: url(../resources/bg_col1box.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1.65em;
	clear: both;
	zoom: 100%;
}
.col2Box {
	background-image: url(../resources/bg_col2box.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1.65em;
	zoom: 100%;
}
.boxSection {
	padding: 15px 20px 5px 20px;
}
.col1Box .boxSection {
	background-image: url(../resources/bg_col1box-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.col2Box .boxSection {
	background-image: url(../resources/bg_col2box-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 12px 0px 12px;
}
.boxFooter {
	border-top: 1px dotted #CCC;
	text-align: right;
}
.boxFooter a {
	background-image: url(../resources/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0.825em;
	padding-left: 22px;
	display: block;
}


/* ----------------------------------------------------------------------

		テキスト

---------------------------------------------------------------------- */

.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.txtNote {
	color: #d90000;
}
/* 文字サイズ変更後（L・M・S） */
.fontL {
	font-size: 138.5%;
}
.fontM {
	font-size: 108%;
}
.fontS {
	font-size: 93%;
}
.fontSS {
	font-size: 77%;
}
/* 文字サイズ変更ボタン */
dl#fontSize {
	width: 146px;
	position: absolute;
	top: 0;
	right: 0;
}
dl#fontSize dt {
	float: left;
}
dl#fontSize dd {
	float: right;
}
dl#fontSize li {
	float: left;
	list-style: none;
}
li#small:hover, li#medium:hover, li#large:hover {
	cursor: pointer;
}

del{
	text-decoration: line-through;
}
em {
	font-style: italic;
}
.red{
	color: #FF0000;
}

/* ----------------------------------------------------------------------

		begining #container

---------------------------------------------------------------------- */

	
#container {
	width: 982px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
/* ----------------------------------------------------------------------

		begining #extra

---------------------------------------------------------------------- */

#extra {
	width: 222px;
	float: right;
	text-align: left;
	position: relative;
}
#header {
	width: 222px;
	height: 222px;
	text-align: center;
	margin-bottom: 6px;
	background-image: url(../resources/bg_header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 1;
}
#header h1 {
	padding-top: 18px;
	padding-bottom: 10px;
}
#header dt {
	display: none;
}
#globalNavigation {
	width: 216px;
	height: 374px;
	padding: 6px 0 0px 6px;
	background-image: url(../resources/bg_global_navigation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#globalNavigation li {
	list-style: none;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	line-height: 1;
	display: block;
}
#globalNavigation li a {
	display: block;
}
/* ----------------------------------------------------------------------

		begining #content

---------------------------------------------------------------------- */

#content {
	width: 754px;
	float: left;
	text-align: left;
	position: relative;
	margin-bottom: 6px;
}
/*--- #contentHeader ------------------------------------------------- */

#contentHeader {
	width: 100%;
	height: 70px;
	position: relative;
}
#contentHeader .element {
	width: 100%;
	height: 70px;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1;
}
.page002 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_02.png);
}
.page003 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_03.png);
}
.page004 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_04.png);
}
.page005 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_05.png);
}
.page006 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_06.png);
}
.page007 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_07.png);
}
.page008 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_08.png);
}
.page009 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_09.png);
}
.page010 #contentHeader .element {
	background-image: url(../resources/bg_element-icon_10.png);
}
/*--absolute box 消失対策--\*/
 * html #contentHeader .element {
	margin-right: -2px;
}
/*-----*/

#contentHeader .element h2 {
	height: 38px;
	overflow: hidden;
	margin-left: 76px;
}

.pageNews #contentHeader {
	width: 100%;
	height: 32px;
}
.pageNews #contentHeader .element {
	background-image: none;
	height: 32px;
}
.pageNews #contentHeader .element h2 {
	margin-left: 0px;
}


/*--- .article ------------------------------------------------------ */

.article {
	margin-top: 6px;
	padding: 0 16px;
	background-image: url(../resources/bg_article.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 484px;
}
.article p {
	padding-bottom: 1.65em;
}
.article ol {
	padding-bottom: 1.65em;
	padding-left: 36px;
}
.article ul {
	padding-bottom: 1.65em;
	padding-left: 30px;
}
.article ul ol, .article ol ul {
	padding-bottom: 0em;
}
.article h3 {
	font-size: 182%;
	font-weight: normal;
	padding: 1em 0;
	line-height: 1.3;
	clear: both;
	text-shadow: 1px 1px 2px #999;
}.article h3 .h3sub { font-size: 80%; }
.article h4 {
	font-size: 108%;
	margin: 0 0 0.5em 0;
	padding: 3px 0.2em 1px 6px;
	background-image: none;
	background-repeat: repeat;
	clear: both;
}
.page001 .article h4 {
	background-image: url(../resources/bg_article-h4-01.png);
	border-left: 6px solid #b90707;
}
.page002 .article h4 {
	background-image: url(../resources/bg_article-h4-02.png);
	border-left: 6px solid #75d318;
}
.page003 .article h4 {
	background-image: url(../resources/bg_article-h4-03.png);
	border-left: 6px solid #d3910d;
}
.page004 .article h4 {
	background-image: url(../resources/bg_article-h4-04.png);
	border-left: 6px solid #18b6d3;
}
.page005 .article h4 {
	background-image: url(../resources/bg_article-h4-05.png);
	border-left: 6px solid #d30d91;
}
.page006 .article h4 {
	background-image: url(../resources/bg_article-h4-06.png);
	border-left: 6px solid #d3b818;
}
.page007 .article h4 {
	background-image: url(../resources/bg_article-h4-07.png);
	border-left: 6px solid #a324d3;
}
.page008 .article h4 {
	background-image: url(../resources/bg_article-h4-08.png);
	border-left: 6px solid #18d375;
}
.page009 .article h4 {
	background-image: url(../resources/bg_article-h4-09.png);
	border-left: 6px solid #1887d3;
}
.page010 .article h4 {
	background-image: url(../resources/bg_article-h4-10.png);
	border-left: 6px solid #5f0dd3;
}
.page001 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #b90707;
	padding: 0px 0.2em 1px 0px;
}
.page002 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #75d318;
	padding: 0px 0.2em 1px 0px;
}
.page003 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #d3910d;
	padding: 0px 0.2em 1px 0px;
}
.page004 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #18b6d3;
	padding: 0px 0.2em 1px 0px;
}
.page005 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #d30d91;
	padding: 0px 0.2em 1px 0px;
}
.page006 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #d3b818;
	padding: 0px 0.2em 1px 0px;
}
.page007 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #a324d3;
	padding: 0px 0.2em 1px 0px;
}
.page008 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #18d375;
	padding: 0px 0.2em 1px 0px;
}
.page009 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #1887d3;
	padding: 0px 0.2em 1px 0px;
}
.page010 .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #5f0dd3;
	padding: 0px 0.2em 1px 0px;
}
.pageNews .article .boxSection h4 {
	background-image: none;
	border-left: 0;
	border-bottom: 3px solid #807771;
	padding: 0px 0.2em 1px 0px;
}

.article h5 {
	font-size: 100%;
	margin: 0;
}
.page001 .article h5 {
	color: #b90707;
}
.page002 .article h5 {
	color: #75d318;
}
.page003 .article h5 {
	color: #d3910d;
}
.page004 .article h5 {
	color: #18b6d3;
}
.page005 .article h5 {
	color: #d30d91;
}
.page006 .article h5 {
	color: #d3b818;
}
.page007 .article h5 {
	color: #a324d3;
}
.page008 .article h5 {
	color: #18d375;
}
.page009 .article h5 {
	color: #1887d3;
}
.page010 .article h5 {
	color: #5f0dd3;
}

.boxSection h4, .boxSection h5 {
	text-shadow: 0pt 1px 0pt rgba(255, 255, 255, 1);
}

.article div.floatLeft, .article div.floatRight {
	width: 350px;
}
ul.articleNavigation {
	list-style: none;
	padding: 0;
	margin-top: 1.5em;
	float: right;
	display: inline-block;
	zoom: 100%;
}
ul.articleNavigation li {
	float: left;
	margin-left: 12px;
	zoom: 100%;
}
.boxFooter ul.articleNavigation {
	margin-top: 0em;
}

.contentFooter {
	width: 100%;
	height: 43px;
	background-image: url(../resources/bg_content_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.pagetop {
	width: 145px;
	height: 22px;
	float: right;
	right: 0;
	position: relative;
	margin-bottom: 1.65em;
} .contentFooter .pagetop {
	top: 12px;
	margin-bottom: 0em;
}

/*--- table ---*/

table th.index {
	border-left: 0;
}
table td.index {
	border-left: 0;
	text-align: left;
	padding-left: 0.5em;
}
table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.35em;
	padding-left: 3px;
}
.lecContent th {
	white-space: nowrap;
	padding-right: 12px;
	vertical-align: top;
}
.lecContent td {
}
table.tblLectureDetail, table.tblBasis {
	width: 100%;
	background-color: #fff;
	border-collapse: separate;
	clear: both;
	margin-bottom: 1.65em;
	border-spacing: 2px;
	border: 3px solid #d48383;
	border-radius: 7px;
	-ms-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.tblLectureDetail th, .tblBasis th {
	text-align: left;
	font-weight: bold;
	background-color: #d48383;
	color: #FFF;
	padding: 0.5em 0.5em 0.4em 0.5em;
}
.tblLectureDetail td, .tblBasis td {
	text-align: left;
	padding: 0.5em 0.5em 0.4em 0.5em;
	background-color: #F7E8E8;
}
table.tblLectureList {
	margin-bottom: 1.65em;
	border: 1px solid #CCC;
	font-size: 85%;
}
.tblLectureList th {
	text-align: left;
	font-weight: normal;
	background-color: #999;
	color: #FFF;
	padding: 0.5em 0.5em 0.4em 0.5em;
	border: 1px solid #CCC;
	white-space: nowrap;
}
.tblLectureList td {
	text-align: left;
	padding: 0.5em 0.5em 0.4em 0.5em;
	border: 1px solid #CCC;
}
.tblLectureList td.index {
	font-size: 108%;
}
/*--- table.tblStripe ---*/

table.tblStripe tr.even td {
	background: #ebebeb;
}
table.tblStripe td.index a {
	display: block;
}
.page004 table.tblBasis {
	border: 3px solid #a2dfeb;
}
.page004 .tblBasis th {
	background-color: #a2dfeb;
	color: #404040;
}
.page004 .tblBasis td {
	background-color: #d8f2f6;
}
.page008 table.tblBasis {
	border: 3px solid #A1E1C1;
	width: auto;
	margin: 1em auto;
}
.page008 .tblBasis th {
	background-color: #A1E1C1;
	color: #404040;
}
.page008 .tblBasis td {
	background-color: #d8f6E7;
}
.articleNavigation {
	line-height: 42px;
}
.scrollerNavi a { white-space: nowrap; }

/* ----------------------------------------------------------------------

		begining #footer

---------------------------------------------------------------------- */

#footer {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	clear: both;
	height: 70px;
	line-height: 1;
	background-image: url(../resources/bg_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #footerLink {
	float: left;
	margin-left: 6px;
}
#footer #footerLink li {
	list-style: none;
	float: left;
	margin-right: 1.5em;
	display: inline-block;
	border-right: 1px dotted #CCC;
	padding: 12px 1.5em 12px 0;
}
#footer #footerAddress {
	float: right;
	margin-right: 6px;
	padding: 12px 0;
}
#footer #footerCopyright {
	font-size: 10px;
	clear: both;
	text-align: right;
	border-top: 1px dotted #CCC;
	margin: 0 6px;
	padding: 12px 0;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #D90000;
}
/* ----------------------------------------------------------------------

		topicPath 

---------------------------------------------------------------------- */

.topicPath {
	height: 32px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.topicPath ul {
	width: 900px;
	white-space: nowrap;
}
.topicPath li {
	list-style: none;
	float: left;
	display: inline;
	line-height: 32px;
	padding: 0 0 0 12px;
	position: relative;
}

.topicPath li a {
	list-style: none;
	float: left;
	display: block;
	padding: 0 18px 0 0;
	background-image: url(../resources/bg_topicpath_allow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/*--- topicPath 上部 ---*/

#contentHeader .element .topicPath {
	margin-left: 76px;
	background-image: url(../resources/bg_topicpath.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*--- topicPath 下部 ---*/

.contentFooter .topicPath {
	width: 596px;
	float: left;
	margin-top: 11px;
	background-image: url(../resources/bg_topicpath-596.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* ----------------------------------------------------------------------

		クリアハック 

---------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:100%;
}
/* ----------------------------------------------------------------------

		フロートクリア・非表示

---------------------------------------------------------------------- */

.floatClear {
	clear: both;
}

.hide {
	display: none;
}

/* ----------------------------------------------------------------------

		ボタン透過 

---------------------------------------------------------------------- */


#globalNavigation li a:hover img, li#small:hover img, li#medium:hover img, li#large:hover img, .contentFooter .pagetop:hover img, .articleNavigation li:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* ----------------------------------------------------------------------

		講座ページ

---------------------------------------------------------------------- */

.page001 #contentHeader {
	width: 100%;
	height: 222px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.page001 .page001-01 { background-image: url(../resources/h2_lec-2010sp-01.jpg); }
.page001 .page001-01-1 { background-image: url(../resources/h2_lec-2010sp-01-1.jpg); }
.page001 .page001-02 { background-image: url(../resources/h2_lec-2010sp-02.jpg); }
.page001 .page001-03 { background-image: url(../resources/h2_lec-2010sp-03.jpg); }
.page001 .page001-04 { background-image: url(../resources/h2_lec-2010sp-04.jpg); }
.page001 .page001-05 { background-image: url(../resources/h2_lec-2010sp-05.jpg); }
.page001 .page001-06 { background-image: url(../resources/h2_lec-2010sp-06.jpg); }
.page001 .page001-07 { background-image: url(../resources/h2_lec-2010sp-07.jpg); }
.page001 .page001-08 { background-image: url(../resources/h2_lec-2010sp-08.jpg); }
.page001 .page001-09 { background-image: url(../resources/h2_lec-2010sp-09.jpg); }
.page001 .page001-10 { background-image: url(../resources/h2_lec-2010sp-10.jpg); }
.page001 .page001-11 { background-image: url(../resources/h2_lec-2010sp-11.jpg); }
.page001 .page001-00 { background-image: url(../resources/h2_lec-2010sp-00.jpg); }

.page001 #contentHeader .element {
	height: 222px;
	background-image: url(../resources/bg_element-icon_01.png);
}
.page001 #contentHeader .element h2 {
	height: 190px;
	overflow: hidden;
	margin-left: 0;
	text-indent: -5000px;
}
.lecNum dl {
	text-align: center;
	line-height: 32px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.lecNum dt {
	height: 32px;
	font-size: 85%;
	background-color: #d48383;
	color: #FFF;
	float: left;
	padding: 0 12px;
	min-width: 70px;
}
.lecNum dd {
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0 12px;
	min-width: 70px;
}
.lecContent dl {
	padding-bottom: 1em;
	clear: both;
}
.lecContent dt {
}
.lecContent dd {
	padding-left: 1em;
}
.lecContent .paragraph dt, .lecContent .paragraph dd {
	float: none;
	padding-right: 0;
}

.lecAlphabet {
	display: inline;
	padding: 0 0.5em;
	background-color: #B90707;
	color: #FFF;
	zoom: 100%;
}

.tblLectureDetail th {
	white-space: nowrap;
}
.tblLectureDetail td {
	width: 90%;
}


/* ----------------------------------------------------------------------

		初めての方へページ

---------------------------------------------------------------------- */

.page002 #contentHeader {
	width: 100%;
	height: 222px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.page002 .page002-01 { background-image: url(../resources/h2_about-01.jpg); }
.page002 .page002-02 { background-image: url(../resources/h2_about-02.jpg); }

.page002 #contentHeader .element {
	height: 222px;
	background-image: url(../resources/bg_element-icon_02.png);
}
.page002 #contentHeader .element h2 {
	height: 190px;
	overflow: hidden;
	margin-left: 0;
	text-indent: -5000px;
}

.page002 .article {
	min-height: 332px;
}

/* ----------------------------------------------------------------------
	おすすめ講座 サイド - slideLeft
---------------------------------------------------------------------- */

#sidePickup {
	height: 260px;
	background-image: url(../resources/pickup/bg_side_pickup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#sidePickup #ps-side {
	position: absolute;
	top: 32px;
	left: 22px;
	width: 178px;
	height: 222px;
	overflow: hidden;
	z-index: 100;
} #sidePickup #ps-side a {
	border: 1px solid #CCC;
	display: block;
	width: 176px;
	height: 220px;
	float: left;
	margin: 0;
} #sidePickup #ps-side a:hover {
	border: 1px solid #F00;
}
#sidePickup .jshowoff-slidelinks {
	display: block;
	position: absolute;
	top: 14px;
	right: 4px;
}
#sidePickup .jshowoff-slidelinks a {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url(../resources/pickup/btn_slide-off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-right: 2px;
} #sidePickup .jshowoff-slidelinks a.jshowoff-active  {
	background-image: url(../resources/pickup/btn_slide-on.png);
}
.jshowoff-controls {
	position: absolute;
	width: 222px; height: 260px;
	top: 0; left: 0;
} .jshowoff-controls a.jshowoff-play {
	display: none;
} .jshowoff-controls a.jshowoff-prev, .jshowoff-controls a.jshowoff-next {
	display: block;
	width: 20px; height: 220px;
	position: absolute;
	text-indent: -9999em;
} .jshowoff-controls a.jshowoff-prev {
	background-image: url(../resources/pickup/control-prev_off.png);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	top: 32px; left: 1px;
} .jshowoff-controls a.jshowoff-next {
	background-image: url(../resources/pickup/control-next_off.png);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	top: 32px; left: 201px;
} .jshowoff-controls a:hover.jshowoff-prev {
	background-image: url(../resources/pickup/control-prev_on.png);
} .jshowoff-controls a:hover.jshowoff-next {
	background-image: url(../resources/pickup/control-next_on.png);
}

/* ----------------------------------------------------------------------

		お知らせページ

---------------------------------------------------------------------- */

.article-news {
	width: 600px;
	margin: 0 auto;
}
.article-news h3 {
	text-align: center;
	padding: 0 0 1.5em;
}
.article-news p {
	text-indent: 1em;
}
.article-news .news-date {
	text-align: right;
	font-size: 77%;
	padding: 2em 0;
}

/* ----------------------------------------------------------------------

		ボタン体裁_20181219

---------------------------------------------------------------------- */
.applicantNav {
  padding: 0!important;
  display: inline-block;
  margin: 0 auto 1em;
}
.applicantNav li {
  list-style: none;
  display: inline-block;
  margin: .25em .5em;
}
.applicantNav li a {
  width: 10em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #F46902;/*色*/
  border: solid 1px #DA410E;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  text-shadow: 0 1px 0 rgba(0,0,0,0.6);
  text-align: center;
}
.applicantNav li a:active {/*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}
.applicantNav li a:hover {
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.4);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
	