@charset "utf-8";

/* --------------------------------------------------------------------css3の新要素はインライン */

article, aside, dialog, figure, footer, header, legend, nav, section { display: block; } 

/* ----------------------------------base */

a:link    { color: #40220f;}
a:visited { color: #40220f;}
a:hover   { color: #8b5e34;}
a:active  { color: #8b5e34;}

#sidemenu{cursor:pointer;}/* ←jQuery用カーソル指定 */

#return{
	position: fixed;
	bottom: 25px;
	right: 0px;
}

#return a {
  display: block;
  z-index: 999;
  padding: 10px 15PX;
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
}

#return a:hover {
  opacity: 0.7;
}


body{
	background:url(../common/img/back.jpg) repeat #ffffff;
	text-align: center;
}



/* -------------------------------------------------------------header */

header{
	border-top: #005bac solid 3px;
	text-align: left;
	padding: 15px 0 12px;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
 }
 
header div.box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

header div.box img{
	float: left;
	margin-right: 7px;
}

header div.box h1{
	margin-left: 20px;
}

header div.box h1 span{
	display: inline-block;
	margin-top: 10px;
}

header div.box h1 a:hover{
	color: #005bac;
}


header div.contact{
	position: absolute;
	top: 0;
	right: 20px;
}

header div.mail,header div.tel{
	float: left;
	margin-left: 20px;
	white-space: nowrap;
}

header div.contact p{
	margin: 0 0 7px -2px;
}

header div.contact p.mini{
	font-size: 11px;
	margin: 3px 0 0 -6px;
}

/* -----上部ヘッダー　フリーダイヤル下の案内表示*/
header div.contact p.mini {font-size:0;}
header div.contact p.mini:before {font-size: 11.5px; content: "【受付時間】10:00～18:00（日曜休業）";}
/* -----header div.contact p.mini:before {font-size: 11px; content: "【年末年始休業】2019/12/31～2020/1/5";}*/


header div.tel span{
	color: #e60024;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}

header div.mail span{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

header div.mail a:hover{
	color: #e60024;
}

header a{text-decoration: none;}

/* -------------------------------------------------------------nav */

nav{
	overflow: hidden;
	background: url(img/nav-back.jpg) repeat-x;
	margin-bottom: 15px;
	height: 50px;
 }

nav ul{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #005bac;
}

nav ul li{
	color: #ee7963;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 1px #333; 
	float: left;
	border-right: 1px solid #005bac;
	border-left: 1px solid #7497c1;
}

nav ul li.this{
	background: #7497c1;  /* ie8以下 */
	background: rgba(255,255,255,0.3); 
	position: relative 
}

nav ul li.this:before{
    position: absolute;
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    border-top-color: #005bac;
    border-width: 10px;
    margin-left: -10px;
}

nav ul li a{
    text-decoration: none;
	display: block;
	padding: 15px 20px;
	height: 35px;
    text-decoration:none;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
 
nav ul li a:hover {
	color: #fff;
	background: #7497c1;  /* ie8以下 */
	background: rgba(255,255,255,0.3);  
}

nav a:link    { color: #fff;}
nav a:visited { color: #fff;}
nav a:active  { color: #fff;}

/* -------------------------------------------------------------検索 */


nav ul li:last-child{
	border-right: none;
	border-left: 1px solid #7497c1;
	height: 55px;
}

div.site img{
	border-radius: 2px;
	margin-left: 10px;
}

div.site a{
	padding: 0;
	float: right;
}

div.site a:hover{background: none;}
div.site a:hover img{ opacity: 0.8;}

div.site{
	position: absolute;
	top: 12px;
	right: 0px;
}


div.site div.search{
	position: relative;
	display: inline-block;
    /display: inline;  /*IE7 */
    /zoom: 1; /*IE7 */
}

#cse-search-box input[type="text"] {
	width: 140px;
	padding: 3px 5px!important;
	border: 0;
	border: 2px solid #005bac!important;
	border-radius: 10px;
	font-family: "Yu Gothic UI", "Meiryo UI"; /*Firefoxを40.0.2 */
 }

html>/**/body #cse-search-box input[type="submit"] {  /*IE6, IE7以外 */
	background: url(img/search.gif) no-repeat center ;
	width: 16px;
	height: 16px;
	cursor: pointer;/
	overflow: hidden;
	text-indent: -999px;
	border: 0;
	position: absolute;
	top: 4px;
	right: 5px;
}

/* -------------------------------------------------------------wrapper */

div#wrapper{
	text-align: left;
	width: 970px;
	padding-bottom: 60px;
	text-align: justify;
	text-justify: inter-ideograph;
}

div#wrapper:after{content: "."; 
                  img: 0.1em; 
                  line-height: 0; 
                  display: block; 
                  height: 0.1px; 
                  visibility: hidden; 
                  clear: both;}
div#wrapper {display: inline-block;}/* clearfix */	/* overflowだとハミ出しが有効にならない */			 						


/* -------------------------------------------------------------path */

div.path{
	color: #666666;
    font-size: 93%;
	letter-spacing: 0.05em;
	padding: 10px 5px;
}
		 
div.path a{color: #666666;}
div.path a:hover{
	color: #999999;
	text-decoration: none;
}

/* ----------------------------------contents */

div#contents{
	width: 680px;
	min-height: 600px;
    float: right;
	padding: 25px 30px;
	border-radius: 10px;
	background:#fff;
	box-shadow: 0px 0px 10px #efefef inset;
}

/* ----------------------------------sidemenu */
					  
div#sidemenu{
	width: 200px;
    float: left;
	margin-top: 10px;
}

			 
div#sidemenu p{
	font-size: 108%;
	width: 154px;
	color: #fff;
    letter-spacing: 0.1em;
    background: #09F;
	background: rgb(80,170,160);/* ie8以下 */
	background: rgba(80,170,160,0.6);
	border-left: 25px solid #50aaa0;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 5px 0 3px 10px;
	margin-left: -20px;
	margin-bottom: 5px;
    -webkit-transform: rotate(-3deg);  
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
					   
div#sidemenu p.active{
	width: 164px;
	background: rgb(235,120,100);/* ie8以下 */
	background: rgba(235,120,100,0.6);
	border-left: 25px solid #ee7963;
	border-bottom-right-radius: 10px;
}
           		  
div#sidemenu ul.target{
	width: 200px;
	font-size: 13px;/* 文字サイズ絶対指定 */
    line-height: 1.5;
	margin: 10px 0 20px;
}
								 								 

