/* INTA by yoco design factory - 10.10.2017 */
@charset "utf-8";

/*------------------------------------*\
	structure and layout
\*------------------------------------*/

body {
	font-family: "Meiryo",sans-serif;
	background-color: #ffffff;
	color: #262626;
}
.main {
	min-height: 560px;
	padding-top: 150px;
}
.introduction {
	width: 960px;
	height: 180px;
	padding-top: 56px;
	background-image: url(../images/wildflower.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	background-position: top;
}
.introduction p {
	font-size: 14px;
	text-align: center;
	line-height: 110%;
	color: #262626;
}
/*------------------------------------*\
	bs-callout settings
\*------------------------------------*/

.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}

.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}

.bs-callout p:last-child {
margin-bottom: 0;
}

.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/*------------------------------------*\
	feature list settings
\*------------------------------------*/

div#feature_list {
	width: 750px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 170px;
}

ul#tabs li {
	font-size: 12px;
	line-height: 11px;
}
ul#tabs li h2 {
	margin: 0;
	font-size: 14px;
	text-align: left;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #003366;
	clear: both;
	font-weight: normal;
}
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #293361;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
	color: #2984BD;
}

ul#tabs li a.current {
	color: #222222;
	background-image: url(../images/feature-tab-current.png);
	height: 60px;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 136px;
	width: 613px;
	height: 240px;
	position: absolute;
}

ul#output li {
	width: 613px;
	height: 240px;
	left: 136px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background: #2984BD;
	-moz-border-radius: 5px;
}
		
ul#output li a:hover {
	background: #293361;
}

/*------------------------------------*\
	text style
\*------------------------------------*/

h1 {
	color:#006699;
	font-size: 30px;
}
h2 {
	color:#006699;
	padding-top: 20px;
	font-size: 24px;
}
h3 {
	font-size: 18px;
	line-height: 1.5em;
}
h4 {
	line-height: 1.5em;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5em;
}
a {
	color : #4683A4;
	text-decoration : none;
}
a:hover {
	color : #006699;
	text-decoration : none;
}
footer {
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}
address {
	text-align: center;
	font-size: x-small;
}
.note {
	color: #FF0033;
}
.orange {
	color: #FF6300;
	font-size: 0.9em;
}
.sky {
	color: #3399FF;
}
.checklist {
	list-style-image: url(../images/check_icon.png);
}
.checklist li {
	padding-top: 10px;
}
.high-light {
	font-weight: bold;
	background-color: #FFFF95;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*------------------------------------*\
	button style
\*------------------------------------*/

.btn-purple {
	color: #fff;
	background-color: #9966CC;
	border-color: #6D4991;
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-purple:focus,
.btn-purple.focus {
	color: #fff;
	background-color: #8257AC;
	border-color: #3D2951;
}
.btn-purple:hover {
  color: #fff;
  background-color: #8257AC;
  border-color: #3D2951;
}
.btn-purple:active,
.btn-purple.active {
  color: #fff;
  background-color: #8257AC;
  border-color: #3D2951;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.btn-purple:active.focus,
.btn-purple.active.focus {
	color: #fff;
	background-color: #3D2951;
	border-color: #2D1340;
}
.btn-purple:active,
.btn-purple.active {
  background-image: none;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}