@charset "UTF-8";



/*　ーーーーー　　clearfix　　ーーーーー　*/

.clearfix:after{
  content:"";
  display: table;
}
.clearfix:after{
  clear:both;
} 
/*IE6, 7対策 */
.clearfix{
  *zoom:1;
}



/*　ーーーーー　　基礎設計　　ーーーーー　*/

html {
	font-size: 16px;
}
body {
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	overflow-x: hidden;
	width: 100%;
	position: relative;
	min-width: 1024px;
	overflow-y: hidden;
}
.wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.contents {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #1A87C5;
}
a:hover img {
	opacity: 0.6;
}



/*　ーーーーー　　ヘッダー　　ーーーーー　*/

#header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: 100px;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 100;
}
.logos   {
	float: left;
	margin-left: 12px;
}
h1  {
	font-size: 0.5rem;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 4px;
}
.box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	height: 110px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: 4px solid #0e0057;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
}
.box.normal {
	padding: 16px;
	font-size: 0.8rem;
	height: auto;
	border-top: 1px solid #d4d4d4;
	line-height: 1.6em;
	margin-bottom: 24px;
}
#mainlogo {
	margin-top: 0px;
}
#g-menu  {
	position: absolute;
	right: 0px;
	font-size: 0.8rem;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #FFFFFF;
	line-height: 40px;
	top: 60px;
}
#g-menu:after {
	content: "";
	height: 100%;
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	width: 100vw;
	right: -100vw;
}
#g-menu li {
	float: left;
	/* [disabled]padding-right: 16px; */
	padding-left: 32px;
}
#g-menu li:first-child {
	padding-left: 16px;
}
#g-menu a  {
	height: 100%;
	display: inline-block;
	position: relative;
	width: 100%;
}
#g-menu a:before {
	content: "";
	transition: 0.4s width;
	position: absolute;
	display: block;
	bottom: 0px;
	width: 0px;
	height: 2px;
	left: 50%;
	background-color: #0F0057;
}
#g-menu a:after {
	content: "";
	transition: 0.4s width;
	position: absolute;
	display: block;
	bottom: 0px;
	width: 0px;
	height: 2px;
	right: 50%;
	background-color: #0F0057;
}
#g-menu li:hover a:before , #g-menu li:hover a:after{
	width: 50%;
}
#g-menu li a.active:before , #g-menu li a.active:after{
	width: 50%;
}
#sub-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 0.6rem;
	width: 240px;
	margin-right: 12px;
}
#sub-menu a {
	text-align: center;
	width: 49.75%;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #0e0057;
	color: #C6C0DD;
	transition: 0.2s all;
	letter-spacing: 0.05em;
	height: 20px;
	line-height: 20px;
}
#sub-menu a:hover {
	background-color: rgba(14,0,87,0.75);
	color: #FFFFFF;
}
#sub-menu .top-left {
	margin-right: 0.5%;
}
#sub-menu .top-right {
}
#sub-menu .bottom {
	width: 100%;
	margin-top: 0.5%;
}
#pagetop {
	position: relative;
	z-index: 0;
	width: 100%;
}
#pagetop .top {
	user-select: none;
	width: 101%;
	margin-left: -1%;
	position: absolute;
	top: 0px;
	z-index: 1;
	display: block;
}
#pagetop .bottom {
	user-select: none;
	width: 101%;
	margin-right: -1%;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	display: block;
	margin-bottom: -1px;
}



/*　ーーーーー　　コンテンツ　　ーーーーー　*/

.con-inner {
	margin-top: 24px;
}
.main {
	width: 742px;
	margin-left: 12px;
	float: left;
	margin-top: 32px;
}



