@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#111;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
}

html{background:#ffffff;}


/* リンク設定
------------------------------------------------------------*/
a{color:#CCCCFF;text-decoration:none;}
a:hover{color:#CCCCFF;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin-left: auto;
margin-right: auto;
width: 768px;
}

/*************
/* ヘッダー
*************/
#header{
overflow:hidden;
padding:10px 0px 0px 0px;
background:#66cdaa;
}

#header .inner .gridWrapper{
padding-bottom:0px;
}

* html #header{height:1%;}

/*************
/* ロゴ
*************/
#header .logo{
float:left;
}

.logo p{
float:right;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#2b5e92;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.logo span{
font-size:12px;
font-weight:normal;
}

#header h1{
font-size:11px;
color:#2b5e92;
}

/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}

.grid{
float:left;
}

.grid div.morelink{
text-decoration:underline;
font-size:20px;
height:auto;
margin-top:125px;
}

.grid h3{
padding:3px 0;
margin-bottom:5px;
font-weight:bold;
color:#534641;
}

.grid p{
padding:5px 0;
font-weight:bold;
}

.grid h4{
  padding:5px 0;
  font-weight: bold;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#000;
border:0;
background:transparent;
}

#footer .grid p{
  font-weight:normal;
}

/*************
メイン コンテンツ
*************/
section.content{
padding:10px 0;
border-radius:6px;
overflow:hidden;
font-size:14px;
}

section.content a{
  text-decoration:underline;
}

* html   section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
  font-weight:bold;
  padding:5px 0 2px;
  margin-bottom:10px;
  font-size:16px;
  color:#555;
  border-bottom:2px solid #555;
  margin-left:14px;
  margin-right:14px;
}

h3.link{
text-decoration:underline;
padding-left: 20px;
}
section.content img{
height:auto;
width:150px;
float:right;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #534641;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#2b5e92;
border-left:#2b5e92 5px solid
}

a{color:#2b5e92;text-decoration:none;}
a:hover{color:#2b5e92;}

table.table td{border-left:#2b5e92 3px double}

/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#66cdaa;
}

* html #footer{height:1%;}

#footer a{color:#000;}
#footer a:hover{text-decoration: underline}

#footer .copyright{font-size:11px;}

#footer img{
  width:300px;
  height:200px;
  float:none;
}

#footer h3.heading{
  margin-left:0px;
  margin-right:0px;
}

	nav#mainNav ul{
	overflow:hidden;
	}

	nav#mainNav ul li{
	float:left;
	text-align:center;
	}

	nav#mainNav ul li:last-child{border:0;}

	nav#mainNav ul a{
	font-size:18px;
        font-weight:bold;
	display:block;
	padding:15px;
	line-height:1.2;
	color:#444;
	background:#66cdaa;
	}

	nav#mainNav ul span{
	font-size:10px;
	color:#111;
	}

	nav#mainNav ul a:hover{
        text-decoration: underline;
	}

  section.video{
    margin-left:auto;
    margin-right:auto;
    width:720px;
    padding-bottom:20px;
  }

  .videoframe{
    width:720px;
    height:540px;
  }

	/* グリッド全体 */
	.gridWrapper{
          width:768px;
	}

	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
          width: 340px;
          float:left;
          margin-left:14px;
          margin-right:14px;
	}

        #header .gridWrapper{
          margin-left:0;
        }

/* モニター幅767px以下 */
@media only screen and (max-width:767px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

        h3.heading{
          margin-left:0px;
          margin-right:0px;
        }

        .inner{
          width: 720px;
        }

	#header{padding:10px 0;}

	#header .logo,#footer .logo{
	float:left;
	}

        .videoframe{
          width:600px;
          height:450px;
        }

        .gridWrapper{
          width:100%;
          padding-bottom:5px;
        }

	.grid{
          float:left;
          width:100%;
          padding-left:5px;
          padding-bottom:10px;
          margin-left:5px;
	}

	.grid img{
	float:left;
	margin-right:5px;
	}

	#footer .grid p{
	  float:left;
          width:100%;
          border:0;
	}

        #footer .grid{
          float:none;
          width:100%;
          border:0;
          margin-bottom:5px;
          padding-bottom:5px;
          padding-left:0px;
          margin-left:0px;
        }

	#footer .grid:last-child{padding-top:20px;}

        #footer .fb-like-box{
          width:300px;
        }

*{box-sizing:border-box;}


        .inner{
          width: auto;
          margin-left: 10px;
          margin-right: 10px;
        }

        section.video{
          width:300px;
          margin-left:auto;
          margin-right:auto;
          padding-bottom:10px;
        }

        .videoframe {
          width:300px;
          height:225px;
        }

        nav#mainNav ul a{
          font-size:15px;
          padding:7px;
        }

	.grid img{max-width:90%;height:auto;}

}
