@charset "utf-8";

/* イメージ　PC←→SP　切り替え
------------------------------------------------------------------ */
.pcImg {
	display:none;
}

/* イメージ　center
------------------------------------------------------------------ */
#subPage p.centerImg {
	text-align:center;
	margin-top:1em;
}

/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	width: auto;
}

/* トップページ */
#home #content .inner {
	width: auto;
}
#home #content .main {
	width: auto;
}
/* 下層ページ */
#subPage #content .inner {
	width: auto;
}

#subPage .main div.waku,
#subPage .main div.wakuSub {
	position: relative; /* 三角の位置を固定するために設定 */
	-webkit-border-radius: 30px;  
	-moz-border-radius: 30px;  
	border-radius: 30px;
	background:#FFF;
	margin-bottom:0;
	margin-top: 40px;
}

#subPage .main div.waku::before,
#subPage .main div.wakuSub::before { /* 三角の部分 */
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 40px; /* 影をつけるために線幅で設定せずにboxを使用する */
	height: 40px;
	transform: rotate(45deg); /* 回転 */
	background: #fff; /* 吹き出しの地と同じ色 */
}

#subPage .main div.waku {
	padding:20px;
	box-shadow: 0 0px 0 4px rgba(1,172,220,1);/
}

#subPage .main div.waku::before {
	box-shadow: 3.5px 3.5px 0px 1px rgba(1,172,220,1);
}

#subPage .main div.wakuSub {
	padding:40px;
	box-shadow: 0 0px 0 4px rgba(1,171,180,1);/
}

#subPage .main div.wakuSub::before {
	box-shadow: 3.5px 3.5px 0px 1px rgba(1,171,180,1);
}

#subPage .main div.waku2 {
	padding:20px;
	margin-bottom:0;
}

#subPage .main div.page {
	position: relative;
	margin-bottom:5em;
	margin-top:0.5em;
}


#subPage #content .main {
	width: auto;
}
/* 下層ページ */
#subPage.protection #content .main {
	width: auto;
}
#subPage #content .side {
	width: auto;
}
/* フッタナビ */
#footer .footerNav ul {
	width: auto;
}

/*  Space
------------------------------------------------------------------- */
#subPage .main h1,
#subPage .main h2 {
	margin-bottom: 10px;
}
#subPage .main > p,
#subPage .main section > p,
#subPage .main .moreLink,
#subPage .main table,
#subPage .main ul.notes,
#subPage .main ul.pageLink,
#subPage .main ul.discList,
#subPage .main dl.imtDoc,
#subPage .main dl.decimalList {
	margin-bottom: 15px;
}
/* セクション */
#subPage .main section  {
	padding-bottom: 10px;
}
#subPage .main section + section  {
	padding-top: 20px;
	border-top :1px dotted #cccccc;
}
#subPage .main ul.pageLink + section {
	padding-top: 5px;
}
#subPage .main h1 + p {
	margin-bottom: 20px;
}
/* table + notes */
#subPage .main table + ul.notes {
	margin-top: -10px;
}
/* dd > discList */
#subPage .main dd .discList {
	margin: 5px 0 0 0;
}
#subPage .main ul.pageLink + ul.pageLink,
#subPage .main ul.fileLink + ul.fileLink {
	margin-top: -10px;
}


/*  Header
------------------------------------------------------------------- */
#header {
	/*border-bottom: 1px solid #c1c1c1;*/
}
/* Logo */
#header p img {
	position: relative; top:0px; left:0px;
	max-width: 100%;
	height: auto;
}
/* Utility */
#header .utility {
	display: none;
}
/* Font Size Change */
#header .utility .sizeChange dt {
}
/* Site Search → #sidr-rightに移動 */
#sidr-right form {
	position:relative;
	margin: 10px 20px 10px 20px;
	padding: 0 0 0 10px;
    height: 28px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#sidr-right #cse-search-box input[type="text"] {
	padding: 4px 0;
    height: 20px;
	width: 85%;
	border:none !important;
	background-color:transparent;
	font-size: 1.4em; /* =14px */
}
#sidr-right #cse-search-box input[type="text"]:focus {
    outline: 0;
}
#sidr-right #cse-search-box input[type="submit"] {
	position:absolute; top: -1px; right:5px;
	overflow:hidden;
    height: 28px;
	width: 28px;
	text-indent: -70px;
	border: 0 none;
	background: url("../images/common/icon_search.png") no-repeat center center;
	-webkit-appearance: none;
}