/*　ーーーーー　　検索ブロック　　ーーーーー　*/
#search_box {
	height: auto;
}
#search_box h2 {
	line-height: 3rem;
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	color: #0F0057;
}
#search_box h3 {
	line-height: 3rem;
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	color: #0F0057;
}
#search_box .table {
	display: block;
	width: 100%;
	clear: both;
	height: auto;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	border-style: none;
}
#search_box .table .th, #search_box .table .td {
	display: table-cell;
	min-width: 7em;
	padding-top: 16px;
	padding-bottom: 16px;
	vertical-align: middle;
}
#search_box .table .th {
	text-align: center;
	background-color: #eeeeee;
}
#search_box .table .td {
	padding-left: 25px;
	position: relative;
}
#search_box .table .td:before {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	height: auto;
	background-color: #000000;
}
#search_box .td span {
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #8C8C8C;
	float: left;
	margin-right: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.8rem;
	margin-bottom: 4px;
}
#search_box .td span:hover {
	color: #0f0057;
	border-color: #0F0057;
	background-color: hsla(250,100%,17%,0.1);
}
#search_box .td input{
	display: none;
}
#search_box .td input:checked + span   {
	background-color: #0F0057;
	color: #FFFFFF;
}
#search_box form .submit {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #0F0057;
	background-image: url(../../assets/img/search/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 44px;
	border: none;
	margin-top: 16px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search_box form .submit:hover {
	opacity:0.8;
}


/*　ーーーーー　　検索結果ブロック　　ーーーーー　*/

#searched {
	margin-top: 40px;
}
#searched li {
	display: block;
	list-style-type: none;
	margin-bottom: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#searched li li {
	display: list-item;
	margin-bottom: 0px;
	/* [disabled]margin-left: 24px; */
	line-height: 1.2rem;
}
#searched .small .l {
	float: left;
	font-size: 0.8rem;
	line-height: 0.8rem;
}
#searched .small .r {
	float: right;
	font-size: 0.6rem;
	line-height: 1rem;
}
#searched table {
	border-left: 8px solid #0F0057;
	clear: both;
	border-right: 1px solid #c9c9c9;
	width: 100%;
	background-color: #FFFFFF;
	line-height: 1.2em;
}
#searched tr {
	border-bottom: 1px solid #c9c9c9;
}
#searched th  {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	vertical-align: bottom;
	border: 1px solid #0F0057;
	line-height: 1rem;
}
#searched th .new {
	color: #FFFFFF;
	background-color: #FF0004;
	font-size: 10px;
	display: inline-block;
	padding-left: 8px;
	padding-right: 7px;
	height: 1rem;
	line-height: 1rem;
	letter-spacing: 1px;
	margin-right: 4px;
}
#searched td {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8rem;
	padding-right: 8px;
	padding-left: 8px;
	min-width: 8em;
}
#searched td.h {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	width: 6em;
}
#searched td a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 32%;
	background-color: #1191d9;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-box-shadow: 0px 1px 2px #555555;
	box-shadow: 0px 1px 2px #555555;
	transition: 0.1s box-shadow , 0.1s -webkit-box-shadow , 0.1s background-color;
	color: #FFFFFF;
}
#searched td a:hover {
	background-color: #91E859;
	-webkit-box-shadow: 0px 0px 0px #555555;
	box-shadow: 0px 0px 0px #555555;
}
#searched td a:hover img {
	opacity:1;
}
.paging {
	text-align: center;
	margin-top: 0.6em;
}
.paging a {
	width: 80px;
	height: 40px;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 40px;
}
.paging .prev {
	background-image: url(../../assets/img/search/bg_prev.gif);
	padding-left: 6px;
}
.paging .next {
	background-image: url(../../assets/img/search/bg_next.gif);
	padding-right: 6px;
}
.paging span {
	display: block;
	font-size: 1rem;
	margin-bottom: 2px;
}
.bnr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}



/*　ーーーーー　　サイドバー　　ーーーーー　*/

