@charset "utf-8";
/* Mobile Layout: 480px and below. */
body {
	font-family: 'Lobster', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../img/background.jpg);
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
}
/* Typography
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, img {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
h1 a, h1 a:visited {
	color: #FFF;
}
h1 a:hover {
	color: #f60;
	transition: -webkit-0.5s;
	transition: -moz-0.5s;
	transition: 0.5s;
}
header {
	background-color: #3b3b3b;
	background-image: -webkit-linear-gradient(270deg,rgba(59,59,59,1.00) 86.53%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(59,59,59,1.00) 86.53%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(59,59,59,1.00) 86.53%,rgba(0,0,0,1.00) 100%);
}
.glonav {
	display: none;
}
/* Top image
---------------------------------------------------- */
#top {
	position: relative;
}
#catchcopy {
	position: absolute;
	top: 10px;
	left: 2%;
	width: 96%;
}
#title {
	font-size: 1.375em;/* 22px */
	color: #FF0000;
	font-weight: bold;
	/*text-shadow: 1px 0 0 #FFF, -1px 0 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, 3px 3px 5px #333;*/
	text-shadow:
	1px 0 0 #FFF, -1px 0 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF,
	1px 1px 0px #EEE, 2px 2px 0px #AAA, 3px 3px 0px #777, 4px 4px 0px #555, 5px 5px 0px #333, 8px 8px 8px #000;
}
#note {
	font-size: 1em;/* 16px */
	text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 0px 0px 8px #000;
	font-weight: bold;
	text-align: right;
}
#note a {
	color: #FFF;
}
#note a:hover {
	color: #f60;
	transition: -webkit-0.5s;
	transition: -moz-0.5s;
	transition: 0.5s;
}	
/* Main contents
---------------------------------------------------- */
main .entryTitle {
	margin-bottom: 10px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 40px;
	border-top-left-radius: 6px;
	/*border-bottom: 5px solid #FF4700;*/
	margin-left: -30px;
	margin-top: 10px;
	padding-left: 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: #ffd14f;
	position: relative;
}
h2 {
	font-size: 1.5em;/* 24px */
	border-bottom: 1px dotted #999;
	padding: 17px 0px 10px 2em;
	text-shadow: 1px 1px 0 #FFF;
}
main .entryTitle:after{
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #333;
}
main .entryTitle:after{
    left: 0;
    border-right: 10px solid #333;
}
h2:before {
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #E01518;
	top: 0em;
	left: 0.5em;
	height: 12px;
	width: 12px;
}
h2:after {
	content: "□";
	font-size: 100%;
	position: absolute;
	color: #B92A2C;
	top: 1em;
	left: 1.5em;
	height: 12px;
	width: 12px;
}
.subTitle {
	font-size: 1.125em;/* 18px */
	padding: 12px 0px 5px 10px;
	text-shadow: 1px 1px 0 #FFF;
}
.text p {
	line-height: 1.7;
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text {
	padding-bottom: 12px;	
}
.outlinebox {
	/*border-radius: 3px;*/
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-bottom: 15px;*/
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: rgba(255,255,255,0.80);
}
.text li:before {
	content: "※";
	font-size: 120%;
	color: #E01518;
	top: 0em;
	left: 0.5em;
	height: 12px;
	width: 12px;
}
/* Aside
---------------------------------------------------- */
.side-1 {
	background: #0969BD;
}
.side-2 {
	background: #0A3DC7;
}
aside {
	color: #FFF;
}
aside a {
	color: #FFF;
}
aside ul ul li {
	background-image: url(../img/sitemap-listmark.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 0 0 .5em;
}
.sidenav {
	padding-top: 5px;
}
#sidebar {
	margin-top: 15px;
}
aside h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
/*#sidebar h4 {
	font-weight: bold;
	font-size: 14px;
}*/
#sidebar li {
	border-top: 1px solid #ccc;
	box-shadow: -webkit-inset 0 1px 0 #999;
	box-shadow: -moz-inset 0 1px 0 #999;
	box-shadow: inset 0 1px 0 #fff;
}
/*aside li a {
	display: block;
	color: #00F;
	padding: 20px 20px 15px 20px;
}*/
#sidebar li a .text {
	font-size: .75em;/* 12px */
	line-height: 1.5;
	margin-bottom: 0;
}
aside li a {
	transition: -webkit-0.5s;
	transition: -moz-0.5s;
	transition: 0.5s;
}
aside li a:hover {
	color: #0A3DC7;
	background: #fff;
}
/* Footer
---------------------------------------------------- */
footer {
	background-color: #3b3b3b;
	color: #FFF;
}
footer h3 {
	font-size: 1em;/* 16px */
	border-bottom: 1px dotted #999;
	display: inline;
}
footer h4 {
	font-size: .875em;/* 14px */
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color:#F96;
}
footer a, footer a:visited {
	color: #FFF;
}
footer a:hover {
	color: #f60;
}
footer .copyright {
	text-align: center;
	padding: 10px 5px;
	background: rgba(255,255,255,0.15);
}
#footer {
	padding: 10px 10px;
	font-size: 12px;
}
#footer nav .gNav a span {
	margin-left: 1em;
	font-weight: bold;
}
.column-2, .column-3 {
	border-top: 1px solid #CCC;
	padding-left: 0px;
	padding-top: 10px;
}
.column-1, .column-2 {
	padding-bottom: 10px;
}

