
/*ヘッダー、ナビ
---------------------------------------*/
header {position: relative; z-index:9999;box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 1px 1px;
-webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;}

header #top_message{background-color:#5fb200; padding:5px 0;}
header #top_message p{  width:1000px; margin:0 auto;color:#fff; font-size:10px;}

#header_inner{ max-width:1000px; margin:0 auto;}

header #nav{ width:960px; position:relative; clear:both; padding:40px 0 40px 0; margin:0 auto;}
header #nav li{ font-size:14px; color:#46392a;}
header #nav ul li i {font-size:21px; margin-top:-5px;}
header #nav ul li{ list-style-type:none; text-decoration:none; float:left;}


/*ロゴ周り*/
#top_menu1{margin:25px 0 ;}
#top_menu1 h1{ float:left;}
#top_menu1 h1 a{ opacity:1;}
#top_menu1 h1 img{ width:100%; max-width:173px; height:auto;}

#top_menu1 ul{ float:right;}
#top_menu1 ul li{ margin-left:10px; list-style-type:none; text-decoration:none; float:left;}
#top_menu1 ul .last_li{ margin-right:0px; margin-left:2px !important;}


@media screen and (max-width: 768px) {
header {box-shadow:none;}
#top_menu1 h1{ max-width:173px; margin:0 auto; padding:10px 0 0px 0; float:none; clear:both;}
#top_menu1 ul{ display:none !important;}
.navbar-brand{ font-size:15px !important;}

}

@media screen and (max-width: 740px) {
header #top_message{ display:none;}
#top_menu1{display:none;}
/*.navbar-brand{ max-width:140px; height:auto;}*/
.navbar-nav li{ padding-left:10px !important;}
.pagination{ bottom: 0px;}
header #nav{ padding-top:20px !important;}
}

@media screen and (max-width: 640px) {
#top_menu1 h1{ max-width:100px; height:auto; margin:0 auto; padding:7px 0 0px 0; float:none; clear:both; margin:0 0 -13px 10px;}
#nav{ display:none;}
a.navbar-brand { pointer-events: none !important;}
}




/*フッター
---------------------------------------*/
footer{ background-color:#5fb200; height:320px; padding:50px 0; background-repeat:repeat-x; color:#fff; text-align:center;}
footer a {text-decoration: none;}
footer a:link { color: #fff;}
footer a:visited { color: #fff;}
footer a:hover { color: #fff; }
footer a:active { color: #fff;}

.footer_box {
	position: relative;
	max-width: 1200px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}

.footer01 {
	float: left;
	width: 370px;
	position: relative;
	text-align: left;
}
.footer_logo {
	padding-bottom: 14px;
}
.footer_logo img{ width:173px; height:49px; width:40%; height:40%;}

.footer_address {
	color:#FFFFFF;
	padding-bottom: 10px;
	font-size: 14px;
}
.footer_outline {
	color:#FFFFFF;
	font-size: 14px;
}
.footer_btn_blog {
	position: absolute;
	left: 270px;
	top: 50px;
}

.footer02 {
	float: right;
	max-width: 650px;
	position: relative;
	text-align: left;
}
.footer_navi {
	float: left;
	margin-right: 40px;
}
.footer_navi a {
	text-decoration: none;	
	color:#fff;
	
}
.footer_navi a:hover {
	text-decoration: underline;
}
.footer_navi li{
	background-image: url(../img/footer_icon01.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	font-size: 14px;
	padding-bottom: 5px;
	color:#fff;
}
.footer_navi_inner {
	padding-top: 10px;
}
.footer_navi_inner li{
	background-image: url(../img/footer_icon02.png) !important;
	padding-left: 15px;
	padding-bottom: 5px !important;
	font-size: 14px !important;
	background-repeat: no-repeat;
	background-position: left 5px;
}
.copyright{
	width: 100%;
	background-color: #468200;
	height: 30px;
	
}
.copyright p{
	max-width: 1020px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height: 1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}


@media screen and (max-width: 1024px) {
	footer{ background-color:#5fb200; height:330px; padding:50px 0; background-repeat:repeat-x; color:#fff; text-align:center;}
	.footer_box {
	position: relative;
	max-width: 768px;
	width:95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}

.footer01 {
	float: none;
	max-width: 370px;
	position: relative;
	text-align: left;
	margin:0 auto;
}
.footer02 { display:none;}
}



@media screen and (max-width: 640px) {
footer{ padding:40px 0; }
.footer_box { max-width: 640px; width:100%; margin:0 auto;}
.footer01 { text-align:center; width:90%;}
.footer_btn_blog { display:none;}

}




@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
	z-index:100;
}
#page-top a {
    background: #468200;
    text-decoration: none;
    color: #fff;
	font-weight:bold;
    width: 65px;
	height:60px;
padding-top:20px;
    text-align: center;
    display: block;
    border-radius: 5px;
}


html{height:100%; }
body{ font-size:14px; line-height:22px; font-family: "メイリオ", sans-serif; background-color:#fff;}
*{margin:0; padding:0;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color:#59463b;}
#warapper{ margin:0 auto; max-width:100%; overflow:hidden;}
.inner{ width:960px; max-width:100%; margin:0 auto; z-index:10;}
.clear{ clear:both;}
a {text-decoration: none;}
a:link { color: #46392a;}
a:visited { color: #46392a;}
a:hover { color: #666666; }
a:active { color: #46392a;}
img { max-width:100%; height: auto; width /***/:auto; border-style:none;}
.background {z-index: -1; background: url(../img/main_bg.jpg) #000 no-repeat; position: fixed; background-size:cover; background-position:center center !important; top: 0; left: 0; right: 0; bottom: 0; /*webkit-text-size-adjust:100%; */}
hr {height: 1px; border: none; border-top: 1px #ffffff solid;}
.tb_on{ display:none;}
.pc_on{ display:block;}
.smp_on{ display:none;}

@media screen and (max-width: 768px) {
.tb_on{ display:block;}
}
@media screen and (max-width: 640px) {
.tb_on{ display:none;}
.pc_on{ display:none;}
.smp_on{ display:block;}
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea { font-family:"Osaka−等幅"; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; background-image:url()}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.67em;
  margin: 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: 0;
  margin: 0; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color:#363636;}

#all {
  width: 100%;
  overflow: hidden; }

a {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  body {
    min-width: 720px;
    overflow-x: hidden; } 
	}
	
.for-pc {
  display: none; }

@media screen and (min-width: 768px) {
  .for-pc {
    display: block; }

  span.for-pc {
    display: inline-block; }

  .for-sp,
  .liquid.for-sp {
    display: none; } 
	
	}
	
	
	.liquid {
  display: block;
  width: 100%;
  height: auto; }

.comic-lines {
  display: none; }

.figure-alter {
  display: none; }

	
li{ list-style:none;}

.clear{ clear:both;}
a:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
 