div#sidemenu ul.target li.mini{font-size: 12px;}
								
div#sidemenu ul.target li+li{border-top: 1px #a07360 dashed;}
								  								  
div#sidemenu ul.target a{
	text-decoration: none;
    display: block;
	padding: 10px 0 8px 5px;
}

div#sidemenu ul.target a:hover{
	color: #900;
	background: rgb(250,190,200);/* ie8以下 */
	background: rgba(250,190,200,0.6);
}

/* -------------------------------------------------------------footer */

footer{
	text-align: left;
	background: rgb(40,150,0);  /* ie8以下 */
	background: rgba(40,150,0,0.6);  
	color: #fff;
	font-size: 85%;
	margin-top: 150px;
	padding-top: 60px;
	position: relative;
}


footer div.sitemap{
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
	padding-left: 20px;
}

footer div.sitemap a:link    { color: #fff;}
footer div.sitemap a:visited { color: #fff;}
footer div.sitemap a:hover   { color: #fff; background: rgba(40,110,0,0.6); }
footer div.sitemap a:active  { color: #efefef;}

footer div.box{
	width: 245px;
	float: left;
}

footer div.box ul{
	margin-bottom: 20px;
}

footer div.box ul li.title{
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 0.2em; 
	display:inline-block;
	padding: 4px 15px 2px;
	background: rgba(40,110,0,0.6);
	margin: 0 0 10px -10px; 
}

footer div.midi ul{
}

footer div.midi span{
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 0.2em; 
	display: block;
	margin: 10px 0;
}

footer div.midi address{
	font-size: 116%;
	margin: 15px 50px 0 0;
	border-top: 1px solid #fff;
	padding-top: 15px;
}

footer div.midi address a{
	text-decoration: none;
}

footer div.midi address img{
	margin-right: 10px;
}

footer p.copy{
	text-align:center;
	padding: 50px 0 20px;

}

footer p.copy {font-size:0;}
footer p.copy:before {font-size: 11px; content: "Copyright © 2008-2019 MiDI Corporation. All Rights Reserved.";}


/* ---------------------------------キャラクター */

footer div.kumo{
	background:url(img/kumo.png) repeat-x top;
	width: 100%;
	position: absolute;
	top: -140px;
	left: 0px;
}

footer ul.chara{
	overflow: hidden;
	text-indent: -9999px;
	width: 900px;
	margin:0 auto;
}




footer ul.chara li{
	float: left;
	height: 170px;
}

footer ul.chara li a{
	height: 170px;
	display: block;
}

footer ul.chara li.m01 a{ width: 140px; background: url(img/cha.gif) no-repeat 0 0;}
footer ul.chara li.m02 a{ width:  90px; background: url(img/cha.gif) no-repeat -140px 0;}
footer ul.chara li.m03 a{ width:  90px; background: url(img/cha.gif) no-repeat -230px 0;}
footer ul.chara li.m04 a{ width:  90px; background: url(img/cha.gif) no-repeat -320px 0;}
footer ul.chara li.m05 a{ width:  90px; background: url(img/cha.gif) no-repeat -410px 0;}
footer ul.chara li.m06 a{ width:  90px; background: url(img/cha.gif) no-repeat -500px 0;}
footer ul.chara li.m07 a{ width: 140px; background: url(img/cha.gif) no-repeat -590px 0;}
footer ul.chara li.m08 a{ width:  70px; background: url(img/cha.gif) no-repeat -730px 0;}
footer ul.chara li.m09 a{ width: 100px; background: url(img/cha.gif) no-repeat -800px 0;}
footer ul.chara li.m10 a{ width: 100px; background: url(img/cha.gif) no-repeat -900px 0;}

footer ul.chara li.m01 a:hover{ width: 140px; background: url(img/cha.gif) no-repeat 0 -170px;}
footer ul.chara li.m02 a:hover{ width:  90px; background: url(img/cha.gif) no-repeat -140px -170px;}
footer ul.chara li.m03 a:hover{ width:  90px; background: url(img/cha.gif) no-repeat -230px -170px;}
footer ul.chara li.m04 a:hover{ width:  90px; background: url(img/cha.gif) no-repeat -320px -170px;}
footer ul.chara li.m05 a:hover{ width:  90px; background: url(img/cha.gif) no-repeat -410px -170px;}
footer ul.chara li.m06 a:hover{ width:  90px; background: url(img/cha.gif) no-repeat -500px -170px;}
footer ul.chara li.m07 a:hover{ width: 140px; background: url(img/cha.gif) no-repeat -590px -170px;}
footer ul.chara li.m08 a:hover{ width:  70px; background: url(img/cha.gif) no-repeat -730px -170px;}
footer ul.chara li.m09 a:hover{ width: 100px; background: url(img/cha.gif) no-repeat -800px -170px;}
footer ul.chara li.m10 a:hover{ width: 100px; background: url(img/cha.gif) no-repeat -900px -170px;}
	
	
	
	
	
	
/* ----------------------------------問い合わせメール  */


div#contents div.mail {
	border: 1px solid #999;
	margin: 100px 20px 0;
	position: relative;
	border-radius: 4px;
}

div#contents div.mail img.face{
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 10;
}
	
div#contents div.mail div{
    margin: 0 0 0 280px;
	padding: 20px 0;
}

div#contents div.mail div+div{
	border-top: 1px solid #ccc;
}

