html, body {
	height: 100%;
}

body {
	background: #333333 url(../images/bg_80.jpg) repeat;
	background-size: 320px 221px;
	-webkit-text-size-adjust : 100%;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'Avenir Next', Avenir, Roboto, 'Helvetica Neue', 'Droid Sans', Helvetica, Arial, sans-serif;
}

a {
	cursor: pointer;
}
a:link {
	color: #009fe1;
}
a:visited {
	color: #009fe1;
}
input[type=text], textarea {
	font-size: 16px;
	padding: 3px;
}
#container {
	width: 100%;
	color: #666666;
}
body > #container {
	height: auto;
}

.bxsliderWrapper {
	display: none;
}

/* タブ用
 -----------------*/


.tab:not(.active) {
	display: none;
}

/* header
 -----------------*/
 
header {
	margin: 0 auto -21px auto;
}

/* 詳細ページ用 */
header.detailHeader {
	margin: 0 0 -18px 0;
	z-index: 1;
	/*position: relative;*/
}  


header h1 {
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size:320px auto;
	max-width: 320px;
	height: 92px;
	margin: 0 auto;
	/*position: relative;*/
	
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

/* 詳細ページ用 */
header.detailHeader h1 {
	background: none;
	max-width: 320px;
	height: 49px;
	text-indent: 0;
}  


header h1 img {
	width: 100%;
}

header h1 a.logo_toppage {
	display: block;
	/*position: absolute;
	top: 0;
	left: 60px;*/
	width: 200px;
	height: 60px;
}

/* nav
 -----------------*/
 
nav {
	background:url(../images/nav_base.png) 0 0 no-repeat;/**/
	background-size:320px auto; /*古いスマホ機種のブラウザは対応していない模様（そのままの大きさになる）*/
	line-height: 0;
	font-size: 0;
	width: 320px;
	min-height: 93px;
	margin: 0 auto 6px auto;
	/*position: relative;*/
	margin: 0 auto -7px auto;

}

.nnnnn {
	background:url(../images/nav_base2.png) 0 0 no-repeat;/**/
	background-size:320px auto; /*古いスマホ機種のブラウザは対応していない模様（そのままの大きさになる）*/
	line-height: 0;
	font-size: 0;
	width: 320px;
	min-height: 93px;
	margin: 0 auto 6px auto;
	/*position: relative;*/
	margin: 0 auto -7px auto;

}

/*
nav .nav_base {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}
*/

nav ul {
	/*position: relative;
	z-index: 1000;	*/
}



nav ul li {
	float: left;
	width: 66px;
	height: 70px;
	
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

/* 3icons */
nav ul li.nav_1 {
	margin: 0 29px 0 33px;
}

nav ul li.nav_3 {
	margin: 0 0 0 31px;
}
nav ul li.nav_4 {
	display: none;
}


/* backup 4icons 

nav ul li.nav_1 {
	margin: 0 7px 0 25px;
}

nav ul li.nav_3 {
	margin: 0 4px 0 5px;
}

*/

nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	width: 66px\9;
	height: 70px\9;
}
nav ul li a span {
	display:none\9;
}

nav ul li img {
	width: 100%;	
}



/* go back to index from detail pages
 -----------------*/
 
section.linkBlock {
	/*background:url(../images/nav_base_backBtn.png) 0 0 no-repeat;
	background-size:320px auto; 古いスマホ機種のブラウザは対応していない模様（そのままの大きさになる）*/
	width: 320px;
	min-height: 60px;
	margin: 0 auto;
	
	z-index: 10;
	position: relative;
}

section.linkBlock .nav_base_backBtn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

section.linkBlock .backBtn {
	width: 70px;
	height: 40px;
	margin: 0 0 0 15px;
	position: relative;
	z-index: 1000;
}
section.linkBlock .backBtn a {
	display: block;
	width: 70px;
	height: 40px;
	overflow: hidden;
}

section.linkBlock .backBtn a span {
	margin: 0 0 0 -3000px;
}


/* category title
 -----------------*/
.categoryHead {
	line-height: 0;
	font-size: 1%;
	
}

.categoryHead h2 {
	max-width: 320px;
	padding: 6px 0 6px 0;
}

.categoryHead h2 img {
	width: 100%;

}

/* list
 -----------------*/
 
section.listBlock {
	background-color: rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 8px 7px 8px;
		
}

section.listBlock ul {
	width: 92%;
	margin: 0 auto;
	padding: 5px 0;


}
section.listBlock ul li {

	position: relative;
	background: url(../images/border_dotted.gif) left bottom repeat-x;
	overflow: hidden;
	min-height: 100px;
	color: #ffffff;
	padding: 11px 0 2px 0;

	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);	
	width: 100%;
}
section.listBlock ul li:last-child {
	background: none;
}


