/*
 * 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);

/* OVERALL ASPECT */

body {
  background-color: #fff;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

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

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
	width:100%;
}


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

.centered {
    text-align: center;
}

.mt {
	margin-top: 80px;
}

/* Links */
a {
    color: #004679;
    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;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

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-nav a:active,.navbar-nav a:hover {
    outline: 0;
    border-bottom: 1px solid #487CA3;
}
.navbar-brand{
	border-bottom: #000000;
}
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 15px;
	background-color: #ffffff;
    border-top: 3px solid #004679;
}
.navbar p {
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333;
    background-color: #FFFFFF;
    border-bottom: 1px solid #487CA3;;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand img {
    vertical-align: middle;
    max-width: 100%;
}

.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;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 125px;
	padding-bottom: 75px;
	background-image: url(../img/slide_1.png);
	background-size: cover;
    background-position: center;
}

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

#hello h2 {
    margin-top: 0px;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
}

#hello img{
	max-width: 100%;
}

.cntTtl {
    width: 180px;
    margin: 20px auto 2px;
    text-align: center;
    background-image: url(../img/line_.png);
    background-repeat: repeat-x;
    background-position: left center;
}
.cntTtl h3 {
	max-width: 100%;
	width: 130px;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px 20px;
	background-color: #ffffff;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.col-lg-4 span{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    padding-bottom: 16px;
    display: block;
}
.col-lg-4 p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.siteContent .container {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
}
.main_title{
	margin-bottom: 20px;
}
.main_title .post_title{
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 6px;
	background-image: url(../img/post_title_back.png);
	background-repeat: no-repeat;
	background-position: left;
    padding-left: 30px;
	margin-bottom: 0;
	
}
.main_title span{
    padding-left: 30px;
    font-size: 11px;
    color: #999999;
}
.mainSection ol{
	padding: 0 0 0 24px;
}
.mainSection ol li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 6px;
    font-size: 12px;
}
.clearfix .title, .clearfix .category, .clearfix .date{
    margin-bottom: 0;
    float: left;
    line-height: 40px;
}

.clearfix .date{
	padding-right: 20px;
}
.clearfix .category {
	width: 100px;
}
.clearfix .category {
    padding: 5px 22px;
    border-radius: 30px;
	letter-spacing: 2px;
}

.clearfix .update {
	background-color: #58656E;
	color: #fff;
}
.clearfix .research {
	background-color: #499475;
	color: #fff;
    padding: 5px 22px;
}
.clearfix .symposium {
	background-color: #C0542D;
	color: #fff;
	padding: 5px 8px;
}
.clearfix .info {
	background-color: #487CA3;
	color: #fff;
}
.clearfix .title{
	margin-left: 15px;
	font-size: 13px;
}
.clearfix .title a:hover{
	text-decoration: underline;
}
.widget img{
	margin-bottom: 20px;
}

.sub .siteContent .container{
	border-top: none;
	margin-top: 20px;
}



/* Green */
#green {
	background-color: #74cfae;
	padding-top: 50px;
	margin-bottom: 0px;
}

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

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

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

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

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

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

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

/* Footer */
#f {
	padding-top: 20px;
	margin-top: 50px;
	background-color: #004679;
}

#f p {
	color:#94B1C7;
	text-align: center;
	font-weight: 100;
	font-size: 11px;
	padding: 0 10px;
}

/* Image Opacity */
.grid img {
    opacity: 1;
}
.grid img:hover {
    opacity: .8;
}
.infomation li:nth-child(2) {
    background-image: url(../img/wighet_2.png);
    background-position: 7px 3px;
    background-repeat: no-repeat;
}
.infomation {
	padding: 0;
    border: 1px solid #DDDDDD;
}
.infomation p{
	font-size: 12px;
	font-weight: 600;
    line-height: 1.5;
	padding: 2px 10px 6px;
	margin-bottom: 0;
	color: #004679;
	font-family: "小塚ゴシック Pr6N","Kozuka Gothic Pro Light", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace"
}
.infomation li{
	font-family: Arial, Helvetica, "sans-serif";
    font-weight: 800;
    list-style: none;
    font-size: 12px;
    padding: 7px 0;
    background-position: left;
    padding-left: 36px;
    border-bottom: 1px solid #DDD;
    color: #004679;
}
.infomation li:nth-child(1) {
    background-image: url(../img/wighet_1.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
}

.infomation li:nth-child(3) {
    background-image: url(../img/wighet_3.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
	border-bottom: none;
}
#pagetop {
	text-align: right;
}
.aaaabbbb {
}
.subtitle {
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;

}




@media screen and (max-width: 992px)	{
	#new-entries{
		text-align: center;
	}

}
.infomation{
	text-align: left;
}
.sub p{
	font-size: 14px;
	text-align: left;
}
.navbar p{
	font-size: 11px;
    margin-bottom: 5px;
    line-height: 1.8;
}
.sub .main_title{
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.sub .main_title .content_title{
    position: relative;
    font-size: 22px;
	letter-spacing: 2px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border-bottom:2px solid #ccc;
}
.sub .main_title .content_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #004679;
    bottom: -2px;
    width: 30%;
}
#hello h2{
	font-size: 33px;
	margin-top: 0;
	text-shadow: 0 0 1em rgba(0,0,0,0.9), 0 0 1em rgba(0,0,0,0.9), 0 0 1em rgba(0,0,0,0.9);
}

