@charset "utf-8";

html,body{
	padding:0;
	margin:0;
	width: 100%;
}

html {
	color: #333;
	min-height: 100%;
}


@media screen and (max-width:767px) {
.pcDetail{
	display:none;
}
}

@media  print,screen and (min-width: 767px) {
.spDetail{
	display:none;
}
}


/* --------------------------------------------------------------------

structure*/

/*  --------------------------------------------------------------------*/
@media  print,screen and (min-width:1024px) {
#headerinner,
.contentsinner,
#footerinner{
	clear:both;
	width:1000px;
	margin:auto;
	padding:0 15px;
}

#headerinner{
	position:relative;
}

#reasonBox,
#youtubeBox,
#entryBox{
	padding:60px 0;
}

#questionBox{
	padding:60px 0 30px;
	background: url(../../images/linebg.png);
}

#commentaryBox{
	background: #fffbe5;
	padding:60px 0;	
}

#youtubeBox{
	background: #e8f7fd;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#headerinner,
.contentsinner,
#footerinner{
	clear:both;
	width:90%;
	margin:auto;
	padding:0 15px;
}

#headerinner{
	position:relative;
}

#reasonBox,
#youtubeBox,
#entryBox{
	padding:40px 0;
}

#questionBox{
	padding:40px 0 30px;
	background: url(../../images/linebg.png);
}

#commentaryBox{
	background: #fffbe5;
	padding:60px 0;	
}

#youtubeBox{
	background: #e8f7fd;
}
}

@media screen and (max-width: 767px) {
	#headerinner,
	.contentsinner,
	#footerinner{
	clear:both;
	width:90%;
	margin: 0 auto;
    padding: 0;
	}

	#reasonBox,
	#youtubeBox,
	#entryBox{
	padding:30px 0;
}

	#questionBox{
	padding:20px 0;
	background: url(../../images/linebg.png);		
	}

	#commentaryBox{
	background: #fffbe5;
	padding:30px 0;	
}
	#youtubeBox{
	background: #e8f7fd;
}
}

/* ///////////////////////////////////////////////////////////////////

[header]

/////////////////////////////////////////////////////////////////// */
@media  print,screen and (min-width:1024px) {
header{
	width:100%;
	margin:0;
	background-color: #fff;
	border-top:10px solid #1D2087;	
}

.headlogo{
	width:230px;
	margin-top:10px;
}

.headlogo img{
	width:100%;
}

header h1{
	clear:both;
	width:100%;
	text-align:center;
	margin-top:30px;	
	margin-bottom:30px;
}

header h2{
	text-align:center;
	margin-bottom:40px;
}

.topphoto{
	position:absolute;
	width:200px;
	height:auto;
	bottom:-70px;
	left:0;
	z-index:2;
}

.topphoto img{
	width:100%;
}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
header{
	width:100%;
	margin:0;
	background-color: #fff;
	border-top:10px solid #1D2087;	
}

.headlogo{
	width:230px;
	margin-top:10px;
}

.headlogo img{
	width:100%;
}

header h1{
	clear:both;
	width:100%;
	text-align:center;
	margin-top:30px;	
	margin-bottom:30px;
}

header h1 img{
	width:100%;
}

header h2{
	text-align:center;
	margin-bottom:40px;
}

header h2 img{
	width:55%;
}

.topphoto{
	position:absolute;
	width:150px;
	height:auto;
	bottom:-30px;
	left:0;
	z-index:2;
}

.topphoto img{
	width:100%;
}
}

@media screen and (max-width: 767px) {
header{
	width:100%;
	margin:0;
	background-color: #fff;
	border-top:10px solid #1D2087;	
}
.headlogo{
	width:100px;
	margin:10px auto 0;
}

.headlogo img{
	width:100%;
}

header h1{
	width:100%;
	margin:20px auto 0;
}

header h1 img{
	width:100%;
}

header h2{
	width:100%;
	margin:0px auto 10px auto;
}

header h2 img{
	width:100%;
}

.topphoto{
	position:absolute;
	width:80px;
	height:auto;
	bottom:-60px;
	left:10px;
	z-index:2;
}

.topphoto img{
	width:100%;
}
}


