@charset "UTF-8";

@-webkit-keyframes fadeInPack {
  from {
    opacity: 0;
    top: -18px;
  }

  to {
    opacity: 1;
    top: -8px;
  }
}

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

article, header, footer, section, nav, aside {
  display: block;
}



/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
	overflow-y: scroll;
	background-color: #000;

}

/* for mozilla: always display scrollbar */
body {
  min-height: 846px;
  padding-top: 15px;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /* for ie6/7 */
  font-size: 13px;
  line-height: 1.5;
  *font-size: 82%;
  /* for ie6/7 */
}


a:link {
	color: #FFF;
	text-decoration: underline;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #FFF;
}

a:hover,
a:active {
  color: #f60;
  text-decoration: none;
}

.btnLink {
  border: solid 3px #909090;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover .btnLink {
  border: solid 3px #ff9900;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}

h1{color:#FFF;
}

.logo .pageImage{
	margin-bottom: 5px;
	text-align: center;
	display: block; width: 100%;
}

/* p {} */
/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
  list-style: none;
}

ol {
	list-style-type: decimal;
	padding-left: 30px;
}

ol li.no {
	list-style-type: decimal;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}


/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}


/* --------------------------------------------------
	5. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

q:before, q:after {
  content: '';
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* ------------------------------------------------------------
	6. For IE6/7
------------------------------------------------------------ */
/* --- for ie7: page zoom bug fix --- */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* --------------------------------------------------
    [Layout] 
----------------------------------------------------- */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
  padding-bottom: 26px;
}

.brandName {
  white-space: nowrap;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header {
  display: table;
  position: relative;
  width: 100%;
  height: 62px;
  margin-bottom: 30px;
  padding-left: 0px;
}

/* siteName
----------------------------------- */
#siteName {
	position: absolute;
	top: 2px;
	width: 80px;
	height: 80px;
}

#siteName img {
	width: 80px;
	height: 80px;
}

.siteTitle {
	display: table-cell;
	width: 100%;
	height: 82px;
	padding-left: 110px;
	/*padding-right: 257px;*/
	padding-right: 100px;
	vertical-align: middle;
}
.siteTitle img {
  width: 100%;
  height: auto;
  max-width: 380px;
  min-width: 200px;
}

.package {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 620px;
}
.package img {
  position: absolute;
  right: 48px;
  top: -8px;
  -webkit-animation-name: fadeInPack;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#wrapper {
  text-align:center;
}

#content {
  padding-left: 93px;
}

#main {
  float: left;
  width: 60%;
  padding-right: 52px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sub {
  min-width: 190px;
  margin-left: 60%;
  margin-right: 26px;
  padding-top: 44px;
  font-size: 77%;
}

.subInfoBox {
  margin-bottom: 26px;
}
.subInfoBox h2 {
  margin-bottom: 10px;
  color: #114e11;
  font-size: 140%;
  font-weight: bold;
}
.subInfoBox p {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #5f711d;
}
.subInfoBox .tm {
  color: #000;
  text-align: right;
}
.subInfoBox .tm a {
  color: #273202;
  text-decoration: none;
}
.subInfoBox .tm img {
  vertical-align: middle;
}

