@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	line-height: 1.7;
	background-repeat:no-repeat;
	background-position:top;
}
header {
	margin:0 auto 20px;
}
img {
	vertical-align:bottom;
}
.bold {
    font-weight: bold;
}
a:hover {
	opacity:0.6;
}
#dialog_menu,
#sp-menu,
.only_sp {
	display:none;
}
.sub_ttl {
	font-size:16px;
}
h3 {
    margin: 10px auto 30px;
    padding: 0;
    border-bottom: #7C5221 dotted 1px;
    color: #7C5221;
    font-size: 24px;
    font-weight: bold;
}
/*==================================
             header
==================================*/

#headerIn {
	width:960px;
	margin:0 auto;
}
#head-top {
	background:left top rgba(255,255,255,0.5);
}
#head-h1 {
	width : 950px;
	margin : 0px auto;
}
#head-h1 h1{
	float:left;
	margin:2px 0px;
	font-size:14px;
	color: #000000;
}
#head-h1 ul li{
	padding : 0px 10px;
	font-size:12px;
	margin:2px 0px;
	float:left;
	border-left: #000000 1px solid;
}
#head-h1 ul li:last-child{
	border-right: #000000 1px solid;
}
#head-h1 a{
	color: #000000;
	text-decoration:none;
}
#head-h1 ul li a:hover{
	opacity:0.5;
}
#head-h1 nav {
	float:right;
}
#headerLogo_left {
	margin:15px auto;
	float:left;
}
#headerLogo_right p{
	float:right;
	margin:20px 0 0;
	padding:3px 50px 3px 30px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	background:#7C5221;
	border-radius:15px;
	background-image:url(/img/shisetsu/morino_ie/common/top_contact_bg.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	background-size:8% auto;
}
#navi1 ul{
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:7px 0;
	display:table;
	table-layout:fixed;
}
#navi1 li{
	display:table-cell;
	font-size:15px;
	width:137px;
	text-align:center;
}
#navi1 li a img {
	margin:0 auto 8px;
}
#navi1 li a{
	text-decoration:none;
	display:block;
	color:#000;
}
#navi1 li a:hover{
	opacity:0.5;
}
/*==================================
             contents
==================================*/

#contents {
	padding:30px 0 0;
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
	width:960px;	
}
.morino_ie_page #contents {
	padding:0;	
}
#contents.top {
	padding:0;	
}
.contact_tel {
	margin:30px auto 60px;
}
.contact_tel  img {
	border:#FED749 solid 2px;
}
.contact_tel a:hover {
	opacity:0.5;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #7C5221;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px; 
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer
==================================*/

#footer_box {
	width:960px;
	margin:20px auto;
	border-top:#7C5221 solid 1px;
}
#footer_left , #footer_right {
	display:inline-block;
}
#footer_left {
	margin:20px auto;
}
#footer_left img {
	vertical-align:middle;
}
#footer_left p{
	margin:10px 0 0 10px;
}
#footer_right {
	float:right;
	margin:20px 50px 20px 0;
}
#footer_right ul{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
}
#footer_right ul li {
	background-image:url(/img/shisetsu/morino_ie/common/arrow_foot.jpg);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:2em;
	margin:0 20px 0 0;
}
#copyright {
	text-align:center;
	color:#7C5221;
	background-color:#F3D355;
	margin:0;
	padding:10px;
	font-size:12px;
  	font-family: Verdana, "Droid Sans" !important;		
}
.unyo {
	width: 300px;
	margin: 20px 10px;
	border: #1A2C90 solid 2px;
	border-radius: 5px;
}
.unyo p {
	display: inline-block;
	padding: 15px 0 10px 10px;
	color: #1A2C90;
	font-size: 18px;
}
.unyo img {
	padding: 5px 0;
}
#footer_left dl {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap: wrap;
	width:200px;
	margin:0 0 0 12px;
}
#footer_left dt,
#footer_left dd {

}
#footer_left dt {
	width:40px;
}
#footer_left dt {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    margin: 0 8px 0 0;
}
#footer_left dd {

}
/*==================================
          トップ以外共通
==================================*/
h2 img {
	margin:0 auto 20px;
}
.chushaku {
	color:#FF0000;
}
.contact_tel img {
    border: #F3D355 solid 2px;
}
.new {
    display: inline-block;
    color: #fff;
    background-color: #FC7100;
    border-radius: 3px;
    font-size: 11px;
    padding: 0 4px;
    margin: 0 0 0 5px;
}