@charset "utf-8";


/* ------------------------------------------------------------
 Reset Css
---------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul,ol,dl {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* ------------------------------------------------------------
 font
---------------------------------------------------------------*/
html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */

/* ------------------------------------------------------------
 clear
---------------------------------------------------------------*/
.clearbox {
	position:relative;
	overflow:hidden;
	_zoom:1;
}

/* ------------------------------------------------------------
 common
---------------------------------------------------------------*/
html {
	height:100%;
	background:#fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Verdana,Helvetica,Meiryo,sans-serif;
}
body {
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	background:#fff;
	border-top:3px solid #5874c9;
}

/*LINK*/
a:link{
	color:#333;
	text-decoration:underline;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
a:active{
	color:#999;
	text-decoration:none;
}
#contents a:hover img,
#gnavi img:hover,
#contents_footer a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.fltr {float:right;}
.fltl {float:left;}

.txt_center {text-align:center;}
.txt_left {text-align:left;}
.txt_right {text-align:right;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pb60 {padding-bottom:60px;}
.pb70 {padding-bottom:70px;}
.pb80 {padding-bottom:80px;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}

/*subやsupでline-heightがズレるのを防ぐ*/
sup,
sub {
	font-size:72%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}

/* ------------------------------------------------------------
 header
---------------------------------------------------------------*/

body#index #contents_header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:85px;
}
body.sub #contents_header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:92px;
}
body#index #contents_header h1,
body.sub #contents_header h2 {
	position:absolute;
	top:20px;
	left:0px;
}
#contents_header ul.navi_header {
	position:absolute;
	top:12px;
	right:0px;
}
#contents_header ul.navi_header li {
	float:left;
	padding:0 0 0 20px;
}
#contents_header ul.navi_header li a {
	background:url(../images/share/img_arw.png) no-repeat left center;
	padding:0 0 0 17px;
	font-size:115%;
	font-weight:bolder;
	text-decoration:none;
}

/*googleカスタム検索*/
/*#contents_header .box_search {
	position:absolute;
	top:45px;
	right:0px;
	width:300px;
}*/
#contents_header .box_search {
	position:absolute;
	top:30px;
	right:0px;
	width:300px;
}
#contents_header .box_search #___gcse_0{
	width: 315px;
	height:35px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #2f5bb7 !important;
 	background-color: #357ae8 !important;
 }

/* .gsc-control-cse, .cse, .gsc-control-cse, .gsc-control-cse{
 	border-color: none;
 	background-color: none;
 }*/
 
 /*googleカスタム検索 検索結果　search.html*/
body#search #contents_header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:180px;
}
body#search #contents_search {
	position:relative;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:0 0 100px 0;
}
body#search #contents_search h1{
	display:none;
}


/* ------------------------------------------------------------
 nav
---------------------------------------------------------------*/

#gnavi {
	position:relative;
	overflow:hidden;
	width:967px;
	margin:0 auto;
	z-index:100;
	box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 20px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 20px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 20px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+55,ffffff+55,eeeeee+100 */
	background: rgb(255,255,255);/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 55%, rgba(238,238,238,1) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,rgba(255,255,255,1)), color-stop(55%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 55%,rgba(255,255,255,1) 55%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 55%,rgba(255,255,255,1) 55%,rgba(238,238,238,1) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 55%,rgba(255,255,255,1) 55%,rgba(238,238,238,1) 100%);/* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 55%,rgba(255,255,255,1) 55%,rgba(238,238,238,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );/* IE6-9 */
}
#gnavi dl {
	position:relative;
	overflow:hidden;
	float:left;
	width:160px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
#gnavi dl:last-child {
	border:1px solid #ccc;
}
#gnavi dl {
	position:relative;
	overflow:hidden;
}
#gnavi dd {
	padding:5px;
	line-height:125%;
	letter-spacing:-1px
}
#gnavi dl dd a{
	display:block;
	background:url(../images/share/img_arw_bk.png) no-repeat 0 2px;
	padding:0 0 0 12px;
	text-decoration:none;
}
#gnavi dl dd.noicon a{
	display:block;
	background:none;
	padding:0;
	margin:2px 0 -10px 0;
	text-decoration:none;
	text-align:right;
}


/* ------------------------------------------------------------
 mainimg
---------------------------------------------------------------*/

#mainimg {
	width:960px;
	height:280px;
  	background:url(images_slider/bg_mainimage.png) no-repeat bottom center;
	margin:0 0 40px 0;
	padding:0;
}
#mainimg ul.slider {
	position:relative;
	overflow:hidden;
	margin-left:25px;
}
#mainimg ul.slider li {
	width:410px !important;
	margin-right:30px;
	background:#fff;
}
#mainimg ul.slider li:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* ------------------------------------------------------------
 contents
---------------------------------------------------------------*/

#contents {
	position:relative;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:0 0 100px 0;
}

body#index #contents_left {
	width:720px;
	float:left;
}
body#index #contents_right {
	width:200px;
	float:right;
}

