@charset "utf-8";
/* CSS Document */

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body{
	font-size:14px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color:#333333;
	font-family: "Helvetica Neue",/**/ Helvetica, Arial, sans-serif;
	line-height:20px;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

article,
aside,
details,
footer,
header,
hgroup,
nav,
li,
section {
  display: block;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,p{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,
nav#menu li a,
#topintro ul.col3 li{
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}
h1{font-size:28px;}
h2,h3{font-size:17.5px;}
/*h3{font-size:14px;}*/
h4{font-size:12px;}
h5{font-size:11.5px;}
h6{font-size:11px;}

small {
  font-size: 85%;
}

a{
	text-decoration:none;
}

header,
.container,
section
{ max-width:100%;
}

img{
	max-width:98%;
}

header,
.container,
section{
	margin-left:auto;
	margin-right:auto;
}

header,
.container{
	width:980px;
}

.brand{
	margin:10px 0 0 0;
}

.nav-container{
	min-height:40px;
	border-bottom:#006CB5 solid 7px;
	background-color: #EEEEEE;
	background-image: -moz-linear-gradient(top, #ffffff, #EEEEEE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #ffffff, #EEEEEE);
	background-image: -o-linear-gradient(top, #ffffff, #EEEEEE);
	background-image: linear-gradient(to bottom, #ffffff, #EEEEEE);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffEEEEEE', GradientType=0);
}

footer{
	border-top:solid 3px #F5F5F5;
	clear:both;
}

.role{
	border-top:solid 1px #EBEBEB;
	color:#F5F5F5;
	text-align:center;
	padding:15px 5px 25px;
	background-color:#006CB5;
}

nav#menu{
	height:auto;
	margin: 0;

}
.shownav{
	display:none;
}

nav#menu li{
	display:inline-block;
	margin:0;
	padding:5px;
	list-style:none;
}
nav#menu li a{
	display:block;
	padding: 5px 15px 5px;
	color: #777777;
	text-decoration: none;
	font-weight:bold;
	text-shadow: 0 1px 0 #ffffff;
	text-align:center;
}
nav#menu li a:hover,
nav#menu li a:focus{
	color:#333333;
}

/*トップページ
-------------------------*/
.catch{
	text-align:center;
	margin:1em 15px 0.5em;
	line-height:31px;
}
#topintro{
	text-align:center;
}
#credit{
	margin-left:25px;
	margin-top:1em;
}
/*しかく
-----------------*/


#topintro ul.col3 li{
	background-color:#3399CC;
	border:solid 1px #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:#CCCCCC solid 1px;
	-webkit-box-shadow: inset 0 1px 0 rgba(85, 85, 85, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(85, 85, 85, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(85, 85, 85, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	height:47px;
	letter-spacing: 3px;
	text-indent: 5px;
	text-align: center;
	width: 185px;
	color:#2b292a;
	font-size: 14px;
	font-weight:bold;
	margin: 10px auto 11px auto;
	padding: 15px 0;
	display:inline-block;
}

.col3 a{
	color:#ffffff;
}

.col3 a:hover,
.col3 a:focus{
	color:#003366;
}


/*ページ
---------------------------*/
.pagetitle{
	border:solid 1px #f5f5f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#EEEEEE;
	background-image:url(../img/pagetitle.jpg);
	margin-top:0.5em;
	}
	.pagetitle h1{
		color:#FFFFFF;
		text-shadow: 0 2px 2px rgba(65,65,65,0.75)/*(65, 65, 65, 0.75)*/;
		margin:1.5em 15px 1.5em;
	}

#mainbox h2,
#topintro h2,
#intro{
	clear:both;
	border-top:solid 3px #F5F5F5;
	padding:15px 5px;
	line-height:1.5em;
	
}
#intro h2{
	clear:both;
	padding:15px 5px
}
#mainbox .crs{
	clear:both;
	border-top:solid 3px #F5F5F5;
	padding:7px;
}