/* ///////////////////////////////////////////////////////////////////

[main]

/////////////////////////////////////////////////////////////////// */
@media  print,screen and (min-width:1024px) {
#questionBox {
	width:100%;
	border-bottom:5px solid #000;
	position:relative;
}

#questionBox:after, #questionBox:before {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}

#questionBox:after, #questionBox:before {
 top: 100%;
 left: 50%;
}

#questionBox:after {
 border:20px solid transparent;
 border-top:20px solid #e8f7fd;
 margin-left: -20px;
}

#questionBox:before {
 border:26px solid transparent;
 border-top:26px solid #000;
 margin-left: -26px;
}



#questionBox p {
	text-align: center;
	margin-bottom:60px;	
}

.questionDetail{
	border-radius: 10px;
	border:5px solid #1D2087;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
}

.questionfig{
 	padding:50px 30px 40px 30px;
}

.questionTitle{
	position: absolute;
	top:-25px;
	left:50%;
	margin-left:-250px;
}

.answerDetail{
	border-radius: 10px;
	border:5px solid #1D2087;
	padding-left:230px;
	background: #1D2087 url(../../images/answer_title.png) no-repeat left center;	
	margin-bottom: 80px;
}

.kunimatsuMerit{
	text-align: center;
	position:relative;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#questionBox {
	width:100%;
	border-bottom:5px solid #000;
	position:relative;
}

#questionBox:after, #questionBox:before {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}

#questionBox:before {
 top: 100%;
 left: 50%;
}

#questionBox:after {
 top: 99.9%;
 left: 50%;
}

#questionBox:after {
 border:20px solid transparent;
 border-top:20px solid #e8f7fd;
 margin-left: -20px;
}

#questionBox:before {
 border:26px solid transparent;
 border-top:26px solid #000;
 margin-left: -26px;
}

#questionBox p {
	text-align: center;
	margin-bottom:60px;	
}

#questionBox p img{
	width:100%;
}

.questionDetail{
	border-radius: 10px;
	border:5px solid #1D2087;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
	text-align: center;	
}

.questionfig{
 	padding:50px 0px 30px;
}

.questionfig{
	width:95%;
}


.questionTitle{
	position: absolute;
	top:-25px;
	left:50%;
	margin-left:-250px;
}

.answerDetail{
	border-radius: 10px;
	border:5px solid #1D2087;
	padding-left:230px;
	background: #1D2087 url(../../images/answer_title.png) no-repeat left center;	
	margin-bottom: 50px;
}

.answerDetail img{
	width:90%;	
}

.kunimatsuMerit{
	text-align: center;
	position:relative;
}

.kunimatsuMerit img{
	width:100%;
}
}

@media screen and (max-width: 767px) {
#questionBox {
	width:100%;
	border-bottom:3px solid #000;
	position:relative;
}

#questionBox:after, #questionBox:before {
	 position: absolute;
	 content: " ";
	 height: 0;
	 width: 0;
}

#questionBox:before {
 top: 100%;
 left: 50%;
}

#questionBox:after {
 top: 99.9%;
 left: 50%;
}

#questionBox:after {
 border:12px solid transparent;
 border-top:12px solid #e8f7fd;
 margin-left: -12px;
}

#questionBox:before {
 border:15px solid transparent;
 border-top:15px solid #000;
 margin-left: -15px;
}

#questionBox p {
	text-align: left;
	margin-bottom:30px;	
}


.questionDetail{
	border-radius: 5px;
	border:2px solid #1D2087;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.questionfig{
 	padding:20px 0px;
}

.questionfig{
	width:95%;
}

.questionTitle{
	width:200px;
	position: absolute;
	top:-10px;
	left:50%;
	margin-left:-100px;
}

.questionTitle img{
	width:100%;
}

.answerDetail{
	border-radius: 5px;
	border:2px solid #1D2087;
	padding-left:25%;
	background: #1D2087 url(../../images/answer_title.png) no-repeat left center;
	background-size:contain;	
	margin-bottom: 30px;
}


.answerDetail img{
	width:90%;	
}

.kunimatsuMerit{
	text-align: center;
	position:relative;
}

.kunimatsuMerit img{
	width:100%;	
}
}