/* 位置・広告・画像サイズ
-----------------------------------------------------------------------*/
.img20, .img30, .img40 {
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.20);
	height: auto;/*縦横比を正常にする*/
}
.img20 {
	width: 20%;
	padding: 1%;
}
.img30 {
	width: 30%;
	padding: 1%;
}
.img40 {
	width: 40%;
	padding: 2%;
}
.alignright {
	float: right;
	margin-bottom: 0.6em;
	margin-left: 2%;
}
.alignleft {
	float: left;
	margin-bottom: 0.6em;
	margin-right: 2%;
}.gotoCenter {
	font-size: 1.125em;/* 18px */
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.gotoRight {
	font-size: 1.125em;/* 18px */
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}
.adR {
	display: none;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.btnView {
	width: 90%;
	margin: 10px auto 20px;
	background: #85B200;
	background:-moz-linear-gradient(50% 0% -90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:-webkit-linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:-ms-linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	background:linear-gradient(-90deg,rgb(163,217,0) 0%,rgb(133,178,0) 100%);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:0px 7px 0px rgb(105,140,0);
	-webkit-box-shadow:0px 7px 0px rgb(105,140,0);
	box-shadow:0px 7px 0px rgb(105,140,0);
}
.btnView:hover {
	position: relative;
	top: 3px;
	-moz-box-shadow:0 4px 0px rgb(105,140,0);
	-webkit-box-shadow:0px 4px 0px rgb(105,140,0);
	box-shadow:0px 4px 0px rgb(105,140,0);
}
.btnView a {
	font-size: 1.125em;/* 18px */
	display: block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.6);
	white-space: nowrap;
 }
.red {
	font-size: 1.125em;/* 18px */
	color: #FF0000;
}
.mark {
	font-weight:normal;
	background-color:#FFFF00;
	padding:2px;
}
.red16 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.red18 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.blue16 {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.font18 {
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (min-width: 481px) {
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	text-align:left;
	text-shadow:
2px 2px 0px #3b3b3b,
3px 3px 0px #616161;
}
#catchcopy {
	top: 25px;
	width: 60%;
}
.glonav {
	display: -webkit-flex;
	display: flex;
}
.glonav li:first-child {
	margin-right: auto;
}
.glonav a {
	margin: 10px;
	border-radius: 5px;
	background: #60B99A;
	color: #fff;
	display: block;
	padding: 10px 15px;
}
.glonav .home {
	background: #4584b1;
}
aside {
	display: -webkit-flex;
	display: flex;
}
.side-1, .side-2 {
	flex: 1;
}
#footer {
	display: -webkit-flex;
	display: flex;
}
.column-1, .column-2, .column-3 {
	flex: 1;
}
.btnView {
	width: 60%;
}
}

@media only screen and (min-width: 769px) {
.wrapper {
	width: 88.5%;
	max-width: 800px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*.main {
	display: -webkit-flex;
	display: flex;
}
main {
	-webkit-flex: 1.5;
	flex: 1.5;
}
aside {
	-webkit-flex: 1;
	flex: 1;
}*/
#title {
	font-size: 2em;/* 32px */
	margin-bottom: 0.5em;
}
#note {
	font-size: 1.25em;/* 20px */
}
#footer nav {
	border-left: 1px solid #333;
	padding-left: 2%;
}
.column-2, .column-3 {
	border-top: none;
	padding-top: 0;
}
.column-1, .column-2 {
	padding-bottom: 0;
}
}