body.sub #contents_left {
	width:240px;
	float:left;
}
body.sub #contents_right {
	width:680px;
	float:right;
}

/* ------------------------------------------------------------
 index以外
---------------------------------------------------------------*/

/*サブページのメインイメージ*/
body.sub{background:url(../images/share/header_bg.gif) 0 -35px repeat-x;}
body.sub .keyimg {
	width:960px;
	margin:0 auto;	
}
body.sub .keyimg h1 {
	padding:15px 0 0 0;
	height:65px;
}
body.sub .keyimg h1{background:url(../images/share/key_bg.jpg) right 0 no-repeat;}

body.sub .keyimg h1.keyimg--kougyou{background:url(../images/share/key_bg_kougyou.png) right 0 no-repeat;}



/*ぱんくず*/
ul.directory {
	margin: 20px 0 20px 0;
	position:relative;
	overflow:hidden;
	_zoom:1;
	list-style:none;
	}
	ul.directory li {
		float:left;
		font-size:86%;
	}
	ul.directory li:after {
		content:">";
		padding:0 5px 0 5px;
	}
	ul.directory li:last-child:after {
		content:none;
	}
	ul.directory li strong {font-weight:normal;}

/*コンテンツ内ページトップ*/
#contents p.pagetop {
	text-align:right;
	padding:20px 0 40px 0;
}

/*サブページの左ナビ*/
body.sub #contents {
	background:url(../../common/images/share/subnav_bg.gif) 0 0 repeat-y;
	overflow: hidden;
}
body.sub #subnavi ul{
	width:238px;
	border-top:1px solid #999;
	margin-left:1px;
}
body.sub #subnavi ul li{
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
}
body.sub #subnavi ul a{
	display:block;
	padding:8px 8px 8px 20px;
	background:url(../../common/images/share/sub_a.gif) 10px center no-repeat;
}
body.sub #subnavi ul a.pdf_dl{
	display:block;
	padding:8px 8px 8px 30px;
	background:url(../../common/images/share/icon_pdf3.gif) 8px center no-repeat;
}
body.sub #subnavi ul a.img_pamph {
	display:block;
	text-align: center;
	padding:5px;
	background: none;
}
body.sub #subnavi ul a:hover{
	color:#fff;
	background:url(../../common/images/share/sub_a_o.gif) 10px center no-repeat #5975CA;
}
body.sub #subnavi ul a.pdf_dl:hover{
	/*color:inherit;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";*/
	background:url(../../common/images/share/icon_pdf3_on.gif) 8px center no-repeat #5975CA;
}
body.sub #subnavi ul a.img_pamph:hover{
	color:inherit;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: none;
}

/* p */
p.sentence {
	padding:20px 0 0px 20px;
	font-size:100%;
	line-height:160%;
}
p.sentence2 {
	padding:0 0 20px 20px;
	font-size:100%;
	line-height:160%;
}

.small{
	font-size: 80%;
}

/* table */
table.tbl_common {
	width:100%;
	margin-top:30px;
	border-top:3px solid #999;
	border-bottom:3px solid #999;	
}
table.tbl_common th,
table.tbl_common td{
	font-weight:normal;
	text-align:left;
	padding:8px;
	border-bottom:1px solid #ccc;
}

/* h3 */
h3.title{
	color:#4B66BF;
	padding:10px 0 10px 40px;
	margin-bottom:15px;
	line-height:1.5;
	font-size:115%;
	background:url(../images/share/h3_bg1.gif) 0 center no-repeat;
	border-bottom: 1px solid #ccc;
}
h3.title2{
	color:#fff;
	padding:0 0 0 43px;
	margin-bottom:15px;
	line-height:28px;
	font-size:16px;
	background:url(../images/share/h3_bg2.gif) 0 center no-repeat
}

/* outline/index.html */
.box_management {
	border:3px solid #8C9EE6;
	padding:5px;
	margin-bottom:20px;
}
.box_management .title{
	background:#8C9EE6;
	color:#fff;
	padding:5px;
}
.box_management h3{
	background:#8C9EE6;
	margin:0 0 10px 0;
	padding:5px;
	font-size:100%;
}
.box_management h3:before{
	content:"■ ";
	color:#fff;
}
.box_management table{
	margin:5px;
}
.box_management table th,
.box_management table td {
	padding-bottom:5px;
}
.box_management table .icon{
	padding-right:5px;
	vertical-align:middle;
}

/* outline/plan.html */
ol.list_policy{
	padding:10px 15px 5px 0;
	margin:0 0 20px 35px;
	list-style-position: inside;
}
ol.list_policy li{
	padding:0 0 10px 0;
	list-style:decimal;
	line-height:160%;
}
ol.list_policy li.one{
	background:url(images/icon_plan01.gif) 0 0 no-repeat;
}
ol.list_policy li.second{
	background:url(images/icon_plan02.gif) 0 0 no-repeat;
}
ol.list_policy li.tree{
	background:url(images/icon_plan03.gif) 0 0 no-repeat;
}

