@charset "utf-8";
/*
Theme Name: B-line!スタッフブログ
Theme URI: 
Description: 
Author: 
Version: 1.0
License: 
License URI: 
Tags: 
*/

/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
http://code.google.com/p/html5resetcss/downloads/list
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
th,td{
	text-align: left;
	vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}




article, aside, dialog, figure, footer, header,hgroup, menu, nav, section { display: block; }

img{border: 0; vertical-align: bottom;-ms-interpolation-mode: bicubic; }


/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
	content:"";
	display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

*{box-sizing: border-box;}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

a{text-decoration: none;}
a:hover{text-decoration: underline;}

html{
	color: #333333;
	background: white;
	overflow-y: scroll;	/*ここでスクロールバーを常に表示*/
}
body{
	text-align: center;
	font-size: 16px;
	font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;

	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;*/
	background-color: white;
	word-wrap: break-word;
	overflow-wrap : break-word;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast:none){
	/* IE10以降ハック*/
	/*body{font-family: "メイリオ", "Meiryo", sans-serif;}*/
}
/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	body{
		font-family: sans-serif;
		width: 100%;
		overflow: hidden;
	}
}/*スマホ*/



/*  #boxが#box-innerを囲む。 -------------------------------*/
/*  #box-innerは#header,#main,#footerを含む ----------------*/
#box{
	width: 980px;	/* #box-innerとの差が余白 */
	margin: 0 auto;
	/*background: url(images/body_back.gif) repeat 0 0;*/
	background-color: white;
}

#box-inner{
	width: 960px;	/* #boxとの差が余白 */
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	#box{
		width: 100%;
	}
	#box-inner{
		width: 100%;
	}
}/*スマホ*/

/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/
header#page-header{
	width: 100%;
/*	height: 75px;*/
	position: relative;
}

header#page-header h1{
	color: white;
	margin: 40px 0 0 5px;
}
header#page-header h1 a{
}
header#page-header h1 a:hover{
	
}

/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	header#page-header{
		height: auto;
	}
	header#page-header h1{
		margin: 20px 0 0 5px;
	}

}/*スマホ*/

/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
footer#page-footer{
	clear: both;
	width: 100%;
	height: 39px;
	background: #00a83b;	/*フッタ背景色*/
}
footer#page-footer p{
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*-----------------------------------------------------
@@ メイン
------------------------------------------------------*/
#main{	/*#mainは#sidemenuと#contentsを囲む*/
	width: 100%;
	margin: 0;
	padding: 40px 0 40px 0;
}

nav#page-navi{
	float: right;	/* #contentsと逆に */
	width: 220px;
	display: inline;	/* IE6不具合対策 */
	line-height: 1em;
	border-left: 1px solid #707070;
	padding: 0 0 0 10px;
}
#contents{
	float: left;	 /*#sidemenuと逆に */
	width: 700px;
	display: inline;	/* IE6不具合対策 */
}
#contents-inner{
	margin: 0 auto;
	/*width: 890px;*/
}

p.err-box{
	color: red;
	border: 1px solid red;
	padding: 8px;
}
/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	#main{	/*#mainは#sidemenuと#contentsを囲む*/
		width: 100%;
		margin: 0;
		padding: 20px 0 20px 0;
	}
	nav#page-navi{
		float: none;
		width: auto;
		display: block;
		border-top: 1px solid #707070;
		border-left: none;
		padding: 10px 10px;
	}
	#contents{
		float: none;
		width: 100%;
		display: block;
	}

	#contents-inner{
		margin: 0 20px;
		width: auto;
		background-color: white;
	}

}/*スマホ*/

/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
p{
	line-height: 1.5;
	margin-bottom: 1em;
	color: #404040;
}
p.indent1{
	text-indent: -1em;
	margin-left: 1em;
}


/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon{ime-mode:active;}
.imeoff{ime-mode:disabled;}

.right{text-align: right;}
.center{text-align: center;}
.left{text-align: left;}

.nowrap{white-space: nowrap;}

a:hover img,
.pronikike-bottom a:hover{
	opacity: 0.7;
}

.smp{display: none;}
/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	.pc{display: none;}
}/*スマホ*/

/*-----------------------------------------------------
@@ For media queries
レスポンシブ Web デザイン　Responsive Web Design
------------------------------------------------------*/
/* set image max width to 100% */
video,
img, object {
	max-width: 100%;
	height: auto;
	/* ie8.css参照 */
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------
@@ 箇条書き
------------------------------------------------------*/
ul.link{
	margin: 8px 12px 24px 24px;
}
ul.link li{
	list-style-type: disc;
	margin-bottom: 4px;
	padding-left: 8px;
}
ul.link li a{
	color: #0066cc;
	text-decoration: none;
}
ul.link li a:hover{
	text-decoration: underline;
}


/*-----------------------------------------------------
@@ index インデックス トップページ
------------------------------------------------------*/


/*-----------------------------------------------------
@@ sidemenu サイドメニュー
------------------------------------------------------*/


/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/
h2.page-title{
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 24px;
}
h2.page-title a{
	color: #333;
	text-decoration: none;
}
h2.page-title a:hover{
	text-decoration: underline;
}
p.entry-date{
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 8px;
	padding: 0;
}

h2.archive-title{
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 24px;
	color: #00a83b;
}
/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	h2.page-title{
		font-size: 20px;
		margin: 0 0 12px;
	}

}/*スマホ*/