#content img{
	border:solid 1px #EBEBEB;
	background-color:#FFFFFF;
	padding:3px;
	  -webkit-box-shadow: inset 0 1px 0 rgba(200, 200, 200, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: inset 0 1px 0 rgba(200, 200, 200, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	  box-shadow: inset 0 1px 0 rgba(200, 200, 200, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);

}
#content ul{
	margin-left:15px;
}
#content ul li{
	margin:0.5em;
}
#content p{
	margin:5px;
}

.thin2,
.thin3,
.thin4,
.thin5,
.thin6,
.thin7,
.thin8,
.thin9{
	float:left;
	margin-left:10px;
}
.thin2 {
	width:471px;
}
.thin3 {
	width:300px;
}
.thin4 {
	width:232px;
}
.thin5{
	width:185px;
}
.thin6{
	width:638px;
}
.thin9{
	width:98.3%;
}
.thin8{
	width:33px;
}
.thin7{
	width:105.7px;
}
.vcontainer{
	position:relative;
	padding-bottom:56.25%;
	padding-top:1.2em;
	height:0;
	overflow:hidden;
}
.vcontainer iframe,
.vcontainer object,
.vcontainer embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.alright {
	text-align:right;
	float:right;
}
.cap-s{
	font-size:87%;
	color:#666666;
}

/*footer
-------------------*/
.nav-footer{
	font-size:86%;
	text-align:center;
}
.nav-footer li{
	display:inline-block;
	margin-left:10px;
}
.nav-footer li a{
	color:#999999;
}
.nav-footer li a:hover,
.nav-footer li a:focus{
	color:#333333;
}
#end {
	padding:1.3em 0;
	text-align:right;
}

/*frommailpage
-------------------*/
#formbox {
  padding: 19px 20px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  *zoom: 1;
}
input[type="reset"],
input[type="submit"] {
  width:auto;
  height:auto;
  cursor:pointer;
  margin:0;
  padding:3px;
}

input,textarea{
	width:206px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
}
textarea {
  height: auto;
}
.fmmain:before,
.fmmain:after {
  line-height: 0;
  content: "";
}

.fmmain:after {
  clear: both;
}
.fmmain dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  white-space: nowrap;
}

.fmmain dd {
  margin-left: 180px;
}



/*装飾
-------------------*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.btn:hover,
a.btn:focus{
  color: #333333;
  background-color: #111111;
}


[class^="icon-"],
[class*=" icon-"]{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/menu-down.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-menudown{
	background-position:0 0;
}

.icon-circledown{
	background-position:-15px 0;
}
.icon-arowdown{
	background-position:-29px 0;
}
.icon-menuup{
	background-position:0 -15px;
}
.icon-circleup{
	background-position:-15px -15px;
}
.icon-arowup{
	background-position:-29px -15px;
}
.icon-lefta{
	background-position:-45px -15px;
}
.icon-righta{
	background-position:-45px 0;
}

/*color
--------------------*/

.gray {
  color: #999999;
}

a.gray:hover,
a.gray:focus {
  color: #808080;
}

.redw {
  color: #CC0000;
}

a.redw:hover,
a.redw:focus {
  color: #990000;
}

.grmt {
  color:#009933;
}

a.grmt:hover,
a.grmt:focus {
  color: #006CB5;
}

.bluw {
  color: #3399CC;
}

a.bluw:hover,
a.bluw:focus {
  color: #3366CC;
}

/*table
-------------------*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table th{
	text-align:center;
	font-weight:100;
}
.hyo {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-left: 0;
}

.hyo th,
.hyo td {
  padding: 7px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.hyo th {
	text-align:left;
  background-color: #F5F5F5;
}

td.span1,
th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

td.span2,
th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

td.span3,
th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

td.span4,
th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

td.span5,
th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

td.span6,
th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

td.span7,
th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

td.span8,
th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

td.span9,
th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

td.span10,
th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

td.span11,
th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

td.span12,
th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/*追加
--------------*/
.reki dl{
	margin:0;
	padding:0;
}
.reki dt{
	float:left;
}

.reki dd{
	margin:0 0 0 75px;
}