.box_data{
	padding:10px;
	border:3px solid #4B66BF;
}


/* contact/index.html */
.box_contact{
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:15px;
	position:relative;
}
.box_contact .btn_am{
	position:absolute;
	left:535px;
	top:8px;
	border:none;
}
.box_contact .tit{
	margin:0 0 10px 0;
	padding:8px 5px 4px 10px;
	color:#fff;
	background:#8C9EE6;
}
.box_contact p{
	border-bottom:1px dotted #ccc;
	padding:0 10px 10px 10px;
	margin:0;
	line-height:140%;
}
.box_contact table{
	border-collapse:collapse;
	margin:5px 0 0 5px;
}
.box_contact table th,
.box_contact table td{
	font-weight:normal;
	text-align:left;
	padding:5px;
}
.box_contact p.btn_bm{
	border-bottom:none;
}
.box_contact .plus{
	border-top:1px solid #ccc;
	padding:10px 15px 10px;
}
.box_contact table .ka{
	width:160px;
	position:relative;
}
.box_contact table .tel{
	width:160px;
}
.box_contact table .mail{
	width:auto;
}
.box_contact table .fax{
	width:auto;
}

/* privacy/index.html */
.box_download{
	border:1px solid #ccc;
	margin:15px 0 5px;
}
.box_download a{
	text-decoration:none;
	color:#5E7ACF;
}
.box_download a:hover{
	text-decoration:none;
	color:#ccc;
}
.box_download p{
	margin:0;
	padding:10px 5px;
	text-align:center;
}
.box_download ul{
	margin:0 0 0 10px;
	padding:10px 5px;
}
.box_download ul li{
	padding:5px 0 5px;
}
.box_getadobe {
	text-align:right;
	font-size:86%;
	position:relative;
	overflow:hidden;
	margin:10px 0 0 0;
}
.box_getadobe img {
	float:right;
	padding: 0 0 0 10px;
}
.box_getadobe p {
	padding: 5px 0 0 0;
}

.box_inquiry {
	margin:40px 0 0 0;
	padding:5px;
	border:1px solid #ccc;
}
.box_inquiry h4 {
	margin:0 0 10px 0;
	padding:10px;
	color:#fff;
	background:#5E7ACF;
}
.box_inquiry p {
	line-height:160%;
}

/*recruit/index.html */
#recruit p{
	font-size: 100%;
	line-height: 160%;
}

#recruit h3{
	margin-bottom: 10px;
}

#recruit .ttl{
	font-weight: bold;
	font-size: 105%;
}

#recruit #contents_right ul{
	margin-top: 10px;
}

#recruit #contents_right ul li{
	margin: 5px 0;
	padding-left: 10px;
	line-height: 150%;
}

#recruit #contents_right .section{
	margin-bottom: 20px;
}

#recruit #contents_right .section ul{
	padding-left: 10px;
}

#recruit #contents_right .section ul li{
	padding-top: 10px;
	padding-bottom: 10px;
}
#recruit #contents_right table{
	border: 3px solid #999;
	margin-bottom: 20px;
}

#recruit #contents_right table th{
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	vertical-align: middle;
	font-weight: normal;
}

#recruit #contents_right table th,
#recruit #contents_right table td{
	padding: 7px 10px;
	border-right: 1px solid #ccc;
	line-height: 1.3em;
  vertical-align: middle;
}

#recruit #contents_right table td {
	border-bottom: 1px solid #ccc;
}

/* recruit/ads.html */
table.tbl_price {
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:10px 0 5px 0;
}
table.tbl_price th,
table.tbl_price td{
	border:1px solid #ccc;
	padding:5px;
}
table.tbl_price th{
	font-weight:normal;
	background:#efefef;
	text-align:center;
}
table.tbl_price td{
	text-align:center;
}
table.tbl_price span{
	color:#F00;
}
.box_ads{
    border: 1px solid #606060;
    display: block;
    line-height: 160%;
    margin: 20px 0 0 0;
    padding: 15px;
}

/* link/index.html */
table.tbl_linklist{
	width:660px;
	margin:0 auto 30px;
}
table.tbl_linklist td{
	width:280px;
	padding:5px 0;
}
table.tbl_linklist strong{
	font-size:16px;
	display:block;
	margin-bottom:5px;
}
table.tbl_linklist ul{
	margin-bottom:30px;
}
table.tbl_linklist ul li{
	padding:5px 0;
}
table.tbl_linklist a {
	display:block;
	background:url(../images/share/img_arw.png) 0 0 no-repeat;
	padding-left:16px;
	text-decoration:none;
	margin-left:15px;
	line-height:120%;
}

/* sitemap/index.html */
body#sitemap h3{
	margin-bottom:20px;
}

body#sitemap .seciton ul{
	margin:0 0 20px 15px;
}
body#sitemap .seciton ul li{
	margin-bottom:10px;
}
body#sitemap .seciton ul li a{
	display:block;
	background:url(../images/share/img_arw.png) 0 0 no-repeat;
	padding-left:18px;
}

