/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Neucha);

/* OVERALL ASPECT */

body {
    background-color: #F9F9F9;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
/*    font-family: "Lato"; */
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
/*    font-family: "Raleway"; */
    font-weight: 300;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.07em;
}


.essay_title {
	letter-spacing: 3px;
	color: #f36304;
	padding: 10px;
	border-left: thick solid #f36304;
}

.profile_title {
	letter-spacing: 3px;
	color: #333333;
	padding: 10px;
	border-top: thin solid #f36304;
	border-bottom: thin solid #f36304;
}

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

.sub_text {
	font-size: 90%;
}

.lead {
	letter-spacing: 1px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 20px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

/* Links */
a {
    color: #0099ff;
    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;
}

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


.navbar {
	font-weight: 800;
	font-size: 20px;
/*	font-size: 14px; */
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
/*	background-color: #000000; */
	background-color: #0099ff;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}


/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 250px;
	padding-bottom: 250px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

#project_area {
	background-image: url("../img/noise.png");
	width: 100%;
}

#project_area_white {
	background-color: #ffffff;
	background-image: url("../img/bg_img02.png");
	background-repeat: repeat-x;
	width: 100%;
}

/* ------ News ------ */

#news_area {
	background-image: url("../img/bg_img01.png");
	width: 100%;
}

#news {
/*	margin-top: 30px;*/
/*	border-bottom: solid 1px #eee; */
}

#news h1 a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 8px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
}
#news h1 a:link,
#news h1 a:visited {
	background-color: #8bd5d4;
}
#news h1 a:hover,
#news h1 a:active {
	background-color: #a1e3e2;
}

#news h1 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -8px;
	left: 30px;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}
#news h1 a:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news h1 a:link:before,
#news h1 a:visited:before {
	border-top: solid 8px #8bd5d4;
}
#news h1 a:hover:before,
#news h1 a:active:before {
	border-top: solid 8px #a1e3e2;
}
#news h1 a:link:after,
#news h1 a:visited:after {
	right: 6px;
}
#news h1 a:hover:after,
#news h1 a:active:after {
	right: 3px;
}

#news dl a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	text-decoration: none;
	border-top: solid 1px #eee;
}
#news dl a:first-child {
	border-top: none;
}
#news dl a:link,
#news dl a:visited {
	background-color: transparent;
}
#news dl a:hover,
#news dl a:active {
	background-color: #f5f5f5;
}
#news dl a:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news dl a:link:after,
#news dl a:visited:after {
	right: 6px;
}
#news dl a:hover:after,
#news dl a:active:after {
	right: 3px;
}

#news dt  {
	margin-bottom: 3px;
	color: #000;
	font-size: 76%;
	font-weight: bold;
}

#news dd  {
	color: #666;
	font-size: 76%;
}



.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	padding-left: 0px;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

/* スライド部ページネーションを見えなくする為、コメントアウト
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* youtube動画レスポンシブ対応 */
iframe{
width:100% !important;
}

.iframeBox{
position:relative;
width:100%;
}

.iframeBox iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important
}

/* ADD20140920 #toPageTop
================================================== */
.container #toPageTop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index:99999;
}
.container #toPageTop a {
	display: block;
	width: 40px;
	background: url(../img/common/btn_to-page-top_ov.png) no-repeat;
	z-index:99999;
}
#wrapper #toPageTop a:hover img {
	visibility: hidden;
}

/* スライド部ページネーションを見えなくする為、コメントアウト */

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* Green */
#green {
/*	background-color: #74cfae; */
	background-color: #0099cc;
	animation: bg-color 20s infinite;
	-webkit-animation: bg-color 20s infinite;
	padding-top: 20px;
	padding-bottom: 10px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 20px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 16px;
}


@-webkit-keyframes bg-color {
  0% { background: #0099cc; }
  20% { background: #659a1f; }
  40% { background: #fa6633; }
  60% { background: #f21e8c; }
  80% { background: #993399; }
  100% { background: #0099cc; }
}

@keyframes bg-color {
  0% { background: #0099cc; }
  20% { background: #659a1f; }
  40% { background: #fa6633; }
  60% { background: #f21e8c; }
  80% { background: #993399; }
  100% { background: #0099cc; }
}

/* Skills */
#skills {
/*	background-color: #D21577; */
	background-color: #0099cc;
	background-image: url("../img/bg_img04.png");
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
/*	margin-top: 10px; */
}

#skills h3 {
	color: white;
	font-weight: 400;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	background-image: url("../img/bg_img01.png");
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#social i {
	font-size: 40px;
	color: #0099cc;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
/*	background-color: #74cfae; */
	background-color: #0099cc;
}

#f p {
	color: white;
	text-align: center;
	font-weight: 400;
}

#f p.sponsor {
    font-size: 12px;
	font-weight: 200;
    line-height: 20px;
    margin-bottom: 10px;
}

.ol1 li{
    margin: 0 0 0 0;
    padding: 0;
    color: #333;
    font-size:150%;
    font-family: 'Neucha';
    list-style: decimal outside;
}
.ol1 li span{
  color: #666;
  font-size:16px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

/* Image Opacity */
/*
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}
*/