.overview #hello{
    background-image: url(../img/slide_9.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.planning #hello{
    background-image: url(../img/slide_4.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.public #hello{
    background-image: url(../img/slide_5.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.meeting #hello{
    background-image: url(../img/slide_6.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.result #hello{
    background-image: url(../img/slide_7.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.issue #hello{
    background-image: url(../img/slide_8.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.jobadvert #hello{
    background-image: url(../img/slide_10.gif);
    background-size: cover;
    background-repeat: no-repeat;
}



@media screen and (max-width: 1200px) {
	.col-lg-4{
		width: 490px;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 992px) {
	.navbar-collapse ul{
		display: table;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		float: inherit !important;
	}
	.navbar-collapse li{
		display: table-cell;
		float: initial;
		text-align: center;
	}
	.col-md-3	{
	    width: 330px;
    	margin: 0 auto;
		padding-top:30px;
	}
}
@media screen and (max-width: 767px) {
	.navbar-collapse ul{
		display: block;
	    width: auto;
		float: inherit;
		padding-top: 0;
	}
	.navbar-collapse li{
		display: block;
		float: initial;
		text-align: center;
		width: 300px;
		margin: 0 auto;
	}
	.clearfix .title{
		clear: both;
		margin-top: 4px;
	}
	.clearfix .date{
		padding-right: 10px;
	}
	.clearfix .title, .clearfix .category, .clearfix .date{
		line-height: 20px;
	}
	.mainSection ol li {
		list-style: none;
		border-bottom: 1px solid #ccc;
		padding: 12px 0;
		font-size: 12px;
	}
	.clearfix .category a{
		font-size: 11px;
	}
	.clearfix .symposium a {
    	padding: 3px 8px;
	}
	.clearfix .update a{
		padding: 3px 22px
	}
	.clearfix .research a{
		padding: 3px 22px;
	}
	.clearfix .info a{
		padding: 3px 22px;
	}
	.col-md-3{
	    width: 330px;
    	margin: 0 auto;
	}
	.clearfix .title{
		margin-left:0;
	}
	.mainSection ol{
		padding: 0;
	}
	.siteContent p{
		font-size: 13px;
		line-height: 1.9;
	}
	#hello{
		padding-top: 50px;
		padding-bottom: 45px;
	}
	#hello h2{
		margin-top: 30px;
	}
}
@media screen and (max-width: 510px) {
	.navbar p{
		display:none;
	}
	.navbar-brand{
		max-width:80%;
	}
	.navbar .container{
		padding-top:6px;
	}
	.navbar-collapse{
		margin-top:15px;
	}
	.navbar-toggle{
		margin-top: 5px;
	}
	.col-lg-4{
		width: 100%;
	}
	.container > .navbar-header, .container > .navbar-collapse{
		margin-top: 15px;
	}
	#hello{
		padding-top: 30px;
		padding-bottom: 25px;
		font-size: 16px;
	}
	.overflow h2{
		font-size: 22px;
	}
}
/* Ukit適用 */
*+p	{
	margin-top:0px;
}
p	{
	padding:0px;
}
h3	{
	margin-top:20px;
	line-height: 1.3;
	width:100%;
}
h3.uk-heading-line + p	{
	margin-bottom: 50px;
	text-align: left;
}
h2	{
	line-height: 1.1;
	margin: 0 0 10px 0;
}
h4	{
	border-bottom: 1px solid #ddd;
	display: inline-block;
}
.uk-list-bullet>li::before	{
	background-image:url("../img/arrow.png");
}
.uk-lightbox	{
	z-index: 999999;
}

/* 共通 */
.siteContent .mainSection img	{
	margin:10px;
}
.clear	{
	clear: both;
}
.f-right	{
	float:right;
}
@media screen and (max-width: 640px) {
	.f-right	{
		float:right;
		width: 100%;
		text-align: center;
	}
}
.f-float	{
	float:left;
}
@media screen and (max-width: 640px) {
	.f-right	{
		float:left;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 992px) {
	.sideSection	{
		clear:both;
	}
}
a img:hover	{
	opacity:0.8;
	transition:0.5s;
}
.pagelink {
	margin-top:-120px;
	padding-top:120px;
}
@media screen and (max-width: 992px) {
	.pagelink {
		margin-top:-180px;
		padding-top:180px;
	}
}
@media screen and (max-width: 640px) {
	.pagelink {
		margin-top:-120px;
		padding-top:120px;
	}
}
h2 .uk-text-meta	{
	color:#fff;
	padding-top:10px;
}
dt	{
	font-weight: 100;
	font-size:1.15em;
}
.uk-text-meta	{
	color:#777;
}
/* top */
#page-top .clearfix .category	{
	line-height: 15px;
	margin-top:8px;
}
@media screen and (max-width: 767px) {
	#page-top .clearfix .category	{
		margin-top:0px;
	}
}



/* overview */
#page-overview .uk-background-muted	{
	font-size:0.8em;
}
#page-overview .uk-background-muted h3	{
	font-size:1.3em;
	margin-top:0px;
	border-bottom:1px solid #999;
	padding:0px 0px 5px 5px;
}
#page-overview .uk-background-muted ul	{
	min-height: 120px;
}
#page-overview .uk-background-muted a	{
	color:#666;
}
#page-overview .uk-background-muted #x00	{
	min-height: 0px;
}

