/*=======================================================================

	❤❤❤ A Beautifully Responsive UI Kit. Perfected by Digital Surgeons. ❤❤❤
 
 ========================================================================*/
 
 hr.style-one {
	border: 0;
	height: 1px;
	background: #969696;
	background-image: -webkit-linear-gradient(left, #ededed, #969696, #ededed);
	background-image:    -moz-linear-gradient(left, #ededed, #969696, #ededed);
	background-image:     -ms-linear-gradient(left, #ededed, #969696, #ededed);
	background-image:      -o-linear-gradient(left, #ededed, #969696, #ededed);
}

hr.style-twe {
	border: 0;
	height: 1px;
	background: #ddd;
}

hr.style-tree {
	border: 0;
	height: 0;
	clear: both;
	background: none;
	width: 100%;
}

/*=======================================================================

	other
	
 ========================================================================*/

.mb_none {           /* モバイルだと見えない */
	display: none;
}
.mb_block {          /* モバイルだと見える */
	display: block;
}
hr.mb_block {        /* ラインがモバイルだと見える */
	display: block;
}


.indent {
	text-indent: 1em;	
}

/* PC用 */
@media only screen and (min-width: 768px) {
.mb_none {
	display: block;
}
.mb_block {
	display: none;
}
hr.mb_block {
	display: none;
}
}


.posit_left {
	padding-left: 2em;
}


.center_mag {         /* img要素をセンター */
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.center_mag_ll {         /* img要素をセンター + margin */
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.left_mag {          /* img要素を左 */
	width: 100%;
	text-align: left;
}

.right_mag {          /* img要素を右 */
	width: 100%;
	text-align: right;
}

.return_index {       /* 主に前のページに戻る時なんかに */
	text-align: right;
	float: right;
	margin-top: 30px;
}


/*=======================================================================

	link
	
 ========================================================================*/


.page_link {
    width: auto;
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-weight: normal;
    color: #2f60a1;
	cursor: pointer;
	line-height: 1;
	}

.page_link:hover
 {	
	background: #fefefe;	
	-moz-box-shadow: 
	0px 1px 0px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow: 
	0px 1px 0px 0px rgba(255,255,255,0.4);
	box-shadow: 
	0px 1px 0px 0px rgba(255,255,255,0.4);
	
	}
	
	.page_link:visited {
		color: #2f60a1;
	}
	
	
/* 左端にある三角のやじるし */		
.small_grey {
	padding: 11px 15px 11px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
a.small_grey span {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #2f60a1;
	left: 7px;
	top: 15px;
}
a.small_grey:hover span {
    border-left-color: #0066ee !important;
}

.medium_grey {
	padding: 11px 15px 11px 20px;
	font-size: 14px;
	font-size: 2.4rem;
	font-weight: bold;
}
a.medium_grey span {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #2f60a1;
	left: 7px;
	top: 15px;
}
a.medium_grey:hover span {
    border-left-color: #0066ee !important;
}


.text_grey {
	padding: 5px 8px 5px 13px;
	font-size: 14px;
	font-size: 1.4rem;

}
a.text_grey span {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #2f60a1;
    left: 1px;
    top: 6px;
}
a.text_grey:hover span {
    border-left-color: #0066ee !important;
}



/*=======================================================================

	デベロッパーセンター
	
 ========================================================================*/

	
.dev {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	font-weight: normal;
}
.dev span {
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	margin-top: 0;
}


.dev_link {
    min-width: auto;
	position:relative;
	display:inline-block;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #2f60a1!important;
	font-family: Meiryo,"CI",Arial,Helvetica,Clean,"Hiragino Kaku Gothic Pro","qMmpS Pro W3",Osaka,"MS P Gothic","lr oSVbN",sans-serif;
	cursor: pointer;
	line-height: 1;
	}

.dev_link:hover
{

}

.dev_link:visited {
	color: #46494e;
}


.dev_link:focus,
.dev_link:active
 {
color: #46494e !important;
}

	


/*=======================================================================

	Buttons
	
 ========================================================================*/
	

.btn {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #383838;
padding: 1em 2em;
background: -moz-linear-gradient(
	top,
	#fdfdfd 0%,
	#f3f3f3);
background: -webkit-gradient(
	linear, left top, left bottom,
	from(#fdfdfd),
	to(#f3f3f3));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #c3c3c3;
-moz-box-shadow:
	1px 1px 3px rgba(000,000,000,0.1),
	inset 0px 2px 5px rgba(255,255,255,1);
-webkit-box-shadow:
	1px 1px 3px rgba(000,000,000,0.1),
	inset 0px 2px 2px rgba(255,255,255,1);
box-shadow:
	1px 1px 3px rgba(000,000,000,0.1),
	inset 0px 2px 2px rgba(255,255,255,1);
text-shadow:
	0px -1px 0px rgba(255,255,255,0.2),
	0px 1px 0px rgba(255,255,255,0.4);
}












.btn:hover {
	-webkit-box-shadow: inset 0 1px 1px #fff,
		0 1px 5px rgba(0,0,0,0.30); /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: inset 0 1px 1px #fff,
				0 1px 5px rgba(0,0,0,0.30); /* Remove this line if you dont want a dropshadow on your buttons*/
	
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}


.btn a, .btn a:visited {
	display: block;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	line-height: inherit;
	white-space: nowrap;
	color: #383838;
}

.btn:hover a {
	display: block;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	color: #383838;
	line-height: inherit;
}




.btn:active {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ddd 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ddd 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ddd 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ddd 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(top, #ddd 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.btn.submit input {
  font: 16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  color: #444;
  text-shadow: 0 1px 1px #fff;
  border: none;
  margin: 0;
  cursor: pointer;
}

.btn.submit {
	text-align: center;
}

.btn.left { 
	text-align: left; 
	text-indent: 12px;
}

/* blue button */
.btn.blue {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #383838;
padding: 1em 2em;
background: -moz-linear-gradient(
	top,
	#2b68b0 0%,
	#174d8c);
background: -webkit-gradient(
 linear, left top, left bottom,
 from(#2b68b0),
 to(#174d8c));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #c3c3c3;
-moz-box-shadow:
	none;
-webkit-box-shadow:
	none;
box-shadow:
	none;
text-shadow:
	none;
}












.btn.blue:hover {
	-webkit-box-shadow: none; /* Remove this line if you dont want a dropshadow on your buttons*/
	box-shadow: none; /* Remove this line if you dont want a dropshadow on your buttons*/
	
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #2b68b0 0%, #0b3667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#2b68b0), to(#0b3667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b68b0 0%,#0b3667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b68b0 0%,#0b3667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b68b0 0%,#0b3667 100%); /* IE10+ */
	background: -webkit-linear-gradient(top, #2b68b0 0%,#0b3667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b68b0', endColorstr='#0b3667',GradientType=0 ); /* IE6-9 */
}


.btn.blue a, .btn.blue a:visited {
	display: block;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	line-height: inherit;
	white-space: nowrap;
	color: #fff;
}

.btn.blue:hover a {
	display: block;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: inherit;
}




.btn:active {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ddd 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ddd 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ddd 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ddd 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(top, #ddd 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.btn.submit input {
  font: 16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  color: #444;
  text-shadow: 0 1px 1px #fff;
  border: none;
  margin: 0;
  cursor: pointer;
}




/*=====================================================================

 Resize your buttons (Works in conjunction with .primary, .secondary,
 .tertiary button styles as well!)
	
 =======================================================================*/
	
.small.btn {
  font-size: 12px;
	line-height: 24px !important;
	height: 24px;
}

.medium.btn {
  font-size: 16px;
	line-height: 40px !important;
	height: 40px;
	max-width: 60%;
}

.large.btn {
  font-size: 21px;
   font-size: 2.1rem;
	line-height: 65px !important;
	min-height: 65px;
	padding: 0 1%;
	max-width: 97%;
	min-width: 40%;
	text-align: center;
}
.large.btn span {
	display: block;
	 font-size: 21px;
   font-size: 2.1rem;
   margin-top: -30px;
}

.dlb.btn {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 60px !important;
	height: 60px;
	padding: 0 13px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.dlb_caede.btn {
	font-size: 15px;
	font-size: 1.5rem;
/*	line-height: 60px !important;*/
/*	height: 60px;*/
	padding: 15px 5px;
	word-wrap: break-word;
	word-break: loose; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* Mobile Buttons */

@media only screen and (max-width: 767px) {
.btn { display: block; }
button.btn { width: 100%; padding-left: 0px; padding-right: 0px; }
.btn.large {
	width: 100% !important;
}

.large.btn {
font-size: 18px;
font-size: 1.8rem;
padding: 0 1%;
}
.large.btn span {
display: block;
 font-size: 18px;
font-size: 1.8rem;
margin-top: -30px;
}

.btn.medium {
	min-width: 75% !important;
}
.dlb.btn {
font-size: 18px;
font-size: 1.8rem;
}

.dlb_caede.btn {
font-size: 10px;
font-size: 1.0rem;
}
}

	
@media only screen and (min-width:768px) and (max-width: 939px) {
/* Style adjustments for viewports between 768px and 940px */

.btn.shrink a {
font-size: 90%;
}

}

/* Correct FF button padding, thx ZURB */
@-moz-document url-prefix(http://) {
input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; }
input[type=submit].small.button		{ padding: 7px 20px 8px; }
input[type=submit].medium.button	{ padding: 8px 34px 9px; }
input[type=submit].large.button		{ padding: 9px 48px 10px; }
}




    
/*=======================================================================

    Bread
    
 ========================================================================*/
 

div.bread{display:block;padding:1em 1em 0 !important;margin:0 auto;text-align:left;width:90%; max-width: 1232px;color:#bbb; font-size: 12px; font-size: 1.2rem;height:inherit;}
div.bread a{text-decoration:none;color:#7a7a7a;}
div.bread a:link{text-decoration:none;color:#7a7a7a;}
div.bread a:visited{text-decoration:none;color:#7a7a7a;}
div.bread a:hover{text-decoration:underline;color:#666;}
div.bread span.here{color:#333;background-color:transparent;}

@media only screen and (min-width: 768px) {
div.bread{ padding: 0 1em;height:35px;width:100%;}
}

    
    
/*=======================================================================

    Pagination
    
 ========================================================================*/
 
 
ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 15px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 6px 7px 4px; color: #555; }
ul.pagination li.current a, ul.pagination li:hover a { border-bottom: solid 2px #00a6fc; color: #141414; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a { border-bottom: none; }
		
	
	
/*=====================================================

   	Sub Navigation
   	
 ======================================================*/


.subnav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0 0 18px 0;
  padding-top: 4px;
}

.subnav li, .subnav dt, .subnav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 4px;
}

.subnav li:first-child, .subnav dt:first-child, .subnav dd:first-child {
  margin-left: 0;
}

.sub-nav dt {
  color: #999;
  font-weight: normal;
}

.subnav li a, .subnav dd a {
  color: #464646;
  font-size: 15px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.subnav li a:before {
	content: "> "
}

.subnav li.active a, .subnav dd.active a {
  padding: 5px 9px;
  text-shadow: 0 1px 1px #77d58e;
}

 
  
  

 /* ライン */ 
  
.line {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.thin.line {
	border-width: 1px;
}

.medium.line {
	border-width: 2px;
}

.thick.line {
	border-width: 4px;
}


/* Skip Links */

.skipnav li {
	list-style-type: none;
}

.skipnav li:first-child {
  margin-left: 0;
}

.skiplink a, .skipnav a {
  background: #d6dce5;
  color: #2d323a;
  padding: 0.7em 1em;
  border-radius: 4px;
  text-shadow: 0 1px 1px #fff;
  display: block;
  width: 90%;
}

.skiplink a:hover, .skipnav a:hover {
  background: #e5e9ef;
}

.skiplink a i, .skipnav a i {
  margin-left: 10px;
}
  

/* Preformatted Text */

pre {
	background-color: #dedede;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 2px #000;
	box-shadow: inset 0 2px 2px #000;
	border: 1px solid #e6ffeb;
	color: #3f3f3f;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	overflow: hidden !important;
	padding: 20px;
	white-space: pre-wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

code {
	color: #D04526;
	font-family: Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2px 4px 2px 4px;
	background: #e7ffec;
	border-radius: 4px;
}


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }





/* ==========================================================================

   Styles targeting cavemen who still use printers.
   Who prints in 2012? Seriously...
   Inlined to avoid required HTTP connection: h5bp.com/r
   
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}
