/*
Theme Name: 2017
Theme URI: 
Description: オリジナルレスポンシブテーマ
Version:
Author: 
Author URI: 
*/
  /**
  * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
  * http://cssreset.com
  */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }
ol, ul {
 list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

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;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
/* 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;
}
/* 遅延表示 */
a{
	-webkit-transition:0.3s ease;
	-webkit-transition-property:opacity,border,color,background;

	-moz-transition:0.3s ease;
	-moz-transition-property:opacity,border,color,background;

	-o-transition:0.3s ease;
	-o-transition-property:opacity,border,color,background;
	
	transition:0.3s ease;
	transition-property:opacity,border,color,background;
}

body {
 margin: 0;
 padding: 0;
 font-size: 100%; 
 font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
 background-color: #fff;
 color: #222;
 text-align: center;
 line-height: 160%;
 }
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; } 
img { 
 max-width:100%;
 height: auto;
 width: auto\9;
}
.cf {
 zoom: 100%;
}
.cf:after {
 content: "";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;
}
.clr,
.clear{ clear: both; line-height: 0; height: 0;}

strong,
b{ font-weight: bold;}

/* ----------------------
 Basic Layout
-------------------------*/
#wrapper{
 padding: 0;
 text-align: center;
 margin: 0 auto;
 }
#contents {
 width: 100%;
 z-index: 1;
 margin-left: auto;
 margin-right: auto; 
 height: auto;
 text-align: left;
 }

#contents a{
 text-decoration: none;
 }
#contents a:hover{
 text-decoration: underline;
 }
#header {
 position: relative; 
 margin: 0 auto;
 padding: 0;
 float: left;
 width: 100%;
}
#footer{
 width: 100%;
}

/* --------------------------- 調整 */
.fl{ float: left;}
.fr{ float: right;}
.mgt0{ margin-top: 0 !important;}
.mgb10{ margin-bottom: 10px;}
.mgb20{ margin-bottom: 20px;}
.mgb30{ margin-bottom: 30px;}
.mgb40{ margin-bottom: 40px;}
.mgb50{ margin-bottom: 50px;}
.mgt10{ margin-top: 10px !important;}
.mgt20{ margin-top: 20px !important;}
.mgt30{ margin-top: 30px !important;}
.mgt40{ margin-top: 40px !important;}
.mgt50{ margin-top: 50px !important;}

.b,.bold{ font-weight: bold;}

.border{
 width: 100%;
 clear: both;
 border-bottom: 1px solid #ccc;
 margin: 30px 0 20px 0;
}

.c_red{
 color: #FF0066;
}

/* ----------------------
 footer 
-------------------------*/
#footer a {
 color: #222;
}

#f_navi li {
 display: inline;
 list-style: none;
 vertical-align: center;
 text-align: left;
 margin-right: 15px; 
}  

#f_navi li a {
 font-size: 12px;
 padding-left: 15px;  
 text-decoration: none;
 background: url(../images/arrow-2.png) no-repeat left center;  
 } 
#f_navi li a:hover {
 text-decoration: underline;  
 }  

/*-----------------------
 table設定-1
-------------------------*/

/* -----------table bace */

table.base_t{
 margin: 0px 0 15px 0;
 width: 100%;
 border: 1px #E3E3E3 solid;
 border-collapse: collapse;
 border-spacing: 0;
}
.base_t th {
 padding: 7px;
 border: #E3E3E3 solid;
 border-width: 0 0 1px 1px;
 font-weight: bold;
 line-height: 120%;
 vertical-align: middle;
}
.base_t td {
 padding: 7px;
 border: 1px #E3E3E3 solid;
 border-width: 0 0 1px 1px;
 text-align: left;
 vertical-align: middle;
}

p.center,
p.t_center,
.t_center{
 text-align: center !important;
}
.t_right{
 text-align: right !important;
}
p.t_right{
 float: right;
}

/*-----------------------
   img 画像
-------------------------*/