/* Content
------------------------------------------------------------------ */
#content {
	/*background-color: #f8f8f8;*/
}
/* トップページ */
#home #content .inner .logo {
	text-align:center;
	padding-top:10px;
}
#home #content .inner .logo img {
	width:90%;
	margin-bottom:10px;
}
/* 下層ページ */
#subPage #content .main {
	float: left;
	margin: 0 15px;
	padding: 0;
}
#subPage #content .inner:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}



/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	padding: 5px 10px;
	/*background-color: #ffffff;*/
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #1c60ad;	
	font-weight: bold;
}
#subPage .main h1 span {
	display: inline-block;
	padding: 0.2em 0.5em 0.1em 0.5em;
	border-left:4px solid #9bbde3;
}
#subPage .main h2 {
	padding: 0;
	font-weight: bold;
}
#subPage .main h2 span {
	display: inline-block;
	padding: 0.1em 0.5em;
}
#subPage .main h2 span small {
	font-weight: normal;
}
#subPage .main  h3 {
	font-weight: bold;
}
#subPage .main  h4 {
	font-weight: bold;
}
#subPage .main  h5 {
	font-weight: bold;
}
/* Paragraph */
#subPage .main p,
#subPage .main > p,
#subPage .main section > p {
	font-size: 1.4em; /* =14px */
	line-height: 2;
}
/* Line Height */
#subPage .main section  dd {
	line-height: 1.8;
}
#subPage .main > p img,
#subPage .main section > p img {
	display:block;
	margin: 0 auto;
}
/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.3em; /* =13px */
	font-weight: bold;
}
/* もっと詳しく：キャプション */
#subPage .main .moreLink caption {
	font-size:108%;
}
#subPage .main table {
	/*width:100%;*/
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage .main table th {
	padding: 6px;
	border-left: 1px solid #cccccc;
	background-color: #34b9be;
	color:#FFF;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
#subPage .main table td {
	padding: 6px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}
/* ボーダー追加 */
#subPage .main table .borTop {
	border-top: 1px solid #cccccc;
}
/* ボーダー削除 */
#subPage .main table .noborTop {
	border-top: none;
}

#subPage .main div.infoBk,
#subPage .main div.bkNumber {
	padding-top:5em;
}

#subPage .main div.bkNumber table td:first-child {
	width:20%;
}
#subPage .main div.bkNumber table td {
	width:40%;
}

#subPage .main div.infoBk p {
	text-align:center;
	display:block;
	width:50%;
	float:left;
	padding-bottom:1em;
}
#subPage .main div.infoBk p img {
	width:85%;
	border: #CCC 1px solid;
}



/* 改行禁止 */
#subPage .main .noBrCnt {
	text-align: center;
}

/* List */
/* Notes*/
#subPage .main ul.notes {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes li {
	font-size: 1.2em; /* =12px */
}
/* もっと詳しく：Notes */
#subPage .main .moreLink ul.notes li {
	font-size: 1.2em; /* =12px */
}
/*  List：数字（パーレン） */
#subPage .main ul.parenList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main ul.parenList li {
	font-size: 1.4em; /* =14px */
}
/*  List：黒丸 */
#subPage .main ul.discList {
	margin-left: 0.5em;
	list-style-type: none;
}
#subPage .main ul.discList li {
	padding: 0 0 0 18px;
	background: url(../images/common/list_style_disc_gray.png) no-repeat 0 2px;
	font-size: 1.4em; /* =14px */
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main ul.discList li {
		background: url(../images/common/list_style_disc_gray@2x.png) no-repeat 0 2px;
		-moz-background-size: auto 15px;
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
}
/*  List：数字（順番） */
#subPage .main dl.decimalList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main dl.decimalList dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main dl.decimalList dd {
	font-size: 1.4em; /* =14px */
}
#subPage .main dl.decimalList dd + dt {
	margin: 0.8em 0 0 0;
}
/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 3.0em;
	list-style-type: decimal;
}
#subPage .main ol.decimalList li {
	font-size: 1.4em; /* =14px */
}

/* Link */
/* Link：Page */
#subPage .main ul.pageLink {
	/*background-color: #fff;*/
}
#subPage .main ul.pageLink li,
#subPage .main ul.mailLink li {
	font-size: 1.5em;
	/*background:url(../images/common/icon_link.png) left center no-repeat;*/
	/*padding-left:1em;*/
} 
#subPage .main ul.pageLink a {
	padding: 8px;
	color:#000000;
}




 /* 必要書類 */
