@charset "utf-8";
/* Mobile Layout: 480px and below. */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-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;
}
#ninja-hp-inactive, #ninja-hp-inactive-footer {
	display: 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: #d98392;
	border-bottom: 3px solid #b40926;
}
.glonav {
	display: none;
}
/* Top image
---------------------------------------------------- */
#top {
	position: relative;
	background-image: url(../img/header-bgimg.jpg);
	min-height: 150px;/*background-position: center;*/
}
#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, 1px 1px 0px #EEE, 2px 2px 0px #AAA, 3px 3px 0px #777, 4px 4px 0px #555, 5px 5px 0px #333, 8px 8px 8px #000;
	margin-bottom: 0.5em;
}
#note {
	font-size: 1em;/* 16px */
	color: #FFF;
	text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 0px 0px 8px #000;
	font-weight: bold;
}
#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-radius: 6px;
	border-bottom: 5px solid #FF4700;
	margin-left: -3em;
	margin-top: 15px;
	padding-left: 3em;
	-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.60);
}
main h2 {
	font-size: 1.5em;
	border-bottom: 1px dotted #999;
	padding: 17px 0px 10px 10px;
	text-shadow: 1px 1px 0 #CCC;
	position: relative;
}
main h2:before {
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #E01518;
	top: 0em;
	left: -1em;
	height: 12px;
	width: 12px;
}
main h2:after {
	content: "□";
	font-size: 100%;
	position: absolute;
	color: #B92A2C;
	top: 1em;
	left: -.8em;
	height: 12px;
	width: 12px;
}
main .subTitle {
	font-size: 1.125em;
	padding: 12px 0px 10px 10px;
	text-shadow: 1px 1px 0 #CCC;
}*/
/*タイトルイメージ_01----------*/
main .entryTitle {
	margin-bottom: 10px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 20px;
	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: rgba(255,254,77,0.50);
	position: relative;
}
h2 {
	font-size: 1.5em;
	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;
	padding: 12px 0px 5px 10px;
	text-shadow: 1px 1px 0 #FFF;
}
/*タイトルイメージend----------*/
main .text p {
	line-height: 1.7;
	margin-bottom: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.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.50);
}
main .text li:before {
	content: "※";
	font-size: 120%;
	color: #E01518;
	top: 0em;
	left: 0.5em;
	height: 12px;
	width: 12px;
}
main h3 {
	font-size: 1.125em;/* 18px */
	font-weight: bold;
	padding-left: .5em;
	margin-bottom: 1em;
	text-shadow: 1px 1px 0 #FFF;
	border-left: 5px solid #F00;
}
main h4 {
	font-size: 1em;/* 16px */
	font-weight: bold;
}
/* Aside
---------------------------------------------------- */
.side-1 {
	/*background: #000335;*/
	background-color: rgba(215,52,52,0.20);
}
.side-2 {
	/*background: #0A3DC7;*/
}
aside {
	/*color: #FFF;*/
}
aside a {
	font-size: .875em;/* 14px *//*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;
}
aside ul li {
	/*padding-left: 2em;*/
}
.rank1 {
	background-image: url(../img/1.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
}
.rank2 {
	background-image: url(../img/2.gif);
	background-repeat: no-repeat;
}
.rank3 {
	background-image: url(../img/3.gif);
	background-repeat: no-repeat;
}
.rank4 {
	background-image: url(../img/4.gif);
	background-repeat: no-repeat;
}
.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: #CCC;
}*/
/*#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;
}
.infomation {
	display: block;
	margin: 0 0 0 0;
	font-size: .75em;/* 12px */
	line-height: 1;
}
.infomation h2 {
	margin-bottom: 5px;
}
.infomation dl dt {
	margin-bottom: 0.5em;
}
.infomation dl dd {
	margin: 0 0 1em 1.5em;
}
/* ウェジット PickUp
---------------------------------------------------- */
.widget-pick h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	background-color: #d98392;
}
.widget-pick h4 {
	font-size: 1.125em;/* 18px */
	border-bottom: 1px dotted #999;
	text-shadow: 1px 1px 0 #333;
	color: #fff;
	padding-left: 35px;
}
.widget-pick .text p {
	font-size: .875em;/* 14px */
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.widget-pick a, .widget-pick a:visited, .widget-pick a:hover {
	color: #333;
}
.widget-pick .entryTitle {
	margin-bottom: 10px;
	margin-left: -20px;
	margin-top: 0px;
	padding: 3px 5px 3px 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: #001CF8;
	position: relative;
}
.widget-pick .entryTitle:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #F04;
}
.widget-pick .entryTitle:after {
	left: 0;
	border-right: 5px solid #F04;
}
/* ウェジット Navi
---------------------------------------------------- */
.widget-navi h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
}
.widget-navi ul li {
	/*padding-left: 1em;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.widget-navi li a {
	display: block;
	color: #FFF;
	padding: 15px 20px 10px 20px;
}
.widet-outline {
	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.20);
}
/* ウェジット Navi_1
---------------------------------------------------- */
/*.widget-navi_1 h3 {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: .875em;
	color: #FFF;
	line-height: 150%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0px 0px;
}*/
/*.widget-navi_1 h3 {
	background: #066778;
	background: -webkit-gradient(linear, left top, left bottom, from(#066778), to(#008CA5));
	background: -webkit-linear-gradient(top, #066778, #008CA5);
	background: -moz-linear-gradient(top, #066778, #008CA5);
	background: -o-linear-gradient(top, #066778, #008CA5);
	background: linear-gradient(to bottom, #066778, #008CA5);
}*/
.widget-navi_1 h3 {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px;
	font-size: 92%;
	color: #FFF;
	line-height: 1.5em;
	background: #d98392;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0px 0px;
}
.widget-navi_1 ul {
	padding-bottom: 5px;
	border: solid 1px #D5D5D5;
	border-top: none;
	background: #F9F9F9;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0px 0px 5px 5px;
}
.widget-navi_1 ul li {
	border-top: solid 1px #D5D5D5;
}
.widget-navi_1 ul li:first-child {
	border-top: none;
}
.widget-navi_1 li a {
	display: block;
	padding: 10px 20px 10px 10px;
	font-size: 86%;
	color: #555;
	line-height: 150%;
	text-decoration: none;
	border-top: solid 1px #F5F5F5;
	background: url(../img/arrow_04.png) no-repeat right center;
}
.widet-outline_1 {
	margin-bottom: 15px;
}
/* Footer
---------------------------------------------------- */
footer {
	background-color: #b40926;
	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;
}
/* position・CM・imgsize
-----------------------------------------------------------------------*/
.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: 2%;
}
.img40 {
	max-width: 90%;
	padding: 2%;
}
.alignright, .alignleft {
	text-align: center;
	margin-bottom: 0.6em;
	margin-left: auto;
	margin-right: auto;
}
.adright {
	float: none;
	text-align: center;
	height: auto;/*縦横比を正常にする*/
}
.adleft {
	float: none;
	text-align: center;
	height: auto;/*縦横比を正常にする*/
}
.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;
	margin-left: auto;
	margin-right: auto;
}
.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: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-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 {
	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;
}
.blue {
	font-size: 16px;
	color: #0000FF;
}
.font18 {
	font-size: 18px;
	font-weight: bold;
}
.blackbold {
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFF;
}
.update {
	text-align: right;
	font-size: .625em;/* 10px */
}
#pageTop {
	width: 100%;
}
#pageTop a {
	display: block;
	padding: 10px 10px 10px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFF;
	background-color: rgba(142,142,142,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
/* 仕様
---------------------------------------------------- */
.shiyoutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.shiyoutbl table {
	font-size: .875em;/* 14px */
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.shiyoutbl td {
	border: 1px solid #CCC;
}
/* Youtube window幅
-------------------------------------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 500px;
	max-width: 100%;
}
/* 481px タブレット
==================================================== */
@media only screen and (min-width: 481px) {
h1 {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	text-shadow: 2px 2px 0px #3b3b3b, 2px 2px 0px #616161;
}
/* Top image
---------------------------------------------------- */
#top {
	min-height: 300px;
}
#catchcopy {
	top: 25px;
	width: 60%;
}
#title {
	font-size: 2.25em;/* 36px */
	margin-bottom: 0.5em;
}
#note {
	font-size: 1.5em;/* 24px */
}
.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;
}*/
/* position・CM・imgsize
-----------------------------------------------------------------------*/
.img30 {
	width: 30%;
	padding: 1%;
}
.img40 {
	width: 40%;
	padding: 1%;
}
.alignright {
	float: right;
	margin-bottom: 0.6em;
	margin-left: 2%;
}
.alignleft {
	float: left;
	margin-bottom: 0.6em;
	margin-right: 2%;
}
.btnView {
	width: 60%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 6em;
}
#pageTop a {
	display: block;
	padding: 10px 10px 10px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFF;
	background-color: rgba(142,142,142,0.5);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
}
/* 769px デスクトップ
==================================================== */
@media only screen and (min-width: 769px) {
.wrapper {
	width: 88.5%;
	max-width: 1060px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Main contents
---------------------------------------------------- */
.main {
	display: -webkit-flex;
	display: flex;
}
main {
	-webkit-flex: 2;
	flex: 2;
	max-width: 700px;
}
aside {
	-webkit-flex: 1;
	flex: 1;
	max-width: 360px;
}
.adright {
	float: right;
	width: 336px;
}
.adleft {
	float: left;
	width: 336px;
}
/* Footer
---------------------------------------------------- */
#footer {
	display: -webkit-flex;
	display: flex;
}
.column-1, .column-2, .column-3 {
	flex: 1;
}
#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;
}
}