/* outline/facility.html */
body#facility h4 {
	background:#efefef;
	padding:5px 0 5px 40px;
}
body#facility table.tbl_facility {
	width:100%;
	border-top:3px solid #999;
	border-bottom:3px solid #999;
	margin:10px 0 10px 0;
	font-size:100%;
}
body#facility table.tbl_facility th{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	background:#efefef;
	padding:8px;	
}
body#facility table.tbl_facility td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	font-weight:normal;
	padding:8px;
}
body#facility table.tbl_facility th:last-child,
body#facility table.tbl_facility td:last-child {border-right:none;}
body#facility table.tbl_facility th{
	width:150px;
}

/* news/index.html */
body#newsinfo #contents_left h2 {
	margin:0 0 10px 0;
}
body#newsinfo ul.list_whatsnew li {
	position:relative;
	overflow:hidden;
	padding:10px 0 15px 0;
	background:url(../images/share/img_2line.png) bottom repeat-x;
}
body#newsinfo ul.list_whatsnew li span.date{
	width:80px;
	float:left;
	margin:5px 0 0 0;
	font-size:93%;
}
body#newsinfo ul.list_whatsnew li span.news{
	width:620px;
	float:right;
	padding-top:2px;
	line-height:140%;
}
body#newsinfo ul.list_whatsnew li span.news-past{
	width:580px;
	float:right;
	padding-top:2px;
	line-height:140%;
}
body#newsinfo ul.list_whatsnew li span .news-past--link {
	margin-right: 20px;
}
body#newsinfo ul.list_whatsnew li span.news-past strong {
	font-weight: normal;
	color: #ff0000;
}

body#newsinfo ul.list_whatsnew li span.news_nodate:before{content:"・";}
body#newsinfo ul.list_whatsnew li img.icon {
	vertical-align:middle;
	padding-left:5px;
}

body#newsinfoul.list_whatsnew a {color:#5874c9;}



/* ------------------------------------------------------------
 index.html
---------------------------------------------------------------*/

/*新着情報*/
#index #contents_left h2.ttl_news {
	margin:0 0 10px 0;
}
/*名古屋市からのお知らせ*/
#index #contents_left h2.ttl_nagoyacity {
	background: #4b66bf;
	padding: 10px;
	margin: -5px -5px 10px -5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}
#index .box_nagoyacity {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-top:40px;
}


#index ul.list_whatsnew li {
	position:relative;
	overflow:hidden;
	padding:10px 0 15px 0;
	background:url(../images/share/img_2line.png) bottom repeat-x;
}
#index ul.list_whatsnew li span.date{
	width:80px;
	float:left;
	margin:5px 0 0 0;
	font-size:93%;
}
#index ul.list_whatsnew li span.news{
	width:86%;
	float:right;
	padding-top:2px;
	line-height:140%;
}
#index ul.list_whatsnew li span.attention,
#newsinfo ul.list_whatsnew li span.attention {
  color:#ff0000;
}
#index ul.list_whatsnew li span.news_nodate:before{content:"・";}
#index ul.list_whatsnew li img.icon {
	vertical-align:middle;
	padding-left:5px;
}

#index ul.list_whatsnew a {color:#5874c9;}
#index .list_whatsnew--caution {color:#ff0000;}

#index p.bknbr {
	padding:10px 0 0 0;
	text-align:right;
}
#index p.bknbr a {
	background:url(../images/share/img_arw.png) left center no-repeat;
	padding:10px 0 10px 17px;
	text-decoration:none;
	text-align:right;
}

#index ul.list_event {
	position:relative;
	overflow:hidden;
}
#index ul.list_event li {
	float:left;
	width:235px;
	margin: 0 0 10px 0;
}
#index ul.list_event li img {
	border:1px solid #ccc;
}
#index ul.list_event li:last-child {
	margin-right:0px;
}

/*右ナビ*/
body#index #contents_right h3 {
	margin-bottom:10px
}
body#index #contents_right ul.list_facility li {
	padding:0 0 8px 0;
}

body#index #contents_right .box_member {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}
body#index #contents_right ul.list_group li {
	padding:0 0 10px 0;
}
body#index #contents_right ul.list_group li a {
	display:block;
	background:url(../images/share/img_arw.png) 0 0 no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	line-height:140%;
}
body#index #contents_right ul.list_advertising li {
	padding:0 0 10px 0;
}
body#index #contents_right p.txt_advertising {}
body#index #contents_right p.txt_advertising a {
	background:url(../images/share/img_arw.png) left center no-repeat;
	padding:0 0 0 17px;
	text-decoration:none;
}
body#index #contents_right ul.list_pamphlet li {
	padding:0 0 10px 0;
  text-align: center;
}
body#index #contents_right ul.list_pamphlet li img {
  border:1px solid #ccc;
}

.top-banner {
  display: block;
  text-align: center;
  margin: 0 0 30px 0;
}


