@charset "Shift_JIS";


/*------CUB contents
----------------------------------------------------------------*/
/* reset */
h1,h2,h3,h4,h5{ margin:0; padding:0;}
table {border-collapse: collapse;border-spacing:0;}
th, td {text-align: left;padding:0;}
img{ border:0; vertical-align:bottom;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body{
	background: #f5f5f5;
}
/*----clearfix-----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

#page-top a:hover {
    background: #999;
    text-decoration: none;
}

.clearfix {
	width:100%;
	＿zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*---- FDA -----*/
.fltL{
	float:left;
}
.fltR{
	float:right;
}
.boxSize950{
	width:950px;
}
.boxSize330{
	width:330px;
}
.boxSize270{
	width:270px;
}
.boxSize340{
	width:340px;
}
.boxSize280{
	width:280px;
}
a{outline:none;}

.button {
	font: bold "ヒラギノ角ゴ Pro W6", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display       : inline-block;
	font-size     : 18pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 15px 96px;   /* 余白       */
	background    : #ffffff;     /* 背景色     */
	color         : #a00000;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	border        : 2px solid #ffffff;    /* 枠の指定 */
	margin-right: 10px;
	width: 100%;
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ffffff;     /* 背景色     */
  background    : #a00000;     /* 文字色     */
}
.button2 {
	font: bold "ヒラギノ角ゴ Pro W6", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display       : inline-block;
	font-size     : 18pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 15px 96px;   /* 余白       */
	background    : #999999;     /* 背景色     */
	color         : #ffffff;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	border        : 2px solid #999999;    /* 枠の指定 */
	margin-left: 10px;
}
.button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #999999;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