#subPage .main .imtDoc {
	border: 1px solid #cccccc;
}
#subPage .main .imtDoc:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .imtDoc > dt {
	padding: 5px 0 0 0;
	background-color: #cfe1f6;
	font-size: 1.3em; /* =13px */
	color: #1c60ad;
	text-align: center;
	vertical-align: middle;
}
 #subPage .main .imtDoc > dt span small {
	display:block;
	padding: 0 0 5px 0;
}
 /* 必要書類：表組 */
#subPage .main .imtDoc > dd {
	background-color: #ffffff;
}
#subPage .main .imtDoc dd > ul {
}
#subPage .main .imtDoc dd > ul > li {
	clear: both;
	padding: 5px 10px;
	border-top:1px dotted #cccccc;
	font-size: 1.3em; /* =13px */
}
#subPage .main .imtDoc li:first-child {
	border-top:none;
}
 /* 必要書類：ファイルリンク */
 #subPage .main .imtDoc dl.fileLink dt {
 	display: table-cell;
	width:100%;
}
#subPage .main .imtDoc dl.fileLink dd {
	display: table-cell;
	padding: 0 0 0 10px;
	width:100%;	text-align: right;
}
 /* 必要書類：Notes */
 #subPage .main .imtDoc .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}

/* Icon */
/* 内部リンク */
#subPage .main ul.mailLink a[href$=".html"],
#subPage .main ul.mailLink a[href^="http://"],
#subPage .main ul.mailLink a[href^="https://"] {
	background: url(../images/common/icon_mail.png) no-repeat 20px 10px;
}
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"]  {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
/* Wordリンク */
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
/* Excelリンク */
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	background: url(../images/common/icon_link.png) no-repeat 20px 10px;
}
#subPage .main ul.pageLink a[href$=".html"] ,
#subPage .main ul.pageLink a[href^="../"] ,
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	padding-left: 43px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .main ul.pageLink a[href$=".html"],
	#subPage .main ul.pageLink a[href^="../"]  {
		background: url(../images/common/icon_link@2x.png) no-repeat 20px 8px;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}



/* Topic Path
------------------------------------------------------------------ */

#subPage .topicPath {
	width: 100%;
	background:#f7f7f7;
	padding-left:1em;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}
#subPage .topicPath p {
	text-align:center;
}

#subPage .topicPath p img {
	width:40%;
	margin: 1em;
}
 
#subPage .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #FFFFFF;
}
#subPage .topicPath dd {
	font-size: 1.1em; /* =11px */
	line-height: 1.1em;
}
#subPage .topicPath li:first-child {
	float: left;
	padding: 5px 0;
}
#subPage .topicPath li + li {
	float: left;
	padding: 5px 0;
}
#subPage .topicPath li span {
	padding: 0 10px;
}
#subPage .topicPath li a {
	text-decoration: none;
	color: #000000;
}
#subPage .topicPath li a:hover {
	text-decoration: underline;
}

/* fukidashi
------------------------------------------------------------------ */

#subPage .main div.fukidashi {
	background: url("../images/common/fukidashi_bottom.png") no-repeat center top;
	height:100px;
}


/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position:relative;
	width: auto;
}
#pageTop a {
	z-index: 9999;
	display: block;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	right: 10px;
	height:50px;
	width: 50px;
	background:	url(../images/common/btn_pagetop.png) top left no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: -9999px;
	outline: none;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	border-top: 1px solid #c1c1c1;
	background-color: #fff;
	text-align: left;
	padding: 0 0;
	margin: 20px 0 0 0;
}
#footer .footerNav {
}
#footer ul {
	margin: 0 10px;	
	border:1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#footer ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#footer li + li {
	margin: 0 0 0 -1px;	
	border-left:1px solid #c1c1c1;
}
#footer li {
	float: left;
	width: 50%;
	border-top:1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 97% 0.6em;
	font-size: 1.2em; /* =12px */
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#footer li  {
		background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 97% 0.6em;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#footer li:first-child,
#footer li:first-child + * {
	border-top: none;
}
#footer li a {
	display: block;  
	padding: 8px 0 8px 1.0em;
	text-decoration: none;
	color: #000000;
}
#footer dl {
	margin: 0 10px;	
	padding: 10px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
}
#footer .copyRight {
	padding: 10px 0;
	/*border-top: 1px solid #c1c1c1;*/
	font-size: 1.0em; /* =10px */
	text-align: center;
}

/*改行
------------------------------------------------------------------- */
.sp_br {
    display:block;
  }

/*スペース
------------------------------------------------------------------- */  
.spaceImg {
	padding:2em 0 0 0;
}