/* ------------------------------------------------------------
 footer
---------------------------------------------------------------*/

#contents_footer {
	border-top:1px solid #ccc;
	padding:10px 0 10px 0;
}
#contents_footer p.pagetop {
	position:relative;
	width:960px;
	margin:0 auto;
	z-index:300;
}
#contents_footer p.pagetop img {
	float:right;
	margin:-50px 0 0 0;
}
#contents_footer p.address {
	width:960px;
	margin:0 auto;
	font-size:100%;
	line-height:160%;
	margin-bottom:10px;
	font-weight:bolder;
}
#contents_footer .box_footer {
	position:relative;
	overflow:hidden;
	background:#333;
	color:#fff;
}
#contents_footer .box_footer_inner {
	width:960px;
	margin:0 auto;
}
#contents_footer .box_footer p.privecy {
	background:#4b68c1;
	padding:10px;
	display:block;
	width:185px;
	float:right;
	text-align:center;
}
#contents_footer .box_footer p.privecy:hover {
	background:#333;
}
#contents_footer .box_footer p.privecy a{
	color:#fff;
	text-decoration:none;
}
#contents_footer .box_footer p.copyright{
	padding:10px 0 10px 0;
	font-size:72%;
}



/*kougyou renewal*/

#contents_right a {
	color: #5874c9;
	text-decoration: none;
}

#contents_right a:hover {
	text-decoration: underline;
}

#contents_right .red {
	color: #e70000;
}

body.sub #subnavi ul li.category{
	padding: 10px 0 10px 10px;
	background-color: #4c66c1;
	color: #fff;
	border-top: 1px solid #4c66c1;
}

body.sub #subnavi ul li.stay a{
	padding-left: 40px;
	background-position: 30px center;
}

body.sub #subnavi ul li a{
	line-height: 1.5em;
}

body.sub #subnavi .newproducts h3{
	margin-top: 30px;
	padding: 10px 0 10px 10px;
	background-color: #4c66c1;
	color: #fff;
	border-top: 1px solid #4c66c1;
	border-bottom: 1px solid #999;
	font-weight: normal;
}

body.sub #subnavi ul li .cp-name{
	padding: 5px 0 8px 20px;
	display: block;
}

body.sub #subnavi ul li .prize {
	display: block;
	background-color: #386ade;
	padding: 5px 0;
	margin: 5px 5px 0 5px;
	border-radius: 10px;
	color: #fff;
	font-size: 85%;
	text-align: center;
}

body.sub #subnavi .btn_area{
	padding: 20px 10px;
}

body.sub #subnavi .btn_area a{
  padding: 0;
  background: none;
}

body.sub #subnavi .btn_area a:hover{
	opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  padding: 0;
  background: none;
}

body.sub #subnavi .btn_area ul,
body.sub #subnavi .btn_area ul li{
	border: none;
}

body.sub #subnavi .btn_area ul li{
	margin-bottom: 10px;
}

ul.information{
	margin: 15px 18px;
}

ul.information li{
	margin-bottom: 10px;
	line-height: 1.5em;
	text-indent: -18px;
}

ul.information a{
	padding-left: 18px;
	background: url(/common/images/share/img_arw.png) 0 0 no-repeat;
}

ul.information .new-mark{
	color: red;
	font-size: 90%;
	margin-left: 5px;
}

.table_base {
	width: 95%;
	margin: 20px auto;
}

.table_base th {
	width: 20%;
	padding: 15px 10px;
	background-color: #eee;
	vertical-align: middle;
	border-bottom: 1px solid #cecece;
}
.table_base th.row {
	width: auto;
	padding: 15px 10px;
	background: #8c9ee6;
	vertical-align: middle;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #fff;
}

.table_base td {
	width: 80%;
	padding: 15px 20px;
	line-height: 1.5em;
	border-top: 1px solid #cecece;
}

