@charset "UTF-8";
/*==================================
normalize.css
==================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*==================================
common.css
==================================*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left_al {
  text-align: left !Important;
}

.center_al {
  text-align: center !Important;
}

.right_al {
  text-align: right !Important;
}

.noimg {
  background-image: none !Important;
}

.nobackcolor {
  background-color: transparent !Important;
}

.noborder {
  border: none !Important;
}

.noborder_top {
  border-top: none !Important;
}

.noborder_bottom {
  border-bottom: none !Important;
}

.noborder_left {
  border-left: none !Important;
}

.noborder_right {
  border-right: none !Important;
}

.strong {
  font-weight: bold !important;
}

/*margin*/
.mg00 {
  margin: 0px !Important;
}

.mt00 {
  margin-top: 0px !Important;
}

.mt05 {
  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;
}

.mt35 {
  margin-top: 35px !Important;
}

.mt40 {
  margin-top: 40px !Important;
}

.mt45 {
  margin-top: 45px !Important;
}

.mt50 {
  margin-top: 50px !Important;
}


.mt100 {
  margin-top: 100px !Important;
}


.mb00 {
  margin-bottom: 0px !Important;
}

.mb05 {
  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;
}

.mb35 {
  margin-bottom: 35px !Important;
}

.mb40 {
  margin-bottom: 40px !Important;
}

.mb45 {
  margin-bottom: 45px !Important;
}

.mb50 {
  margin-bottom: 50px !Important;
}

.mb100 {
  margin-bottom: 100px !Important;
}

.mb150 {
  margin-bottom: 150px !Important;
}

.mb200 {
  margin-bottom: 200px !Important;
}

.ml00 {
  margin-left: 0px !Important;
}

.ml05 {
  margin-left: 5px !Important;
}

.ml10 {
  margin-left: 10px !Important;
}

.ml15 {
  margin-left: 15px !Important;
}

.ml20 {
  margin-left: 20px !Important;
}

.ml25 {
  margin-left: 25px !Important;
}

.ml30 {
  margin-left: 30px !Important;
}

.ml35 {
  margin-left: 35px !Important;
}

.ml40 {
  margin-left: 40px !Important;
}

.ml45 {
  margin-left: 45px !Important;
}

.ml50 {
  margin-left: 50px !Important;
}

.mr00 {
  margin-right: 0px !Important;
}

.mr05 {
  margin-right: 5px !Important;
}

.mr10 {
  margin-right: 10px !Important;
}

.mr15 {
  margin-right: 15px !Important;
}

.mr20 {
  margin-right: 20px !Important;
}

.mr25 {
  margin-right: 25px !Important;
}

.mr30 {
  margin-right: 30px !Important;
}

.mr35 {
  margin-right: 35px !Important;
}

.mr40 {
  margin-right: 40px !Important;
}

.mr45 {
  margin-right: 45px !Important;
}

.mr50 {
  margin-right: 50px !Important;
}

/*padding*/
.pg00 {
  padding: 0px !Important;
}

.pg03 {
  padding: 3px !Important;
}

.pg05 {
  padding: 5px !Important;
}

.pg10 {
  padding: 10px !Important;
}

.pg15 {
  padding: 15px !Important;
}

.pg20 {
  padding: 20px !Important;
}

.pg25 {
  padding: 25px !Important;
}

.pg30 {
  padding: 30px !Important;
}

.pt00 {
  padding-top: 0px !Important;
}

.pt05 {
  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;
}

.pt35 {
  padding-top: 35px !Important;
}

.pt40 {
  padding-top: 40px !Important;
}

.pt45 {
  padding-top: 45px !Important;
}

.pt50 {
  padding-top: 50px !Important;
}

.pb00 {
  padding-bottom: 0px !Important;
}

.pb05 {
  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;
}

.pb35 {
  padding-bottom: 35px !Important;
}

.pb40 {
  padding-bottom: 40px !Important;
}

.pb45 {
  padding-bottom: 45px !Important;
}

