@charset "UTF-8";

/*
Theme Name:  ZEAL
Theme URI: https://zeaplus.co.jp/
Description: ZEAL
Version: 1.1
Author: ZEALPLUS
Author URI: https://zeaplus.co.jp/
*/




/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Base Setting
==========================================================*/


body { font-size: 10px; "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", meiryo, "ＭＳ Ｐゴシック","MS PGothic",  Helvetica, Arial, sans-serif;
	 margin:0; padding: 0; letter-spacing:0.1px; color: #4c4c4c;  -webkit-text-size-adjust: 100%; background: #f2f4f5; }
	 
html,
body,
header,
div.boeder {
	width: 100%;
}
	 
div.border div {
	float: left;
	width: 12.5%;
	height: 10px;
}

.border01 { background: #e96666; }
.border02 { background: #33bed1; }
.border03 { background: #00a381; }
.border04 { background: #d59b0a; }
.border05 { background: #00799a; }
.border06 { background: #842268; }
.border07 { background: #aa4646; }
.border08 { background: #8d7459; }

h1 { display:none; }

.nolink {
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


/* main-layout
==========================================================*/

.inner{
	width:720px;
	margin:0 auto;
}

.contents {
	padding: 80px 0;
	background: #fff;
}

ul.bnr {
	margin: 0 -30px -30px 0;
}

ul.bnr li {
	float: left;
	margin: 0 30px 30px 0;
}

p.txt {
	padding: 60px 0 40px;
	margin-bottom: 40px;
	font-size: 1.6em;
	line-height: 2em;
	border-bottom: 1px solid #B2B2B2;
}

p.address {
	font-size: 1.4em;
	line-height: 2em;
}

p.ttl {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

p.ttl span {
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 15px;
}

p.ttl a {
	color: #4c4c4c;
	text-decoration:none;
}


p.small {
	font-size: 1.1em;
}









