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

h1 {
  font-size:150%;
}
h2{
font-size:120%;
}

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: 14px/1.3 sans-serif;
  -webkit-text-size-adjust: 100%;
}

#page {
  background: #fffffff;
  width: 100%;
  padding-left: 5px;
  padding-right: 10px;
}



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


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

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

#globalHeader #title {
  font-weight:bold;
  font-size:20px;
  color:#333;
  margin: 6px 0 2px 0;
  margin: 5px auto;
  text-align:center;
  background: #66cc66;
　
}


/* 項目ごとレイアウト設定
---------------------------------------------------------- */

#row4 {
  text-align: right;
  margin-bottom: 15px;
  margin-top: 15px;
}

/**************/


article {
  margin-top: 5px;
  padding-right: 5px;

}

article ul {
  margin-top: 10px;
}

.link {
  margin-left: 20px;
}

.link li div {
  margin-top: 10px;
  font-size: 14px;
  color: #666;

}

.link li a {
  font-size: 20px;
  display: block;
}


#slide{
	margin: 2px 2px;
}





/**************************************************/
/* h2　項目タイトルの背景
/**************************************************/

/* 背景グラデーション　*/
h2

{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  border-top: 1px solid #ccc;
}


/* 項目文字設定　*/
h2 span
{
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 12px 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

/* ボタン画像(リンク)　*/
section.link div ul li a
{
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 12px 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}



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

p#footertext {
  background: #66cc66;
  color: #fff;
  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;
  }


}


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

#page{
	margin: 0px auto;
	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;
  text-align:center;
  font-weight:bold;
  color:#333;
  font-size:24px;
  vertical-align:bottom;
  background: #66cc66;
}


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



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

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


  /**************************************************/
  /* 各行のレイアウト
  /**************************************************/
  
section {
  padding-top: 5px;
  padding-bottom:5px;
}
  /**************/
  #row1{
        display: flex;
  }

  #row1 article{
     flex: 1;
  }
  
  #row1 article:nth-of-type(1){
     flex: 0.8;
  }

  /**************/
  #row2{
    display: flex;
  }

  #row2 article{
    flex: 1;
  }

  #row2 article:nth-of-type(1){
    flex: 1.2;
  }

  /**************/
  

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

  h2 span
  /
  {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 3px 5px;
  text-shadow: none;
  }
  

  


}
  /* 960用終了