/* Global */
html, body {
	height: 100%;
}
body {
	color: #333333;
	background-color:#ffffff;
	margin:0;
	padding:0;
	line-height:175%;
	/*background:#ffffff url('../images/mainvsual.gif') no-repeat 60% 0;
	background-attachment:fixed;*/
}


img {
	/*max-width: 100%;*/
	border:none;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline;
}

/*
a[target="_blank"] {
  padding-right: 13px;
  background: url('/images/ex_link.png') no-repeat center right;
}
*/

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:752px;
	background:#ffffff url('../images/mainvsual.gif') no-repeat 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
}

#maincontent{
	width:960px;
	height:auto;
	margin:0 auto;
	/*border:1px solid #f00;*/
}

.subData{
	clear:both;
	margin:0 0 10px;
	padding:10px;
	display:block;
	overflow:hidden;

	border:1px solid #cccccc;
	background-color: rgba(255, 255,255, 1.0);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/*----------------------------
Navigation
----------------------------*/

#navigation {
	display:block;
	overflow:hidden;
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	letter-spacing:-.4em;
	z-index:10;
}

#navigation ul{
	display:block;
	overflow:hidden;
	width:980px;
	margin:0 auto;
}

#navigation ul > li{
	display:inline-block;
	overflow:hidden;
	width:14.2%;
	text-align:center;
}

#navigation ul > li > a{
	display:block;
	overflow:hidden;
}

a#spMenuBtn{
	display:none;
}



/*----------------------------
Content Body
----------------------------*/

.slide{
	display:block;
	overflow:hidden;
}


.container{
	clear:both;
	width:100%;
	min-height:500px;
	margin:100px auto 0;
	padding-bottom:3em;
	display:block;
	overflow: hidden;
	position: relative;
	
	background-color: rgba(255,255,255, 0.75);
	color:#000000;

	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;
 	overflow:hidden;
}

.orangebg{
	background-color: rgba(255, 153, 51, 0.85);
	color: #FFFFFF;
}

.greenbg{
	background-color: rgba(153, 255, 204, 0.75);
	color:#000000;
}

.pinkbg{
	background-color: rgba(255,102,102, 0.8);
	color:#FFFFFF;
}

.bluebg{
	background-color: rgba(102,204,255,0.7);
	color:#000000;
}


.perplebg{
	background-color: rgba(205, 143,255, 0.75);
	color:#000000;
}

.yellowbg{
	background-color: rgba(102,153,255, 0.75);
	color:#000000;
}

.whitebg{
	background-color: rgba(255, 255,255, 0.75);
	color:#000000;
}


/*----------------------------*/

.contents{
	position: relative;
	padding:1em 2em;
	overflow:hidden;
}

.contents > h2{
	display:block;
	overflow:hidden;
	margin-bottom:25px;
}


.rblock{
	display:block;
	float:right;
	margin-left:1em;
}

.cblock{
	text-align:center;
}

.centerimg{
	 display: block;
	 overflow:hidden;
	 width:100%;
	 text-align:center;
}

.innerBox{
	width:640px;
	margin:1em auto;
}

.cname{
	text-align:right;
}

a.btn {
	background: -moz-linear-gradient(top,#FF0000 0%,#CC0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#CC0000));
	border: 1px solid #DDD;
	
	width:300px;
	display:block;
	margin:2px auto;
	padding: 7px 20px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

a.btn:hover {
	background: -moz-linear-gradient(top,#FF0066 0%,#CC0066);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0066), to(#CC0066));
}

a.btn:active {
	background: -moz-linear-gradient(top,#CC0066 0%,#FF0066);
	background: -webkit-gradient(linear, left top, left bottom, from(#CC0066), to(#FF0066));
}

.pdfdl{
	margin:0;
	background: url('../images/icon_pdf.png') no-repeat right 50%;
}

.worddl{
	margin:0;
	background: url('../images/icon_word.png') no-repeat right 50%;
}




/*----------------------------
 Cover/ 
----------------------------*/

#coverData{
	display:block;
	width:960px;
	height:750px;
	margin:0 auto;
	position:relative;
	/*border:1px solid #000;*/
}


#coverData h1{
	width:939px;
	height:299px;
	margin:0;
	position:absolute;
	/*top:90px;*/
	top:60px;
	left:10px;
}

#coverData h2{
	position:absolute;
	top:325px;
	left:75px;
	width:119px;
	height:418px;
}

#dataBlock{
	position:absolute;
	top:480px;
	right:0;
	text-align:right;
	
}

#socailbtns{
	margin-top:1em;
	overflow:hidden;
}

#socailbtns div{
	float: left;
}


/*----------------------------
 内容
----------------------------*/
#container2 p+p{
	margin-top:1em;
}

/*----------------------------
 解説
----------------------------*/
#container3 h3{
	display:block;
	overflow:hidden;
	width:80%;
	margin:25px auto;
	padding:0.25em 0;
	text-align:center;
	font-size: 2.1rem;
	line-height:125%;
	font-weight:700;
	color:#ffffff;
	background-color:#8bc34a;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


#container3 p+p{
	margin-top:1em;
}

/*----------------------------
 スタッフ
----------------------------*/

#container4 dl.ailes{
	display:block;
	overflow:hidden;
	width:50%;
	float:left;

}

#container4 dl.ailes > dt,
#container4 dl.ailes > dd{
	display:block;
	overflow:hidden;
	float: left;
}

#container4 dl.ailes dt{
	clear: left;
	width: 9em;
	font-weight:700;
	text-align:right;
}
#container4 dl.ailes dt::after{
	content:"：";
}

#container4 dl.ailes > dd{
	width:calc(100% - 9em);
	padding-left:1em;
}



/*----------------------------
コメント
----------------------------*/

.context {
	display:block;
	overflow:hidden;
	padding-top: 1em;
	margin-top:1em;
}

.context + .context{
	border-top:1px dotted #ffffff;
}

.context h3{
	display:block;
	overflow:hidden;
	font-size:2.4rem;
	line-height:125%;
	font-weight:700;
	margin-bottom:0.5em;
}

.context p{
	margin-left:1em;
}

.context p+p{
	margin-top:1em;
}



/*----------------------------
TOPへボタン
----------------------------*/
a#pgTopBtn{
	display:inline-block;
	overflow:hidden;
	position:fixed;
	bottom:25px;
	right:25px;
	opacity:0.0;
	pointer-events:none;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a#pgTopBtn.scon{
	opacity:1.0;
	pointer-events:initial;
}


/*----------------------------
フッタページ
----------------------------*/

#subdata dl{
	margin:0;
}
#subdata dt{
	margin-top:1em;
	font-weight:bold;
}
#subdata dd{
	margin-left:2em;
}



hr.dotline{
	clear:both;
	border: 0;
	border-bottom:1px dotted #666666;
	padding-top:1em;
	margin:1em 0;
}

.clearbox{
	clear:both;
}

