/* ==========================================================================
   Base styles

   10px = 0.714em   11px = 0.786em   12px = 0.857em
   13px = 0.929em   14px = 1.000em   15px = 1.071em
   16px = 1.143em   17px = 1.214em   18px = 1.286em
   19px = 1.357em   20px = 1.429em   21px = 1.500em
   22px = 1.571em   23px = 1.643em   24px = 1.714em
   ========================================================================== */

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	color: #000;
	background: #fff;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.857em;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #39c;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}


/* ==========================================================================
   Header styles
   ========================================================================== */

#header {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 100px;
	font-size: 0.857em;
}

#header h1,
#header .sub-nav,
#header .about-site,
#header .font-size-change,
#header .member-nav {
	position: absolute;
}

#header h1 {
	top: 22px;
	left: 0;
}

#header .sub-nav {
	overflow: hidden;
	top: 21px;
    right: 0px;
	line-height: 1;
}

#header .sub-nav li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: solid 1px #000;
}

#header .sub-nav li + li + li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: none;
}

#header .about-site {
	top: 15px;
	right: 0;
}

#header .font-size-change {
	overflow: hidden;
	top: 50px;
	right: 0;
	line-height: 25px;
}

#header .font-size-change dt {
	float: left;
}

#header .font-size-change dd {
	overflow: hidden;
	float: left;
	margin: 0 0 0 5px;
	text-align: center;
}

#header .font-size-change dd li {
	float: left;
	margin: 0 0 0 3px;
	width: 25px;
	color: #fff;
	background: #ddd;
	border-radius: 3px;
	cursor: pointer;
}

#header .font-size-change dd li.textresizer-active {
	background: #39c;
}

#header .member-nav {
	overflow: hidden;
	top: 50px;
	right: 0;
}

#header .member-nav li {
	float: left;
	margin: 0 0 0 5px;
}


/* ==========================================================================
   Global-Nav styles
   ========================================================================== */

#global-nav {
	background: url(/eco/career/story/common/img/bg_nav.png) repeat-x left top;
}

#global-nav h1 {
	display: none;
}

#global-nav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 1024px;
	background: url(/eco/career/story/common/img/bg_nav_line.png) no-repeat right top;
}

#global-nav ul li {
	float: left;
	background: url(/eco/career/story/common/img/bg_nav_line.png) no-repeat left top;
}

#global-nav ul li a {
	display: block;
}

#global-nav ul li a:hover,
#global-nav ul li a:active,
#global-nav ul li.current a {
	background: url(/eco/career/story/common/img/bg_nav_contact.png) repeat-x left top;
}

#global-nav ul li + li a:hover,
#global-nav ul li + li a:active,
#global-nav ul li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_about.png) repeat-x left top;
}

#global-nav ul li + li + li a:hover,
#global-nav ul li + li + li a:active,
#global-nav ul li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_results.png) repeat-x left top;
}

#global-nav ul li + li + li + li a:hover,
#global-nav ul li + li + li + li a:active,
#global-nav ul li + li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_students.png) repeat-x left top;
}

#global-nav ul li + li + li + li + li a:hover,
#global-nav ul li + li + li + li + li a:active,
#global-nav ul li + li + li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_graduate.png) repeat-x left top;
}

#global-nav ul li + li + li + li + li + li a:hover,
#global-nav ul li + li + li + li + li + li a:active,
#global-nav ul li + li + li + li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_business.png) repeat-x left top;
}


/* ==========================================================================
   Category title styles
   ========================================================================== */

#category-title {
	background: url(/eco/career/story/common/img/bg_dot01.png);
}

#category-title p {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 180px;
	background: url(/eco/career/story/common/img/bg_category_ttl.jpg) no-repeat left top;
}

#category-title p strong {
	position: absolute;
	top: 80px;
	left: 0;
	display: block;
	width: 420px;
	height: 42px;
	padding: 15px 0 0 0;
	background: #fff;
	text-align: center;
}


