/** MyStyle Sheet **/

/**--------スマホ電話発信-------------**/
.tel-link {
/**    color: #06F;**/
    font-size: 16px;
    font-weight: bold;
}

/***----↓top img-------**/
#top-header-img{
text-align: center;
}

#top-header-img img{
padding: 0 0 0 0;
margin: 10px 0 0 0;
}

.art-header {
margin: 5px auto 0;
}

/**----↑-----------**/
.art-nav{
margin-top:0;
}

table.bizcal tr{
height:26px;
}

.art-headline, .art-headline a, .art-headline a:link, .art-headline a:visited, .art-headline a:hover{
 font-size:20px;
}

div.art-slogan {
color:#081011 !important;
}
.art-slogan, .art-slogan a, .art-slogan a:link, .art-slogan a:visited, .art-slogan a:hover {
font-size: 14px;
}


/*********
.art-page-footer {
margin-top:15px;
font-size: 14px;
color: #6e4930;
}
**************/

h3.menu{
margin: 0 10px 0 10px;
border-bottom: 1px solid #BB9754;
padding-bottom: 5px;
}

.art-article img {
margin: 5px 5px 5px 0px;
}

div.banquet{
margin-left:30px;
}

.space5{
padding-top: 5px;
}
.space10{
padding-top: 10px;
}
.space15{
padding-top: 15px;
}
.space20{
padding-top: 20px;
}
.space25{
padding-top: 25px;
}
.space30{
padding-top: 30px;
}

.width100 {
width: 100px;
}

.width500 {
width: 500px;
}

.table-width{
width: 100%;
}

table tr {
height: 50px;
}

.art-article th, .art-article td {
padding: 2px 10px 0 10px;
vertical-align:middle;
text-align: left;
}

.art-article table.table-center th, .art-article table.table-center td {
width: 200px;
padding: 2px;
vertical-align:middle;
text-align: center;
}

.art-article table.table-center tr {
height: 20px;
}


.art-article th {
background: #f3f5fb;
}

/***----- title button ------------------------------------------------------***/

.hr-line {
border: 5px solid #008000;
width: 990px;
margin-top: 0px;
margin-bottom: 10px;
}

.btn-title {
text-align:left;
font-size: 20px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-weight: normal;
font-style: normal;
position: relative;
color:#000;
width: 700px;
padding: 0 0 0 0px;
margin: 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
display:inline-block;
cursor:pointer;
text-decoration:none;
text-shadow:0px 1px 0px #154682;
}

.btn-title img {
 height: 23px;
 margin: 0px 5px -5px 5px;
 padding: 0 0 0 0;
}
.myButton {
	width: 50px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

/**↓画像ブロック**/
div.sblock-img{
margin-bottom: 20px;
}
img.photo {
float:left;
margin-right:30px;
}

.clear {
clear:both;
}

/**↑終了***/


/****Contact Form 7****/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
	width: 400px;
}