@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
-------------------------------------------------------------- */



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #e20151;
}
p.nm {
	margin-bottom: 0;
}
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
@media only screen and (min-width: 641px){
	.img_lft { float: left; margin-right: 20px; }
	.img_rit { float: right; margin-left: 20px; }
}
@media only screen and (max-width: 640px){
	.img_lft, .img_rit {
		text-align: center;
	}
	.img_lft img, .img_rit img {
		max-width: 200px;
		width: 96%;
		height: auto;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.company_tbl th {
	white-space: nowrap;
	vertical-align: middle;
	}
.company_tbl li {
	border: none;
	}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.service_bg01,
.service_bg02 {
	padding: 30px;
	overflow: hidden;
	}
.service_bg01 {
	background: url(/struct/wp-content/uploads/service_bg01.jpg) no-repeat center top;
	}
.service_bg02 {
	background: url(/struct/wp-content/uploads/service_bg02.jpg) no-repeat center top;
	}
.service_box01_l,
.service_box02_r {
	padding: 30px;
	width: 43%;
	font-size: 35px;
	line-height: 45px;
	}
.service_box01_l {
	border: #FFF double 10px;
	color: #FFF;
	}
.service_box02_r {
	border: #000 double 10px;
	color: #000;
	}
.service_box01_r,
.service_box02_l {
	width: 45%;
	padding: 10px;
	}
.service_box01_l,
.service_box01_r {
	float: left;
	}
.service_box01_r,
.service_box02_r {
	float: right;
	}
.service_box01_r {
	color: #FFF;
	}
.service_box02_r {
	color: #000;
	}
@media only screen and (max-width: 640px){
.service_bg01,
.service_bg02 {
	padding: 10px;
	}
.service_box01_l,
.service_box02_r {
	border: #FFF double 6px;
	padding: 15px 5px 5px 10px;
	width: 90%;
	font-size: 20px;
	line-height: 25px;
	}
.service_box01_r,
.service_box02_l {
	width: 95%;
	padding: 5px;
	}
.service_box01_l,
.service_box01_r,
.service_box01_r,
.service_box02_r {
	float: none;
	}
}

/*--------------------------------------------------
	各ページの見出しを中央に
--------------------------------------------------*/
h1.title {
	text-align:center;
}