﻿/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html{
     background-color:#2f2f2f;
}
body {
  	background-color: #eff1e1;
  	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
/*font-family: 'Montserrat', Meiryo UI,メイリオ; */
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #669933;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 10px;
	padding-top: 35px;
}

.navbar-inverse {
	background-color: #362c23;

}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #ff8a00;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #669933;
}


/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 30px;
	padding-bottom: 50px;
}

.article{
    background-color: #f3f3f3;
    border: 1px solid rgba(198, 195, 165, 0.46);
    padding: 1.5% 0.5% 1%;
}
.title h3{
margin-top: 1.3%;
}
.thum{
padding: 0 0.1% 0 1.8%;
margin: 0 auto;
}
.thum img{    
float: left;
margin: 0 1.6% 2%;
width: 86px;
}

.desc p{
    margin-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
}

p.Caution{
    font-size: 13px;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 60px;
	padding-bottom: 35px;

}


#footer {
	background-color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}


/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #669933;
}




/* ================== Load contunue ================== */
/* #loadarea
--------------------------- */
#loadarea {

}
#loadarea .loadItem {

}
#loadarea #item1 {

}
#loadarea .loadItem img {

}

/* #nowLoading
--------------------------- */
#nowLoading {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

/* #btnMore
--------------------------- */
#btnMore {
	padding: 10px 0;
	width: 80%;
	text-align: center;
	cursor: pointer;
	background-color: #ff8a00;
	color: white;
	font-weight: 700;
	margin: 0 auto;
	font-size: 24px;
	clear: both;
}

/* =======================================
	ClearFixElements
======================================= */
#loadarea .loadItem:after {

}
#loadarea .loadItem {

}


/* ================== Overlay HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}

span.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("../img/zoombg.png") no-repeat 50% 50%;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
}
span.overlay:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=80);
}

/* ================== Terms ================== */
#terms{
margin-bottom: 80px;
}

#terms table {
    border-collapse: collapse;
}
#terms tr {
    border-bottom: 1px solid #c6c3a5;
}
#terms th {
    text-align: left;
    width: 25%;
}
#terms td {
    text-align: left;
}

#purchase {
margin-bottom: 80px;
}
#purchase p {
font-size: 100%;
line-height: 24px;
}
#purchase td {
text-align: left;
    width: 35%;
}
#purchase td img{
margin-bottom: 45px;
margin-left: 8%;
}
#purchase th {
font-weight: normal;
text-align: left;
}
/* ================== Link ================== */
#linkb{
background-color: #f2f2f2;
height: auto;
margin-bottom: 4%;
min-height: 310px;
padding: 25px;
}

#linkb a.title {
border-bottom:1px solid #FFFFFF;
margin-bottom:7px;
display: block;
color: #333333;
}

#linkb span {
border-bottom:1px solid #C6C3A5;
display:block;
font-size:1.4em;
padding-bottom:10px;
text-align:center;
}

#linkb .thumb_img {
display:block;
float:none;
margin:15px auto 18px;
text-align:center;
}

#linkb img {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #C6C3A5;
padding:4px;
}

#linkb p {
font-size: 100%;
font-weight: bold;
}
/* ================== SNS button ================== */
ul.share-buttons{
  list-style: none;
  padding: 0;
text-align: right;
}

ul.share-buttons li{
  display: inline;
}