/* ==========================================================================
   Topicpath styles
   ========================================================================== */

#topic-path {
	padding: 10px 0;
	background: #f4f7f7;
	font-size: 0.857em;
}

#topic-path ul {
	overflow: hidden;
	margin: 0 auto;
	width: 1024px;
}

#topic-path ul li {
	float: left;
}

#topic-path ul li + li {
	margin: 0 0 0 7px;
	padding: 0 0 0 11px;
	background: url(/eco/career/story/common/img/arw_topicpath.png) no-repeat left center;
}


/* ==========================================================================
   Content styles
   ========================================================================== */

#content {
	position: relative;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 30px 0 40px;
	width: 1024px;
}

#content .msg-error {
	color: #f00;
}

#content .msg-error .message {
	color: #000;
}

/* main
   -------------------------------------------------------------------------- */
#main {
	float: right;
	width: 730px;
}

#main a {
word-break:break-all;
}

/* ------------------------------ category-menu */
#main .category-menu {
	overflow: hidden;
}

#main .category-menu section {
	float: left;
	margin: 20px 0 0 0;
	width: 355px;
	background: url(/eco/career/story/common/img/bg_menu.png) repeat-y left top;
}

#main .category-menu section.odd {
	margin: 20px 0 0 20px;
}

#main .category-menu section .menu-top {
	background: url(/eco/career/story/common/img/bg_menu_top.png) no-repeat left top;
}

#main .category-menu section .menu-bottom {
	overflow: hidden;
	padding: 20px 25px;
	background: url(/eco/career/story/common/img/bg_menu_bottom.png) no-repeat left bottom;
}

#main .category-menu section h1 {
	padding: 10px 0 11px 13px;
	background: url(/eco/career/story/common/img/bg_line.png) repeat-x left bottom;
	line-height: 1;
}

#main .category-menu section h1                               { border-left: solid 5px #35a2e0;}
#main .category-menu section + section h1                     { border-left: solid 5px #eae825;}
#main .category-menu section + section + section h1           { border-left: solid 5px #d64a75;}
#main .category-menu section + section + section + section h1 { border-left: solid 5px #41B401;}

#main .category-menu section p {
	margin: 15px 0 0 0;
}

#main .category-menu section .button {
	float: right;
	margin: 10px 0 0 0;
}

#main .category-menu section .button a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	background: #39c;
	border-radius: 3px;
	font-size: 0.857em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	text-decoration: none;
}

/* ------------------------------ boxfull */
#content .boxfull {
	background: url(/eco/career/story/common/img/bg_boxfull.png) repeat-y left top;
}

#content .boxfull .box-top {
	background: url(/eco/career/story/common/img/bg_boxfull_top.png) no-repeat left top;
}

#content .boxfull .box-bottom {
	zoom: 1;
	overflow: hidden;
	padding: 40px;
	background: url(/eco/career/story/common/img/bg_boxfull_bottom.png) no-repeat left bottom;
}

/* ------------------------------ box */
#main .box {
	background: url(/eco/career/story/common/img/bg_box.png) repeat-y left top;
}

#main .box .box-top {
	background: url(/eco/career/story/common/img/bg_box_top.png) no-repeat left top;
}

#main .box .box-bottom {
	zoom: 1;
	overflow: hidden;
	padding: 30px;
	background: url(/eco/career/story/common/img/bg_box_bottom.png) no-repeat left bottom;
}

#main .box .box-bottom > header h1 {
	margin: 0 0 30px 0;
	padding: 10px 0 11px 13px;
	border-left: solid 5px #35a2e0;
	background: url(/eco/career/story/common/img/bg_line.png) repeat-x left bottom;
	line-height: 1;
}


/* ------------------------------ login-block */
#main .login-block {
	text-align: center;
}

#main .login-block p + p {
	margin: 30px 0;
}

