@charset "UTF-8";

@charset "UTF-8";


@import "css/reset.css";
@import "css/base.css";
@import "css/common.css";
@import "css/layout.css";
@import "css/parallex.css";
@import "css/media.css";

.list {
    margin:0px !important;
    padding:0px !important;
}
.list li {
    list-style-type: disc !important;
    margin-left:20px !important;
}
/*画像リスト*/
.photo_list {
    width:660px;
    margin:0px !important;
    padding:0px !important;
}
.photo_list li {
    float:left;
    margin:0px;
    padding:0px;
}
.photo_list li img {
    margin-right:10px;
    margin-bottom:5px;

}

.table3{
width: 100%;
border-collapse: collapse;
}
.table3 th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table3 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.contact_form, #mailform table {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.contact_form th, #mailform th {
	background-color: #f3e4f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 10px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

/*メールフォーム*/
#mailform input {
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
#mailform input.type1 {
	height: 20px;
	max-width:300px;
	width: 80%;
}
#mailform input.type2 {
	height: 20px;
}

.submit, #mailform .conteiner_button {
	height: 50px;
	width: 150px;
        margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}
.backbutton, #mailform .conteiner_button input {
	height: 50px;
	width: 150px;
}
.contact_form td, #mailform td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#mailform img {
	vertical-align: middle;
	margin-right: 10px;
}
/*メールフォームバルーン*/
div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("img/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("img/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}

.seseragiinfo a:link {
	background-image: url(images/siryou_button.jpg);
	height: 83px;
	width: 217px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
}
.seseragiinfo a:hover {
	background-position: 0px -83px;
}
.seseragiinfo {
	width: 310px;
	margin-top: 40px;
	background-image: url(images/seseragi-tel.jpg);
	background-repeat: no-repeat;
	padding-left: 310px;
}