/* ///////////////////////////////////////////////////////////////////

[commentaryBox]

/////////////////////////////////////////////////////////////////// */
@media  print,screen and (min-width:1024px) {
#commentaryBox{

}

#commentaryBox h2{
	text-align: center;
	margin-bottom:20px;
}

#commentaryBox p{
	text-align: center;
	margin-bottom:50px;	
}

#commentaryBox .fig1,
#commentaryBox .fig2{
	text-align: center;
	margin:0 auto 50px auto;
	border:3px solid #1D2087;
	position:relative;
	background: #fff;
}

#commentaryBox .fig1{
	margin-bottom:80px;
}

#commentaryBox .fig1Title{
	text-align: center;
	border-bottom:3px solid #1D2087;
}

#commentaryBox .fig1Title img{
	padding:30px 0;
}

#commentaryBox .fig_icon{
	position:absolute;
	top:-20px;
	left:40px;
}

#commentaryBox h3 {
	text-align: center;
	margin-bottom:40px;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#commentaryBox{

}

#commentaryBox h2{
	text-align: center;
	margin-bottom:20px;
}

#commentaryBox h2 img{
	width:100%;
}


#commentaryBox p{
	text-align: center;
	margin-bottom:50px;	
}

#commentaryBox p img{
	width:100%;
}

#commentaryBox .fig1,
#commentaryBox .fig2{
	text-align: center;
	margin:0 auto 50px auto;
	border:3px solid #1D2087;
	position:relative;
	background: #fff;
}

#commentaryBox .fig1Detail img{
	width:100%;
	margin:10px 0;
}


#commentaryBox .fig1{
	margin-bottom:80px;
}

#commentaryBox .fig1Title{
	text-align: center;
	border-bottom:3px solid #1D2087;
}

#commentaryBox .fig1Title img{
	width:65%;
	padding:30px 0;
}


#commentaryBox .fig_icon{
	width:12%;
	height:auto;
	position:absolute;
	top:-15px;
	left:10px;
}

#commentaryBox .fig_icon img{
	width:100%;
}

#commentaryBox h3 {
	text-align: center;
	margin-bottom:40px;
}
#commentaryBox h3 img{
	width:100%;
}
}

@media screen and (max-width: 767px) {
#commentaryBox{
}

#commentaryBox h2{
	width:100%;
	margin-bottom:10px;
}

#commentaryBox h2 img{
	width:100%;
}

#commentaryBox p{
	text-align: center;
	margin-bottom:30px;	
}

#commentaryBox .fig1,
#commentaryBox .fig2{
	text-align: center;
	margin:0 auto 20px;
	border:2px solid #1D2087;
	position:relative;
	background: #fff;
}

#commentaryBox .fig1Detail img{
	width:100%;
	margin:10px 0;
}

#commentaryBox .fig1{
	margin-bottom:30px;
}

#commentaryBox .fig1Title{
	text-align: right;
	border-bottom:2px solid #1D2087;
}

#commentaryBox .fig1Title img{
	width:85%;
	padding:10px 0;
}

#commentaryBox .fig_icon{
	width:15%;
	height:auto;
	position:absolute;
	top:-20px;
	left:5px;
}

#commentaryBox .fig_icon img{
	width:100%;
}

#commentaryBox h3 {
	text-align: center;
	margin-bottom:20px;
}

#commentaryBox h3 img{
	width:100%;
}
}


/* ///////////////////////////////////////////////////////////////////

[onepercent]

/////////////////////////////////////////////////////////////////// */
@media print,screen and (min-width:1024px) {
#onepercentBox{
	background: #fff;
	border:3px solid #f1f1e3;
	margin-bottom:40px;
}

.onepercentinr{
	padding:20px;
}

#onepercentBox h2{
	text-align: center;
	margin-bottom:20px;	
	font-size:184%;
	font-weight:bold;	
}

#onepercentBox dl{
	font-size:150%;
	text-align: center;
	width:650px;
	margin:auto;
}

#onepercentBox dl span{
	font-weight:bold;
	color:#000;
}

#onepercentBox dt,dd{
	float:left;
}

#onepercentBox dt{
	margin-right:20px;	
}

#onepercentBox .onepercentColumm{
	text-align: center;
	font-size:200%;
	font-weight:bold;
	margin-top:30px;
}