.pb50 {
  padding-bottom: 50px !Important;
}

.pb120 {
  padding-bottom: 120px !Important;
}


.pl00 {
  padding-left: 0px !Important;
}

.pl05 {
  padding-left: 5px !Important;
}

.pl10 {
  padding-left: 10px !Important;
}

.pl15 {
  padding-left: 15px !Important;
}

.pl20 {
  padding-left: 20px !Important;
}

.pl25 {
  padding-left: 25px !Important;
}

.pl30 {
  padding-left: 30px !Important;
}

.pl35 {
  padding-left: 35px !Important;
}

.pl40 {
  padding-left: 40px !Important;
}

.pl45 {
  padding-left: 45px !Important;
}

.pl50 {
  padding-left: 50px !Important;
}

.pr00 {
  padding-right: 0px !Important;
}

.pr05 {
  padding-right: 5px !Important;
}

.pr10 {
  padding-right: 10px !Important;
}

.pr15 {
  padding-right: 15px !Important;
}

.pr20 {
  padding-right: 20px !Important;
}

.pr25 {
  padding-right: 25px !Important;
}

.pr30 {
  padding-right: 30px !Important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !Important;
}

.pr45 {
  padding-right: 45px !Important;
}

.pr50 {
  padding-right: 50px !Important;
}


.font_32{
	font-size: 32px;
}

.font_16{
	font-size: 18px;
}

/*==================================
共通
==================================*/
.red{
	color: #C30D23;
}

