@charset "UTF-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */
/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/*アルファ設定*/
	filter:alpha(opacity=80); 
	-moz-opacity:0.80; 
	opacity:0.80; 
	-khtml-opacity:0.80;
}
/* 汎用CLASS
----------------------------------------------------*/
/* CLEAR FIX
---------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* HIGH RESOLUTION
---------------------------*/
.high {
	width: 100%;
	height: auto;
}

/* BUTTON
---------------------------*/
.btn,
.btn img {
	display: block;
}
.out {
	text-indent: 140%;
	white-space: nowrap;
	overflow: hidden;
}

/* TEXT DECORATION & LAYOUT
---------------------------*/
.red {
	color: #C00;
}
.blue {
	color: #00C;
}
.green {
	color: #4bbeb5;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* LINE HEIGHT
---------------------------*/
.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}
.lh300 {
  line-height: 300%;
}

/* TYPE
---------------------------*/
.min {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.size-10 {
	font-size: 77%;
}
.size-11 {
	font-size: 85%;
}
.size-12 {
	font-size: 93%;
}
.size-14 {
	font-size: 108%;
}
.size-15 {
	font-size: 116%;
}
.size-16 {
	font-size: 123.1%;
}
.size-26 {
	font-size: 197%;
}
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}
.alignjust {
	text-align: justify;
}
/* FLOAT
---------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
  clear: both;
}

/* BOX MODEL
---------------------------*/
.block {
	display: block;
}
.half {
	width: 48%;
}
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w340 {
  width: 340px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w100p {
  width: 100%;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

/* MARGIN
---------------------------*/
.mt-15 {
  margin-top: -15px;
}

.mt-10 {
  margin-top: -10px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}

.mr {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}

/* PADDING
---------------------------*/
.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}
/* ===================================================================
 トップページ 
=================================================================== */
.newsRelease {
	background: transparent url(../img/news-bg.gif) no-repeat 0 0;
	height: 155px;
	padding-top: 75px;
}
.newsRelease li {
	width: 570px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 15px;
}
.newsRelease li a {
	text-decoration: none;
	color: #777;
	white-space: nowrap;
}
.newsRelease li a time {
	color: #f18d00;
	font-weight: bold;
	margin-right: 2em;
}
.home .introduction {
	background: transparent url(../img/top-img-04.gif) no-repeat 95% 100%;
	padding-top: 15px;
}
.home .serviceList {
	padding-top: 30px;
}
.home .serviceList li {
	float: left;
}

/* ===================================================================
 サービスの紹介 
=================================================================== */
.service #contents .introduction p,
.service #service-01 p,
.service #service-02 p,
.service #service-03 p,
.service #service-04 p {
	padding: 0 20px;
}
.service #contents .introduction p.bg {
	background: transparent url(../img/service-img-02.gif) no-repeat 50% 100%;
	padding-bottom: 350px;
	margin-bottom: 30px;
}
.service #service-01 p.bg {
	background: transparent url(../img/service-img-03.gif) no-repeat 50% 0;
	padding-top: 210px;
}
.service #service-02 p.bg {
	background: transparent url(../img/service-img-04.gif) no-repeat 50% 0;
	padding-top: 210px;
}
.service #service-02 .borderStyle-03 {
	margin: 0 20px;
	position: relative;
}
.service #service-02 .borderStyle-03 table {
	border-top: 1px dashed #ffa726;
}
.service #service-02 .borderStyle-03 table td {
	background: transparent url(../img/service-img-05.gif) no-repeat 0 50%;
	vertical-align: middle;
	padding-left: 70px;
	height: 70px;
	border-bottom: 1px dashed #e38800;
	color: #ffa726;
	font-size: 131%;
}
.service #service-02 .borderStyle-03 h3 {
	position: absolute;
	top: -25px;
	left: 10px;
	background-position: -390px 0;
	width: 300px;
	font-size: 131%;
}
.service #service-02 .borderStyle-03 dl {
	padding: 40px 0 0;
}
.service #service-02 .borderStyle-03 dl dt {
	color: #ffa726;
	font-size: 116%;
	background: transparent url(../img/icon-circle-01.gif) no-repeat 0 50%;
	line-height: 35px;
	padding-left: 40px;
}
.service #service-02 .borderStyle-03 dl dd {
	background: transparent url(../img/icon-arrow-01.gif) no-repeat 40px 50%;
	border-bottom: 1px dashed #e38800;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 10px;
}
.service #service-03 p.bg {
	background: transparent url(../img/service-img-06.gif) no-repeat 50% 0;
	padding-top: 210px;
}
.service #service-04 p.bg {
	background: transparent url(../img/service-img-07.gif) no-repeat 50% 25px;
	padding-top: 145px;
	padding-bottom: 20px;
}
/* ===================================================================
 お客様の声 ・ 新着情報
=================================================================== */
.post-type-archive-voice .post,
.single-post .post {
	margin-bottom: 20px;
}
.post-type-archive-voice .postHeader,
.post-type-archive-voice .postBody,
.single-post .postHeader,
.single-post .postBody {
	border-bottom: 1px dashed #ffa726;
}
.post-type-archive-voice .postHeader h1,
.single-post .postHeader h1{
	margin: 0;
	color: #f28e00;
	line-height: 1.4em;
	padding: 5px 0;
}
.post-type-archive-voice .postBody,
.single-post .postBody {
	padding: 10px;
}
.post-type-archive-voice .time,
.single-post .time {
	text-align: right;
	margin: 0;
	font-size: 85%;
}
.post-type-archive-voice .time time,
.single-post .time time {
	color: #ffa726;
}
/* ===================================================================
 料金プラン
=================================================================== */
.plan #contents .introduction ul {
	margin-bottom: 15px;
}
.plan #contents .introduction ul li {
	color: #ffa726;
	font-size: 116%;
	background: transparent url(../img/icon-circle-01.gif) no-repeat 0 50%;
	line-height: 35px;
	padding-left: 40px;
}
.plan #contents .introduction p.borderStyle-03 {
	padding: 10px 30px;
}
.plan #contents .introduction div.borderStyle-04 h3 {
	padding: 10px 20px;
	border-bottom: 1px dotted #a2bc68;
}
.plan #contents .introduction div.borderStyle-04 ul {
	margin-bottom: 20px;
}
.plan #contents .introduction div.borderStyle-04 ul li {
	background: transparent url(../img/icon-circle-02.gif) no-repeat 10px 0;
	color: #000000;
	line-height: 1.5em;
	padding: 10px 0 0 50px;
}
.plan #contents .introduction div.borderStyle-04 p img {
	display: block;
	margin: 0 auto;
}
/* ===================================================================
 お問い合わせ
=================================================================== */
.inquiry .wpcf7 table.basic th {
    width: 180px;
}
.inquiry #contents p.caption {
	text-align: right;
	font-size: 77%;
	margin: 0;
}
.inquiry #contents p.caption small,
.inquiry .wpcf7 table.basic th small {
	color: #FF0000;
}
.inquiry .wpcf7 #pcode {
    width: 80px;
}
.inquiry .wpcf7 textarea {
    width: 300px;
}
.inquiry .wpcf7 #your-name,
.inquiry .wpcf7 #kana,
.inquiry .wpcf7 #tel {
    width: 150px;
}
.inquiry .wpcf7 #address,
.inquiry .wpcf7 #your-email {
    width: 300px;
}
.inquiry .wpcf7 #address {
	display: block;
}
.inquiry .wpcf7-submit {
	border: 3px solid #ffa726;
	line-height: 2.4em;
	color: #ffa726;
	cursor: pointer;
	position: relative;
	width: 10em;
	background: #ffffff none no-repeat 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.inquiry .wpcf7-submit:hover {
	border: 3px double #ffa726;
	background: #ffa726 none no-repeat 0 0;
	color: #ffffff;
}
.inquiry .wpcf7 table.basic tr.submit th,
.inquiry .wpcf7 table.basic tr.submit td {
	background: #ffffff none no-repeat 0 0;
	border-bottom: 0 none transparent;
}