@charset "utf-8";
/* CSS Document */

/* ----------------------- Browser Default Initialization */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,	
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var ,img{
    margin: 0;
    padding: 0;
    vertical-align: baseline;}

a { text-decoration: none; }
ul{	list-style-type: none;
}


a.img:link{ border:0px;}





/*↑ここまで初期化 */

body{
	color:#333;
	font-family:"ＭＳ Ｐゴシック",sans-serif, "ヒラギノ角ゴ Pro W3",Verdana, Arial, Osaka;
	line-height:1.3;
	-webkit-text-size-adjust:none;
	background-color:#FFF4C1;
}



header{
	background-image: url(../img/top_header_bg.png);
}

#menew {
	height: 45px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#menew_area {
	height: 45px;
	width: 100%;
	background-image: url(../img/menew_bg.gif);
}


#menew li {
	float: left;
}




#menew li a:hover img {
	/* 透明コメントアウト中
opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background-color: #FFF; */
}


.mini_form {
	width: 500px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.top_img_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-color: #FFF;
	z-index: .100;

}


.main_area {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	/*ドロップシャドー */

	box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.80);
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}
.left_area {
	width: 200px;
	overflow: hidden;
	float: left;
}
.right_area {
	overflow: hidden;
	padding-left: 10px;
}







/*フッターエリア */

#footer_area {
	background-image: url(../img/footer_bg.png);
	height: 320px;
	width: auto;
	border-top-width: 0.01em;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
}
#fotter_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#fotter_dog_area {
	width: 190px;
	height: 180px;
	float: left;
}
#fotter_inner {
	width: 900px;
	height: 300px;
	padding: 5px;
}
#fotter_menew_area {
	width: 600px;
	overflow: hidden;
	padding-left: 70px;
}
.footer_menew {
	float: left;
	margin-right: 80px;
	font-size: 12px;
	line-height: 1.8em;

}


.footer_menew li {

}


/*会社概要 */


#corporate {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 50px;
}
#corporate td{
	padding: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43506E;
	vertical-align: middle;
	 /*word-break: break-all;*/
  overflow-wrap : break-word;
}






#contact td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43506E;
	padding: 10px;
	font-size: 14px;
}


#contact th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43506E;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	background-color: #D2D7DF;
}
.contact_title {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #51648C;
	width: 600px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}


.text_area {
	
	padding-right: 100px;
	padding-left: 50px;
	line-height: 1.6em;
	font-size: 14px;
}
.shadow {
	padding: 20px;
	/* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E6E6E6;
	border-bottom-color: #BFBFBF;
	border-left-color: #D8D8D8;
}
.center {
display: block;
 margin-left: auto;
 margin-right: auto;
}


.inner_100 {
	padding: 15px;
	/* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.step_title {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #259AAF;
	color: #FFF;
}


.jyouken_title {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #696;
	color: #FFF;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 34px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* 画像配置　プラステキスト
------------------------------------------------ */

.hiro-left,
.hiro-right {
padding:10px;
   overflow: hidden;
font-size:16px;
line-height: 180%;
   height: auto;
}
 
.hiro-left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.hiro-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.hiro-left p,
.hiro-right p {
   overflow: hidden;
   height: auto;
}

/* 画像横並び
------------------------------------------------ */
.box {
	float: left;
	padding:2px;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}
/* テーブル
------------------------------------------------ */
.table_01{
border-collapse: separate;
}
.table_01 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table_01 td{
	width:275px;
padding: 5px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
/* 見出し
------------------------------------------------ */
h2{
	font-size:16px;
	background:#eee;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:7px solid #2da6e2;
	border-bottom:1px solid #ccc;
	padding:10px 8px;
	margin-bottom:5px;
	margin-right:5px;
	}
	
/* テキストコンテンツ
------------------------------------------------ */
.inform{
	font-size:12px;
	color:#333333;
	padding:10px;
}
	