@charset "utf-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#333333;
/*	line-height:1.6;*/
}

#header {
	margin-top:30px;
}

#header h2 {
	margin-bottom:30px;
}

#header img {
	max-width: 100%; 
	height:auto;
}

#header_img img {
	width: 100%; 
	height:auto;
	vertical-align: bottom;
}






#globalnavi_bg {
	background-color:#E6E6E6;
	height: 50px;
}

/*globalnavi*/
#globalnavi {
	width: 888px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	clear: both;

}

#globalnavi li  {
	float:left;
	list-style-type:none;
	display: block;
	line-height: 50px;
	font-weight:bold;
}
#globalnavi ul li a {
	width:175px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-decoration:none;
/*	text-indent: -9999em;*/
	text-align:center;

}

#globalnavi ul li a:hover {
	width:175px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-decoration:none;
/*	text-indent: -9999em;*/
	background-color:#B3B3B3;
	color:#ffffff;

}

/*#globalnavi li#aboutus {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-04.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#globalnavi li#jisseki {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-05.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#globalnavi li#kaitai {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-06.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#globalnavi li#company {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-07.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#globalnavi li#inquiry {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-08.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}*/

#globalnavi a {
	display:block;
    overflow: hidden;
}

/*#globalnavi li#aboutus a:hover,
#globalnavi li#aboutus_on {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-10.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#globalnavi li#jisseki a:hover,
#globalnavi li#jisseki_on {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-11.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#globalnavi li#kaitai a:hover,
#globalnavi li#kaitai_on {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-12.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#globalnavi li#company a:hover,
#globalnavi li#company_on {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-13.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#globalnavi li#inquiry a:hover,
#globalnavi li#inquiry_on {
	width:175px;
	height: 50px;
	background-image: url(img/tomonokennsatsu_web_kakidashi-14.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
} */

#profile_wrapper {
	background-color:#595758;
}

#profile {
	/* width:888px; */
	width:940px;
	margin-left:auto;
	margin-right:auto;
/*	margin-top:50px;*/
	padding-top:95px;
	padding-bottom:65px;
}

#profile dl dt{
	width:32%;
	display: block;
	clear: left;
	float: left;
	margin-bottom:30px;
	color:#B4B4B4;
}

#profile dl dd{
	display: block;
	width: 65%;
	float: left;
	margin-bottom:30px;
	color:#ffffff;
}

#profile:after,
#footer:after,
#footer_menu:after {
    content:" ";
    display:block;
    clear:both;
}

#profile_left {
	float:left;
	width:420px;
}

#profile_right {
	float:right;
	width:400px;
}

#profile_right .regi {
	width:310px;
	margin-top:10px;
}

#profile_right .regi img {

	display: inline-block;
	margin-right:10px;
}

/*#profile_right ul {
	margin-left:0px;
}

#profile_right ul li {
	display: inline-block;
}*/

#footer_wrapper {
	background-color:#DCDCDC;
}

#footer {
	width:888px;
	margin-left:auto;
	margin-right:auto;
	padding-top:95px;
	padding-bottom:95px;
}

#footer_left {
	float:left;
}

#footer_left p,
#footer_right p {
	margin-bottom:1em;
}

#footer_right {
	float:right;
}

#footer_menu_wrapper {
	background-color:#595758;
}

#footer_menu {
	width:888px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	padding-top:40px;
	padding-bottom:40px;
}

#footer_menu ul {
	text-align: center;
}

#footer_menu li {
/*	float:left;*/
	list-style-type:none;
	display: block;
	margin-right:36px;
	display: inline-block;
}

#footer_menu a:link {
	color: #ffffff;
	text-decoration:none;
}

#footer_menu a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footer_menu a:hover {
	color: #cccccc;
	text-decoration:none;
}

#copyright {
	padding-top:30px;
	padding-bottom:30px;
}

#copyright h1 {
	font-size:16px;
	font-weight:bold;
}

#news dl dt {
	float: left;
	margin-right:30px;
	margin-bottom:10px;
}

#news dl dd {
	margin-bottom:10px;
}

#news dl dd a {
	display: block;
}



#main {
	width:888px;
	margin-left:auto;
	margin-right:auto;
	margin-top:105px;
	padding-bottom:65px;

}


.kouji_detail {
	margin-bottom:70px;
}

.kouji_detail:after,
.flow:after {
    content:" ";
    display:block;
    clear:both;
}

.kouji_left {
	float:left;
	width:400px;
}

.kouji_right {
	float:right;
	width:400px;
}

.kouji_right dt {
	font-weight:bold;
	font-size:140%;
	margin-bottom:30px;
}

dl.sonota {
	margin-top:50px;
	margin-bottom:105px;
}

dl.sonota dt {
	font-weight:bold;
}

dl.sonota dd {
	margin-bottom:30px;
}

.flow {
	margin-bottom:30px;
}

.flow_left {
	float:left;
	margin-right:30px;
}

.flow_right span.tel,
span.tel {
	font-size:160%;
	font-weight:bold;	
}



.flow_right span.jikan {
	font-size:90%;
}


.jisseki:after {
    content:" ";
    display:block;
    clear:both;
}

.jisseki {
	margin-bottom:70px;
}

.jisseki_left {
	float:left;
	width:400px;
}

.jisseki_left a:hover {
  opacity: 0.7;

}


.jisseki_right {
	float:right;
	width:428px;
}

p.jisseki_title {
	font-size:1.6em;
	font-weight:bold;
}

.blog_text .more-link {
	margin-top:2em;
	float:right;
	color:#40AAF8;
}

.blog_text a:hover {
color:#1D2975;
}

.jisseki_detail {
	margin-top:30px;
}

/****************************************
	修飾用
*****************************************/

.mobile_only { display:none; } 

.marb10 {
	margin-bottom:10px;
}

.marb30 {
	margin-bottom:30px;
}

.marb50 {
	margin-bottom:50px;
}

.marb65 {
	margin-bottom:65px;
}

.marb105 {
	margin-bottom:105px;
}

.mart30 {
	margin-top:30px;
}

.mart75 {
	margin-top:75px;
}

.marr45 {
	margin-right:45px;
}

.bold {
	font-weight:bold;
}

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}

.center {
	text-align:center;
}

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
}

a:hover {
	color: #A08585;
	text-decoration:underline;
}




.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 80%;
        height: 20px !important;
}
 
.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 130px !important;
}

input[type="submit"]
{
   font-size: 90%;
    padding-right: 100px;
    padding: 0.2em 0.4em;
    background: #3E3A39;
    color: #ffffff;

    width: 80%;
    height:30px;
/*    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(181, 235, 178, 1);*/
    border: 1px solid #ccc; 

}

input[type="submit"]:hover{
	background-color:#666666 !important;
}

/* ページトップに戻る */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
/*  padding: 15px 0 0 15px;

  border-radius: 30px;*/
  width: 50px;
  height: 50px;
  background-color: #1D2975;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


ul.hoyuu {
	margin-bottom:50px;
}

ul.hoyuu li {
	margin-left:30px;
}


video {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;

}

.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