div#contents div.mail p.title{
	font-size: 116%;
	margin-left: 20px;
}

div#contents div.mail p.tel{
	color: #e60024;
	font-size: 200%;
	font-weight: bold;
	background: url(../common/img/free.gif) no-repeat left center;
	padding-left: 50px;
	letter-spacing: 0.1em;
	margin-left: 20px;
}

div#contents div.mail p.time{
	font-size: 93%;
	margin-left: 14px;
}

div#contents div.mail p.time{font-size:0;}
div#contents div.mail p.time:before {font-size: 14px; content: "【受付時間】10:00～18:00（日曜休業）";}

div#contents div.mail div a{
	display: inline-block;
	text-decoration: none;
	margin: 10px 20px 10px;
}


div#contents div.mail div a.button:link    { color: #fff;}
div#contents div.mail div a.button:visited { color: #fff;}
div#contents div.mail div a.button:hover   { color: #ccc;}
div#contents div.mail div a.button:active  { color: #ccc;}

div#contents div.catalog {
	margin: 20px 20px 0;
	padding: 20px 0;
}

div#contents div.catalog {
	background:url(img/cata.jpg) 20px 20px no-repeat;
	min-height: 150px;
}

div#contents div.catalog a{
	text-decoration: underline;
}

div#contents div.catalog ul{
	margin-left: 300px;
	font-size: 116%;
	line-height: 1.5;
}

div#contents div.catalog ul li{
	background:url(../common/img/list-icon.gif) no-repeat left center;
    padding: 3px 0 3px 15px;
	margin-left: 15px;
}

div#contents div.catalog ul li.title{
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}

