/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
ul, li {list-style-type: none;}

body{
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#fff;
	background-image:url(../img/bk.jpg);
	background-position:center;
	background-position:top;
}

#main{
	width:1000px;
	margin:0 auto;
	/*background-image:url(../img/bg.gif);*/
box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
-webkit-box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
-moz-box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
	/*padding-bottom:40px;*/
}

#head{
	margin:0 auto;
	text-align:center;
}

.headmd{
	margin:0 auto;
	text-align:center;
	border-top:5px solid #7a0201;
	background-color:rgba( 255, 255, 255, 0.8 );
	padding:10px 0 15px 0;
}

#link_bt{
	margin:0 auto;
	width:940px;
	padding-bottom:20px;
	text-align:center;
}
/*! 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"], /* 1 */
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;
}

/*==========================================infomation==========================================*/

#infomation{
	margin:0 auto;
	overflow:hidden;
	width:1000px;
	background-color:rgba(130,0,0, 0.8 );
	/*margin-top:0px;*/
padding-top:10px;
padding-bottom:10px;
}
.infomation_line{
	height:24px;
	text-align:center;
}
img.kei{
	width:98%;
}
.infobox{
	margin:0 auto;
	width:932px;
	background-color:#fff;
	border-radius: 30px;
	border:solid 6px #e6103b;
	margin-top:10px;
	margin-bottom:20px;
}
.infoboxtext{
	font-size:24px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	line-height:32px;
	color:#333;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.infoboxtext2{
	text-align:center;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.infoboxmd{
	text-align:center;
	padding:20px 0;
	border-radius:10px 10px 0 0;
	background-color:#e6103b;
}
.infoboxmd pm{
	font-size:30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}




/*==========================================menu==========================================*/

#menu{
	margin-top:0px;
	background-color:#7a0201;
	/*background-image:url(../img/bnbk.gif);*/
}
.menu_bt{
	width:100%;
	text-align:center;
	/*margin-bottom:20px;*/
	padding:10px 0px 0px 0px;
}
.menu_bt p{
	padding-top:10px;
	color: #fff;
	font-size:18px;
	line-height:18px;
}
.btm {
	width:80%;
	padding:10px;
	border:solid 2px #fff;
	background-color:rgba( 50, 50, 50, 0.8 );
	display:inline-block;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
}
.btm:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #fff;
}
.btm a {
	font-size:30px;
    padding: 30px 0;
    text-align: center;
    display: block;
	color:#fff;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btl {
	width:150px;
	height:50px;
	margin:0 5px 10px;
	padding:10px;
	border:solid 1px #fff;
	vertical-align:middle;
	background-color:rgba( 255, 255, 255, 0.8 );
	display:inline-block;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
}
.btl:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #fff;
}

.btl_sns {
	width:50px;
	height:50px;
	margin:0 5px 10px;
	padding:10px;
	border:solid 1px #fff;
	vertical-align:middle;
	background-color:rgba( 255, 255, 255, 0.8 );
	display:inline-block;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
}
.btl_sns:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #fff;
}
/*==========================================footer==========================================*/
#ft{
	margin-top:0px;
	background-color:#fff;
-ms-box-shadow:0px 5px 5px -5px #666 inset;
-moz-box-shadow:0px 5px 5px -5px #666 inset;
-webkit-box-shadow:0px 5px 5px -5px #666 inset;
-o-box-shadow:0px 5px 5px -5px #666 inset;
box-shadow:0px 5px 5px -5px #666 inset;
}
.footer{
	text-align:center;
	/*background-image: url(../img/flogo.gif);
	background-repeat: no-repeat;*/
	width:100%;
	padding:0px 0px 10px 0px;
	/*padding-right:0;
	padding-bottom:10px;
	padding-left:0;*/

}
.footer p{
	padding-top:10px;
		color: #000;
	font-size:12px;
	line-height:16px;
	}

/*==========================================others==========================================*/

/* topback */
#page-top {
z-index: 99;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #e6103b;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 15px;
	border:solid 4px #fff;
}
#page-top a:hover {
    text-decoration: none;
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #7a0201;
}
#page-top2 {
z-index: 99;
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 77%;
}
#page-top2 a {
    background: #e6103b;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 15px;
	border:solid 4px #fff;
	line-height:120%;
}
#page-top2 a:hover {
    text-decoration: none;
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #7a0201;
}






