@charset "utf-8";

html {
    overflow-y:scroll;
	}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family:  'Hiragino Sans', 'Meiryo', sans-serif;
	font-size: 18px;
	line-height: 180%;
	}
	
h1,h2,h3,h4,p,ul,ol,li {
	margin: 0px;padding: 0px;
	}


/*リンク*/
a:link {
	color: #CC6600;
	text-decoration: none;	
	}
a:visited {
	color: #CC6600;
	text-decoration: none;	
	}
a:hover {
	color: #0099FF;
	text-decoration: none;
	}
a:active {
	color: #CC6600;
	text-decoration: none;
	}


/*コンテナ*/
#container {
	width: 80%;			/*ブロックの幅を画面の80%にする設定。*/
	max-width: 900px;	/*上のwidth指定の追加設定。幅900pxを最大幅に設定し、それ以上広げない。*/
	margin: 0 auto;
	}

/*ヘッダー*/
header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: fixed;
	z-index: 100;/*整数が大きいほど最前面の重なりで表示、参照：http://www.asahi-net.or.jp/~gx4s-kmgi/css15.html*/
	top: 0;
	height:60px;
	width: 100%;
	margin: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	}

	
/*ロゴ画像設定*/
#logo img {
	width: 210px;			/*画像幅*/
	margin-top: 5px;		/*画像の上に空けるスペース*/
	}



/* パンくずリスト */
#topic-path{
	padding: 0px;
	margin-bottom: 10px;
	}

#topic-path ol {
	list-style-type: none; /* リストマーク非表示 */
	font-size: 80%; /* 文字サイズ */
	color: #999999;
	}

#topic-path ul {
	list-style-type: none; /* リストマーク非表示 */
	font-size: 80%; /* 文字サイズ */
	color: #999999;
	}

#topic-path li {
	display: inline; /* 横並び */
	}

#topic-path li.first {
	padding-left: 25px;
	background: url(/img/topic-path-home-gray.png) no-repeat left; /* ホーム*/
	}
	
#topic-path li a {
	padding-right: 15px;
	background: url(/img/topic-path-gray.gif) no-repeat right; /* 矢印 */
	}


/*コンテンツ*/
#contents {
	max-height: 999999px;/*スマホ文字サイズ指定の壊れ対策*/
	margin-top: 60px;	/*ヘッダー固定*/
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 4%;
}

#contents p {
	font-size: 18px;
	line-height: 150%;	
	}
	

#navi_phone a {/*スマホサイドメニュー用 */
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 5px;
	color : #FFFFFF;
	text-decoration : none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	padding: 10px;
	display: block;
}


/* 上に戻るボタン */
.pagetop {
	color: #FFFFFF;
	background-color: #DDDDDD;
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 35px;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #FFFFFF !important;
	background-color: #DDDDDD;
	text-decoration: none;
}




.anken {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F6F6F6;
}

hr {
	border-top: 1px dashed #bbbbbb;
}



@media screen and (max-width:600px){

header {
	height:60px;
	text-align: left;
	}

#logo img {
	width: 210px;			/*画像幅*/
	margin-top: 5px;		/*画像の上に空けるスペース*/
	margin-left: 15px;		/*画像の左に空けるスペース*/
	}
	
#container {
	width: 100%;	
	}	

#contents {
	margin-top: 60px;	/*ヘッダー固定*/
}

#contents p {
	font-size: 16px;
	}
	

}

.bootstrap hr {
	border-top: 1px dashed #bbbbbb;
}


 /* === ボタンを表示するエリア ============================== */
.switchArea {
  line-height    : 28px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 17px;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 70px;               /* ボタンの横幅       */
  background     : #fff;                /* デフォルト背景色   */
  float			 : right;                /* 右寄せ	*/
}

 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 31px;                /* ボタンの高さ       */
  border         : 2px solid #999999;   /* 未選択タブのの枠線 */
  border-radius  : 22px;                /* 角丸               */
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color   : #78bd78;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switchArea label span:after{
  content        : "ALL";               /* 表示する文字       */
  padding        : 0 0 0 21px;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
  cursor		 : pointer;
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
	content        : "You";                /* 表示する文字       */
	padding        : 0 20px 0 0;          /* 表示する位置       */
	color          : #78bd78;             /* 文字色             */
	cursor		 : pointer;
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 23px;                /* 丸の横幅           */
  height         : 23px;                /* 丸の高さ           */
  background     : #999999;             /* カーソルタブの背景 */
  top            : 4px;                 /* 親要素からの位置   */
  left           : 4px;                 /* 親要素からの位置   */
  border-radius  : 20px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(39px);    /* 丸も右へ移動       */
  background     : #78bd78;             /* カーソルタブの背景 */
}

.switchArea { cursor: pointer;}

