@charset "utf-8";

.fsb{
	font-size: 15px;
	font-weight: bold;
}

div.meister_head {
    position: relative;
    box-sizing: border-box;
    min-height: 348px;
    margin-right: 467px;
    margin-top: 50px;
    background-color: #f6f6f6;
}

div.meister_head>div.photo1 {
    position: absolute;
    display: block;
    right: -467px;
    top: 0;
    width: 464px;
    height: 348px;
    background-color: #eeeeee;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.meister_head>p.txt1 {
    position: relative;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    padding: 50px 0 0 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

div.meister_head>p.txt1[data-txt1]:before {
    content: attr(data-txt1);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 14px 3px;
    background-color: #333333;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

div.meister_head span.san {
    font-size: 18px;
    line-height: 30px;
    margin-left: 3px;
}

div.meister_head>p.txt1:after {
    content: "";
    display: inline-block;
    vertical-align: -5%;
    width: 151px;
    height: 30px;
    margin-left: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

span.san:before {
    content: "さん";
}

div.meister_head>p.txt3 {
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

div.meister_box1 {
    padding: 10px;
    /* border: solid 1px #cccccc; */
    background-color: #e6e6e6;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 3px;
}

div.meister_box2 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
}

div.meister_box3 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
	padding: 8px;
	border: solid 1px #cccccc;
}

div.photo_box1 {
    width: 600px;
    margin: 0 auto;
}

p.caption1 {
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}

div.meister_foot {
    margin-top: 30px;
    border-top: dotted 1px #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

a.btn2 {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
    padding: 0 1em;
    border: solid 1px #cccccc;
    color: #333333;
}

.fs4{
	font-size:16px;
	line-height:27px;
}

#grid01, #grid02 {
    -ms-grid-columns: 1fr 1fr 5fr;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr 1fr 5fr;
    grid-template-rows: auto;
    font-size: 15px;
    line-height: 1.5;
}

#grid01>div:nth-child(1), #grid01>div:nth-child(2), #grid01>div:nth-child(3) {
    margin: 0 3px 3px 0;
    background-color: rgba(153, 153, 230, .4);
    text-align: center;
    padding: 2px;
}
#grid01>div:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    margin: 0 0 3px 0;
    background-color: rgba(153, 153, 230, .4);
    text-align: center;
    padding-top: 15px;
}
#grid01>div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
}
#grid02>div:nth-child(3n+1), #grid02>div:nth-child(3n+2) {
    margin: 0 3px 3px 0;
    background-color: #f3f3f3;
    text-align: center;
    padding: 5px;
}
#grid02>div:nth-child(3n+1) {
    -ms-grid-column: 1;
    grid-column: 1;
}

#grid02>div:nth-child(3n+3) {
    margin: 0 0 3px 0;
    background-color: #f9f9f9;
    text-align: left;
    padding: 5px 10px;
}
#grid02>div:nth-child(3n+3) {
    -ms-grid-column: 3;
    grid-column: 3;
}

.grid>div {
    position: relative;
}

.grid {
    display: grid;
    display: -ms-grid;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}

div.ac1 {
    margin-bottom: 10px;
    border: solid 1px #dddddd;
}

div.ac1>div.ac1_head[data-char1] {
    padding-left: 52px;
}
div.ac1>div.ac1_head {
    position: relative;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    background-color: #f9f9f9;
    cursor: pointer;
}
.ac1_head {
    background-color: rgba(240, 51, 80, .07) !important;
}

div.ac1>div.ac1_head[data-char1]:before {
    content: attr(data-char1);
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
}
.ac1_head[data-char1]:before {
    background-color: rgba(240, 51, 80, .5) !important;
}

div.ac1>div.ac1_head:after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    border-right: solid 3px rgba(0, 0, 0, .3);
    border-bottom: solid 3px rgba(0, 0, 0, .3);
    right: 15px;
    bottom: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}

.pc_view div.ac1>div.ac1_body {
    padding: 15px;
}
div.ac1>div.ac1_body {
    padding: 10px;
    font-size: 15px;
    line-height: 1.7;
    display: none;
}