/* ------------------------------ pdf */
#main .pdf a {
	padding: 2px 0 2px 23px;
	background: url(/eco/career/story/common/img/icn_pdf.png) no-repeat left center;
}

/* ------------------------------ comingsoon */
#main .comingsoon {
	margin: 5px 0 0 0;
	font-weight: bold;
	text-align: center;
}


/* sub
   -------------------------------------------------------------------------- */
#sub {
	float: left;
	width: 260px;
}

#sub ul {
	padding: 10px;
	margin: 0 0 1em 0;
	background: url(/eco/career/story/common/img/bg_dot01.png);
}

#sub ul li + li {
	margin: 5px 0 0 0;
}

#sub ul li.current a {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */

#footer {
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0;
	width: 1024px;
	font-size: 0.857em;
	line-height: 1;
}

#footer ul {
	overflow: hidden;
	float: left;
}

#footer ul li {
	float: left;
}

#footer ul.hide {
	display: none;
}

#footer ul li + li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: solid 1px #000;
}

#footer p {
	float: right;
}


/* ==========================================================================
   Pagetop styles
   ========================================================================== */

#pagetop {
clear:both;
padding-top:3em;
	margin: 0 auto;
	width: 1024px;
	text-align: right;
}

/* ==========================================================================
   Tablet Styles
   ========================================================================== */
@media screen and (max-width: 1023px) {

/* ==========================================================================
   Header styles
   ========================================================================== */

#header {
	width: 728px;
	height: 95px;
}

#header .sub-nav {
	top: 21px;
	right: 0;
}

#header .about-site {
	top: 50px;
	right: 210px;
}

#header .font-size-change {
	display: none;
}


/* ==========================================================================
   Global-Nav styles
   ========================================================================== */

#global-nav {
	background: url(/eco/career/story/common/img/bg_nav_tb.png) repeat-x left top;
}

#global-nav ul {
	width: 728px;
	background: url(/eco/career/story/common/img/bg_nav_line_tb.png) no-repeat right top;
}

#global-nav ul li {
	background: url(/eco/career/story/common/img/bg_nav_line_tb.png) no-repeat left top;
}

#global-nav ul li a:hover,
#global-nav ul li a:active,
#global-nav ul li.current a {
	background: url(/eco/career/story/common/img/bg_nav_contact_tb.png) repeat-x left top;
}

#global-nav ul li + li a:hover,
#global-nav ul li + li a:active,
#global-nav ul li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_about_tb.png) repeat-x left top;
}

#global-nav ul li + li + li a:hover,
#global-nav ul li + li + li a:active,
#global-nav ul li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_results_tb.png) repeat-x left top;
}

#global-nav ul li + li + li + li a:hover,
#global-nav ul li + li + li + li a:active,
#global-nav ul li + li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_students_tb.png) repeat-x left top;
}

#global-nav ul li + li + li + li + li a:hover,
#global-nav ul li + li + li + li + li a:active,
#global-nav ul li + li + li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_graduate_tb.png) repeat-x left top;
}

#global-nav ul li + li + li + li + li + li a:hover,
#global-nav ul li + li + li + li + li + li a:active,
#global-nav ul li + li + li + li + li + li.current a {
	background: url(/eco/career/story/common/img/bg_nav_business_tb.png) repeat-x left top;
}


/* ==========================================================================
   Category title styles
   ========================================================================== */

#category-title p {
	width: 728px;
	background: url(/eco/career/story/common/img/bg_category_ttl_tb.jpg) no-repeat left top;
}


/* ==========================================================================
   Topicpath styles
   ========================================================================== */

#topic-path ul {
	width: 728px;
}


/* ==========================================================================
   Content styles
   ========================================================================== */

#content {
	padding: 30px 0 40px;
	width: 728px;
}

/* main
   -------------------------------------------------------------------------- */
#main {
	float: none;
	width: auto;
}