#syouhiBox{

}

#syouhiBox .title{
	margin-bottom:10px;
	font-size:184%;
	font-weight: bold;
}

#syouhiBox .word{
	font-size:150%;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#onepercentBox{
	background: #fff;
	border:3px solid #f1f1e3;
	margin-bottom:40px;
}

.onepercentinr{
	padding:20px;
}

#onepercentBox h2{
	text-align: center;
	margin-bottom:20px;	
	font-size:184%;
	font-weight:bold;	
}

#onepercentBox dl{
	font-size:150%;
	text-align: center;
	width:650px;
	margin:auto;
}

#onepercentBox dl span{
	font-weight:bold;
	color:#000;
}

#onepercentBox dt,dd{
	float:left;
}

#onepercentBox dt{
	margin-right:20px;	
}

#onepercentBox .onepercentColumm{
	text-align: center;
	font-size:200%;
	font-weight:bold;
	margin-top:30px;
}

#syouhiBox{

}

#syouhiBox .title{
	margin-bottom:10px;
	font-size:184%;
	font-weight: bold;
}

#syouhiBox .word{
	font-size:150%;
}
}

@media screen and (max-width: 767px) {
#onepercentBox{
	background: #fff;
	border:3px solid #f1f1e3;
	margin-bottom:20px;
}

.onepercentinr{
	padding:15px 10px;
}

#onepercentBox h2{
	text-align: center;
	margin-bottom:10px;	
	font-weight:bold;
	font-size: 100%;
}

#onepercentBox dl{
	float:none;
	text-align: center;
	margin-bottom: 10px;
	margin-left:0px;
	width: 100%;
	font-size: 100%;			
}

#onepercentBox dl span{
	font-weight:bold;
	color:#000;
}

#onepercentBox dt{
    float: none;
    margin-right: 0px;
    color: #ff3300;
    padding: 0; 
}

#onepercentBox dd{
	text-align:center;
    width: 100%;
	font-size: 86%;
}

#onepercentBox .onepercentColumm{
	text-align: center;
	font-weight:bold;
	font-size:100%;
	line-height:1.3;
	margin-top:10px;
}

#syouhiBox{

}

#syouhiBox .title{
	margin-bottom:5px;
	font-size:100%;
	font-weight: bold;
}

#syouhiBox .word{
	font-size:100%;
}
}

/* ///////////////////////////////////////////////////////////////////

[reason]

/////////////////////////////////////////////////////////////////// */
@media print,screen and (min-width:1024px) {
#reasonBox{

}

#reasonBox dl{
	margin-bottom:20px;
}

#reasonBox dt img{
	width:100%;
}

#reasonBox dt{
	width:25%;
	margin-left:5%;	
	margin-right:5%;
	margin-bottom:20px;
	float:left;
}

#reasonBox dt img{
	width:100%;
}


#reasonBox dd{
	padding-top:20px;
	float:left;
	font-size:150%;
	line-height:2;
	width:65%;
}

#reasonBox dd span{
	background:#FF6;
	font-weight:bold;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#reasonBox{

}

#reasonBox dl{
	margin-bottom:20px;
}

#reasonBox dt img{
	width:100%;
}

#reasonBox dt{
	width:25%;
	margin-left:5%;	
	margin-right:5%;
	margin-bottom:20px;
	float:left;
}

#reasonBox dt img{
	width:100%;
}

#reasonBox dd{
	float:left;
	font-size:150%;
	line-height:1.5;
	width:65%;
}

#reasonBox dd span{
	background:#FF6;
	font-weight:bold;
}
}

@media screen and (max-width: 767px) {
#reasonBox{

}

#reasonBox p{
	margin-bottom:20px;
	font-size:117%;
}

#reasonBox p img{
	width:40%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
}

#reasonBox p span{
	background:#FF6;
	font-weight:bold;
}
}

/* ///////////////////////////////////////////////////////////////////

[entry]

/////////////////////////////////////////////////////////////////// */
@media print,screen and (min-width:1024px) {
#entryBox{

}

#entryBox h2 {
	text-align:center;
	margin-bottom:50px;
}


#entryBox p{
	text-align:center;
	margin-bottom:50px;
}