div.space20 {
    height: 20px;
}

div.space30 {
    height: 30px;
}

div.table_outer {
    overflow: scroll;
}
div.table_outer>table {
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: solid 1px rgba(154, 154, 154, .3);
    margin-bottom: 10px;
}
div.table_outer>table > tbody > tr > th {
    background-color: rgba(154, 154, 154, .1);
}
div.table_outer>table > tbody > tr > th, div.table_outer>table > tbody > tr > td {
    padding: 5px 10px;
    border-top: solid 1px rgba(154, 154, 154, .3);
    font-weight: normal;
}
div.table_outer>table > tbody > tr > td {
    background-color: rgba(255, 255, 255, .5);
}

.color2 {
    background-color: #ffdddd !important;
}

.color3 {
    background-color: #d6d7f3 !important;
}

.color_blue {
    color: #0033aa;
}

div.cd1 {
    width: 2em;
    text-align: center;
    font-weight: bold;
}

div.cd2 {
    width: 5em;
    text-align: right;
}

.color_red{
	color:#F54747;
}

.ib {
    display: inline-block;
}

div#subsidy_head_right .title1 {
    border-bottom: solid 1px #aaaaaa;
    margin-bottom: 10px;
}

div#subsidy_head_right p.t1 {
    text-indent: 0;
    height: auto;
    font-size: 15px;
    line-height: 1.8;
    display: inline-block;
    padding: 0 10px;
    background-color: #aaaaaa;
    color: #ffffff;
}

.size14 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
}

div.space10 {
    height: 10px;
}



.wrap{
	width:1000px;
	margin:0 auto;
	position: relative;
}

.table{
	display:table;
}

a:hover{
	text-decoration:none;
	opacity: 0.8;
}

.center{ text-align:center!important; }
.align_right{ text-align:right; }

.bl_btn{
	display:inline-block;
	background-color:#333333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0 18px;
}

.h2_box{
	border-top:solid 1px #F6F6F6;
	border-bottom:solid 1px #F6F6F6;
	position:relative;
	padding:18px 0;
	background: url(../img/bg_line.png) no-repeat left bottom;
}

.h2_box p{
	position:absolute;
	right:15px;
	top:22px;
	background:url("../img/anc_red.png") no-repeat #fff 6px -2px;
	width: 100px;
	text-align: right;
	font-weight:bold;
}

.h2_box div{
	position:absolute;
	right:60px;
	top:9px;
	width: 100px;
	text-align: right;
	font-weight:bold;
}

.h2_box2{
	background-color: #9b2e4e;
	color:#fff;
	padding: 15px;
}

.h2_box2 h2{
	text-align: center;
}

h3{
	background-color:#F8F8F8;
	padding:15px;
	font-size:18px;
	margin:20px 0;
}

.banner p{
	margin-bottom:20px;
}

/* header */
/* ------------------------------------------ */
#header{
	
}

#head{
	background-color: #000;
	border-bottom:solid 5px #EFEFEF;
}

#head h1{
	position: absolute;
	top: 44px;
	left: 292px;
	font-size:12px;
	font-weight:normal;
	color: #999999;
}

#logo{
	padding:5px 0 15px;
	width:280px;
}

#head ul{
	position: absolute;
	top: 44px;
	right:0;
	font-weight:bold;
}

#head ul li{
	display:inline-block;
	margin-left: 30px;
}

.notice_link{
	color :#fff;
	padding-left: 20px;
}

.nagoya_chikuwa{
	border:solid 2px #6B9F10;
	color:#fff;
	background-color:#89C61E;
	padding: 8px 15px;
}

.nagoya_chikuwa:hover{
	text-decoration:none;
}

/* navi */
#gr_nav{
	border-bottom:#EFEFEF solid 1px;
}

#gr_nav li {
	display:inline-block;
	text-align: center;
	line-height: 19px;
	margin-right: -4px;
}

#gr_nav li a {
	background: url(../img/common/bd_nav.png) no-repeat left 18px;
}

#gr_nav li a {
	width: 200px;
	height: 37px;
	padding: 18px 0;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
}

