/*===========================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0
    http://creativecommons.org/licenses/by/3.0/
    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
    =================================  */

/*===== custamized by K.S. ======  */
.fa-ax {font-size: 1.3em;}
p.indeximg img {width: 100%; }
span.link {font-family:Times; font-size: 20px; }

/*=======================================
    GENERAL STYLES 　欄外の色
==================================================*/

body {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    background-color:#fef4f4;
}
.nav a {
    color:#ffffff !important;
}
.navbar-header a {
    color:#ffffff !important;
    padding-right:100px;
}
.text-center {
    text-align:center;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}
h1 {
    line-height:80px;
    font-weight:900;
    font-size:40px;
    padding:30px 20px 10px 20px;
}
h2 {
    line-height:40px;
    font-weight:900;
    font-size:30px;
    padding:20px 20px 10px 20px;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
    padding-bottom:15px;
}
p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}
.space-free {
    height:100px;
}
section {
    padding-top:50px;
    padding-bottom:30px;
}

/*=======================================
    COLOR CODES　区切りの色
==================================================*/

.color-title {
   background-color:#f3f3f2!important;
}
.color-dark {
   background-color:#000!important;
}
.color-text {
   background-color:#fff!important;
}

/*=======================================
    HEADER STYLES
==================================================*/

.head-main {
    font-size:24px !important;
    color:#000!important;
    padding:120px 20px 20px 20px;
}
.head-sub-main {
    font-size:14px !important;
    font-weight:100!important;
    font-style:italic;!important;
    color:#000!important;
    padding:20px 20px 120px 20px;
}

/*=======================================
    NAVIGATION STYLES　　ナビの色★
==================================================*/

nav {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: #250d00;
border-color: #250d00;
min-height: 80px;
padding-top: 10px;
font-size: 18px;
}
.navbar-brand {

font-size: 30px;
}

/*=======================================
    WORK FLOW STYLES
==================================================*/

.work-div {
	width: 100%;
	border: 0;
    padding:20px;
    margin-bottom:30px;
}
/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color:#616161!important;
    margin-right:10px;
}
.contact-cls {
    font-size:20px;
    line-height:40px;
}
.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
/*=======================================
    FOOTER STYLES 　★フッター色
==================================================*/

#footer {
    background-color:#000b00;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:center;
}