section.listBlock ul li a {
	background: url(../images/arrow.png) right center no-repeat;
	background-size: 13px auto;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

section.listBlock ul li.nolinkblock a {
	background: none;
	text-decoration: underline;
	color: #009fe1;
	display: inline;
}

section.listBlock ul li figure {
	width: 80px;
	position: absolute;
}
section.listBlock ul.newsList li {
	min-height: 90px;
}


section.listBlock ul.newsList li .newsdate {

	border-left: solid 1px #666666;
	line-height: 1.5;
	padding-left: 10px;
	margin-bottom: 0.5em;
}

section.listBlock ul li figure img {
	width: 100%;	
}
section.listBlock ul li article {
	margin: 0 0 9px 0;	

}
section.listBlock ul li article:after {

}
section.listBlock ul li article > h3 {
	font-size: 17px;
	line-height: 1.1;
	margin: 0px 40px 10px 90px;
	padding: 2px 0 10px 0;

}
section.listBlock ul li article > p {
	line-height: 1.5;
	margin: 0 20px 0 90px;
	word-wrap: break-word;
	word-break: break-all;
}

section.listBlock ul.newsList li article > p {
	margin-right: 5px;
}

/* 対応プラットフォームのアイコン */
section.listBlock ul li .iconPlatform {
	position: absolute;
	top: 10px;
	right: 1px;
	float: right;
}
section.listBlock ul li .iconPlatform div {
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 0 0 1px;
}
section.listBlock ul li .iconPlatform div img {
	width: 100%;
}
 
/* detail page
 -----------------*/
 
section.detailTitle h1 {
	color: #ffffff;
	padding: 6px 0 12px 0;	
	text-align: center;
	font-size: 130%;
	line-height: 1.0;
	
	-webkit-text-shadow: 0px 0px 15px #dddddd;
	text-shadow: 0px 0px 15px #dddddd;
	
	max-width: 1000px;
	margin: 0 auto;
} 
.detailTitle_links li {
	
	
	border-top: solid 1px #555;
	

	text-align: center;
	font-size: 15px;
	line-height: 1.0;
	

	max-width: 1000px;
	margin: 0 auto;
}
.detailTitle_links li:last-child {
	border-bottom: solid 2px #009fe1;
}

.detailTitle_links li:hover {
	background: rgba(255,255,255,0.1);
}
.detailTitle_links li a:link,
.detailTitle_links li a:visited,
.detailTitle_links li a:hover,
.detailTitle_links li a:active
 {
	background: url(../images/arrow.png) right center no-repeat;
	background-size: auto 30%;
	color: #00CCFF;
	padding: 0.7em 0;
	
	display: block;
	text-decoration: none;
	width: 90%;
	margin: 0 auto;
}
section.detailTitle img {
	width: 100%;
	margin: 0 0 5px 0;
}
	
section.detailBlock {
	background-color: rgba(0,0,0,0.2);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 8px 3px 8px;
	color: #ffffff;
	padding: 13px 0;
	/*
	filter:progid:DXImageTransform.Microsoft.Gradient(
GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000);
	*/
	
	/*-pie-background: rgba(0,0,0,0.2);
	behavior: url(js/css3pie/PIE.htc);*/
}

section.detailBlock .detailInner {
	width: 85%;
	margin: 0 auto;
}
section.detailBlock .detailInner90 {
	width: 90%;
	margin: 0 auto;
}
section.detailBlock .detailInner > p {
	
	line-height: 1.5;
}

section.detailBlock .detailInner figure {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

section.detailBlock .detailInner figure img {
	width: 100%;

	height: auto;
	border: solid 1px #222222;
}

	 
  /* footer
 -----------------*/
footer {
	text-align: center;
	padding: 15px 0;
}

footer small {
	color: #999999;
	line-height: 1.0;
	letter-spacing: 0.05em;
	
	font-family: 'Avenir Next', Avenir, Roboto, 'Helvetica Neue', 'Droid Sans', Helvetica, Arial, sans-serif;

}
footer small a:link,
footer small a:visited,
footer small a:hover,
footer small a:active
 {
	color: #999999;
	text-decoration: none;
}
footer small a:hover {
	color: #bbbbbb;
}
footer small img {
	width: 220px;

}
footer small strong {
	font-size: 0;

}


footer .footer_inner {
	width: 100%;
	margin: 0 auto;
	font-size: 90%;
	padding: 0 0 2px 0;
	text-align: center;		
}

.footer_inner .footerlink {
			position: relative;
			overflow: hidden;
			float: none;
			margin: 8px 0 2px 0;	
}
		.footer_inner .footerlink ul {
			float: left;
			margin: 5px;
			position:relative;
			left:50%;
		}
.footer_inner .footerlink ul li {

	float: left;
	position:relative;
	left:-50%;
	margin: 10px;
	line-height: 1.5;
}

	@media screen and (max-width: 480px) {

		.footer_inner .footerlink ul li:nth-child(3) {
			clear: left;

		}

	}
	
	
.bottom_banner {
	width: 90%;
	margin: 0 auto;
	max-width: 480px;
}
.bottom_banner img {
	width: 100%;
}
a.submitBtn {
	max-width: 250px;
	display: block;
	text-decoration: none;
	padding: 7px 13px;
	margin: 15px auto;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border: none;
	width: auto;
	color: #444444;
	background-color: #c9cacd;
	background-image: linear-gradient(top, #f0f0f0, #d7d8d9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(10%, #f0f0f0), color-stop(48%, #d4d5d7), color-stop(52%, #b4b5b9), color-stop(70%, #c0c1c4), to(#d7d8d9));
	background-image: -moz-linear-gradient(top, #f0f0f0, #d7d8d9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFf0f0f0', endColorstr='#FFd7d8d9');
	box-shadow: 0 2px 3px #ffffff;
	-webkit-box-shadow: 0 0 1px #aaaaaa;
	-webkit-appearance: none;
	font-weight: bold;
	line-height: 1.0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 1px 1px 1px #ffffff;
	-webkit-text-shadow: 1px 1px 1px #ffffff;


}


    .btn_submitBtn2 a {
        width:auto;
        display: block;
        padding: 0.8em 1px;
        font-size: 12px;
        font-weight:bold;
		line-height: 1.0;
		text-decoration: none;
        text-align:center;
		vertical-align: middle;
        color: #a31832;

		background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
		
		background: linear-gradient(to bottom, #ffffff, #f0f0f0);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFffffff', endColorstr='#FFf0f0f0');

        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        /*border: 2px solid #ffffff;*/

		-webkit-text-shadow: 1px 1px 1px #fff6bd;
		text-shadow: 1px 1px 1px #fff6bd;	
		
			/*box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;*/
		width: 100%;
		height: 100%;
		
		cursor: pointer;
    }

	
	.btn_submitBtn2 a:link,
 .btn_submitBtn2 a:visited,
 .btn_submitBtn2 a:hover,
 .btn_submitBtn2 a:active {
		color: #00b4ff;
		text-decoration: none;
}
 .btn_submitBtn2 a:hover {
		background: -moz-linear-gradient(top, #f5f5f5, #dddddd);
		background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dddddd));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFf5f5f5', endColorstr='#FFdddddd');
		background: linear-gradient(to bottom, #f5f5f5, #dddddd);
}


/* slider
 -----------------*/
 
 /**/
.slideBlock {
	
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	/*
	position: relative;
	overflow: auto;
	line-height: 0;
	font-size: 0;
	*/
}
/*
.slideBlock ul {
	background: #ff0000;
	width: 100%;
}
.slideBlock ul li {
	background: #ffff00;
	width: 100%;

	float: left;
}*/
.slideBlock ul li img {
	width: 100%;
}

.acMenu {
	line-height: 1.5;
}


.acMenu dt {
	display:block;
	width:100%;
	height:auto;
	
	text-align:left;
	position: relative;
	margin: 13px 0 9px 0;
}
.acMenu dt h2 {
	font-size: 120%;
	margin: 2px 0 7px 0;
	padding: 20px 0 3px 0;
	border-top: solid 1px #00CCFF;
}
.acMenu dt:first-child h2 {
	border-top: none;
}
.acMenu dt img {

	
	
}

.acMenu dt .acImg {
	float: left;
	width: 60%;
	position: relative;
}
.acMenu dt .acImg img {
	width: 100%;
}
.acMenu dt .acImg .acDetailTxt {
	position: absolute;
	bottom: 4%;
	right: 3%;
	-webkit-text-shadow: 1px 0px 2px #000000, -1px 0px 1px #000000, 0px 1px 1px #000000, 0px -1px 2px #000000;
	text-shadow: 1px 0px 2px #000000, -1px 0px 1px #000000, 0px 1px 1px #000000, 0px -1px 2px #000000;
	font-size: 110%;
}

	@media screen and (min-width: 600px) {
.acMenu dt .acImg .acDetailTxt {
	font-size: 140%;
}
	}


.acMenu dt .acToggle {
	cursor:pointer;
}

.acMenu dt .acLinks {
	float: right;
	width: 38%;
}
.acMenu dt .acLinks p.btn_submitBtn2 {
	width: 95%;
	padding: 0 10px 10px 0;
	white-space: nowrap;

}

.acMenu dt .acLinks p.btn_submitBtn2 img {
	margin-right: 1%;
	margin-top: -2px;
}
.acMenu dd.acHide {

	width:100%;
	height:auto;
	display: none;
	margin: 0 0 25px 0;
	padding: 2px 0 0 0;
	border-top: dotted 1px #aaaaaa;
}

/* acMenu Small Thumbnail List ----------------------*/

.acMenu.small_thumb_list {
	line-height: 1.5;
}


.acMenu.small_thumb_list dt {
	display:block;
	width:100%;
	height:auto;
	
	text-align:left;
	position: relative;
	margin: 13px 0 9px 0;
}
.acMenu.small_thumb_list dt h2 {
	font-size: 100%;
	margin: 2px 0 7px 0;
	padding: 20px 0 3px 0;
	border-top: solid 1px #ffffff;
}
	@media screen and (min-width: 600px) {
		.acMenu.small_thumb_list dt h2 {
			font-size: 120%;
		}
	}

.acMenu.small_thumb_list dt:first-child h2 {
	border-top: none;
}
.acMenu.small_thumb_list dt img {

	
	
}

.acMenu.small_thumb_list dt .acImg {
	float: left;
	width: 30%;
	max-width: 110px;
	position: relative;
}
.acMenu.small_thumb_list dt .acImg img {
	width: 100%;
}
.acMenu.small_thumb_list dt .acImg .acDetailTxt {
	position: absolute;
	bottom: 4%;
	right: 3%;
	-webkit-text-shadow: 1px 0px 2px #000000, -1px 0px 1px #000000, 0px 1px 1px #000000, 0px -1px 2px #000000;
	text-shadow: 1px 0px 2px #000000, -1px 0px 1px #000000, 0px 1px 1px #000000, 0px -1px 2px #000000;
	font-size: 110%;
}

	@media screen and (min-width: 600px) {
.acMenu.small_thumb_list dt .acImg .acDetailTxt {
	font-size: 140%;
}
	}


.acMenu.small_thumb_list .acToggle {
	/*cursor:pointer;*/

}

.acMenu.small_thumb_list dt .acLinks {
	float: right;
	width: 67%;
	margin: 0.2em 0 0.5em 0;

}
	@media screen and (min-width: 600px) {
		.acMenu.small_thumb_list dt .acLinks {
			width: 77%;
		}
	}
		@media screen and (min-width: 900px) {
		.acMenu.small_thumb_list dt .acLinks {
			width: 81%;
		}
	}
.acMenu.small_thumb_list dt .acLinks .acTextBox_ellipsis {

	overflow: hidden;
	max-height: 7.5em;
	
	width: 100%;
	font-size: 93%;
	
}

.acMenu.small_thumb_list dt .acLinks .acTextBox_inner {

	white-space: normal;


	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-ms-line-clamp: 4;
	line-clamp: 4;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	
	
	
	/*overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;*/
}

	@media screen and (min-width: 800px) {
		.acMenu.small_thumb_list dt .acLinks .acTextBox_inner {
			-webkit-line-clamp: 5;
			-moz-line-clamp: 5;
			-ms-line-clamp: 5;
			line-clamp: 5;
		}
	}


/*
.acMenu.small_thumb_list dt .acLinks p.btn_submitBtn2 {
	width: 95%;
	padding: 0 10px 10px 0;
	white-space: nowrap;

}

.acMenu.small_thumb_list dt .acLinks p.btn_submitBtn2 img {
	margin-right: 1%;
	margin-top: -2px;
}
*/
.acMenu.small_thumb_list dd.acHide {

	width:100%;
	height:auto;
	/*display: none;*/
	display: block;
	margin: 0 0 25px 0;
	padding: 7px 0 0 0;
	border-top: dotted 1px #777777;
	
	text-align: center;
}

.acMenu.small_thumb_list dd.acHide p.btn_submitBtn2 {

	width: 47%;
	display: inline-block;
	/*padding: 3%;*/
	margin: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.acMenu.small_thumb_list dd.acHide p.btn_submitBtn2 a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
.acMenu.small_thumb_list dd.acHide p.btn_submitBtn2:nth-child(1) {
	padding: 0 2% 0 0;
}
.acMenu.small_thumb_list dd.acHide p.btn_submitBtn2:nth-child(2) {
	padding: 0 0 0 2%;
}




a.marginb0 {
	margin: 15px auto 0 auto;
}
a.submitBtn span.submitBtnArrow {
	background: url(../images/arrow.png) right center no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	display: block;
}

.spaceWrap {
	padding: 0 0 15px 0;
}

.space5px {
	padding: 5px 0 5px 0;
}
.space10px {
	padding: 10px 0 10px 0;
}
.center {
	text-align: center;
}
.preload {
	display: none;
}

.clearfix:after {
   clear: both;
   display: block;
   visibility: hidden;
   height: 0;
   content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