#gr_nav li a:hover {
	background:#992d4c;
	color:#fff!important;
}
#gr_nav li a:hover span {
	color:#fff!important;
}

#gr_nav li:last-child {
	background: url(../img/common/bd_nav.png) no-repeat right 18px;
}

#gr_nav li a span {
	display: block;
	font-size: 10px!important;
	color: #999999;
	font-weight: 500!important;
	margin-top: -3px;
}

/* index */
#top_image{
	text-align:center;
}

.logo_fix{
	display: table;
	width: 1000px;
	margin: auto;
}

.logo_fix img{
	width: 100%;
}

.top_box1{
	margin:30px auto;
}

.top_info{
	border:solid 5px #EFEFEF;
	width:990px;
	display:block;
	padding-top:45px;
	float:left;
}

.top_info div{
	background-color:#F8F8F8;
	padding:15px 0;
	margin-top:30px;
	width:100%;
}

.top_info div p{
	line-height:20px;
	padding:0 20px;
	vertical-align: top;
}

.top_info div p a{
	width: 200px;
    display: inline-block;
	border:solid 1px #D9D9D9;
	color:#F54747;
	font-weight:bold;
	padding: 10px 35px 10px 28px;
	background:url("../img/anc_red2.png") no-repeat #fff 29px 14px;
}

.chikuwa_box{
	border:solid 5px #EFEFEF;
	width:280px;
	text-align:right;
	vertical-align: top;
	padding:20px 0 0 0;
	float:right;
	margin-bottom:20px;
}

.chikuwa_box p{
	width:80%;
	margin:0 auto 13px auto;
	text-align:left;
	line-height:20px;
}

.chikuwa_box p a{
	border:solid 1px #D9D9D9;
	color:#F54747;
	font-weight:bold;
	width:100%;
	display:block;
	padding: 5px 0;
	background:url("../img/anc_red2.png") no-repeat 27px 9px;
}

.top_box2{
	
}

.top_box2 .left{
	float:left;
	width:49%;
}

.top_box2 .chiku{
	margin-top:20px;
	border:solid 5px #EFEFEF;
	padding:20px 0 0;
}

.top_box2 .chiku div{
	background-color:#F8F8F8;
	padding:20px;
}

.top_box2 .chiku li{
	display:inline;
	padding:10px 1px;
}

.top_box2 .chiku li a{
}

.top_box2 .gyousyu{
	margin-top:20px;
}

.top_box2 .gyousyu p{
	background-color:#F8F8F8;
	font-weight:bold;
	padding: 15px 20px;
	margin-bottom:15px;
}

.top_box2 .gyousyu ul{
	margin-bottom:15px;
}

.top_box2 .gyousyu li{
	display:inline-block;
	line-height:20px;
}

.top_box2 .gyousyu li:after{
	content:"|";
	color:#2F86DF;
	padding:0 10px;
}

.top_box2 .gyousyu li a{
	color:#2F86DF;
	text-decoration: underline;
}

.top_box2 .right{
	float:right;
	width:49%;
}

.slider{
	margin:50px 0;
	background-color:#F8F8F8;
	padding:0 0 50px 0;
}

.slider_h2{
	position:relative;
	margin-bottom: 20px;
}

.slider_h2 h2{
	background-image:url("../img/bg_line.png");
	background-repeat:no-repeat;
	padding:25px 0 10px 0;
	font-size:18px;
}

.slider_h2 div{
	position:absolute;
	top:30px;
	right:0;
	font-weight:bold;
}

.slider_h2 div a{
	background:url("../img/anc_red.png") no-repeat -5px;
	padding-left:10px;
}


#slider li a.name{
	text-align: left;
	margin-top: 10px;
	font-size: 1.2rem;
	display: block;
	padding-left: 20px;
	background: url(../img/anc_yell.png) no-repeat left -2px;
}

.ul_project li{
	text-align:center;
}

.ul_project li a.thum {
	width: 220px !important;
	height: 150px;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
}

.top_box3{
	
}

.top_box3 .left{
	float:left;
	width:670px;
}