/* img */
img.margin-top50{
	margin-top:50px;
}
img.revers{
	transform: scale(-1, 1)
}
img.top{
	width:100%;
	padding:0 0px 0px 0px;
}
img.nbt100{
		width:100%;
}
img.nbt100:hover {
		width:100%;
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
img.md{
	padding:5px;
}

}


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

*{
    /* margin:0; */
    /* padding:0; */
    /* border:0; */
    /* line-height:0; */
    /*font-style: normal;*/
    /* text-decoration: none; */
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul, li {list-style-type: none;}

body{
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#FFF;
	background-image:url(../img/bk.jpg);
	background-position:center;
	background-position:top;
}

#main{
	width:100%;
	margin:0 auto;
	/*background-image:url(../img/bg.gif);*/
box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
-webkit-box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
-moz-box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
	/*padding-bottom:40px;*/
}

#head{
	margin:0 auto;
	text-align:center;
}
.headmd{
	margin:0 auto;
	text-align:center;
	border-top:5px solid #7a0201;
	background-color:rgba( 255, 255, 255, 0.8 );
	padding:10px 0 15px 0;
}

#link_bt{
	margin:0 auto;
	width:98%;
	padding-bottom:20px;
	text-align:center;
}








/*==========================================infomation==========================================*/

#infomation{
	margin:0 auto;
	overflow:hidden;
	width:100%;
	background-color:rgba(130,0,0, 0.8 );
padding-top:10px;
padding-bottom:10px;
}
.infomation_line{
	height:24px;
	text-align:center;
}
img.kei{
	width:98%;
}

.infobox{
	margin:0 auto;
	width:96%;
	background-color:#fff;
	border-radius: 30px;
	border:solid 6px #e6103b;
	margin-top:10px;
	margin-bottom:20px;
}
.infoboxtext{
	font-size:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	line-height:26px;
	color:#333;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.infoboxtext2{
	font-size:14px;
	text-align: center;
	/*padding-left:28%;*/
	padding-top:10px;
	padding-bottom:10px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.infoboxmd{
	text-align:center;
	padding:10px 0;
	border-radius:10px 10px 0 0;
	background-color:#e6103b;
}
.infoboxmd pm{
	font-size:20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}



/*==========================================menu==========================================*/

#menu{
	margin-top:0px;
	background-color:#7a0201;
	/*background-image:url(../img/bnbk.gif);*/
}
.menu_bt{
	width:100%;
	text-align:center;
	/*margin-bottom:20px;*/
	padding:10px 0px 0px 0px;
}
.menu_bt p{
	padding-top:10px;
	color: #fff;
	font-size:18px;
	line-height:18px;
}
.btm {
	width:80%;
	padding:10px;
	border:solid 2px #fff;
	background-color:rgba( 50, 50, 50, 0.8 );
	display:inline-block;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
}
.btm:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #fff;
}
.btm a {
	font-size:30px;
    padding: 30px 0;
    text-align: center;
    display: block;
	color:#fff;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btl {
	width:150px;
	height:50px;
	margin:0 5px 10px;
	padding:10px;
	border:solid 1px #fff;
	vertical-align:middle;
	background-color:rgba( 255, 255, 255, 0.8 );
	display:inline-block;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
}
.btl:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #fff;
}

.btl_sns {
	width:50px;
	height:50px;
	margin:0 5px 10px;
	padding:10px;
	border:solid 1px #fff;
	vertical-align:middle;
	background-color:rgba( 255, 255, 255, 0.8 );
	display:inline-block;
	text-decoration:none;
	border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
}
.btl_sns:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #fff;
}
/*==========================================footer==========================================*/
#ft{
	margin-top:0px;
	background-color:#fff;
