@charset "UTF-8";

/* 
===== mujihouse2.0(2016.02.10) ===========================================

	1：headerを1.0にあわせるコード 
	2：footerを1.0にあわせるコード
	

==========================================================================
*/
figure a {
    color: #000;
    text-decoration: underline !important;
}
section p a {
    color: #000;
    text-decoration: underline !important;
}
/**/
 p.plan_title {
	font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
p.plan_title2{
	font-size: 14px;
	 line-height: 1.5;
	margin: 10px 0 0 0;
}
/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0){
p.plan_title2{
	margin: 0 0 0 0 !important;
}
}
/*FF*/
@-moz-document url-prefix() {
	.plan_title2{
	margin: 0 0 0 0 !important;
}
}
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .plan_title2{
	padding: 9px 0 0 0 !important;
}
}

/*IE*/
@media all and (-ms-high-contrast: none){
p.plan_title2{
	margin: 0;
}
}

/**//**//**/

/*Firefox*/
@-moz-document url-prefix() {
.photo_tag2 {
    position: relative;
    display: inline-block;
    padding: 0 3px 5px 0;
    overflow: hidden;
    font-weight: bold;
	vertical-align: sub;
}
}

/*IE10～*/
@media all and (-ms-high-contrast:none){
.photo_tag2 {
    position: relative;
    display: inline-block;
    padding: 0 3px 6px 0;
    overflow: hidden;
    font-weight: bold;
	vertical-align: sub;
}
}
/*iphone ipad
@media screen and (max-device-width: 480px) {
p.plan_title2{
	padding-top: 10px;
}
}
@media screen and (max-device-width: 768px) {
p.plan_title2{
	padding-top: 10px;
}
}
*/

/*
==================== 1：headerを1.0にあわせるコード   ====================
*/

#globalHeader *, *:before, *:after{
	box-sizing:content-box !important;
}



/*
===== response ======
*/

@media only screen and (max-width: 1060px){

}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 480px){

}

/*
==================== 2：footerを1.0にあわせるコード  ====================
*/

#footer_link_wrap ul li {
	line-height: 24px !important;
}
#footer_link_wrap ul li a {
    font-size: 12px !important;
}
#footer_link_wrap p {
    margin: 1em 0 !important;
}
/**/
#footer_bottom_wrap div.footer_bottom_R ul li{
    font-size: 11px !important;
}
/**/
ul.foot_sp li a p{
    margin: 1% 0 !important;
}
/*
===== response ======
*/
@media only screen and (max-width: 1060px){
#mujihouse_foot_wrap_sp ul.foot_sp li {
    padding: 8px 0 !important;
}
#mujihouse_foot_wrap_sp ul.foot_sp li.li-ur {
	padding:0 !important;
}
}