.aside {
	float: right;
	width: 218px;
	margin-right: 12px;
	margin-top: 32px;
}
.aside a {
	display: block;
	margin-bottom: 10px;
}
.aside .privacy {
	margin-top: 16px;
	margin-bottom: 16px;
	border: 1px solid #c9c9c9;
	padding-top: 24px;
	padding-right: 32px;
	padding-bottom: 24px;
	padding-left: 32px;
	font-size: 0.7rem;
	line-height: 1rem;
	color: #484848;
}
.aside .privacy img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.8rem;
}
#twitterbox {
	margin-left: auto;
	margin-right: auto;
}
#u-navi {
	position: fixed;
	bottom: -72px;
	z-index: 9999;
	background-color: #0F0057;
	left: 0px;
	right: 0px;
	text-align: center;
	height: 64px;
	transition: bottom 0.6s;
}
#u-navi.active {
	bottom: 0;
}
#u-navi .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	position: absolute;
	left: 0px;
	right: 0px;
}
#u-navi div {
	display: inline-block;
	height: 64px;
	line-height: 56px;
	font-size: 0px;
	vertical-align: bottom;
	margin-top: 0px;
}
#u-navi div.bnr  {
	height: 64px;
	padding-left: 14px;
	padding-right: 15px;
	border-right: 1px solid hsla(0,0%,58%,0.50);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
	float: left;
}
#u-navi div.bnr img.f  {
	margin-right: 8px;
}
#u-navi div.entry {
	padding-left: 14px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 6px;
	width: 510px;
	height: 64px;
}
#u-navi div.entry a {
	display: block;
	width: 100%;
	height: 52px;
	background-color: #1291D9;
	transition: 0.6s background-color;
	transition-delay:0.1s;
}
#u-navi div.entry a:hover {
	background-color: #91E859;
}
#u-navi div.entry img {
	margin: 0px 24px;
	height: auto;
	width: auto;
}
#u-navi div.entry a:hover img {
	opacity:1;
}
#u-navi div.backtop {
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid hsla(0,0%,58%,0.50);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 7px;
	cursor: pointer;
	position: relative;
	border-left: 1px solid hsla(0,0%,58%,0.50);
}
#u-navi div.backtop:hover img {
	opacity: 0.6;
}
#u-navi div.backtop:after {
	content: "";
	position: absolute;
	top: -16px;
	left: 0px;
	right: 0px;
	width: 16px;
	border-left: 8px solid hsla(250,100%,17%,0.00);
	border-right: 8px solid hsla(250,100%,17%,0.00);
	border-bottom: 8px solid hsla(250,100%,17%,1.00);
	border-top: 8px solid hsla(250,100%,17%,0.00);
	height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
footer {
	padding-bottom: 64px;
	margin-top: 64px;
	text-align: center;
	font-size: 0.8rem;
	padding-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 4px solid #383057;
}
footer p {
	margin-top: 40px;
	margin-bottom: 40px;
}
footer p a:hover {
	text-decoration: underline;
}
#copyright {
	margin-bottom: 0px;
	background-color: #383057;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 1px;
}
.box.tags {
	line-height: 2.4em;
	text-align: center;
	padding: 0;
	height: auto;
	margin-top: 0px;
}
.box.tags h3 {
	font-size: 1.2rem;
	color: #0F0057;
	/* [disabled]margin-top: 1rem; */
	line-height: 48px;
	display: inline-block;
	margin-right: 1rem;
}
.box.tags h4 {
	margin-top: 0px;
	margin-bottom: 8px;
	display: table-cell;
	margin-right: 0em;
	margin-left: 0em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #E0DEEC;
	min-width: 8em;
	vertical-align: middle;
}
.box.tags .items {
	display: table-cell;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-top: 8px;
}
.box.tags .search_text {
	margin-top: 8px;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 12px;
	text-align: center;
}
.box.tags .search_text input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	margin-left: 0px;
	border-style: solid;
	border-color: #D4D4D4;
}
.box.tags .search_text .textbox {
	width: 460px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box.tags .search_text .submit {
	width: 48px;
	border-style: none;
	height: 48px;
	border-radius: 24px;
	appearance: normal;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 40px;
	margin-left: 10px;
	background-color: #0F0057;
	color: #FFFFFF;
	font-size: 16px;
}
.box.tags a {
  font-size: 14px;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  padding: 0.1em 0.5em;
  color: #0F0057;
  border-radius: 4px;
  margin-right: 2px;
  margin-left: 0px;
  margin-bottom: 0px;
  line-height: normal;
}
.box.tags a:hover {
	background-color: #0F0057;
	color: #fff;
}




/*　ーーーーーーーーーーーーーーーーーーーー　*/
/*　ーーーーー　　幅６４０まで　　ーーーーー　*/
/*　ーーーーーーーーーーーーーーーーーーーー　*/

@media (max-width:640px){
#container {
	width: 100%;
	min-width: 0px;
}
.wrap {
	width: 100%;
}
#header {
	width: auto;
	padding-left: 2%;
}
#header h1 {
	display: none;
}
.logos {
	margin-left: 0px;
}
#mainlogo {
	line-height: 50px;
}
#mainlogo img {
	width: 32vw;
	height: auto;
	max-width: 100px;
	min-width: 0px;
}
#g-menu  {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	line-height: 2.6em;
}
#g-menu li {
	width: 50%;
	padding-left: 0%;
	padding-right: 0%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}
