@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
-------------------------------------------------------------- */
/*------------------------
グローバルメニュー幅調整
------------------------*/
@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:78%;
}

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

.round2 {
	border: 4px solid #cf536b;
	margin-bottom:15px;
}

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

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

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

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