-ms-box-shadow:0px 5px 5px -5px #666 inset;
-moz-box-shadow:0px 5px 5px -5px #666 inset;
-webkit-box-shadow:0px 5px 5px -5px #666 inset;
-o-box-shadow:0px 5px 5px -5px #666 inset;
box-shadow:0px 5px 5px -5px #666 inset;
}
.footer{
	text-align:center;
	/*background-image: url(../img/flogo.gif);
	background-repeat: no-repeat;*/
	width:100%;
	padding:0px 0px 10px 0px;
	/*padding-right:0;
	padding-bottom:10px;
	padding-left:0;*/

}
.footer p{
	padding-top:10px;
		color: #000;
	font-size:11px;
	line-height:15px;
	}

/*==========================================others==========================================*/

/* topback */
#page-top {
z-index: 99;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #e6103b;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 15px;
	border:solid 3px #fff;
}
#page-top a:hover {
    text-decoration: none;
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #7a0201;
}

#page-top2 {
z-index: 99;
    position: fixed;
    bottom:100px;
    right: 20px;
    font-size: 60%;
}
#page-top2 a {
    background: #e6103b;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 15px;
	border:solid 3px #fff;
	line-height:120%;
}
#page-top2 a:hover {
    text-decoration: none;
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity:1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    background: #7a0201;
}


/* img */
img.revers{
	transform: scale(-1, 1)
}
img.top{
	width:100%;
	padding:0 0px 0px 0px;
}
img.nbt100{
		width:100%;
}
img.nbt100:hover {
		width:100%;
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
img.nbttop{
		width:60%;
}
img.md{
	padding:10px;
}
}


/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){


ul, li {list-style-type: none;}

body{
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#FFF;
}

#main{
	width:100%;
	margin:0 auto;
	background-image:url(../img/bg.png);
box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
-webkit-box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
-moz-box-shadow:rgb(130,0,0) -1px 0px 5px 1px;
	/*padding-bottom:40px;*/
}

#head{
	margin:0 auto;
	text-align:center;
}
.headmd{
	margin:0 auto;
	text-align:center;
	border-top:5px solid #7a0201;
	background-color:rgba( 255, 255, 255, 0.8 );
	padding:10px 0 15px 0;
}

#link_bt{
	margin:0 auto;
	width:98%;
	padding-bottom:20px;
	text-align:center;
}





/*==========================================infomation==========================================*/

#infomation{
	margin:0 auto;
	overflow:hidden;
	width:100%;
	background-color:rgba(130,0,0, 0.8 );
	margin-top:0px;
}

.infobox{
	margin:0 auto;
	width:96%;
	background-color:#fff;
	border-radius: 15px;
	border:solid 3px #e6103b;
	margin-top:10px;
	margin-bottom:20px;
}
.infoboxtext{
	font-size:14px;
	text-align:center;
	padding-left:5px;;
	padding-top:10px;
	padding-bottom:5px;
	line-height:18px;
	color:#333;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.infoboxtext2{
	font-size:9px;
	text-align:center;
	padding-left:0;
	padding-top:8px;
	padding-bottom:8px;
	line-height:14px;
	color:#fff;
	/*font-weight:bold;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.infoboxmd{
	text-align:center;
	padding:10px 0;
	border-radius:5px 5px 0 0;
	background-color:#e6103b;
}
.infoboxmd pm{
	font-size:15px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}



/*==========================================footer==========================================*/
#ft{
	margin-top:0px;
	background-color:#fff;
-ms-box-shadow:0px 5px 5px -5px #666 inset;
-moz-box-shadow:0px 5px 5px -5px #666 inset;
-webkit-box-shadow:0px 5px 5px -5px #666 inset;
-o-box-shadow:0px 5px 5px -5px #666 inset;
box-shadow:0px 5px 5px -5px #666 inset;
}
.footer{
	text-align:center;
	/*background-image: url(../img/flogo.gif);
	background-repeat: no-repeat;*/
	width:100%;
	padding:0px 0px 10px 0px;
	/*padding-right:0;
	padding-bottom:10px;
	padding-left:0;*/

}
.footer p{
	padding-top:10px;
		color: #000;
	font-size:9px;
	line-height:12px;
	}

/*==========================================others==========================================*/

/* topback */
#page-top {
z-index: 99;
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #e6103b;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 80px;
	border:solid 2px #fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #7a0201;
}