#g-menu li:first-child {
	padding-left:0px;
}
#sub-menu {
	margin-right: 2%;
	width: 60vw;
}
.main {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: px;
	float: none;
	clear: both;
}
#search_box .table .th {
	display: block;
}
#search_box .table .td {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
}
#search_box .table .td:before {
	width: 100%;
	height: 1px;
	left: 0px;
	top: 3px;
}
#search_box label {
	margin-bottom: 4px;
}
#searched table {
}
#searched th {
	line-height: 1.2em;
}
#searched th .new {
	float: left;
	/* [disabled]height: 2.5rem; */
	/* [disabled]line-height: 2.5rem; */
}
#searched td {
	line-height: 1.2em;
	min-width: 6em;
	font-size: 0.6rem;
}
#searched td.h {
	padding: 0;
	width: 5em;
}
#searched td a {
	width: 100%;
}
.aside {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.aside a {
	float: left;
	width: 50%;
}
.aside a img {
	width: 100%;
	height: auto;
}
.aside .privacy {
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	vertical-align: middle;
}
.aside .privacy img {
	width: 30%;
	height: auto;
	display: block;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.aside .privacy p {
	height: auto;
	display: inline-block;
	width: 100%;
	margin-top: 8px;
}
#twitterbox {
	width: 80%;
}
.twitter-timeline {
	height: 300px !important;
}

#u-navi   {
	position: static;
	background-color: #FFFFFF;
	margin-top: 64px;
	width: 100%;
	height: 64px;
	border-top: 4px solid #383057;
	padding-top: 8px;
	bottom: -70px;
}
#u-navi .wrap {
	width: 100%;
}
#u-navi div {
	float: none;
	margin: 0;
	padding: 0;
	/* [disabled]display: block; */
}
#u-navi div.bnr   {
	border-style: none;
	height: auto;
	float: none;
}
#u-navi div.bnr img {
	width: 44%;
	height: auto;
}
#u-navi div.entry {
	width: 80%;
	background-color: #0F0057;
	position: fixed;
	height: 64px;
	bottom: -72px;
	left: 0px;
	z-index: 99999;
	transition:bottom 0.6s;
}
#u-navi.active div.entry {
	bottom: 0px;
}
#u-navi div.entry img {
	width: 90%;
	margin: 0;
	height: auto;
}
#u-navi .entry img {
	width: 100%;
	height: auto;
}
#u-navi div.backtop {
	width: 20%;
	background-color: #0F0057;
	position: fixed;
	right: 0px;
	bottom: -72px;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 6px;
	z-index: 99999;
	transition:bottom 0.6s;
}
#u-navi.active div.backtop {
	bottom:0px;
}
footer {
	padding-left: 2%;
	padding-right: 2%;
	line-height: 1rem;
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
}
footer p {
	margin-top: 16px;
	margin-bottom: 16px;
}
footer .navi {
	display: none;
	line-height: 2em;
}
.bnr img {
	width: 100%;
	height: auto;
}
#copyright {
	margin-left: -2%;
	margin-right: -2%;
}
.box.tags .search_text .textbox {
	width: 80%;
	border-left-style: none;
	border-right-style: none;
	text-align: left;
	margin-bottom: 0px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
}
.box.tags .search_text .submit {
	border-radius: 0px;
	width: 20%;
	margin-left: 0px;
	height: 40px;
	margin-top: 0px;
}
.box.tags h4 {
	display: block;
	margin-bottom: 0px;
}
}