.table_base-td20 td{
	width: 20%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.table_base th:first-child{
	border-top: 1px solid #cecece;
}


.table_base td.bd_btm{
	border-bottom: 1px solid #cecece;
}

.kouen_block:after{
	content: "";
	display: block;
	clear: both;
}

.kouen_block-lblock{
	width: 75%;
	float: left;
}

.kouen_block-rblock{
	width: 20%;
	padding-top: 20px;
	padding-left: 20px;
	float: right;
	text-align: right;
}

.needs{
	padding: 8px;
	border: 3px solid #8c9ee6;
	margin: 10px 0 0;
}

.needs h3{
	padding: 5px;
	background-color: #8c9ee6;
	margin: 0 0 15px 0;
	font-size: 120%;
}

.needs h4{
	font-size: 110%;
	margin-bottom: 10px;
	color: #386ADE;
}

.needs ul{
	margin-bottom: 20px;
}

.needs ul:after{
	content: "";
	display: block;
	clear: both;
}

.needs ul li a{
	display: block;
	width: auto;
	float: left;
	line-height: 1.5em;
	margin-right: 20px;
	/*padding-left: 18px;
	background: url(/common/images/share/img_arw.png) 0 0 no-repeat;*/
}

.kougyou_address{
	padding: 10px;
	margin-top: 15px;
	background-color: #DEDEDE;
	line-height: 1.5em;
}

/*kougyou/teikyo/event.html*/
.box_event{
	border:1px solid #ccc;
	padding:7px;
	margin-bottom:15px;
	margin-top: 10px;
	position:relative;
}

.box_event p{
	margin: 10px;
	line-height:1.5em;
}

.box_event .tit{
	color:  #fff;
	margin-left: 0;
	padding: 8px;
	background-color: #8c9ee6;
}

.box_event .subh{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ccc;
}
.box_event .subh em{
	display:block;
	font-style:normal;
	margin:0;
}

.box_event ul.fmt{
	color:#333;
	margin:0 10px 20px;
	padding:0;
}
.box_event ul.fmt li{
	margin:0 5px 5px;
	padding:0;
	line-height:1.5em;
}
.box_event ol.fmt{
	color:#333;
	padding:0 10px 15px;
	margin:0;
}
.box_event ol.fmt li{
	padding:0 5px 0px;
	margin:0;
	line-height:140%;
}

.box_event .flinks{
	display: block;
	padding: 15px;
	background-color: #eee;
}

.box_event .flinks:after{
	content: "";
	display: block;
	clear: both;
}

.box_event .flinks li{
	width: 50%;
	float: left;
}

/*/kougyou/teikyo/catalog*/
.catalog_block h4{
	padding: 10px 0 10px 10px;
	margin: 20px 10px 10px;
	border-left: solid 5px #8c9ee6;
}

.catalog_block p{
	margin-left: 10px;
	padding: 5px;
	line-height: 1.5em;
}

.catalog_block .sentence{
	padding:20px 0 0px 20px;
	margin-bottom: 0;
	margin-left: 0;
	font-size:100%;
	line-height:160%;
}

.catalog_block ul{
	padding: 0 10px 0 20px;
	margin-left: 10px;
}

.catalog_block li{
	line-height: 1.5em;
	margin-bottom: 10px;
}

.catalog_block .flinks{
	display: block;
	padding: 15px;
	background-color: #eee;
}

.catalog_block .flinks li{
	margin-bottom: 8px;
}

/* /kougyou/teikyo/gran.html */
.gran--section {
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.gran--ttl {
	font-size: 110%;
	color: #8c9ee6;
	margin-bottom: 5px;
}

.gran--ttl_sub {
	font-weight: normal;
	display: block;
	background-color: #ccc;
	padding: 5px 15px;
	margin-bottom: 5px;
}

.gran--ttl_company {
	font-size: 90%;
	display: block;
	text-align: right;
	margin-bottom: 5px;
}

.gran--txt {
	margin-bottom: 10px;
}

/*/kougyou/koryu/index.html*/
.koryu_block:after{
	content: "";
	display: block;
	clear: both;
}

.koryu_block-lblock{
	width: 65%;
	float: left;
}

.koryu_block-rblock{
	width: 35%;
	float: right;
	padding: 20px 0 0 0;
	text-align: right;
}

.table_base-koryu{
	margin-top: 20px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	line-height: 1.3em;
}

.table_base-koryu th{
	width: 25%;
	padding: 10px 15px;
	background-color: #8c9ee6;
	border-right: solid 1px #ccc;
}

.table_base-koryu td{
	padding: 10px;
	border-left: solid 1px #ccc;
}

.gray{
	background-color: #eee;
	text-align: center;
}

.link_box{
	display: block;
	padding: 15px;
	background-color: #eee;
	margin-top: 15px;
}

.link_box:after{
	content: "";
	display: block;
	clear: both;
}

.link_box li{
	width: 50%;
	float: left;
	text-align: center;
}

/*/kougyou/koryu/recruit.html*/
.sentence_ttl {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-left: 20px;
	padding-top: 20px;
}

/*/kougyou/koryu/plan.html*/
.plan_table--wrap {
	padding: 10px;
}

.plan_table {
	border: 1px solid #ccc;
	line-height: 1.5;
	margin-bottom: 20px;
}

.plan_table--title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #8c9ee6;
	text-align: center;
}

.plan_table--th {
	padding: 10px 12px;
	background-color: #eee;
	font-weight: normal;
	vertical-align: middle;
	width: 7.7%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.plan_table--td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
}

.closebtn {
}

.closebtn--link {
	width: 200px;
	display: block;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
}

.closebtn--link:hover {
	background-color: #cecece;
	color: #fff;
}

.off {
	background-color: #eee;
	vertical-align: middle;
	text-align: center;
}



/*/kougyou/soudan/index.html*/
.float_block:after{
	content: "";
	display: block;
	clear: both;
}

.float_block-l{
	float: left;
}

.float_block-r{
	float: right;
}

.float_block-l-w60{
	width: 60%;
}

.float_block-r-w40{
	width: 40%;
	text-align: right;
	padding-top: 20px;
}

/*/kougyou/soudan/shidou.html*/
.shidou--ttl {
	display: block;
	background-color: #8c9ee6;
	padding: 10px;
	margin-bottom: 20px;
}
.shidou_table--wrap {
	padding: 10px;
}

.shidou_table {
	border: 1px solid #ccc;
	width: 100%;
	line-height: 1.3;
	margin-bottom: 5px;
}

.shidou_table--th {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #ccc;
	background-color: #aaa;
}

.shidou_table--th-ctg {
	width: 200px;
}

.shidou_table--td {
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.shidou--caption {
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 1.3;
}



/*/kougyou/p_training/index.html*/
#contents_right table.p_training{
	width: 95%;
	margin: 20px auto 10px;
	border: 1px solid #999;
	border-collapse: collapse;
	margin-top: 20px;
	text-align: center;

}

#contents_right table.p_training th{
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	vertical-align: middle;
	font-weight: normal;
}