a img { border: none; }
p img {	padding: 0; max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {float: right;padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {float: left;padding: 4px;margin: 0 7px 2px 0;display: inline;}

.center{
 margin-left: auto;
 margin-right: auto;
}

/* --------------------------------
 アーカイブ カテゴリー 投稿記事
-----------------------------------*/

.aligncenter,div.aligncenter {display: block; margin-left: auto;margin-right: auto;}
div.alignleft{float: left;}
div.alignright{float: right;}

/*------------------ 続きを読むボタン */

hr { margin: 10px 0; color: #ccc; } 

/* ----------------------
 ボタン
-------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}

.button:hover,
#searchsubmit:hover,
.wpcf7-submit:hover{
 background: #ebf1f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-8 */
}


/* bootstrap */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 display: inline-block;
 height: 20px;
 padding: 4px 6px;
 margin-bottom: 0px;
 font-size: 14px;
 line-height: 20px;
 color: #555555;
 vertical-align: middle;
 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   border-radius: 4px;
}
textarea {
 height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 background-color: #ffffff;
 border: 1px solid #cccccc;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
 border-color: rgba(82, 168, 236, 0.8);
 outline: 0;
 outline: thin dotted \9;
 /* IE6-9 */

 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
 margin: 0;
 margin-top: 1px \9;
 *margin-top: 0;
 line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
 width: auto;
}

select,
input[type="file"] {
 height: 30px;
 /* In IE7, the height of the select element cannot be changed by height, only font-size */

 *margin-top: 4px;
 /* For IE7, add top margin to align select with labels */

 line-height: 30px;
}

select {
 width: auto;
 min-width: 50px;
 max-width: 220px;
 background-color: #ffffff;
 border: 1px solid #cccccc;
}

select[multiple],
select[size] {
 height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
 outline: thin dotted #333;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
 color: #999999;
 cursor: not-allowed;
 background-color: #fcfcfc;
 border-color: #cccccc;
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

/* -------- button */

button,
input {
 *overflow: visible;
 line-height: normal;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
 cursor: pointer;
}
/* ----------------------
 bootstrap
------------------------- */
.btn,
.button,
 html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
 display: inline-block;
 *display: inline;
 padding: 4px 12px;
 margin-bottom: 0;
 *margin-left: .3em;
 font-size: 14px;
 line-height: 20px;
 color: #333333;
 text-align: center;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 vertical-align: middle;
 cursor: pointer;
 background-color: #f5f5f5;
 *background-color: #e6e6e6;
 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 background-repeat: repeat-x;
 border: 1px solid #bbbbbb;
 *border: 0;
 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 border-bottom-color: #a2a2a2;
 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
 color: #333333;
 background-color: #e6e6e6;
 *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
 background-color: #cccccc \9;
}

.btn:first-child {
 *margin-left: 0;
}

.btn:hover {
 color: #333333;
 text-decoration: none !important;
 background-position: 0 -15px;
 -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}

.btn:focus {
 outline: thin dotted #333;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

.btn.active,
.btn:active {
 background-image: none;
 outline: 0;
 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
 cursor: default;
 background-image: none;
 opacity: 0.65;
 filter: alpha(opacity=65);
 -webkit-box-shadow: none;
  -moz-box-shadow: none;
   box-shadow: none;
}

.btn-large {
 padding: 11px 19px;
 font-size: 17.5px;
 -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
 margin-top: 4px;
}

.btn-small {
 padding: 2px 10px;
 font-size: 11.9px;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
 margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
 margin-top: -1px;
}

.btn-mini {
 padding: 0 6px;
 font-size: 10.5px;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
}

.btn-block {
 display: block;
 width: 100%;
 padding-right: 0;
 padding-left: 0;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.btn-block + .btn-block {
 margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
 width: 100%;
}

.btn {
 border-color: #c5c5c5;
 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

button.btn,
input[type="submit"].btn {
 *padding-top: 3px;
 *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
 padding: 0;
 border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
 *padding-top: 7px;
 *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
 *padding-top: 3px;
 *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
 *padding-top: 1px;
 *padding-bottom: 1px;
}


/*------------------ 
 印刷用
--------------------*/
@media print{
#header, #page-top, #footer {display: none;}
}


/*-----------------------
   YouTube 動画
-------------------------*/

a img { border: none; }
p img {	padding: 0; max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {float: right;padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {float: left;padding: 4px;margin: 0 7px 2px 0;display: inline;}

.youtube {
  position: relative;
  width: 70%;
  padding-top: 40%;
  margin: 50px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:480px) {
  .youtube {
    width: 100%;
    padding-top: 60%;
  }
}