#page-top2 {
z-index: 99;
    position: fixed;
    bottom:135px;
    right: 20px;
    font-size: 60%;
}
#page-top2 a {
    background: #e6103b;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 80px;
	border:solid 2px #fff;
	line-height:120%;
}
#page-top2 a:hover {
    text-decoration: none;
    background: #7a0201;
}

/* img */
img.revers{
	transform: scale(-1, 1)
}
img.top{
	width:100%;
	padding:0 0px 0px 0px;
}
img.nbt100{
		width:100%;
}
img.nbt100:hover {
		width:100%;
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
img.md{
	padding:0px;
}
}


.search{width: 700px;margin: 30px auto;}
.search .sort{margin: 0 0 20px;}

table{
  width:700px;
  border-top:1px solid;
  border-right:1px solid;
  margin:0 auto;
}
table td{
  border-bottom:1px solid;
  border-left:1px solid;
  line-height: 1.6em;}
table tr:first-child{
  background: #000;
  color: #FFF;
}
table td.center_area{
  width: 5em;
  text-align:center;
}
table td.center_ippan{
  width: 5em;
  text-align:center;
}
table td.center_ladys{
  width: 5em;
  text-align:center;
}
table td.areatd{
  text-align:center;

}
table td.ippan{
  text-align:center;
}
table td.ladys{
  text-align:center;
}

@media screen and (max-width:640px) {
body{
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}
header{
  width:100%;
  min-width: auto;
  height: 650px;
  padding: 0;
  margin: 0 0 30px;
}
.headwrap{
  width:100%;
  height: 650px;
  padding: 0;
}
header h1{
  top: 0;
  left: 50%;
  margin: 30px 0 0 -190px;
}
header h1 img{
  width: 300px;
}
header .character{
  width: 100%;
  height: 100%;
  bottom: -16px;
}
header .catch{
  bottom: 0;
  left: 50%;
  margin: 30px 0 0 -180px;
  right: 0;
  padding: 20px 0 0px;
  background-color: rgba(255,255,255,0.7);
}
header .catch img{
  width: 300px;
}
header .date img{
  display:none;
}
h2{
  font-size: 20px;
  margin: 0 0 15px;
}
.txt{
  width: auto;
  margin: 0 auto 30px;
  font-size: 13px;
}
.about{
  max-width: 300px;
  padding: 25px 20px;
  margin: 0px auto 40px;
}
.about .share a img{
  width:280px;
}

.about .link a{
  font-size: 16px;
  padding: 10px 0;
}
.present{
  max-width: 300px;
  padding: 25px 20px;
  margin: 0 auto 40px;
}
ul.list{
}
ul.list li{
  width: 150px;
  font-size: 12px;
  vertical-align: top;
  margin: 0;
}
ul.list li img{
  width: 125px;
}
.caution{
  font-size:12px;
  text-align: left;
}
.present .link a{
  font-size: 16px;
  padding: 10px 0;
}
.questionnaire{
  max-width: 300px;
  padding: 25px 20px;
  margin: 0 auto 39px;
}
.questionnaire .link a{
  font-size: 16px;
  padding: 10px 0;
}
.collaboration{
  max-width: 300px;
  padding: 25px 20px;
  margin: 0 auto 40px;
}
.collaboration .link a{
  font-size: 16px;
  padding: 10px 0;
}
footer{
  min-width: 100%;
}
footer ul.magazine{
  width: 100%;
}
footer .copy{
  width:300px;
  margin:0 auto;
  font-size:11px;
}
.brsmp{
  display: block;
}
.search{width: 300px;margin: 30px auto;}
.search .sort{margin: 0 0 20px;}

table{
  width:300px;
  border-top:1px solid;
  border-right:1px solid;
  margin: 0 auto 60px;
  font-size:8px;
  line-height:1.6em;
}
table td{
  border-bottom:1px solid;
  border-left:1px solid;
}
table tr:first-child{
  background: #000;
  color: #FFF;
}
table td.center_area{
  width: 5em;
  text-align:center;
}
table td.center_ippan{
  width: 5em;
  text-align:center;
}
table td.center_ladys{
  width: 5em;
  text-align:center;
}
table td.areatd{
  text-align:center;
}
table td.ippan{
  text-align:center;
}
table td.ladys{
  text-align:center;
}

}