.subInfoBox:before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(172, 204, 124, 0)), color-stop(0.5, #accc7c), color-stop(1, rgba(172, 204, 124, 0)));
  background-image: -moz-linear-gradient(180deg, rgba(172, 204, 124, 0) 0%, #accc7c 50%, rgba(172, 204, 124, 0) 100%);
  background-image: linear-gradient(180deg, rgba(172, 204, 124, 0) 0%, #accc7c 50%, rgba(172, 204, 124, 0) 100%);
}

.fitBnr {
  width: 100%;
  *width: auto;
  height: auto;
  max-width: 177px;
}



/* copyright
----------------------------------- */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */
.vlist-nav {
	margin-top: 2px;
}


.vlist-nav ul {
 -webkit-box-shadow: 0 0 1px #333;
 box-shadow: 0 0 1px #333;
}

.vlist-nav li {
	height: 70px;
	background-color: #1C1C1C;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border: 1px solid #333;
}

.vlist-nav li img {
	margin-right: 10px;
}



.vlist-nav a {
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	background: url(../img/nav_list.png) right center no-repeat;
	white-space: nowrap;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 0px;
}


/* --------------------------------------------------
 サイトヘッダー 
 -------------------------------------------------- */

.nav-bar {
 margin-bottom: 1em;
 height: 44px;
 line-height: 44px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119,202,2,0.8)),to(rgba(79,134,2,0.8)));
 text-align: center;
 -webkit-box-shadow: 0 1px #FFFFFF;
 box-shadow: 0 1px #FFFFFF;
}

.page-heading {
	margin: 0 auto;
	width: 180px;
	overflow: hidden;
	color: #079A3E;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 1px #ffffff;
	text-overflow: ellipsis;
	display: block;
}

.page-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 90%;
}

.page-nav-left {
	position: absolute;
	top: 0;
	left: 10px;
	padding-bottom: 5px;
}

.page-nav-right {
	position: absolute;
	top: 0;
	right: 10px;
	padding-bottom: 5px;
}



.page-nav .btn {
 border: 1px solid rgb(139,164,104);
 -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
 box-shadow: 0 1px 2px rgba(255,255,255,0.5);
}


/*--------------------------------
topics
--------------------------*/
#topics{
	padding: 0 10px 1em 10px;
}

 /* --------------------------------------------------
	 Footer
-------------------------------------------------- */
#footer {
	padding-top: 0px;
	text-align: center;
	color: #FFF;
}

#footer a{
	color: #FFF;
}

/*--------------------------------
 フッターナビゲーション
 --------------------------*/
.footer-nav{
	clear: both;
}
 