@media screen and (max-width: 640px) {
	#page-overview .uk-background-muted ul	{
		min-height: 0px;
	}
}
#page-overview .uk-grid-stack	{
	margin-bottom:30px;
}
#page-overview #overview01	{
	margin-bottom:70px;
}

/* public */
#page-public #four th, #page-public #four td	{
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    color: #333232;
}

#page-public #four.uk-table-divider>:not(:first-child)>tr	{
	border-bottom: 1px solid #e5e5e5;
}

/* planning */
#page-planning .uk-button-text	{
	margin-top: -30px;
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-size:0.8em;
}
#page-planning .siteContent .mainSection .uk-column-divider	{
	margin-bottom:50px;
}
#page-planning .siteContent .mainSection #subnav-title	{
	margin-top:50px;
}
#page-planning .siteContent .mainSection #a02-sub	{
	margin-top:50px;
}

/* jobadvert */
#page-jobadvert #four th, #page-jobadvert #four td	{
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    color: #333232;
}

#page-jobadvert #four.uk-table-divider>:not(:first-child)>tr	{
	border-bottom: 1px solid #e5e5e5;
}



/* meeting */
#page-meeting .siteContent .mainSection dl	{
	font-size: 0.8em;
	font-weight: 300;
}
#page-meeting .siteContent .mainSection dl dd.uk-text-meta	{
	margin-bottom:10px;
}
#page-meeting .siteContent .mainSection div + h3	{
	margin-top:0px;
}
#page-meeting .siteContent .mainSection h3	{
	position: relative;
}
#page-meeting .siteContent .mainSection h3:before	{
	content: "";
	position: absolute;
	top: 110px;
	left: 0px;
	width: 200px;
	height: 2px;
	background: #666;
}



/* result */
#page-result .uk-inline	{
	display: block;
}
@media screen and (max-width: 640px) {
	#page-result .uk-inline	{
		width:300px;
		margin-bottom:30px;
	}
}
#page-result a.uk-overlay-primary	{
	font-weight: 100;
	font-size:0.9em;
	color:#fff;
	background: rgba(34,34,34,.3);
	max-width: 450px;
}
@media screen and (max-width: 767px) {
	#page-result a.uk-overlay-primary	{
		font-size:0.8em;
	}
}

#page-result a.uk-overlay-primary:hover,#page-result a.uk-overlay-primary:active	{
	background: rgba(34,34,34,.6);
	transition:0.5s;
}
#page-result a.uk-overlay	{
	padding: 85px 30px;
}
@media screen and (max-width: 680px) {
	#page-result a.uk-overlay	{
		padding: 75px 30px;
	}
}
@media screen and (max-width: 640px) {
	#page-result a.uk-overlay	{
		padding: 150px 30px;
	}
}
#page-result article	{
	padding-bottom:80px;
}
#page-result article h4 + dl	{
	margin-top:0px;
}
#page-result .siteContent .mainSection .uk-accordion-title	{
	font-size:16px;
}
#page-result .siteContent .mainSection .uk-accordion-content	{
	font-size:13px;
}
#page-result .siteContent .mainSection .uk-accordion-content dt {
	margin-top: 1em;
	padding: 5px 8px;
	color: #333;
	background-color: #ddd;
}
#page-result .siteContent .mainSection .uk-accordion-content dd {
	padding: 5px 1em;
	margin-left: 0;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: #ddd;
}
#page-result .siteContent .mainSection #subnav-title	{
	margin-top:50px;
}

/* issue */
#page-issue	.siteContent .mainSection .uk-card-default .uk-card-title	{
	font-size:16px;
	margin-top:0px;
}
