/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img
{
	vertical-align:bottom;
}
body {
    line-height:1;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}



/*  リンクカラー
------------------------------------------------------------------------*/
a:link, a:visited,a img {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;/*transition:all の場合　印刷時にバグることがある*/
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; 
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* class module
-----------------------------------------------------------------------*/
.floatLeft {
	float: left !important;
}
.floatRight {
	float: right !important;
}
.floatLeftIMG {
	float: left;
	padding: 0 10px 10px 0px;
}
.floatRightIMG {
	float: right;
	padding: 0 0 10px 10px;
}

strong, em {
	font-weight: bold;
	font-style: normal;
}
sup {
	font-size: 10px;
}
sub {
	font-size: 10px;
	vertical-align: baseline;
}

.photo img,
img.photo
{
	width:100%;
	height:auto;
}

/* フォントサイズの設定 (font)
-----------------------------------------------------------------------*/
.fs36 {
	font-size: 36px !important;
}
.fs24 {
	font-size: 24px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs11 {
	font-size: 11px !important;
}
.fs10 {
	font-size: 10px !important;
}
/* line height*/
.lh1, .lh1 * {
	line-height: 1;
}
.lh12, .lh12 * {
	line-height: 1.2;
}
.lh13, .lh13 * {
	line-height: 1.3;
}
.lh14, .lh14 * {
	line-height: 1.4;
}
.lh16, .lh16 * {
	line-height: 1.6;
}
.lh18, .lh18 * {
	line-height: 1.8;
}
.lh2, .lh2 * {
	line-height: 2;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}

/* リストスタイル
-----------------------------------------------------------------------*/
.listDec li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.8em;
	line-height: 160%;
}
.listSqu li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.8em;
	margin-bottom: 3px;
	line-height: 160%;
}
/* マージンボトムの設定
-----------------------------------------------------*/
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}



.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}

.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt100 {
	padding-top: 100px !important;
}

/*  clearfix
------------------------------------------------------------------------*/
/* For modern browsers */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
	clear: both;
}



#topcontrol a {
	font-size: 30px;
	display: block;
}
#topcontrol
{
opacity: 0;
transition: 1s;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 1000;
pointer-events: none;
}