@charset "utf-8";


/*---------------------------------------------------------------------------*/
/* 共通設定：本文 */
/*---------------------------------------------------------------------------*/

b{
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-weight:bold;
	}

small{
	font-size:0.8em;
	}

.fc_red{color:#dd0000;}
.fc_blue{color:#0033aa;}
.fc_green{color:#00aa33;}
.fc_gray{color:#777777;}
.fc_black{color:#000000;}

hr{
	margin:10px auto 10px auto;
	color:#cccccc;
	background-color:#cccccc;
	border-style:none;
	height:2px;
	}

.clearfix:before,
.clearfix:after{
	display:table;
	content:" ";
	}

.clearfix:after{
	clear:both;
	}

*{
	margin:0px;
	padding:0px;
	border:0px;
	}

a:link{   text-decoration:none;       color:#003399;}
a:visited{text-decoration:none;       color:#007700;}
a:hover{  text-decoration:underline;  color:#dd0000;}
a:active{ text-decoration:none;       color:#dd0000;}

body{
	background-color:#ffffff;
	margin:0;
	height:100%;
	line-height:25px;
	font-size:15px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	color:#000000;
	}


#wrapper{
	margin:0px auto;
	padding:60px 0px 0px 0px;
	}

/* 両脇に余白10px ---------------------------*/
#wrapper2{
	margin:0px auto;
	padding:60px 10px 0px 10px;
	}


/*---------------------------------------------------------------------------*/
/* 共通設定：ヘッダー */
/*---------------------------------------------------------------------------*/

header{
	width:100%;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	position:fixed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6a828), color-stop(0.00, #f7e4a6));
	background: -webkit-linear-gradient(top, #f7e4a6 30%, #f6a828 70%);
	z-index:10;
	}

h1.page_title{
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	line-height:22px;
	font-size:22px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#553300;
	text-align:center;
	}

h1.page_title_s{
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	text-align:center;
	}

#back{
	height:28px;
	width:40px;
	float:left;
	position:absolute;
	top:15px;
	left:7px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

.navi{
	padding:3px 6px 0px 6px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#ffffff;
	text-align:center;
	}

.navi a{
	text-decoration:none;
	color:#ffffff;
	}

#backhome{
	float:right;
	position:absolute;
	top:9px;
	right:8px;
	width:52px;
	height:44px;
	background:url("../../img/back_home.png") no-repeat;
	background-size:52px 44px;
	}

#backhome a{
	display:block;
	width:52px;
	height:44px;
	}

hr{
	margin:5px 0px 5px 0px;
	color: #555555;
	background-color: #555555;
	border-style:none;
	height:1px;
	}

blockquote{
	margin:5px 0px 5px 20px;
	}

/*-------------------------------------------------------*/
/* PageTop (2026-05-07 update) */
/*-------------------------------------------------------*/

#pageTop {
	background: transparent;
	border: none;
	outline: none;
	appearance: none;
	position: fixed;
	bottom: 30px;
	right: 10px;

	width: 70px;
	height: 70px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.8s;

	z-index: 999;
	}

#pageTop.show {
	opacity: 0.8;
	visibility: visible;
  /* 表示時はすぐvisibilityを有効にする */
	transition: opacity 0.5s;
	}

#pageTop:hover {
	opacity: 1;
	}

/* 画像サイズをボタンにフィット */
#pageTop img {
	width: 100%;
	height: 100%;
	display: block;
	background:transparent; !Important
	}



/*---------------------------------------------------------------------------*/
/* 共通設定：フッター */
/*---------------------------------------------------------------------------*/

footer{
	clear:both;
	width:100%;
	height:25px;
	margin:5px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:22px;
	color:#553300;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6a828), color-stop(0.00, #f7e4a6));
	background: -webkit-linear-gradient(top, #f7e4a6 30%, #f6a828 70%);
	}


/*---------------------------------------------------------------------------*/
/* 共通設定：見出し */
/*---------------------------------------------------------------------------*/

h2{
	margin:10px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	line-height:26px;
	font-size:20px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#990000;
	}

h2.mid_title{
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	line-height:26px;
	font-size:20px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	background-color:#999999;
	text-align:center;
	}

h3{
	margin:5px 0px 0px 5px;
	padding:10px 0px 10px 10px;
	color:#550000;
	line-height:24px;
	line-break:strict;
	font-size:18px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

h4{
	margin:10px 0px 0px 0px;
	padding:10px 0px 10px 10px;
	color:#003399;
	line-height:24px;
	font-size:18px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

h5{
	margin:10px 0px 0px 10px;
	color:#003399;
	line-height:22px;
	font-size:17px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

h6{
	margin:5px 0px 0px 0px;
	color:#003399;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}



/* ---------------------------------------------------- */
/*list-sltyle */
/* ---------------------------------------------------- */

.list-style-a ul{
	padding:5px;
	}

.list-style-a ul li{
	padding:0px;
	background:#ffffff;
	color:#444444;
	line-height:17px;
	font-size:13px;
	font-family:HraKakuProN-W3;
	border-bottom:1px dotted #bbbbbb;
	}

.list-style-a ul li:last-child{
	border-bottom:none;
	}

.list-style-a ul li a{
	display:block;
	padding:5px 30px 8px 10px;
	color:#553300;
	line-height:18px;
	font-size:14px;
	font-family:HraKakuProN-W3;
	background:url("../../img/ico_nav_next_org.png") no-repeat right;
	-webkit-background-size:20px 14px;
	text-decoration:none;
	}
.list-style-a ul li a:hover,
.list-style-a ul li a:active{
	background-color:#ffffdd;
	}

.list-style-a ul li a.to_pc{
	margin-right:6px;
	padding-right:20px;
	line-height:130%;
	display:block;
	background:url(../img/next_pc.png) no-repeat right;
	-webkit-background-size:18px 18px;
	}

	.list-style-a ul li.nolink{
		padding:5px 5px 5px 10px;
	}



/*--date--*/
.list-style-a ul li span.vdate{
	padding:5px 0px 0px 0px;
	display:block;
	border-bottom:none;
	color:#000000;
	font-size:13px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:16px;
	}



