@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";

/* ==================================================
normalize.css
================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ==================================================
base
================================================== */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}

.no-wrap{
    overflow:hidden;
    _zoom:1;
}

body img {
	-ms-interpolation-mode: bicubic;
}



/*----------------------------------------
元設定（極力影響無いように変更）
----------------------------------------*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	line-height:1.0;
	}
/*----------------------------------------
__ clearfix（古いバージョン、順次消す）
----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
	
/* fontawesome-free-5.0.6 文字間 */
.svg-inline--fa {
	margin-right: 0.2em;
}

/* ==================================================
module.css
================================================== */
body {
	border-top: 0px solid #12a1e1;
	color:#333;
	text-align: center;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

a {
	color:#12a1e1;
	color:#09f;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	vertical-align: baseline;
	background: transparent;
}
a:hover {
	color:#ccc;
	opacity: 0.8;
}
a img:hover {
	opacity: 0.8;
}
img, a img {
	border:0;
	}
/*-----------------------------------------------------
newest_info
-----------------------------------------------------*/
ul.newest_info {
	border: 0px solid #ccc;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul.newest_info li {
	border-bottom: 1px dotted #999;
	padding: 0.5em 0;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
ul.newest_info li:last-child {
	border-bottom: 0;
}
ul.newest_info li  .ph {
	min-width: 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: #eee;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
ul.newest_info li  .ph img {
	width: 100%;
}
ul.newest_info li .txt {
	width: calc(100% - 60px);
}
ul.newest_info li .txt p.name {
	font-size: 14px;
	font-weight: bold;
	margin:  0 0 3px;
}
ul.newest_info li .txt p.career_d {
	font-size: 13px;
	line-height: 1.3;
}