@charset "utf-8";

/* =================================================

	 base

----------------------------------------------------
*
*	 1. reset
*	 2. module, parts
*	 3. base, rayout
*	 4. header
*	 5. footer
*	 6. contents
*	 7. subPage
*	 8. sec_01
*	 9. sec_02
*
================================================= */
ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	zoom: 1;
}

.listTy02 li {
  padding: 8px 0;
  border-top: 1px dotted #ccccc4;
  overflow: hidden;
}
.listTy02 li:first-child {
  border-top: none;
}
.listTy02 li .date,
.listTy02 li .icon,
.listTy02 li .link {
  float: left;
  display: block;
}
.listTy02 li .date {
  display: block;
  width: 60px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 2px;
}
.listTy02 li .link {
  width: 762px;
  margin-left: 15px;
  padding: 2px 0 0 10px;
  background: url(../../share3/images/arrow-right-01.gif) no-repeat 0 8px;
}

/*===== attention =====*/
#attention_ol {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: decimal;
}

#attention_ol li {
	margin-bottom: 10px;
}

/*===== cord =====*/
.cord_title {
	color: #333333;
}

#head_akasatana, #head_akasatana a {
	font-weight: bold;
}

.cord_table {
	border-collapse: collapse;
}

.odd {
	background: #f4f9fe;
}
.odd2 {
	background: #dcdcdc;
}

.cord_table th {
	font-weight: normal;
	color: #003333;
	text-align: center;
	padding: 3px;
	border: 1px solid #999999;
}

.cord_table th.right_th {
	border: 1px solid #999999;
}

.cord_table td {
	color:#003333;
	text-align:center;
	padding: 3px;
	border: 1px solid #999999;
}

.cord_table td.left_td {
	text-align: left!important;
}

.a_line {
	border: none!important;
	text-align: left!important;
	font-weight: bold;
}

.kasatana_line {
	border: none!important;
	text-align: left!important;
	font-weight: bold;
}

.bar {
	border-left: 5px solid #017cb9;
	padding-left: 3px;
	color: #404040;
	margin: 0;
}

.space {
	border: none!important;
}

/* ===== cord_03 ===== */
.inner_table {
	border: none!important;
	padding: 0!important;
}

.inner_table td {
	border: none!important;
	padding: 0!important;
}

.inner_table th {
	border: none!important;
	padding: 0!important;
}



























/* =================================================
*
*	 2. base, rayout
*
================================================= */


/* ================================================= rayout */
#contents {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 4px #cfcfcf; /* css3 */
	-webkit-box-shadow: 0 0 4px #cfcfcf; /* chrome, safari */
	-moz-box-shadow: 0 0 4px #cfcfcf; /* firefox */
	background: #fff;
}

/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
	#contents {
		width: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background: #fff;
	}
}

/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
	#contents {
		max-width: 800px; width: auto;
		margin: 0 auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background: #fff;
	}
}



/* =================================================
*
*	 3. module, parts
*
================================================= */

/* ------------------------------------ clearfix */
.cf { zoom: 1;}
.cf:before,
.cf:after { content: ""; display: table;}
.cf:after { clear: both;}

/* ------------------------------------ module */
.f10,.f11,.f12,.f13,.f14,.f15,.f16,.f18,.f20,.f22,.f24 { line-height: 1.7;}
.f10 { font-size: 1.0rem; font-size: 100%;}
.f11 { font-size: 1.1rem; font-size: 110%;}
.f12 { font-size: 1.2rem; font-size: 120%;}
.f13 { font-size: 1.3rem; font-size: 130%;}
.f14 { font-size: 1.4rem; font-size: 140%;}
.f15 { font-size: 1.5rem; font-size: 150%;}
.f16 { font-size: 1.6rem; font-size: 160%;}
.f18 { font-size: 1.8rem; font-size: 180%;}
.f20 { font-size: 2.0rem; font-size: 200%;}
.f22 { font-size: 2.2rem; font-size: 220%;}
.f24 { font-size: 2.4rem; font-size: 240%;}

/* ------------------------------------ color */
.annotation { color: #666;}


/* ------------------------------------ display */
.none_pc { display: none;}
.on_sp { display: none;}
.on_tb { display: none;}
/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
	.none_sp { display: none;}
	.on_sp { display: block;}
}
/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
	.none_tb { display: none;}
	.on_tb { display: block;}
}




/* =================================================
*
*	 6. contents
*
================================================= */

/* ================================================= logo_bv */
div#breadcrumb {
	padding: 20px 20px 0 20px;
}
div#breadcrumb ul {
	overflow: hidden;
	zoom: 1;
}
div#breadcrumb li {
	float: left;
	color: #000;
	letter-spacing: 0.05em;
}
div#breadcrumb li a { text-decoration: underline !important;}
div#breadcrumb li a:link, div#breadcrumb li a:visited { color: #369 !important;}
div#breadcrumb li a:hover, div#breadcrumb li a:active { color: #f93 !important;}

/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
div#breadcrumb {

	padding: 0 0 0 10px;
}
}
/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
div#breadcrumb {
	padding: 0 0 0 10px;
}
}


/* ================================================= pageToTop */
#contents .pageToTop {
	padding: 0 7px 5px 0;
	text-align: right;
}
/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
	#contents .pageToTop {
		padding: 0 10px 0 0;
	}
}
/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
	#contents .pageToTop {
		padding: 0 29px 5px 0;
	}
}

/* =================================================
*
*	 7. subPage
*
================================================= */


/* ================================================= main */
div#main {
	position: relative;
	margin: 10px 10px 0;
}
/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
	div#main {
		position: static;
		width: auto;
	}
}
/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
	div#main {
		position: static;
		width: auto;
	}
}

/* =================================================
*
*	 8. sec_01
*
================================================= */
#sec_01 {
		padding: 10px 0 0 0;
		margin: 0px 19px 0;
}
/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
#sec_01 {
		width: 100%;
		margin: 0;
}
}
/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
#sec_01 {
		width: 100%;
		margin: 0;
}
}

/* =================================================
*
*	 9. sec_02
*
================================================= */
#sec_02 {
	margin: 0 20px 0;
}
#sec_02 ul.blueten li {
	padding-left: 20px;
	line-height: 1.5;
	background: url(../img/arrow.gif) left no-repeat;
	background-position:0px 3px;
	margin: 5px 0;
}
#sec_02 p.redaction_title {
	width: 14%;
	padding: 2px 0 2px 5px;
	border-left: 3px solid #017cb9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	margin: 20px 0 5px;
}
#sec_02 p.redaction_subtitle {
	margin: 5px 0;
	}
#sec_02 ul.blueten li a.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	min-height: 26px;
	display: block;
}


/* -------------------------------------------------
     small
------------------------------------------------- */
@media screen and (max-width: 640px){
	#sec_02 {
		width: 100%;
		margin: 0;
	}
}
/* -------------------------------------------------
     medium
------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 959px){
	#sec_02 {
		width: 100%;
		margin: 0;
	}
}


