@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
 	margin:0;
 	padding:0;
}
table {
 	border-collapse:collapse;
 	border-spacing:0;
}
img {
 	border:0;
}
ul,ol,li {
 	list-style:none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body{
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", 
	"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size:small;/* IE用 */
	*font:x-small;/* IE 互換モード用 */
	background: #ffc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffcc+0,ffff99+100 */
background: -moz-linear-gradient(top,  #ffffcc 0%, #ffff99 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffcc 0%,#ffff99 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffcc 0%,#ffff99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
	color: #339;
}

a:hover {
	text-decoration: underline;
	color: #BD0000;
}

/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}

/*　↓画像を左寄せにする　*/
.img_left {
	float: left;
	margin-right: 10px;
}

/*　↓画像を右寄せにする　*/
.img_right {
	float: right
	margin-left: 10px;
}

/*　↓float解除用「clearfix」　*/
.clearfix {/*for modarn browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {zoom:1;/*for IE 5.5-7*/}

/*　リンクをクリックしたときの点線を消す　*/
a {
    outline: none;
}


/*　topへ戻る　*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 7px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: rgba(64, 142, 221, 0.7);
  color: #fff;
/*  font-weight: bold;
*/  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}