#contents_right table.p_training .name {
	width: 35%;
	vertical-align: middle;
	text-align: center;
	
}
#contents_right table.p_training .day {
	width: 15%;
	vertical-align: middle;
	text-align: center;
}
#contents_right table.p_training .day {
	width: 17%;
	vertical-align: middle;
	text-align: center;
}
#contents_right table.p_training .hito,
#contents_right table.p_training .money {
	white-space: nowrap;
	text-align: center;
}
#contents_right table.p_training th,
#contents_right table.p_training td{
	padding: 7px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
	vertical-align: middle;
}

#contents_right table.p_training .situ {
	width: 15%;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #999;
}

#contents_right table.p_training .robot_cont {
	border-right: 1px solid #999;
}

.contents_right_robot table.p_training #robot{
	border-right: 2px solid #000;
}

.contents_right_robot table.p_training .day {
	border-right: 2px solid #000 !important;
}

.contents_right_robot table.p_training .situ {
	border-right: 2px solid #000 !important;
}

.contents_right_robot .jul {
	border-top: 2px solid #000 !important;
	border-bottom: 2px solid #000;
}

.contents_right_robot .dec {
	border-bottom: 2px solid #000;
}

#contents_right table.p_training .day_td {
	vertical-align: middle;
	text-align: center;
}

#contents_right table.table_base td span.red {
	color: #e70000;
}

#contents_right .tbl_ptraining_scroll {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.3;
	margin: 10px 0 20px;
	width: 100%;
}
#contents_right .tbl_ptraining_scroll th{
	padding: 7px 10px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	width: 14.2%;
	background: #eee;
}
#contents_right .tbl_ptraining_scroll td{
	padding: 7px 10px;
	border-right: 1px solid #ccc;
}
#contents_right .tbl_ptraining_scroll-lecture th{
	width: 20%;
}
#contents_right .tbl_ptraining_scroll-training th {
	width: 33.3%;
}

/*kougyou/p_training/01.html 02.html*/
.p_detail_page {
	background-color: #eee;
	height: auto;
}

.p_detail_page--in {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.3;
}

.p_detail_page--in a {
	color: #386ade;
}

.p_detail--ttl {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #8c9ee6;
	font-weight: normal;
	text-align: center;
}

.p_detail_table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ccc;
}

.p_detail_table--th {
	padding: 8px 0 8px 8px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

.p_detail_table--th-w200 {
	width: 200px;
}

.p_detail_table--th-jiki {
	text-align: center;
	width: 10%;
}

.p_detail_table--th-day {
	text-align: center;
	width: 20%;
}

.p_detail_table--th-jiki {
	text-align: center;
	vertical-align: middle;
}

.p_detail_table--th-area {
	text-align: center;
}

.p_detail_table--th-top {
	text-align: center;
	padding-left: 0;
}

.p_detail_table--td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

.p_detail_table--td-red {
	color: #ff0000;
}

.p_detail_table--td-kyoiku {
	text-align: center;
}

.p_detail_table--td-day {
	text-align: center;
}

.p_detail_table--td-1l {
	text-align: center;
}

.p_detail_table--td-time {
	text-align: center;
}

.apply_btn {
	margin: 20px auto;
	width: 200px;
}

.apply_btn--link {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	background-color: #506de3;
}

.apply_btn--link:link {
	color: #fff;
	text-decoration: none;
}

.apply_btn--link:visited {
	color: #fff;
}

.apply_btn--link:hover {
	opacity: .8;
}

.p_detail--caption {
	font-size: 90%;
	margin-bottom: 30px;
}

.close_btn {
	margin: 20px auto;
	width: 200px;
}

.close_btn--link {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	background-color: #ccc;
}

.close_btn--link:link {
	color: #fff;
	text-decoration: none;
}

.close_btn--link:hover {
	opacity: .8;
}

.p_detail_table_fee {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.p_detail_table_fee--th {
	padding: 8px;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.p_detail_table_fee--td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}

.about_use {
	padding: 20px;
	background-color: #eee;
}

.about_use--ttl {
	font-size: 110%;
	margin-bottom: 5px;
}

.p_detail_table--td-kamoku {
	text-align: center;
	width: 250px;
}

.p_detail_table--td-bold {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	display: block;
}

.p_detail_table--td-bold:first-child {
	margin-top: 0px;
}

.cmn-text-bold {
	font-weight: bold;
}

.p_detail_table--frame {
	border: 1px solid #999;
	padding: 7px;
	margin-top: 5px;
}

/*kougyou/introduction/index.html */
#contents_right .cmn-block {
	padding: 0 20px;
}

#contents_right .cmn-ttl_btmline {
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#contents_right .cmn-block--list {
	padding: 10px;
}

