@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

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

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


/*  Common Elements
---------------------------------------------------------- */

body {
  line-height:1.2;
  color: #333;
  font: 16px/1.4 sans-serif;
  -webkit-text-size-adjust: 100%;
}

#page {
  background: #ffffff;
  width: 95%;
	/*margin: 0px auto; */
  padding-left: 10px;
  padding-right: 10px;

}


/************************************************************************/
/*  スマホ用　横960pix未満のとき。320pixがギリでフルードレイアウト　　　*/
/************************************************************************/


/*  Header　(SmartPhone)
---------------------------------------------------------- */

#globalHeader {
  background: #66cc66;
  width: 100%;
  border:solid 1px #666;
  /* margin: 1px; */
}

#globalHeader #logo {
	float:left;
    margin-top: 5px;
    margin-left: 5px;
}

#globalHeader #title {
  font-weight:bold;
  font-size:20px;
  color:#333;
  margin-left: 70px;
  margin-top: 15px;
  float:left;
　
}

#globalHeader:after

{
  content: "";
  clear: both;
  display: block;

}



/*  Top 　(SmartPhone)
---------------------------------------------------------- */



#slide{
	margin: 2px 2px;
}


{
  content: "";
  clear: both;
  display: block;

}


section.shochan ul,
section.tachan ul,
section.link ul
{
	margin: 8px 5px 20px 5px;
	list-style-type:none;
}


/*********************
行のクリアフィックス
*********************/ 

.row
{
  content: "";
  clear: both;
  display: block;

}

*/

/*************************************************************
なんだかわからないけど消すな(グラデーション用)
*************************************************************/ 

#exemptions
{
	font-size:large;
	font-weight:bold;
	margin-top: 20px;
	
}
	
section.shochan h2,
section.tachan h2,
section.link div h2

{
border-left:#393 20px solid;
border-top:#393 1px solid;
border-right:#393 1px solid;
border-bottom:#393 1px solid;
background-color:#fff;
}

.linkheader
{
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 18px 0px 0px 0px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.linkcontents
{
  display: flex;
  flex-wrap: wrap; 
}

.linkcontents div
{
  margin-right: 20px;
}  



/**************************************************/
/* アコーディオン　トグル設定　　　　　　　　　　 */
/**************************************************/

/**************************************************/
/* フッター　　　　　　　　　　　　　　　　　　　 */
/**************************************************/

p#footertext {
  background: #66cc66;
  color: #000;
  font-family: helvetica, arial;
  padding: 5px 0;
  text-align: center;
}

/*******************************************************/
/*
/* 【スマホ高解像度モニター用 devicePixelRatio: 2.0】  */
/*
/*******************************************************/
@media screen and (-webkit-min-device-pixel-ratio:2){

　/* ボタン画像(リンク)　*/
  section.link div ul li a 
  {
    background-image: url(icon/icon_arrow_black_2x.png);
    background-size: 18px 13px;
  }

  
  /* アコーディオントグル設定　*/
  .toggle div h2 span {
    background-image: url(icon/icon_minus_white_2x.png);
    background-size: 34px 24px !important;
  }

  .toggle.close div h2 span {
    background-image: url(icon/icon_plus_white_2x.png);
    background-size: 34px 24px !important;
  }

}


/************************************************************************/
/*  PC用　横960pix以上 960pixでレイアウト　　　　　　　　　　　　　　　*/
/************************************************************************/
@media screen and (min-width:960px){

#page{
	margin: 0px auto;
	padding-left: 15px;
  padding-right: 15px;
  width: 960px;
  border: 1px solid #ccc;

}

/*  Header　(pc)
---------------------------------------------------------- */

#globalHeader {
  background: #66cc66;
  width:auto;
  border:solid 1px #666;
  margin: 1px; 
}

#globalHeader #title {
  margin: 6px 0 2px 0;
  font-weight:bold;
  color:#333;
  font-size:24px;
  vertical-align:bottom;
  margin-left: 220px;
  margin-top: 12px;
  float:left;
　
}


/*  Top 　(pc)
---------------------------------------------------------- */



#sliderborder{
	width: 640px;
	height; 300px;
	float: right;
}

#slide{
	margin: 2px 0px 0px 2px;
}


#intoro {
  margin: 0px 0px 0px 2px;
  border: 1px solid #ccc;
  height: 295px;
  width: 280px;
  padding: 5px 15px 0px 15px;
  float:left;
}

  /* ボタン画像 クリア　*/
  
  section.shochan div h2 span,
  section.tachan div h2 span,
  section.link div h2 span
  {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 3px 5px;
  text-shadow: none;
  }
  

  /* トグル　*/
  .toggle.close ul {
    display: block;
  }
  

  .toggle.close div h2 span {

	background-color:#CFC; 
	background-image: none;
}


  section.link div ul:after {
    content: "";
    clear: both;
    display: block;
  }

  /*
  section.link div ul li
  {
    background-image:none;
    border-top:none;


    display:block;
    float:left;
*/


}  /* 960用終了