@charset "utf-8";
@import url(./reset.css);

body {
	line-height: 1.4em;
	font-size: 12px;
	-webkit-text-size-adjust:none;
}

p {
	margin: 0 0 20px 0;
}

#wrapper {
	margin: 0 auto;
	width: 320px;
}

#header {
	position: relative;
	height: 75px;
}

#header h1 {
	position: relative;
	top: 8px;
	left: 4px;
}

#header .pc {
	position: absolute;
	top: 12px;
	right: 9px;
}

#header_menu {
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

#header_menu li {
	float: left;
	display: inline;
	height: 25px;
}

#header_menu li img {
	vertical-align: top;
}

#content h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	background: #66A842;
	background-size: auto 100%;
}

#content h4 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 10px;
	color: #6BA600;
	font-size: 13px;
	line-height: 1.4em;
	background: #fff url(../images/h4_bg.png) bottom repeat-x;
	background-size: auto 100%;
}

#content table {
	margin: 0 0 20px 0;
}

#content table th {
	text-align: left;
}

#content .banner {
	margin: 0 0 4px 0;
}

#main {
	margin: 15px 0 30px 0;
}

#content .posts h3 {
	margin: 0;
}

#content .posts ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background: #eee url(../images/news_bg.png) bottom repeat-x;
	background-size: auto 100%;
}

#content .posts ul li .date {
	color: #666;
}

#content .posts ul li .title {
	color: #604D2F;
	font-weight: 800;
}

#content .more {
	margin: 10px 0;
	padding: 0 10px;
	text-align: right;
}

#content .more a {
	padding: 0 0 0 10px;
	color: #00f;
	background: #fff url(../images/more_bg.png) left no-repeat;
}

#footer_menu {
	margin: 0 0 5px 0;
	overflow: hidden;
}

#footer_menu li {
	float: left;
	display: inline;
}

#footer_menu li img {
	vertical-align: top;
}

.big {
	font-size: 14px;
	line-height: 1.4em;
}

.big2 {
	font-size: 16px;
	line-height: 1.4em;
}

.bigbig {
	font-size: 20px;
	line-height: 1.4em;
}

.bold {
	font-weight: 800;
}

.center {
	text-align: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 8px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 8px;
}

.red {
	color: #FF4C90;
}

.inner {
	margin: 0 0 20px 0;
}

.oflow {
	overflow: hidden;
	zoom: 1;
}

.clear {
	clear: both;
}

.mb-0 {margin-bottom: 0px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}

.ta-l { text-align: left;}

.ta-r { text-align: right;}

.ta-c { text-align: center;}



/* top */

#main.top {
	margin: 0;
}

/* other */

#main_image {
	margin: 0 0 5px 0;
}

.name {
	margin: 0 0 10px 0;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.4em;
	color: #614320;
}

#main.detail .date {
	margin: 0 0 10px 0;
	color: #666;
}

#list_body {
	margin: 10px auto;
	width: 301px;
	border-top: solid 1px #ddd;
	overflow: hidden;
	zoom: 1;
}

#list_body li {
	margin: -1px -1px 0 0;
	float: left;
	width: 59px;
	border: solid 1px #ddd;
}

#list_body li a {
	color: #604D2F;
	line-height: 36px;
	font-weight: 800;
	text-align: center;
	background: #eee url(../images/news_bg.png) top repeat-x;
}

.h4-btn {
  width: 140px;
  height: 32px;
  font-size:12px;
  background-image: url(../images/s_h4_bg.png);
  padding: auto 0.25em!important;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: solid 1px #999;
  color: #333;
  text-align: center;

}
.h4-btn a {
  text-decoration: none;
  color: #666;
}

h5.border-b2 {
	border-bottom: 2px solid #ee751a;
	font-size: 1.1em !important;
	margin-bottom: 20px !important;
	padding: 0 10px 5px;
}

h5.border-b2::before {
	content: "■";
	color:#ee751a;
	margin-right: 0.5em;
}

ul.check_style {
}

ul.check_style li {
    background: url(../images/icon_check.png) left top 2px no-repeat;
    padding-left: 20px;
    background-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.box-kadomaru {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 10px
}
