@charset "utf-8";
/* CSS Document */

/*
===== base setting ==========================================
*/

body {
  	font-family: Verdana, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  	/*font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
  	/*font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
	font-size: 14px;
	font-weight: normal;
	min-width: 1000px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	line-height: 180%;
	letter-spacing:0.08em;
	-webkit-font-smoothing: antialiased;/*フォントアンチエイリアス処理*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
}

html{overflow-x:hidden;}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width:100%;
    margin: 16px auto 16px;
}
img {border-style:none;}
li { list-style: none; }


/*
===== writing setting ==========================================
*/
h1, h2, h3, h4, h5 {
    font-weight: bold;
    line-height: 1.1;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}

h1 small , h2 small , h3 small , h4 small , h5 small{
	font-size: 50%;
	color: #666;
}

.bread {
	margin: 0 auto;
	font-size: 12px;
	padding: 20px 30px 20px 30px;
}
.bread ul li {
    display: inline;
    color: #999;
}
.bread ul li+li::before {
    font-family: "fontAwesome";
    content: ' / ';
    margin: 0 5px;
}
.bread ul li a:link{color: #999;}
.bread ul li a:hover{color: #999;}
.bread ul li a:active{color: #999;}
.bread ul li a:visited{color: #999;}

p{margin: 0 0 15px 0;}

table{margin: 0;empty-cells: show;}


/*
===== module setting ==========================================
*/
.clear {clear:both;}

#up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#up a {
  background: #000;
  color: #fff;
  width: 30px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 100px;
}
#up a:hover {
  background: #555;
}




