@charset "utf-8";

/* ---------------------------------------------------
   File: common.css
   Version: 1.0.0
   Update: 2017-09-28
--------------------------------------------------- */
.button_wrapper{
   text-align:center;
}

a.bt-samp70{
  display: inline-block;
  height: 40px;
  width: 150px;
  text-decoration: none;
  line-height: 46px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 1px 1px 1px #e9e9e9;
  box-shadow: 1px 1px 1px #e9e9e9;
  background: #119de9;
  background: -webkit-gradient(linear, left top, left bottom, from(#119de9), to(#4bb8f3));
  background: -moz-linear-gradient(top, #119de9, #4bb8f3);
  background: -o-linear-gradient(top, #119de9, #4bb8f3);
  background: -ms-linear-gradient(top, #119de9, #4bb8f3);
  background: linear-gradient(top, #119de9, #4bb8f3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#119de9', endColorstr='#4bb8f3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#119de9', endColorstr='#4bb8f3')";
}
a.bt-samp70:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}





/* ===================================================
   Page Layout
=================================================== */
html,
body {

}
div#wrapper {

	height: 100%;
}

.row {
	padding-left: 4%;
	padding-right: 4%;
}
header {
	padding: 6px 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

nav {
}
div#contents {

	height: auto;
	background: #fff;
	margin-top: 50px;
	padding-top: 10px;
}

footer {
	width: 100%;
}



/* ===================================================
   Common Style
=================================================== */

table.type03 {
	/*border-collapse: collapse;*/
	text-align: left;
	/*line-height: 0.5;*/
	border-top: 0.5px solid #ccc;
	border-left: 2.5px solid #f39700;
	table-layout: fixed;
}
table.type03 th {
	padding: 0.1px 0.1px 0.1px 0.1px;
	/*font-weight: bold;*/
	vertical-align: top;
	text-align: center;
	color: #153d73;
	border-right: 0.5px solid #ccc;
	border-bottom: 0.5px solid #ccc;

}
table.type03 td {
	padding: 0.1px 0.1px 0.1px 0.1px;
	vertical-align: top;
	text-align: center;
	border-right: 0.5px solid #ccc;
	border-bottom: 0.5px solid #ccc;
}




table.type04 {
	border-collapse: collapse;
	text-align: left;
	border-top: 0.5px solid #ccc;
	border-left: 2.5px solid #f39700;
	table-layout: fixed;
}
table.type04 th {

	vertical-align: top;
	text-align: center;
	color: #153d73;
	border-right: 0.5px solid #ccc;
	border-bottom: 0.5px solid #ccc;

}
table.type04 td {
	vertical-align: top;
	text-align: center;
	border-right: 0.5px solid #ccc;
	border-bottom: 0.5px solid #ccc;
}

/* ---------------------------------------------------
   Color Box
--------------------------------------------------- */
.grayBox {
	background: #f1f1f1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
}
.grayBox p {
	margin-bottom: 10px;
}

.blackArea {
	background: #2c2d2f;
}




/* ===================================================
   Header
=================================================== */
header {
	background: #2c2d2f;
	color: #fff;
}
header .row {
	box-sizing: border-box;
	min-width: 320px;
}




/* ===================================================
   Footer
=================================================== */
footer {
	background: #2c2d2f;
	padding: 3px 0;
}
footer .row {
	box-sizing: border-box;
}

#logo_footer {
	width: 100px;
	height: auto;
	margin: 10px auto;
}

/* ===================================================
   Page Top
=================================================== */

#pagetop,
#pagetop a {
	width: px;
	height: px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#pagetop {
}
#pagetop a {
	background: ;
	text-indent: -9999px;
}
#pagetop a:hover {
	background-position: ;
}

/* ===================================================
   Copyrights
=================================================== */

#copyrights {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}