#entryBox h3{
	clear:both;
	margin-bottom:20px;
	text-align: center;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#entryBox{

}

#entryBox h2 {
	text-align:center;
	margin-bottom:50px;
}

#entryBox h2 img{
	width:100%;
}

#entryBox p{
	text-align:center;
	margin-bottom:50px;
}

#entryBox p img{
	width:100%;
}

#entryBox h3{
	clear:both;
	margin-bottom:20px;
	text-align: center;
}

#entryBox h3 img{
	width:100%;
}
}

@media screen and (max-width: 767px) {
#entryBox{

}

#entryBox h2 {
	text-align:center;
	margin-bottom:20px;
}

#entryBox h2 img{
	width:100%;
}

#entryBox p{
	width:100%;
	float: none;
	margin:0 auto 30px auto;
}

#entryBox p img{
	width:100%;
}


#entryBox h3{
	clear:both;
	margin-bottom:20px;
	font-weight:bold;
	color:#000;
	text-align: center;	
}
}

/* ///////////////////////////////////////////////////////////////////

[youtube]

/////////////////////////////////////////////////////////////////// */
@media print,screen and (min-width:1024px) {
#youtubeBox{

}

#youtubeDetail{
	width:840px;
	margin:auto;
}

#youtubeMain{
	clear:both;
	margin-bottom:40px;
	padding:20px;
	background: #fff;
	border-radius: 10px;
}

.youtubein{
	position: relative;
  	width: 100%;
  	padding-top: 0;
}

#youtubeMain img{
	width:800px;
	height:450px;
}

#youtubeMain iframe{
	width:800px;
	height:450px;
}

#youtubeBox ul{
	width:100%;
}

#youtubeBox ul li{
	width:18%;
	float:left;
	margin-right:2.5%;
	line-height: 1.4;
}

#youtubeBox ul li a:hover{
	opacity:0.7;
}

#youtubeBox ul li:last-child{
	margin-right:0%;
}

#youtubeBox ul li p{
	display: block;
	margin-bottom:10px;
}

#youtubeBox ul li img{
	width:100%;
}

#youtubeBox ul li span{
	display: block;
	font-size:79%;
	font-weight:bold;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#youtubeBox{

}

#youtubeDetail{
	width: 100%;
	margin:auto;
}

#youtubeMain{
	clear:both;
	margin-bottom:40px;
	padding:20px;
	background: #fff;
	border-radius: 10px;
}

.youtubein{
	display:block;
	position: relative;
  	width: 100%;
  	padding-top: 56.5%;
}

.youtubein iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#youtubeBox ul{
	width:100%;
}

#youtubeBox ul li{
	width:18%;
	float:left;
	margin-right:2.5%;
	line-height: 1.4;
}

#youtubeBox ul li:hover{
	opacity:1;
}

#youtubeBox ul li:last-child{
	margin-right:0%;
}

#youtubeBox ul li p{
	display: block;
	margin-bottom:10px;
}

#youtubeBox ul li img{
	width:100%;
}

#youtubeBox ul li span{
	display: block;
	font-size:79%;
	font-weight:bold;
}
}


@media screen and (max-width: 767px) {
#youtubeBox{
}

#youtubeDetail{
	width:90%;
	margin:auto;
}

#youtubeMain{
	clear:both;
	margin-bottom:0px;
	padding:0px;
	background: none;
	border-radius: 0px;
}

#youtubeBox ul{
	width:100%;
}

#youtubeBox ul li{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

#youtubeBox ul li:last-child{
	margin-right:0%;
}

#youtubeBox ul li p{
  margin-top:5px;
}


#youtubeBox ul li span{
	font-size:79%;
	font-weight:bold;
	margin-right:10px;
}

.youtubein{
	display:block;
	position: relative;
  	width: 100%;
  	padding-top: 56.5%;
}

.youtubeComingsoon img{
  	width: 100%;
}


.youtubein iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/* ///////////////////////////////////////////////////////////////////

[profile]

/////////////////////////////////////////////////////////////////// */
@media print,screen and (min-width:1024px) {
#profileBox {
	padding-bottom:40px;
}

.profileInn{
	padding:10px;
	background: #fffbe5;
	border:3px solid #f1f1e3;
}

