@charset "utf-8";

/*
Theme Name:mrp04-child
Template:mrp04
Theme URI: http://hp-morph.com/
Description:MORPH 04テーマの子テーマ。
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*------------------------
GoogleMapレスポンシブ対応
------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------
グローバルメニュー幅調整
------------------------*/
@media only screen and (min-width: 1024px) {

nav#mainNav ul li a {
	padding-left:50px;
	padding-right:50px;
}

}/*@media only screen and (min-width: 1024px) */


/*------------------------
お問い合わせフォーム項目幅調整
------------------------*/
.wide70{
width:75%;
}

/*アレンジ強調枠組み
----------------------------*/
.round {
	border: 2px solid #cc4b00;
	margin-bottom:15px;
}

.round2 {
	border: 2px solid #28a315;
	margin-bottom:15px;
}

.round p, .round2 p {
	padding:1em;
}

.tl {
    background-color: #cc4b00;
    padding-bottom:5px;
}

.tl2 {
    background-color: #28a315;
    padding-bottom:5px;
}

.tl span, .tl2 span {
  padding: 0.5em;
  color: #fff;
}