@charset "utf-8";
/* CSS Document */

html,body {
	-webkit-text-size-adjust: none;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}

ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:12px;
	text-align:left;
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	background-position:left top;
	background-size :auto;
}

h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}

h1{
	font-size: 1.2em;
	font-weight: bold;
	color:  #fff;
	padding: 7px 10px;		
	background: #000;
	text-align: center;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.1);
	padding: 4px 0;

	background: #000000;
	background: linear-gradient(to bottom, #666 0%,#000 75%);
}

h5{
	padding: 4px 10px 2px 10px;
	font-size: 110%;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #dcdcdc; 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

a{
	outline:none;
	text-decoration:none;
	word-wrap: break-word;
}

a:link,
a:hover,
a:visited{
	color: #1D3994;
	text-decoration: underline;
}



/* Article 
******************************************************************************************************************************************************************************************************/

article {
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.txt01{
	padding: 20px 10px 0 10px;
}

#ctg_menu{
	padding: 16px 6px 8px 6px;
}

#ctg_menu ul{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: left;
}

#ctg_menu ul li{
	width: 20%;
	padding: 0 4px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

#ctg_menu ul li p{
	cursor: pointer;
	width: 100%;
	padding: 11px 3px;
	box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
	background-color: #222;
	font-size: 1.06em;
}

#ctg_menu ul li p.active{
	color: #ff0;
}



@media only screen and (min-device-width: 768px) { 
	article{ max-width: 640px; }
}




/* 
----------------------------------------------------------------------------------------------------
*/

.ctg_block{
	position: absolute;
	opacity: 0;
}

.ctg_box{
	padding: 10px;
}

.ctg_box iframe{
	width:100%;
	min-height: 640px;
}