#profileBox .photo{
	width:20%;
	float:left;	
	margin-right:2%;
}

#profileBox .photo img{
	width:100%;
}

#profileBox .wordBox{
	width:78%;
	margin:0 auto 10px;
	float:left;
	padding: 0px;	
}

#profileBox .wordBox .sikaku{
	font-size:117%;	
}

#profileBox .wordTitle{
	margin:10px 0;
}

#profileBox .wordBox h3{
	padding-bottom:10px;
	font-weight:bold;
}

#profileBox .wordBox h3 span{
	padding-bottom:10px;
	font-size:167%;
}

#profileBox .media{
}

#profileBox .media .title{
	font-size:117%;
	font-weight:bold;
	margin-top:10px;	
	margin-bottom:5px;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#profileBox {
	padding-bottom:40px;
}

.profileInn{
	padding:10px;
	background: #fffbe5;
	border:3px solid #f1f1e3;
}

#profileBox .photo{
	width:20%;
	float:left;	
	margin-right:2%;
}

#profileBox .photo img{
	width:100%;
}

#profileBox .wordBox{
	width:78%;
	margin:0 auto 10px;
	float:left;
	padding: 0px;	
}

#profileBox .wordBox .sikaku{
	font-size:117%;	
}

#profileBox .wordTitle{
	margin:10px 0;
}

#profileBox .wordBox h3{
	padding-bottom:10px;
	font-weight:bold;
}

#profileBox .wordBox h3 span{
	padding-bottom:10px;
	font-size:167%;
}

#profileBox .media{
}

#profileBox .media .title{
	font-size:117%;
	font-weight:bold;
	margin-top:10px;	
	margin-bottom:5px;
}
}

@media screen and (max-width: 767px) {
#profileBox {
	padding-bottom:40px;
}

.profileInn{
	padding:10px;
	background: #fffbe5;
	border:3px solid #f1f1e3;
}

#profileBox .photo{
	width:30%;
	float:left;	
	margin-right:5%;
	margin-bottom:10px;
}

#profileBox .photo img{
	width:100%;
}

#profileBox .wordBox{
	width:65%;
	margin:0 auto 10px;
	font-size:86%;
	float:left;
	padding: 0px;	
}

#profileBox .wordBox .sikaku{
	font-size:100%;	
}

#profileBox .wordTitle{
	margin:0 0 5px;
}

#profileBox .wordBox h3{
	padding-bottom:5px;
	font-weight:bold;
	font-size:117%;
}

#profileBox .wordBox h3 span{
	padding-bottom:10px;
	font-size:100%;	
}

#profileBox .media{
	clear:both;
}

#profileBox .media .title{
	font-size:86%;
	font-weight:bold;
	margin-top:10px;	
	margin-bottom:5px;
}

#profileBox .media .mediaWords{
	font-size:79%;
    line-height: 1.2;	
}
}

/* ///////////////////////////////////////////////////////////////////

[footer]

/////////////////////////////////////////////////////////////////// */
@media print,screen and (min-width:1024px) {
footer {
	clear: both;
	padding:30px 0;
	width:100%;
	min-height:100px;
	border-top:5px solid #1D2087;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
footer {
	clear: both;
	padding:30px 0;
	width:100%;
	min-height:100px;
	border-top:5px solid #1D2087;
}
}

@media screen and (max-width: 767px) {
footer {	
	clear: both;
	padding:15px 0;
	width:100%;
	min-height:100px;
	border-top:5px solid #1D2087;
}
}

.footCopy{
	text-align:center;
	font-size: 86%;	
}



/* pagetop
------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index:9999;
}

#pagetop span {
  position:absolute;
  display:block;
  width:60px;
  height:60px;
  top:0px;
  right:0px;
  background: #242424;

  text-align: center;
      border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}

#pagetop a{
	display:block;
	width:100%;
	height: 100%;
	background: url(../../images/ar_pagetop.png) no-repeat center center;
	background-size:24px 24px;
	text-indent: -9999px;
}


/* ///////////////////////////////////////////////////////////////////

[entry]

/////////////////////////////////////////////////////////////////// */

.entryBtn {

}

.entryBtn img{
	width:100%;
}

.entryBtn:hover {
	opacity:0.7;
}