.top_box3 dl{
	margin:20px 0;
}

.top_box3 dt{
	float: left;
	clear: both;
	font-weight:bold;
}

.top_box3 dd {
	padding-left: 100px;
}

.top_box3 dl dd:not(:last-child) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.top_box3 .right{
	float:right;
}

.list_1{
	border-bottom: 1px dotted #EBEBEB;
	padding-bottom:20px;
	margin-top:20px;
}

.list_1 .left{
	float:left;
	width:450px;
}

.list_1 .left .title{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}

.list_1 .left .title span{
	display:inline-block;
	width:300px;
	margin-right:20px;
	vertical-align: top;
}

.list_1 .left .title span + span{
	width:100px;
}

.list_1 .left .title span a{
	color:#8AB4EA;
	font-weight:normal;
}

.list_1 .right{
	float:right;
}

.list_1 .right p{
	display:inline;
	margin-left:10px;
}

.list_2{
	margin-top:30px;
}

.list_2 div{
	float:left;
	width:200px;
	margin:0 auto;
	margin-right:23px;
}

.list_2 div .img{
	background-color:#F8F8F8;
	text-align:center;
}

.h250{
	height: 250px;
}

.list_2 div p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.job{
	display:table;
	margin:30px 0;
	border-bottom: 1px dotted #EBEBEB;
	padding-bottom:20px;
}

.job .left{
	display:table-cell;
	text-align: center;
	width: 200px;
}

.job .right{
	display:table-cell;
	vertical-align:top;
	line-height:20px;
	padding-left:20px;
}
.job .right p{
	margin-bottom:10px;
}

.job .right .title{
	font-weight:bold;
	text-decoration:underline;
}

.job .right .title a{
	font-size:15px;
}

.job .right .date{
	font-size:11px;
}

.detail_table{
	margin:30px 0;
	border-top:solid 1px #E9E9E9;
	border-left:solid 1px #E9E9E9;
}

.detail_table th{
	background-color:#F8F8F8;
	font-weight:normal;
	text-align:left;
	width:160px;
}

.detail_table th, .detail_table td{
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
	padding:15px 20px;
}

/* content */
/* ------------------------------------------ */
.top_h2{
	background-color:#F8F8F8;
	height:200px;
}

.top_h2 h2{
	font-size:30px;
	color:#9b2e4e;
	line-height:40px;
	padding:60px 0;
}

.top_h2 h2 p{
	color:#333333;
	font-size:20px;
}

.bg_search_area{
	background:url("../img/bg_job_area.png") no-repeat;
	height:200px;
}

.bg_search_industry{
	background:url("../img/bg_job_industry.png") no-repeat;
	height:200px;
}

.bg_about_us{
	background:url("../img/bg_about_us.png") no-repeat;
	height:200px;
}

.bg_project{
	background:url("../img/bg_project.png") no-repeat;
	height:200px;
}

.bg_news{
	background:url("../img/bg_news.png") no-repeat;
	height:200px;
}

.bg_free{
	background:url("../img/bg_free.png") no-repeat;
	height:200px;
}

.bg_company_profile{
	background:url("../img/bg_profile.png") no-repeat;
	height:200px;
}

.pankz{
	margin:30px auto;
	color:#999999;
	font-size:12px;
}

.pankz a{
	color:#999999;
}

.pankz li{
	display:inline;
}

.pankz li + li:before{
	content:" | ";
	color:#999;
	vertical-align: top;
}

.main{
	width:670px;
	float:left;
}

.map{
	margin:30px 0;
}

.text_box{
	margin:30px 0;
	line-height:20px;
}

.text_box p{
	margin-top:20px;
}

.text_box ul{
	margin-left:15px;
}

.text_box ul span{
	display:inline-block;
	margin-right:10px;
}

.movie{
	margin:30px 0;
	
	
}

.movie_box{
	float:left;
	width:200px;
	margin-right:20px;
}

.movie_box p{
	margin-bottom:10px;
}

.movie_box .title{
	background-color:#9b2e4e;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding: 13px;
	text-align: center;
}