.footer-nav li {
	float: left;

	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

.footer-nav ul:after {
 display: block;
 clear: left;
 content: '';
}

.footer-nav img {
	margin-bottom: 6px;
	width: 85px;
	height: 30px; 
	background-color: #000;
}

.footer-nav a {
 display: block;
 font-size: 13px;
}

.footer-nav a:after {
 display: block;
 content: attr(title);
 font-size: 11px;
 text-align: center;
 white-space: nowrap;
}


/*--------------------------------
 フッターナビゲーションtxt
 --------------------------*/
.footer-nav_txt{
	clear: both;
}
 
.footer-nav_txt li {
	float: left;

	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}

.footer-nav_txt ul:after {
 display: block;
 clear: left;
 content: '';
}

.footer-nav_txt img {
	margin-bottom: 6px;
	width: 85px;
	height: 30px; 
	background-color: #000;
}

.footer-nav_txt a {
 display: block;
 font-size: 13px;
}

.footer-nav_txt a:after {
 display: block;
 content: attr(title);
 font-size: 11px;
 text-align: center;
 white-space: nowrap;
}


/*--------------------------------
 表1
 --------------------------*/
.table {
	margin-bottom: 10px;
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.table dt {
	margin-bottom: 3px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	clear: both;
}

.table dd {
	margin-bottom: 3px;
 	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 1px;
}


/*--------------------------------
 表2
 --------------------------*/
.table2 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.table2 dt {
	margin-bottom: 3px;
 	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 1px;
}

.table2 dd {
	margin-bottom: 3px;
 	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 1px;
}



/*--------------------------------
 表3
 --------------------------*/
 .table3 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
 
.table3:after {
 display: block;
 clear: both;
 content: '';
}

.table3 dt,
.table3 dd {
 margin-bottom: 1px;
 padding: 4px 6px;
}

.table3 dt {
	float: left;
	clear: both;
	width: 65px;
	text-align: left;
	background-color: #0033ff;
}

.table3 dd {
	margin-left: 80px;
	text-align: left;
	background-color: #333;
}

.table3 dd dt,
.table3 dd dd {
 margin: 0;
 padding: 0;
 display: inline;
 float: none;
 width: auto;
 background: none;
}

.table3 dd dt:after {
 content: ":"
}

.table3 dd:first-of-type {
 -webkit-border-top-right-radius: 6px;
 border-top-right-radius: 6px;
}

.table3 dd:last-of-type {
 -webkit-border-bottom-right-radius: 6px;
 border-bottom-right-radius: 6px;
}


.title {
	background-color: #F30;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
}



/*--------------------------------
 表4
 --------------------------*/
 .table4 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
 
.table4:after {
 display: block;
 clear: both;
 content: '';
}

.table4 dt,
.table4 dd {
 margin-bottom: 1px;
 padding: 4px 6px;
}

.table4 dt {
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #333;
}

.table4 dd {
	float: left;
	margin-left: 10px;
	text-align: left;
}

.table4 dd.left {
	margin-left: 10px;
	text-align: left;
	clear: left;
}

.table4 dd dt,
.table4 dd dd {
 margin: 0;
 padding: 0;
 display: inline;
 float: none;
 width: auto;
 background: none;
}

.table4 dd dt:after {
 content: ":"
}

.table4 dd:first-of-type {
 -webkit-border-top-right-radius: 6px;
 border-top-right-radius: 6px;
}

.table4 dd:last-of-type {
 -webkit-border-bottom-right-radius: 6px;
 border-bottom-right-radius: 6px;
}



/*--------------------------------
 表5
 --------------------------*/
.table5 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.table5 dt {
	margin-bottom: 3px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 1px;
}

.table5 dd {
	margin-bottom: 3px;
 	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 1px;
}


.title {
	background-color: #F30;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
}



.bukkenphoto .pageImage{
	display: block; width: 100%;
}

.floatleft{
	float: left;
	margin-left: 3px;
}



.center{
	margin-right: auto;
	margin-left: auto;
}

.ico {
	margin-right:0px;
	padding-right: 5px;
}

/*--------------------------------
カテゴリナビゲーション 
--------------------------------*/

.category-nav li {
	float: left;
	width: 100px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}

.category-nav ul:after {
 display: block;
 clear: left;
 content: '';
}

.category-nav img {
 margin-bottom: 6px;
 width: 100px;
 background-color: rgb(93,170,46);
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(93,170,46)),to(rgb(57,109,2)));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #FFFFFF;
 box-shadow: 0 0 3px #FFFFFF;
}

.category-nav a {
 display: block;
 font-size: 13px;
}

.category-nav a:after {
 display: block;
 content: attr(title);
 font-size: 11px;
 text-align: center;
 white-space: nowrap;
}

#topics li{
	margin-bottom: 10px;
}

.button .pageImage {
	height: auto;
	max-width: 168px;
	min-width: 80px;
	margin-bottom: 10px;
	display: block; width: 60%;
}

.thanks{
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	text-align: center;
}


/* --------------------------------------------------
	大井町に引っ越してくる
-------------------------------------------------- */
.ooimachi-nav {
	margin-top: 2px;
}


.ooimachi-nav ul {
 -webkit-box-shadow: 0 0 1px #333;
 box-shadow: 0 0 1px #333;
}

.ooimachi-nav li {
	height: 40px;
	background-color: #1C1C1C;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border: 1px solid #333;
 	background-color: rgb(6,6,6);
 	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6,6,6,0.8)),to(rgba(75,75,75,0.8)));
}

.ooimachi-nav li img {
	margin-right: 10px;
}



.ooimachi-nav a {
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	background: url(../img/nav_list.png) right center no-repeat;
	white-space: nowrap;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 0px;
}


.clear{
	clear: both;
}
 
.privacy{
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fl_left{
	float: left
}


.comentblock {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #0F3;
}

