@charset "utf-8";

body {
	-webkit-text-size-adjust: none;
}
#container {
	width: 100%;
}
img	{
	max-width: 100%;
	height: auto;
}
#header h1 span {
	display: block;
}
.subject	{
	width: 100%;
	margin-right: 0;
	border: 1px solid #AAA;
	padding: 10px;
	margin-bottom: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top-width: 8px;
}
#subject01	{
	border-top-color: #FF9999;
}
#subject02	{
	border-top-color: #83A80F;
}
#subject03	{
	border-top-color: #046096;
}
.subject img	{
	width: 30%;
	float: left;
}
.subject p	{
	width: 68%;
	float: right;
}
.subject h2	{
	margin: 0;
}
.subject h2+p {
	margin: 0;
}
#content	{
	width: 100%;
	margin-bottom: 20px;
}
#sidebar	{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#photos img	{
	position: static;
	max-width: 100%;
	margin-top: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#photos p	{
	display: inline;
}
#photos	{
	border: none;
	height: auto;
	text-align: center;
}
table	{
	width: 100%;
}
#date	{
	width: 50px;
}
#comment, #namae, #email	{
	width: 100%;
}
#header h1	{
	font-size: 16px;
}
.basicinfo	{
	padding: 10px;
}
/*----------------------------------------------
ソーメン用*takemoto
----------------------------------------------*/
#hotaruTitle {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 35px;
	font-size: 1.1em;
}

.hotaruList {
	display: block;
	margin-top: 25px;
	padding-left: 10px;
	height: auto;
	border-bottom: none;
}
.hotaruTbox {
	width: 100%;
	display: block;
}

.hotaruTbox img {
	/*float: left;*/
	margin-right: 1%;
	width: 60%;
	height: auto;
	display: block;
}

.hotaruList .hotaru_txt {
	margin: 0px;
	width: 100%;
	height: auto;
}
.hotaruList h5 {
	/*font-size: 14px;*/
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/icn_ringo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

.hotaruList .hotaru_txt dd {
	padding-top: 15px;
	margin-left: 1px;
	line-height: 1.4em;
}

.hotaruMap {
	width: 60%;
	margin: 5px;
	height: auto;
}
.hotaruList .hotaruMap img {
	display: block;
}
#newopenContents hr {
	clear: both;
}
#hotaruTitle p {
	display: block;
	height: auto;
	width: auto;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 20px;
	padding: 12px 0px 20px 10px;
	line-height: 1.4em;
}
#hotaruTitle ul {
	margin: -10px 0 0 25px;
	list-style-type: none;
	display: block;
}
#hotaruTitle li {
	padding: 3px 0px;
}
.eventFes {
	font-size: 1.2em;
	color: #F93;
	font-weight: bold;
	padding-left: 5px;
	display: block;
}

/*event*/
.btn_tel {

}

.btn_tel, .point01 {
	clear: both;
	height: 40px;
	width: 80%;
	margin: 0 0 15px 20px;
	text-align: center;
	line-height: 2.5em;
	font-weight: bold;
	display: block;
	color: #FFF;
	background-color: #ffffff;
	border: 1px solid #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#238C00', endColorstr = '#85B200');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#238C00', endColorstr = '#85B200')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #238C00, #85B200);
	background-image: -o-linear-gradient(top, #238C00, #85B200);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#238C00), to(#85B200));
	background-image: -webkit-linear-gradient(top, #238C00, #85B200);
	background-image: linear-gradient(top, #238C00, #85B200);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
}
.btn_tel a, .point01 a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.btn_tel a:hover, .point01 a:hover {
	background: #CCC;
	display: block;
}

.hotaru_event {
	display: block;
	height: auto;
}

.hotaru_event dt {
	width: 100%;
}
.hotaru_event dd {
	margin-left: 0;
}
ul .point01 {
	text-align: center;
}

.tbl_ringo {
	width: 98%;
	font-size: 14px;
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tbl_ringo tr th {
	white-space: nowrap;
	width: 25%;
	padding: 2px 5px;
	font-weight: normal;
	border: solid 1px #CCC;
	/*background-color: #ECECEC;*/
}
.tbl_ringo tr td {
	width: 70%;
	padding: 2px 5px;
	border: solid 1px #CCC;
}
.tr_odd {
	background-color: #FFFBFC;
}
.aka {
	color: #C00;
}