.movie_box .text{
	line-height:18px;
	font-size:14px;
}

.movie_box dl{
	margin-top:25px;
}

.movie_box dt{
	background-color:#F8F8F8;
	font-weight:bold;
	font-size:15px;
	padding:10px 0;
	margin-bottom:20px;
	text-align:center;
}

.movie_box dd{
	margin-bottom:10px;
}

.movie_box dd a{
	color:#2F86DF;
	text-decoration: underline;
}

.zimu{
	border:solid 5px #E1E1E1;
	background-color:#F8F8F8;
	padding:25px 25px 10px;
	margin-top: 40px;
}

.zimu .title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.zimu p{
	margin-bottom:15px;
}

.project_list{
	margin-top:30px;
}

.project_list div{
	float:left;
	width:200px;
	margin:0 23px 25px auto;
}

.project_list div .img{
	background-color:#F8F8F8;
	text-align:center;
}

.project_list div .name a {
	text-align: left;
	margin-top: 15px;
	font-size: 1.2rem;
	display: block;
	padding-left: 20px;
	background: url(../img/anc_yell2.png) no-repeat left -2px;
}

.box{
	display:table;
}

.box div{
	display:table-cell;
	vertical-align:top;
	padding:0 30px 0 0;
}

.box div p{
	line-height:20px;
	margin-bottom:15px;
}

.box2{
	display:table;
	width:100%;
}

.box2 div{
	display:table-cell;
	vertical-align:top;
}

.box2 p{
	line-height:20px;
	margin-bottom:15px;
}

.box2 .left{
	padding:0 30px 0 0;
	width:300px;
}

.box2 .right{
	text-align:center;
}

.box2 .right p{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F8F8F8;
}

.history{
	margin:30px 0;
}

.history tr:nth-child(even) {
    background:#FFFFFF;
}
.history tr:nth-child(odd) {
    background:#F8F8F8;
}

.history th{
	width:150px;
}

.history th, .history td{
	border-bottom:solid 1px #CCCCCC;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:15px 20px;
	line-height:20px;
}

.history_img{
	border:solid 5px #E1E1E1;
	text-align:center;
	vertical-align:top;
	padding-bottom:15px;
	margin-bottom:20px;
}

.history_img .title{
	font-weight:bold;
	font-size:18px;
	margin:20px 0 10px 0;
}

.history_img td{
	padding: 0 0 10px 0;
}

.img_list{
	margin:30px 0;
}

.img_list ul{
	display: table;
	width:100%;
	margin-bottom:10px;
}

.img_list li{
	display:table-cell;
}

.link_list{
	margin:15px 0;
}

.link_list li{
	display:inline;
	margin-right:10px;
	line-height: 30px;
}

.sitemap_box ul{
	margin:0 0 0 20px;
}

.sitemap_box li{
	margin-top:30px;
	list-style-type:disc;
}

.sitemap_box li a{
	font-weight:bold;
	font-size:14px;
}

.sitemap_box li ul{
	margin-top:15px;
}

.sitemap_box li ul li{
	list-style-type:none;
	margin-top:15px;
}

.sitemap_box li ul li a{
	font-weight:normal;
	font-size:13px;
}

.company_profile_box{
	border-top:solid 1px #E9E9E9;
	border-left:solid 1px #E9E9E9;
	margin:40px 0 40px 0;
}

.company_profile_box th{
	background-color:#F8F8F8;
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
	width:150px;
	text-align:left;
	padding:17px;
}

.company_profile_box td{
	border-right:solid 1px #E9E9E9;
	border-bottom:solid 1px #E9E9E9;
	line-height: 20px;
}

.company_profile_box a{
	color:#287ADF;
	text-decration:underline;
}

.company_profile_box li{
	display:inline;
	margin-right:10px;
	vertical-align: super;
}


.prev{
	
}

.prev a{
	border:solid 2px #CCCCCC;
	background-color:#F8F8F8;
	font-weight:bold;
	font-size:17px;
	display: block;
	width: 150px;
	text-decoration:none;
	margin:20px auto;
	text-align:center;
	padding:10px 10px 10px 0;
}

