@charset "utf-8";
/*------------------------------------
	.basic
-----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	width: 100%;
	color: #333;
	font: normal 100% "Meiryo UI",'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, sans-serif;
	line-height: 1.9;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {	border: 0;}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

.red { color: #682d87;}
.blue { color: #1980ff; }
.yellow { color: #ffff4d;}
.orange { color: #682d87;}
.pink { color: #F9F;}
.green { color: #390;}
.purple { color: #683667;}

.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 170%;}
.sizeLL { font-size: 340%;}

.bg_blue { background: #5db7dc;}
.bg_orange { background: #682d87;}
.bg_white {
	background: #fff;
	padding: 10px 20px;
}


@media print, screen and (max-width: 640px) {
.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 150%;}
.sizeLL { font-size: 200%;}
}



/*------------------------------------
	contents
-----------------------------------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	overflow: hidden;
}

.min {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}

h1 {
	font-size: 200%;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.75;
}

h1 span {
	font-size: 70%;
	font-weight: normal;
}

.youtube {
  position: relative;
  width: 100%;
	padding-bottom: 56.25%;
	margin: 3px auto 30px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

article {
	width: 100%;
	margin: 0;
	padding: 0;
}

section {
	padding-bottom: 50px;
	width: 100%;
}

.inner {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
}

h2 {
	clear: both;
	font-size: 120%;
	margin: 20px auto 40px;
	text-align: center;
}

.ttl {
	font-size: 120%;
	font-weight: 600;
	margin: 5px 0 10px;
}

.thumbnail {　
	display: block !important;
	width: 96%;
	margin: 5px auto 10px;
}

hr {
	border: none;
	border-top: solid 1px #ccc;	
	margin: 70px auto 60px;
}

.dl_btn a {
	display: block;
	border-radius: 5px;
	color: #fff;
	margin: auto auto 20px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.dl_btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.mp3 { background: #00aaff;}
.pdf { background: #b30b00;}

.sp { display: none;}

.nlink {
	width: 96.5%;
	box-sizing: border-box;
	overflow: hidden;
	list-style: none;
}

.nlink li {
	float: left;
	width: 33.33333333333%;
	padding: 0;
}

.nlink a {
	display: block;
	border: solid 1px #ccc;
	border-radius: 3px;
	font-size: 90%;
	margin: 5px;
	padding: 5px;
	text-align: center;	
	text-decoration: none;	
}

.nlink a:hover {
	transition: 0.3s;
	background: #eee;
	text-decoration: none;
}

.zongen {
	font-size: 90%;
	margin-top: 10px;
	margin-right: 4%;
	text-align: right;
}

.triangle {
	display: inline-block;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #333;
  border-left: 4px solid transparent;
  margin-right: 5px;
}


@media print, screen and (max-width: 800px) {
.inner {
	width: 100%;
	padding: 0 5%;
}

hr { margin: 50px auto;}

h1 {
	font-size: 120%;
	text-align: left;
}

.ttl {
	font-size: 120%;
}

.pc { display: none;}
.sp { display: block;}

.thumbnail {　
	display: block !important;
	width: 100%;
}

.nlink {	width: 100%;}

.nlink li {
	float: left;
	width: 50%;
	padding: 0;
}

.nlink a {
	font-size: 110% !important;
	padding: 10px;	
}

.zongen {
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 70px;
}
}


/*------------------------------------
 footer
---------------------------------------------------------------------------------------------------*/
footer {
	height: auto;
	margin: 0 auto;
	padding: 15px;
	font-size: 80%;
	text-align: left;
	border-top: solid 1px #ccc;
}

footer p { margin-bottom: 3px;}

footer .f_link {
	float: right;
	margin: 0 auto 10px;
	font-size: 90%;
}

footer .f_link a,
footer .f_link a:active,
footer .f_link a:visited {
	color: #333 !important;
	text-decoration: underline !important;
}

footer .f_link a:hover {
	color: #F00 !important;
	text-decoration: underline !important;
}

footer .com_box {	float: left;}


@media print, screen and (max-width: 800px) {
footer {
	text-align: center;
}

footer .f_link,
footer .com_box {
	float: none;
	font-size: 90%;
}

footer .company,
footer .add { display: none;}
}

@media print, screen and (max-width: 640px) {
.box_form dd { margin: 3px 0 15px;}

.sub_btn input { width: 80%;}

ul { font-size: 70%;}
}
