﻿ｃ@charset "utf-8";
/* ---------- サイト内共通の設定 ---------- */


a:link { text-decoration: none;  }
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #6b6b6b;
}
a:active { text-decoration: none; }
a img{ border:0; }


html{
	margin: 0;
	padding: 0;
	height:100%;
}

img.example {
vertical-align: bottom;
}

p2{
	position: relative;
	color: #fff;
	font-size: 1.143em;
	font-weight: bold;
	margin: 1.3em -1.0em 1.3em -1.0em;
	padding: 0.5em  1.8em   0.5em   1.8em;
	box-shadow: 0 1px #000;
	background-color: #49b3af;
}

body{
	background-color:#fff;
	background-image:url(img/back.png);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	line-height:180%;
	font-size:small;
	color: #000;
	height:100%;
	font-family: 'Yu Gothic',"メイリオ", sans-serif;
}


h4{
	position: relative;
	color: #fff;
	font-size: 1.143em;
	font-weight: bold;
	margin: 1.3em -1.0em 1.3em -1.0em;
	padding: 0.5em  0.8em   0.5em   1.8em;
	background-color: #49b3af;
}

h5 {
	padding-bottom: .5em;
	border-bottom: 3px double #0f1735;
	font-size: 1.143em;
}

h6 {
border-left:5px solid #0f1735;
border-bottom:1px solid #0f1735;
padding:3px 15px 5px;
    font-size: 1.143em;
}

.button {
	background-color: #0f1735;
	border: 2px solid #0f1735;
	color: #fff;
	line-height: 50px;
	 border-radius:5px;
	padding:30px;
	margin-right:10px;
}
.button:hover {
	background-color: #3a4159;
	border-color: #3a4159;
	color: #fff;
}

.title6 {
font-family: 'Yu Gothic',"メイリオ", sans-serif;
border-bottom: 1px solid #a9a98d;
text-align: left;
color: #fff;
background-color: #000;
font-size: 14px;
margin: 0px;
padding: 8px 8px 4px 15px;
}

.titlel6 span.s6{display:block; border-left:8px solid #818187; padding-left:15px;}

hr {
height: 2px;
border: none;
border-top: 2px #000000 dotted;
}


img {
	border: 0;
	color: #FFFFFF;
}

p1{
	color: ##EF0480;
}

#container {
	width:1000px;
	margin: 0 auto;
	background-color:#FFF;
}

#container1 {
	width:1000px;
	margin: 0 auto;
		background-color:#FFF;
}
#header {
	width:1000px;
	height:120px;
	float:left;
}
.rogo {
	width:400px;
	height:120px;
	float:left;
}
.header-menu {
	width: 460px;
	height: 120px;
	margin-left: 130px;
	float: right;
	text-align: right;
}

#name {
	width:1000px;
	height:500px;
	margin-top:100px;
	float:left;
		background-color:#FFF;
}
h3{border-bottom: 1px solid #49b3af;border-left: 10px solid #49b3af;padding: 7px;}

table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type04 th {
	width: 250px;
	padding: 10px;
	text-align:left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	
}
table.type04 td {
	width: 120px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

#photo {
	width:1000px;
	height:1500px;
	text-align:center;
		background-color:#FFF;
}
h1{
font-family: Verdana;
font-size: 20px;
font-weight: bold;
color: #000;
margin:0;
}
h1 em{
font-size: 18px;
color: #FF9900;
}
.largeImage{
border: solid 1px #ccc;
width: 550px;
height: 400px;
padding: 5px;
}
.thumbs img{
border: solid 1px #ccc;
width: 100px;
height: 100px;
padding: 4px;
}
.thumbs img:hover{
border-color: #FF9900;
}


#info {
	width:1000px;
	float:left;
	margin-bottom:200px;
		background-color:#FFF;
}
table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type02 th2 {
	width: 700px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#footer {
	background-image:url(img/okigaru.jpg);
	background-color:#ddd;
	width:1000px;
	height:450px;
	margin-top:15px;
	background-repeat:no-repeat;
	float: left;
}
.otoiawase {
    display: block;
	font-style: normal;
    color: #ffffff;
	text-align:center;
	margin-top:250px;
}

.address {
    display: block;
	font-style: normal;
    color: #ffffff;
	text-align:center;
	margin-top:130px;
}

/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 3%;}
#back-top span {
    width: 66px;
    height: 60px;
    display: block;}

/*--form--*/
.star {
	color: #FF9900;
}

#briefing {
    margin: 0 0 10px 0;
    border: solid #CCCCCC 1px;
	border-top: none;
	border-bottom: none;
}
.center {
    text-align: center;
}
.caption{
    padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #00D8B9;
	text-align: center;
	width:740px;
}
#briefing em {
    font-size: 12px;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
#briefing th {
    width: 188px;
	height: 25px;
    border-top: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
	border-bottom: solid #CCCCCC 1px;
	background-color: #dddddd;
	padding: 5px 15px;
	text-align: left;
	color: #5f594e;
	font-size: 12px;
}
#briefing td {
    width: 488px;
	height: 25px;
	background-color: #eeeeee;
	padding: 5px 15px;
    border-top: solid #FFFFFF 1px;
    border-left: solid #dddddd 1px;
	border-bottom: solid #CCCCCC 1px;
	text-align: left;
	color: #5f594e;
	font-size: 12px;
}
#job_l {
    width: 225px;
	float: left;
}
#job_r {
    width: 225px;
	float: right;
}
.add_select {
    margin-bottom: 5px;
}
.example {
    color: #666666;
}
.btn {
    font-size: 12px;
	padding: 2px;
	border: solid 1px #999999;
	background: #FFFFFF;
}
.btn:hover {
    border: solid 1px #999999;
	color: #999999;
}
.btm5 {
    margin-bottom: 5px;
}
#container #header #sekou-rino-main .sekou-rino-main table tr .style29 {
	font-size: 14px;
}
#container #header #sekou-rino-main .sekou-rino-main table tr .style29 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#container #header #sekou-rino-main .sekou-rino-main table tr .style29 {
	font-weight: bold;
}
#container #header #name .type04 tr th p {
	color: #49b3af;
	font-size: 24px;
}