.unit_table {
	margin:20px 0;
}

.unit_table th{
	border: solid 2px #4a4a4a;
    color: #272727;
    font-weight: bold;
    font-size: 15px;
}

.unit_table td{
	line-height:18px;
}

.news_detail_box{
	margin:30px 0;
	line-height:18px;
}

.news_detail_box .date{
	font-size:11px;
	margin-bottom:20px;
}

.news_detail_box p{
	margin-bottom:20px;
}

/* modal */
/* ------------------------------------------ */

.tr {
	text-align: right;
}

.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:55%;
    margin:30px;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content table{
	border-top:solid 1px #E6E6E6;
	border-left:solid 1px #E6E6E6;
}

.modal-content th{
	background-color:#F7F7F7;
	border-right:solid 1px #E6E6E6;
	border-bottom:solid 1px #E6E6E6;
	text-align:left;
	vertical-align:top;
	width:30%;
	padding:15px;
	line-height: 18px;
}

.modal-content td{
	border-right:solid 1px #E6E6E6;
	border-bottom:solid 1px #E6E6E6;
	padding:15px;
}

.modal-content p {
    margin:20px 0;
    padding:0;
    color:#FFA642;
    font-weight:bold;
    font-size:18px;
}

.modal-content input[type="text"], .modal-content textarea{
	width:100%;
	border:solid 1px #E6E6E6;
}

.modal-content textarea{
	height:100px;
}

.modal-content span{
	color:#ff0000;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.submit{
	color:#fff;
	font-size:19px;
	font-weight:bold;
	background-color:#3185E4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 25px;
	margin:25px 0;
	cursor: pointer;
}

/* side */
/* ------------------------------------------ */

.side{
	width:290px;
	float:right;
}

.side_title{
	color:#fff;
	font-weight:bold;
	background-color:#9b2e4e;
	padding: 15px;
	font-size: 16px;
	margin-bottom:20px;
}

.side_list, .side_list2{
	border:solid 1px #F6F6F6;
	margin-bottom:20px;
}

.side_list p, .side_list2 p{
	border-bottom:solid 4px #F6F6F6;
	padding: 20px 0 20px 30px;
	font-size: 16px;
	font-weight:bold;
	background: url(../img/bg_line_s.png) no-repeat 15px 14px;
}

.side_list ul{
	padding:15px 15px 0 15px;
}

.side_list li{
	margin-bottom:20px;
}

.side_list li:before, .side_list2 li:before{
	content:" > ";
	color:#333;
	font-size:14px;
	vertical-align: top;
}

.side_list2 ul{
	
}

.side_list2 li{
	border-bottom:solid 1px #F6F6F6;
	padding: 20px 15px;
}

.side_list2 li:last-child{
	border-bottom:none;
}

/* footer */
/* ------------------------------------------ */
#pagetop{
	text-align:right;
	padding-bottom:12px;
	margin-top:100px;
}
#pagetop a{
	background-color:#F8F8F8;
	width:50px;
	padding:10px 35px;
}
#footer_link{
	border-top:solid 1px #F6F6F6;
	padding:30px 0;
}

#footer_link dl{
	float:left;
	width:165px;
}

#footer_link dt{
	font-weight:bold;
	font-size:14px;
	margin-bottom:20px;
}

#footer_link li{
	margin-bottom:15px;
}

#footer_link li:before{
	content:" > ";
	color:#952746;
	font-weight:bold;
	font-size:10px;
	vertical-align: top;
}

#footer{
	background-color:#000;
	color:#fff;
	padding:15px 0;
	margin-top:30px;
}

#footer div{
	display:table;
}

#footer a{
	color:#fff;
}

#footer ul,#footer p{
	display:table-cell;
}

#footer ul li{
	display:inline;
	padding-right:10px;
}

#footer ul li+ li {
	border-left: 1px solid #fff;
	padding-left:10px;
}

#footer p{
	text-align:right;
}

/* editor */
 