/* @@ 記事内の */
.entry{	/* div */
	margin: 0 0 60px 0;
	padding: 0 0 30px 20px;
	line-height: 2;
	font-size: 18px;
	border-bottom: 1px solid #707070;
}
.entry ul,
.entry ol{
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.entry ul li,
.entry ol li{
	margin: 0 0 8px;
	line-height: 1.2;
}
.entry strong{
	font-weight: bold;
}
/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	.entry{	/* div */
		margin: 0 0 30px;
		padding: 0 0 30px 0;
		line-height: 2;
		font-size: 16px;
	}
}/*スマホ*/


/* @@ twentyfourteenのページネーション */

div.pagination{
	margin: 24px 0 24px 0;
	text-align: center;
}

div.pagination span,
div.pagination a,
div.pagination sapn.current{
	font-size: 11pt !important;
	display: inline-block;
	vertical-align: middle;
		padding:6px 9px 6px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		border-radius:3px !important;	
}
div.pagination span, div.pagination a{
		color:#707070 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #dcdcdc  !important;
		margin-bottom: 4px;
}
div.pagination a:hover {
		border-color:#202020 !important;
		background:#525252 !important;
		color:#fff !important;
}
div.pagination span.current{
		color:#fff !important;
		background:#525252 !important;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #202020 !important;
}


/* @@ 前の記事、新しい記事 */
div.return-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	div.return-list{
		padding: 0 0 30px;
	}
}/*スマホ*/


/* @@ saidebar */
h2.sidebar-title{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.2;
}
ul.sidebar-list1{
	list-style-type: none;
	margin: 0 0 24px 0;
	padding: 0;
	font-size: 0;
}
ul.sidebar-list1 li{
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 8px;
}
ul.sidebar-list1 li a{
	color: #333;
}

p.sidebar-p-link1{
	margin: 0 0 24px 0;
}
p.sidebar-p-link1 a{
	color: #333;
}


/* @@ なんか */


/*-----------------------------------------------------
@@ フォーム
------------------------------------------------------*/
form{vertical-align:baseline;}
input,textarea{outline:0;}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
	border: 1px solid #737373;
	padding: 4px;
	font-size: 15px;
}
select{
	border: 1px solid #737373;
	font-size: 15px;
	height: 2em;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
	border: 1px solid #737373;
	background-color: #ffc;
}
select, input, textarea, button { 
	vertical-align:middle;
	font-family: inherit;
}

textarea{overflow: auto;}/* 内容が少ないのに薄くスクロールバーが出る事への対策。IEのみ  */

input,textarea,select,button{
	margin: 2px 4px 2px 0;
}
input[type="submit"], button {
	border: 1px solid #737373;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.2;
	overflow:visible;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}
input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

label{
	font-size: 15px;
	margin-right: 1em;
}

/* placeholder属性 */
:placeholder-shown {
	color: #737373; }
::-webkit-input-placeholder {/* Google Chrome, Safari, Opera 15+, Android, iOS */
	color: #737373; }
:-moz-placeholder {/* Firefox 18- */
	color: #737373; opacity: 1; }
::-moz-placeholder {/* Firefox 19+ */
	color: #737373; opacity: 1; }
:-ms-input-placeholder {/* IE 10+ */
	color: #737373; }

/*-----------------------------------------------------
@@ サンプル
------------------------------------------------------*/
div.sample1-box{
	width: 322px;
}
div.sample1-box .sample1-left{
	float: left;
	width: 112px;
}
div.sample1-box .sample1-left img{margin: 0 auto;}
div.sample1-box .sample1-right{
	float: right;
	width: 210px;
	margin: 0 0 24px;
}

div.sample1-box h3{
	font-size: 17px;
	line-height: 1.4;
	margin: 0 0 4px 0;
}
div.sample1-box p{
	font-size: 12px !important;
	line-height: 1.4;
}

/*-----------------------------------------------------
@@ ヘッダメニュー
------------------------------------------------------*/
ul.header-menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.header-menu li{
	flex: 1;
	display: inline-block;
	border-right: 1px solid #cccccc;
}
ul.header-menu li:nth-child(6){
	border-right: none;
}

ul.header-menu li a{
	display: block;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	background-color: #00a83b;
	font-size: 16px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;

}
ul.header-menu li a:hover{
	text-decoration: underline;
}

/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
	ul.header-menu{
		display: block;
		font-size: 0;
		background-color: #cccccc;
		margin: 10px 0 10px 0;
	}
	ul.header-menu li{
		width: calc(100% / 3);
		font-size: 15px;
		border-bottom: 1px solid #cccccc;
	}
	ul.header-menu li:nth-child(3),
	ul.header-menu li:nth-child(6){
		border-right: none;
	}
	ul.header-menu li a{
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

}/*スマホ*/

/*-----------------------------------------------------
@@
------------------------------------------------------*/

/*-----------------------------------------------------
@@ Retina用背景画像
------------------------------------------------------*/
@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	div.retinaback {
		background: url(images/aaaaa-2x.jpg); /* 2倍サイズの画像 */
		-webkit-background-size: 100px 100px; /* 表示させるサイズ WebKit */
		background-size: 100px 100px; /* 表示させるサイズ WebKit以外 */
	}

}

/* @@ sm xs 767px以下(スマホ) */
@media screen and (max-width: 767px) {
}/*スマホ*/

/* @@ sm 768px～(991px) ()は↓と一緒に使えば */
@media (min-width: 768px)  {
}

/* @@ md 992px～(1119px) ()は↓と一緒に使えば */
@media (min-width: 992px) {
}

/* @@ lg 1200px以上 */
@media (min-width: 1200px) {
}