/* ------------------------------ category-menu */
#main .category-menu section {
	margin: 18px 0 0 0;
}

#main .category-menu section.odd {
	margin: 18px 0 0 18px;
}

/* sub
   -------------------------------------------------------------------------- */
#sub {
	display: none;
	overflow: hidden;
	float: none;
	width: auto;
}

#main .box {background: none;}
#main .box .box-top {background: none;}
#main .box .box-bottom { 
    padding: 10px 0;
	background: none;}
#main .box .box-bottom > header h1  {background: none;}




/* ------------------------------ boxfull */
#content .boxfull {
	background: url(/eco/career/story/common/img/bg_boxfull_tb.png) repeat-y left top;
}

#content .boxfull .box-top {
	background: url(/eco/career/story/common/img/bg_boxfull_top_tb.png) no-repeat left top;
}

#content .boxfull .box-bottom {
	zoom: 1;
	overflow: hidden;
	padding: 40px;
	background: url(/eco/career/story/common/img/bg_boxfull_bottom_tb.png) no-repeat left bottom;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */

#footer {
	width: 728px;
}

#footer ul {
	float: none;
}

#footer p {
	float: none;
	margin: 10px 0 0 0;
}


/* ==========================================================================
   Pagetop styles
   ========================================================================== */

#pagetop {
	width: 728px;
}

}

/* ==========================================================================
   Smartphone Styles
   ========================================================================== */
@media screen and (max-width: 767px) {

/* ==========================================================================
   Header styles
   ========================================================================== */

#header {
	width: 290px;
	height: 62px;
}

#header h1 {
	top: 10px;
	left: 0;
}

#header h1 img {
	width: 271px;
}

#header .sub-nav {
	display: none;
}

#header .about-site {
	top: 61px;
	right: 170px;
}

#header .about-site img {
	width: 120px;
}

#header .member-nav {
	top: 61px;
	right: 0;
}

#header .member-nav img,
#header .member-nav input {
	width: 80px;
}


/* ==========================================================================
   Global-Nav styles
   ========================================================================== */

#global-nav {
	position: relative;
	background: url(/eco/career/story/common/img/bg_nav_sp.png) repeat-x left top;
	background-size: 5px 40px;
}

#global-nav h1 {
	display: block;
	margin: 0 auto;
	padding: 0 0 0 45px;
	height: 40px;
	color: #fff;
	background: url(/eco/career/story/common/img/icn_menu.png) no-repeat 15px center;
	background-size: 20px 15px;
	line-height: 40px;
	font-family: Georgia;
}

#global-nav ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: none;
	z-index: 10;
	border-bottom: solid 1px #154476;
}

#global-nav ul li {
	float: none;
	background: #fff;
	line-height: 1;
}

#global-nav ul li + li {
	border-top: solid 1px #154476;
}

#global-nav ul li a {
	padding: 12px 15px;
}

#global-nav ul li a:hover,
#global-nav ul li a:active,
#global-nav ul li.current a {
	background: none !important;
}

#global-nav ul li img {
	height: 15px;
}


/* ==========================================================================
   Category title styles
   ========================================================================== */

#category-title p {
	width: 100%;
	height: 80px;
	background: url(/eco/career/story/common/img/bg_category_ttl_sp.jpg) no-repeat left top;
	background-size: 100% auto;
}

#category-title p strong {
top:20px;
width: 300px;
height: auto;
padding: 1rem 1rem 0.8rem 1rem;
}

#category-title p strong img {
max-width: 90%;
height: auto;
}


/* ==========================================================================
   Topicpath styles
   ========================================================================== */

#topic-path ul {
width: 90%;
}


/* ==========================================================================
   Content styles
   ========================================================================== */

#content {
	padding: 30px 0 5px;
	width: 290px;
}

/* main
   -------------------------------------------------------------------------- */
