@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;
  background: black;
}

#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: #333;
	background-size: auto 100%;
}

#content h4 {
	margin: 0 0 10px 0;
	padding: 4px 0 4px 10px;
	color: #000;
	font-size: 13px;
	line-height: 1.2em;
	background: #ccc ;
	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;
}

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

/* -----------------------------------------------------------
 * 	#sp
 * 			スマホ用
 * 			----------------------------------------------------------- */


.iphone .topAdc .tel,
.ios .topAdc .tel,
.android .topAdc .tel {
	display:none;
}

.iphone .topAdc .tel2,
.ios .topAdc .tel2,
.android .topAdc .tel2 {
	display:block;
}


#sp{
	display:none;
}

.iphone #sp,
.ios #sp,
.android #sp {
	display:block;
}


#sp {
	position: fixed;
	z-index: 999;
	bottom:-19px;
	left:0;
	width:100%;
}
#sp p {
	float:left;
	width:50%;
}
.iphone .footCopy,
.ios .footCopy,
.android .footCopy {
	margin-bottom: 170px;	
}

