@charset "utf-8";
/* ================================================ CSS Information
 File Name:      pages.css
 Author:         Akira Honda
 Last updated:   2015/08/05
 Style Info:     基本共通cssの定義
 Notes:          
================================================================ */


/* ---------------------------------------------------

 ビジュアルエディタで自動付与されるクラス類

--------------------------------------------------- */

/* 固有番号が割り振れるクラス */
img[class*="wp-image-"] {}

/* サイズ */
img.size-full       {}
img.size-large      {}
img.size-medium 	{}
img.size-thumbnail  {}

/* キャプション */
.wp-caption {
	max-width: 100% !important;
	margin-bottom:1.5em;
	border:1px solid #999;
	background:#fff;
	text-align:center;
	}
	#base .wp-caption img {
		margin:4px 0;
		padding:0;
		border:none;
		box-shadow: none;
	}
	.wp-caption .wp-caption-text {
		line-height:1.333;
		margin:0;
		padding:4px;
		border-top:1px dotted #ccc;
		background:#eee;
		font-size: 92.3%;
		text-align:left;
	}
	.wp-caption-dd {
		margin:0;
		padding:6px 0 6px 20px;
		background:#eee;
		text-align:left;
	}


/* スマイリー画像 */
img.wp-smiley {
	margin:0;
	padding:0;
	border:none;
	background:none;
}


/* エディタ内のタグ調整 */
.post-setup h2 { font-size: 130.8%; }
.post-setup h3 { font-size: 115.4%; }


/* ---------------------------------------------------

 module

--------------------------------------------------- */

/* hover */
.onMouse img {
	cursor: pointer;
	outline:none;
	}
	.onMouse img, x:-moz-any-link { background: url(../img/shared/spacer.png) no-repeat 0 0; }
	.onMouse img, x:-moz-any-link, x:default { background: url(../img/shared/spacer.png) no-repeat 0 0; }

.pc .onMouse:hover img {
	opacity: 0.5;
}


/* 文字
 ------------------------------*/

.fc-red2 {
	color: #c00;
}


/* リスト
 ------------------------------*/

/* リセット */
.ul-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* 注釈
 ------------------------------*/
.notes, .notes > li {
	padding-left:1em;
	text-indent:-1em;
}
ol.notes, ul.notes { padding-left:0; text-indent:0;}

.notes.indent2 {
	padding-left:2em;
	text-indent: -2em;
}

/* 画像
 ------------------------------*/

/* フィット */
.img-fit-w {
	max-width: 100%;
	height: auto;
}

/* 写真枠 */
.photo-frame {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}


/* 表
 ------------------------------*/
.tbl { width: 100%; }
.tbl th,
.tbl td { /* extend */
	padding: 20px 25px;
	border-color: #000;
	text-align: left;
	vertical-align: top;
}

/* 表-フォーム */
.tbl-form {
	width: 100%;
	}
	.tbl-form tbody th { /* extend */
		padding: 15px;
		border: 1px solid #756055;
		border-width: 1px 0 0;
		background: #d7e8bb;
		font-weight: normal;
		text-align: right;
	}
	.tbl-form tbody td { /* extend */
		padding: 15px 0 15px 25px;
		border: 1px solid #756055;
		border-width: 1px 0 0;
		background: #f1eee2;
	}
	
	.tbl-form tbody tr:first-child th,
	.tbl-form tbody tr:first-child td {
		border-top: none;
	}


/* ボタン
 ------------------------------*/


/* カラム
 ------------------------------*/
.columns {
	position: relative;
	width: 100%;
	}
	.columns:after {
		display: block;
		clear: both;
		height:0;
		content: "";
	}
	[class*="grid"] .col {
		float: left;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}



/* フォントアイコン
 ------------------------------*/

@font-face {
	font-family: 'mzk';
	src:url('fonts/mzk.eot?i4euxb');
	src:url('fonts/mzk.eot?i4euxb#iefix') format('embedded-opentype'),
		url('fonts/mzk.ttf?i4euxb') format('truetype'),
		url('fonts/mzk.woff?i4euxb') format('woff'),
		url('fonts/mzk.svg?i4euxb#mzk') format('svg');
	font-weight: normal;
	font-style: normal;
}

.seticon:before,
.seticon:after,
[class^="icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:before,
[class*=" icon-"]:after {
	font-family: 'mzk';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow_l_1:before {
    content: "\e900";
}
.icon-arrow_r_1:before {
    content: "\e901";
}
.icon-book:before {
    content: "\e902";
}
.icon-car:before {
    content: "\e903";
}
.icon-heart:before {
    content: "\e904";
}
.icon-home:before {
    content: "\e905";
}
.icon-house:before {
    content: "\e906";
}
.icon-human:before {
    content: "\e907";
}
.icon-leaf:before {
    content: "\e908";
}
.icon-mail:before {
    content: "\e909";
}
.icon-new:before {
    content: "\e90a";
}
.icon-wallet:before {
    content: "\e90b";
}


/* ---------------------------------------------------

 スマホ向け

--------------------------------------------------- */

/* タッチイベント用のクラス */
.touchstyle {}
.notouchstyle {}
#siteFooter .foot01 {
	background-color: #C9E0A3;
}
#siteFooter .foot01 .foot-banner {
	margin: 0 auto;
	width: 1020px;
}
#siteFooter .foot02 {
	background-color: #E2EECD;
}
#siteFooter .foot02 .ft-wrap02 {
	margin: 0 auto;
	width: 1020px;
}



#ryoukin .jigyou_in .intro {
	float: right;
	margin-top: 20px;
}
.plan-table  tr .td1-1 {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #A38435;
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.plan-table  tr .td1-2 {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #A38435;
	border-bottom: 1px solid #D0C098;
}
.plan-table tr .td2-1 {
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.plan-table tr .td2-2 {
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #D0C098;
}
.plan-table tr .td2-3 {
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	border-right: 1px solid #D0C098;
	border-bottom: none;
}
.plan-table tr .td2-4 {
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	border: none;
}
.plan-table  tr .td3-1 {
	height: 20px;
	padding: 0 !important;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #A38435;
	border-right: 1px solid #D0C098;
	border-bottom: 1px solid #D0C098;
}
.plan-table  tr .td3-2 {
	height: 20px;
	padding: 0 !important;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #A38435;
	border-bottom: 1px solid #D0C098;
}
.short-table {
	width: 738px;
	margin: 0 0 50px;
	float: left;
}
.t-first {
	width: 94px;
}
.t-inner {
	width: 130px;
}.short-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
}
