@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}



よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}



背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
/*************************共通処理*******************************/
html,
body {
font-family:sans-serif;
	font-size:12px;
	height: 100%;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
a{
	color:#000;
}
a:hover{
    opacity: 0.6; 
	color:#000;
}
.bread{
	text-align:right;
	margin-right:30px;
	margin-top:5px;
}

#header{
	margin:0 auto;
}
#header_inner{
	background:#7c858d;
	
}
#header_inner .inner{
	width:1020px;
	background:#7c858d;
	text-align:right;
	color:#fff;
	margin:0 auto;
}
#header_inner .inner h1{
	padding-top:10px;
	padding-bottom:3px;
	font-size:12px;
	font-weight:normal;
}
.head_navi{
	width:1020px;
	height:110px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
}
#navi_inner .head_navi .logo{
	float:left;
	width:320px;
	height:100px;
}
#navi_inner .tel{
	float:right;
	margin-top:10px;
}
#navi_inner .navi{
	clear:both;
	position:absolute;
	top:90px;
	left:347px;
	
}
#navi_inner .navi ul li{
	float:left;
}
#sub_visual{
	background:url(/common/images/subvisual.png) no-repeat;
	height:200px;
	margin:0 auto;
	background-position: 50% 50%;
}
#wrapper{
	width:1020px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#submain{
	width:743px;
	margin-right:20px;
	padding:55px 0;
	float:left;
	oveflow:hidden;
}
#owner_navi{
	width:699px;
	height:100px;
	clear:both;
	margin:0 auto;
	
}

#owner_navi ul li{
	margin:0;
	padding:0;
	width:233px;
	height:50px;
	float:left;
	
}

#side{
	width:240px;
	padding:55px 0 100px 7px;
	float:left;
	overflow:hidden;
}
#side .side_contents .pr{
	font-size:15px;
	font-weight:normal;
	margin-top:10px;
	line-height:17px;
	transform: scale( 1 , 1.1 );
}
#side .owner{
	padding-top:10px;
}

#side .owner p{
	margin:10px 0 20px 0;
}
#side .contents ul li{
	margin-bottom:10px;
}
#side #comInfo{
	width:230px;
	height:587px;
	padding-top:10px;
}

#side #comInfo .inner{
	border:5px solid #58422d;
	margin-top:20px;
	padding:10px;
}
#side #comInfo .inner h3{
	width:118px;
	margin:10px auto;
	display:block;
}

#side #comInfo .inner ul li{
    list-style: none;   
    padding:8px 8px 8px 8px;   
	background-color:#eeeeee;
	font-size:15px;
	line-height:15px;
	margin-bottom:3px;
}
#side #comInfo .inner ul{
	width:190px;
	margin-left:5px;
	margin-top:5px;
}

#side #comInfo .inner ul li a{
	color:#000;
	text-decoration:;
}
#side #comInfo .inner p{
	font-size:17px;
	line-height:20px;
	margin-top:20px;
	margin-left:8px;
	
}
#side #comInfo .inner .photo{
	width:190px;
	margin:0 auto;
	
}
#contact_banner{
	width:743px;
	height:135px;
	background:url(/common/images/info.png)no-repeat;
	margin-top:150px;
	position:relative;
}
#contact_banner .mail{
	position:absolute;
	left:547px;
	top:20px;
	
}
#footer{
	border-top:5px solid #7c858d;
	margin-top:100px;
	background:#ececec;
	clear:both;
}
#footer .footer_inner{
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;

}
#footer .footer_inner .top{
	margin-top:-37px;
	text-align:right;
}
#footer .footer_inner .logo{
	float:left;
	padding-top:20px;
}
#footer .footer_inner .footer_navi{
	float:right;
	margin-top:35px;
	font-size:15px;
	font-weight:bold;
	
}

#footer .footer_inner .footer_navi ul li{
	float:left;
	margin-left:15px;
  list-style: none;   
  padding-left: 13px;   
  background-image: url(/common/images/shirushi.png); 
  background-position: left center;   
  background-repeat:no-repeat;
}
#footer .footer_inner .footer_navi ul li a{
	text-decoration:none;
	color:#000;
}
#footer .footer_inner .address{
	clear:both;
	padding-top:10px;
}
#footer .footer_inner .address span{
	font-size:20px;
	font-weight:bold;
}
#footer .footer_inner .address .add{
	font-size:15px;
	margin-bottom:5px;
	line-height:20px;
	
}
#footer .copyright{
	text-align:center;
	border-top:1px solid #cecece;
}
#footer .copyright p{
	padding:20px 0 20px 0;
	display:block;
}


#footer .Box01 {
	position: relative;	
}

#footer .txt01 {
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
	position: absolute;
	left: 500px;
	top: -110px;
}