a {
  text-decoration: none;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.text_center{
	text-align: center;
}

.text_mt20{
	line-height: 2.6 ;
}

.text_right{
	text-align: right;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.slider{
	width: 100%;
	max-width: 1920px;	
	z-index: -10;
	margin: 0px auto;
}

.slider img{
	width: 100%;
	max-width: 1920px;}

/*slick setting
.slick-prev:before,
.slick-next:before{
    color: #000;
}*/


#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
overflow: hidden;
}

.contentu_box{
	width: 1024px;
	margin: 24px auto;
	overflow: hidden;
}

.tit_area{
	width: 100%;
	text-align: center;
}

h4.boder_tit{
	font-size: 28px;
	border-bottom: 1px solid #707070;
	display: inline-block;
	padding: 0px 12px;
	margin: 54px 0px 24px;
}


.main-box {
	width: 100%;
	max-width: 1920px;
    position: relative;
	margin: 85px auto 0;
}

.logo_area {
   max-width: 24%;
    width: 536px;
    margin: 0 auto;
    position: absolute;
	top: 30%;
    left: 50%;
		transform: translate(-50%,-30%);
    }


.kyouten_area{
	width: 100%;
	background-image: url("../img/bk_kyoten.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	padding: 32px 0px 54px;
}

h2.kyouten_tit{
	text-align: center;
	display: block;
	width: 490px;
	margin: 54px auto;
	padding: 10px;
	font-size: 28px;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	font-weight: normal;
}


p.kyouten_text{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

/*TOPお知らせCSS*/

.news_area{
	width: 100%;
	overflow: hidden;
	background-color: #FBF3E5;
		padding: 24px 0px;
}

dl.news_box{
	display: flex;
	width: 100%;
	border-bottom: 1px solid #707070;
	margin: 36px 0px ;
}

.news_box dt{
	padding: 0px 10px;
}

.news_box dd{
	padding: 0px 10px 0px 20px;
}

/*本部・地方道場CSS*/




/*ボタンCSS*/
.btn_area{
	width: 100%;
	text-align: center;
	margin: 54px 0px;
}


.btn_base{
	font-size: 16px;
	display:inline-block;
	padding: 12px 54px;
	background:#ffffff;
	color:#000000;
	text-align:center;
	text-decoration:none;
	border-radius: 2px; /*角を丸くする*/
	font-weight: bold;
	border: solid 1px #707070
}

.btn_base:hover{
	opacity: 0.5;
	transition: .3s;
}

.btn_arw1:after{
	content:""; /*アイコン用の空オブジェクトを生成*/
	display:inline-block;
	 width: 10px;
    height: 10px;
	border-top: solid 1px #555;   /* 好みで色を変えてください */  
    border-right: solid 1px #555;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
	margin-right: -3px; /* 位置調整 */  
	margin-top: -3px;
}


/*フッターCSS*/

.footer_area{
	width: 100%;
	background-color: #1C1C1D;
	padding: 54px 0px 12px;
	color: #ffffff;
}

.footer_box{
	width: 1024px;
	margin: 0px auto;
	display: flex;
}

.footer_box a{
	color: #ffffff;
}

.foot_colom_001{
	width: 50%;
}

dl.foot_2colom{
	display: flex;
}

.foot_2colom h3{
	font-size: 24px;
	line-height: 1;
	margin: 16px 0px 5px;
}

.foot_2colom .sub{
	font-size: 10px;
	
}

.sub{
	margin-bottom: -10px;
	margin-left: 5px;
}


.foot_2colom dt{
	padding-top: 10px;
}


.foot_2colom dd{
	margin-left: 10px;
	font-size: 14px;
}



.foot_colom_002{
	width: 48%;
	margin-left: 2%;
	padding-top: 20px;
}

.copy_right{
	text-align: center;
	font-size: 12px;
	margin: 36px 0px 0px;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, 
.scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}

#page-top img{width: 50%;}
	
	
#page-top {
	position: fixed;
	bottom: 10px;
	right: -10px;
}

@media screen and (min-width: 1024px) {
	
	.logo_area img{
    width: 100%;
	
    }

	
}



@media screen and (max-width: 1024px) {
	
	.logo_area img{
    width: 120%;
	
    }

.contentu_box{
	width: 96%;
	margin: 12px 2%;
}
	
.footer_box{
	width: 98%;
	margin: 0px 1%;
}
	
	
}

@media screen and (max-width: 768px) {
.pb50 {
  padding-bottom: 25px !Important;
}
	
.pb120 {
  padding-bottom: 60px !Important;
}
	
.footer_box{
	width: 96%;
	margin: 0px 2%;
	display: block;
}
	
	
h4.boder_tit{
	font-size: 24px;
	margin: 36px 0px 12px;
}
	
	
	
.pc{
	display: none;
}

.sp{
	display: block;
}


	
	
.main-box {
	max-width: 100%;
	margin: 65px auto 0;
}
	
.logo_area {
   max-width: 240px;
    width: 240px;
	top: 30%;
    left: 50%;
    }
	
.slider{
	width: 100%;
	max-width: 100;	
	margin: 0px;
}

.slider img{
	width: 100%;
		max-width: 100;	
}
		
	
.logo_area img{
    width: 100%;
	
    }
		
	
h2.kyouten_tit{
	width: 360px;
	margin: 54px auto;
	font-size: 18px;
}


p.kyouten_text{
	font-size: 22px;
	margin: 0px 3px;
}

/*TOPお知らせCSS*/

.news_area{
	padding: 12px 0px;
}

dl.news_box{
	display: block;
}

.news_box dt{
	padding: 0px;
}

.news_box dd{
	padding: 0px;
}

	


.foot_colom_001,
.foot_colom_002,
.foot_2colom dt,
.foot_2colom dd
	{
	width: 100%;
}
	
.foot_colom_002{
	margin-left: 0%;	
	}
	
	
dl.foot_2colom{
	display: block;
	text-align: center;
}

.foot_2colom dt{
	padding-top: 10px;
}


.foot_2colom dd{
	margin-left: 0px;
}



.foot_colom_002{
	padding-top: 30px;
	text-align: center;
}
	
.sub{
	margin-left: 2px;
}

.copy_right{
	text-align: center;
	font-size: 12px;
	margin: 36px 0px 0px;
}
	
	
#page-top img{width: 40%;}
	
	
#page-top {
	position: fixed;
	bottom: 10px;
	right: -50px;
}

	

.text_mt20{
	line-height: 1.5 ;
}
	
	
}