.news_detail_box div p {
	display: block;
	margin: 0.1em 0;
	line-height: 1.6em;
}
.news_detail_box div strong { font-weight: bold; }
.news_detail_box div em { font-style: italic; }
.news_detail_box div blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
 
/* img */
 
.news_detail_box div .aligncenter {
	display: block;
	margin: 0 auto;
}
.news_detail_box div .alignright { float: right; }
.news_detail_box div .alignleft { float: left; }
 
.news_detail_box div img[class*="wp-image-"],
.news_detail_box div img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
 
/* clearfix */
 
.news_detail_box div .clearfix {
	overflow: hidden;
	zoom: 1;
}
.news_detail_box div .clearfix:after {
	content: ""
	display: block;
	clear: both;
}

.new_link_project{
	margin: 10px 0 40px 0;
	display: block;
}

.new_link_project a{
	font-size: 25px;
	border: solid 3px #E64F4F;
	padding: 30px 40px;
	display: block;
	border-radius: 5px;
	color: #E64F4F;
}

/*適職診断**********************************/
div.check_title{
	height: 40px;
	border-bottom: solid 1px #cccccc;
	background-image: url(/wp-content/themes/tokyo/img_ex/check_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
div#counter_area{
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #ff3333;
	text-align: right;
	padding-right: 10px;
}
div#check_base{
	margin-left: 150px;
	padding: 20px;
	width: 640px;
	height: 260px;
	background-image: url(/wp-content/themes/tokyo/img_ex/check_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#check_area{
	position: relative;
	width: 640px;
	height: 260px;
	overflow: hidden;
}

ul#questions{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}
ul#questions li{
	position: relative;
	width: 640px;
	height: 260px;
	margin-bottom: 50px;
	zoom: 1;
}
div.start_btn{
	position: absolute;
	left: 200px;
	top: 160px;
	width: 240px;
	height: 70px;
	
}
div.question{
	width: 640px;
	height: 160px;
}
div.yes1,
div.no1{
	position: absolute;
	bottom: 10px;
	width: 220px;
	height: 70px;
	padding: 5px 10px 5px 70px;
	cursor: pointer;
	background-image: url(/wp-content/themes/tokyo/img_ex/ans_bg1_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.yes1{
	left: 10px;
}
div.no1{
	right: 10px;
}
div.yes2,
div.no2{
	position: absolute;
	left: 10px;
	width: 550px;
	height: 50px;
	padding: 5px 10px 5px 60px;
	cursor: pointer;
	background-image: url(/wp-content/themes/tokyo/img_ex/ans_bg2_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.yes2{
	bottom: 75px;
}
div.no2{
	bottom: 10px;
}
div.result{
	width: 160px;
	height: 40px;
}
div.result_title{
	width: 260px;
	height: 20px;
	margin-top: 20px;
	margin-left: 10px;
}
/*マーク付き*/
div.shikaku_mark {
	background: #eeeeee;
	padding: 5px 5px 0 5px;
	margin: 5px 0 30px 10px;
}
div.shikaku_mark p {
	padding-left:1em;
	position:relative;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 22px;
}
div.shikaku_mark p span.shikaku {
	position:absolute;
	left:0px;
	top:0px;
	color: #ff3333;
}

div.result_cat{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 5px;
}

div.gyoushu{
	padding-left: 10px;
}
ul.gyoshu_list{
	font-size: 0;
	line-height: 0;
	zoom: 1;
	padding: 5px 0 0 0;
}
ul.gyoshu_list li{
	float: left;
	margin: 0 5px 5px 0;
	width: 215px;
	font-size: 0;
	line-height: 0;
	zoom: 1;
}
ul.gyoshu_list li a{
	display: block;
	height: 18px;
	color: #333333;
	border: solid 1px #cccccc;
	padding: 4px 4px 4px 26px;
	font-size: 15px;
	line-height: 18px;
	background-color: #f6f6f6;
	background-image: url(/wp-content/themes/tokyo/img_ex/ss.gif);
	background-repeat:no-repeat;
	background-position: 3px 3px;
}
ul.gyoshu_list li a:hover{
	background-color: #e6e6e6;
	text-decoration: none;
}