#main header {
	margin: 0 0 0 0;
}

	#main header h1 img {
	width: auto;
    max-width: 100%;
	}

#main section header + ul li .image {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	height: 80px;
}

#main section header + ul li .image img {
	position: absolute;
	top: 0;
	left: -48px;
	width: auto;
	height: 80px;
}

#main section header + ul li p {
	overflow: hidden;
}

#main section header + ul li .date {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	line-height: 1;
	background-position: left bottom;
	background-size: 100px 20px;
}

#main section header + ul li a .date + p {
	margin: 7px 0 0 0;
	color: #39c;
	text-decoration: underline;
}

/* ------------------------------ category-menu */

#main .category-menu section {
	float: none;
	margin: 15px 0 0 0;
	width: 290px;
	background: url(/eco/career/story/common/img/bg_menu_sp.png) repeat-y left top;
	background-size: 290px 5px;
}

#main .category-menu section.odd {
	margin: 15px 0 0 0;
}

#main .category-menu section .menu-top {
	background: url(/eco/career/story/common/img/bg_menu_top_sp.png) no-repeat left top;
	background-size: 290px 8px;
}

#main .category-menu section .menu-bottom {
	padding: 20px;
	background: url(/eco/career/story/common/img/bg_menu_bottom_sp.png) no-repeat left bottom;
	background-size: 290px 8px;
}

#main .category-menu section h1 {
	padding: 10px 0 10px 9px;
}

#main .category-menu section h1 img {
	height: 17px;
}

/* ------------------------------ boxfull */
#content .boxfull {
	background: url(/eco/career/story/common/img/bg_menu_sp.png) repeat-y left top;
	background-size: 290px auto;
}

#content .boxfull .box-top {
	background: url(/eco/career/story/common/img/bg_menu_top_sp.png) no-repeat left top;
	background-size: 290px auto;
}

#content .boxfull .box-bottom {
	zoom: 1;
	overflow: hidden;
	padding: 20px;
	background: url(/eco/career/story/common/img/bg_menu_bottom_sp.png) no-repeat left bottom;
	background-size: 290px auto;
}

#content .boxfull .button img {
	width: 230px;
}


/* sub
   -------------------------------------------------------------------------- */
#sub {
	display: block;
	position: static;
	top: inherit;
	left: inherit;
	margin: 15px 0 0 0;
}

#sub p img {
	width: 290px;
}

#sub ul {
text-align: center;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */

#footer {
	width: 290px;
}

#footer ul {
	float: none;
}

#footer ul.hide {
	display: block;
}

#footer ul + ul {
	margin: 10px 0 0 0;
}

#footer p {
	float: none;
	margin: 10px 0 0 0;
	line-height: 1.4;
}


/* ==========================================================================
   Pagetop styles
   ========================================================================== */

#pagetop {
	display: none;
}

}

table{
 border-collapse:collapse;
 }

table.border th {
    background: #f5f4f1 none repeat scroll 0 0;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 15px;
    text-align: left;
    width: 20%;
}
table.border td {

    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 15px;
    width: 80%;
}



/*追加：本文
------------------------------------------------------------*/
.imgright {
	width:200px;
	float:right;
	margin:1em 0 1em 1em;
}

.imgright img {
	max-width:200px;
}

@media screen and (max-width: 767px) {
	.imgright {
	width: 240px;
    padding: 20px;
    text-align: center;
    border:1px solid #CCC;
	float:none;
    display: block;
	margin: 0 auto 1em auto;
    }
    .back-btn {
    text-align: right;
    }
    #content .boxfull {background: none;}
    #content .boxfull .box-top {background: none;}
    #content .boxfull .box-bottom { 
    padding: 10px 0;
	background: none;
    }
}

.imgR {
	float:right;
	margin:1em 0 1em 1em;
}

.red { color:#D90000;}
	
.clear {clear:both;}

#searcharea {
margin: 0 0 1em 0;
}