#contents_right .cmn-block--list_item {
	margin-bottom: 10px;
}

#contents_right .cmn-block--text {
	padding-left: 10px;
	margin-bottom: 20px;
}

/*/kougyou/member/index.html*/
.cmn-block {
}

.cmn-block--text {
	padding-left: 20px;
	font-size: 100%;
	line-height: 1.5;
}

.cmn-block--frame {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 100%;
}

.cmn-block--frame:after {
	content: "";
	display: block;
	clear: both;
}

.cmn-block--frame_text {
}

.cmn-block--frame_text-bold{
	font-weight: bold;
}

.cmn-block--frame_text-caption {
	font-size: 90%;
}

.cmn-block--frame_text-blue {
	color: #386ade;
}

.cmn-block--frame_ttl {
	color: #386ade;
	margin-bottom: 5px;
}

.cmn-block--frame_img {
	float: right;
	margin-left: 30px;
}

/*/kougyou/member/index.html*/
.member_block--ttl {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 110%;
	color: #386ade;
	font-weight: normal;
}

.member_block--text {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.member_block--text:last-child {
	border: none;
}

.cmn-block--gray_back {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 10px;
}

.address_block {
	border-top: 1px solid #ccc;
}

.address_block--text {
	margin-top: 10px;
	background-color: #eee;
	padding: 10px;
	line-height: 1.3;
}

.cmn-block .flinks {
	padding: 15px;
	background-color: #eee;
	line-height: 1.3;
}

.member_block .member_block--link {
	display:block;
	padding:8px 8px 8px 30px;
	background:url(../../common/images/share/icon_pdf3.gif) 8px center no-repeat;
	line-height: 1.3;
}

.member_block--ttl {
	margin-bottom: 0;
	line-height: 1.3;
	margin-left: 1rem;
}

.member_block--ttl-black {
	color: #000;
	padding: 8px 8px 8px 30px;
}

#contents_right .member_block--ttl_sub {
	padding-left: 30px;
}

.text_lightgray {
	color: #999;
}

/*/kougyou/teikyo/park_  .html*/
.adobe-block {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.adobe-block:after {
	content: "";
	display: block;
	clear: both;
}

.adobe-block--text {
	display: block;
	float: right;
	font-size: 80%;
	line-height: 1.3;
	text-align: right;
	margin-right: 10px;
}

.adobe-block--img {
	float: right;
}

.event-box--list {
	padding: 10px;
	list-style-type: decimal;
	line-height: 1.7;
	margin-left: 20px;
}

.event-box--item {
}

/* 汎用性ありそうなもの　*/

.txt_head-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.box_event p.txt_head-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.pdf_icon {
    width: 17px;
    height: 17px;
    background-image: url(../images/share/icon_pdf3.gif);
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

/* kougyou/p_training用  PDFリンクボタン 青　*/

.pdf_button_area {
    display: flex;
    justify-content: flex-end;
}

.pdf_button_area_robot {
	display: flex;
    justify-content: center;
}

.pdf_button_item {
    border-radius: 15px;
    width: 300px;
    padding: 6px 15px 1px;
    text-align: center;
    line-height: 25px;
    border-color: #3079ed;
    background-color: #4d90fe;
	border: 1px solid #666;
}

.pdf_button_item_robot {
	border-radius: 15px;
    width: 200px;
    padding: 6px 15px 1px;
    text-align: center;
    line-height: 25px;
    border-color: #3079ed;
    background-color: #4d90fe;
	border: 1px solid #666;
}

.pdf_button_item2 {
    border-radius: 15px;
    width: 300px;
    padding: 11px 15px 10px;
    text-align: center;
    line-height: 25px;
    border-color: #3079ed;
    background-color: #4d90fe;
	border: 1px solid #666;
}

.pdf_button_item:hover {
    border-color: #2f5bb7;
    background-color: #357ae8;
}

.pdf_button_item2:hover {
    border-color: #2f5bb7;
    background-color: #357ae8;
}

.pdf_button_item2 span {
    color: yellow;
    font-weight: bold;}

.pdf_button_item span {
    color: yellow;
	font-weight: bold;
}

.pdf_button_content{
	display: flex;
    justify-content: space-between;
}











