@charset "utf-8";

/*==wrapを読み込まない==*/
/*==cap02を読み込まない==*/

/*リセットcss*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	
	margin: 0;
	
	padding: 0;
	
	border: 0;
	
	font-size: 100%;
	
	font: inherit;
	
	vertical-align: baseline;
	

}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	
	display: block;
	
}


body {
	
	line-height: 1;
	
}


ol, ul {
	
	list-style: none;
	
}


blockquote, q {
	
	quotes: none;
	
}


blockquote:before, blockquote:after, q:before, q:after {
	
	content: '';
	
	content: none;
	
}


body {
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	letter-spacing: 0.2em;

	background: #FFFAEB;
    
}


table {
	
	border-collapse: collapse;
	
	border-spacing: 0;
	

}


h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	
	margin: 0px;
	
	padding: 0px;
	
	font-size: 12px;
	

}


ul {
	
	list-style-type: none;
	

}


img {
	
	border: none;
	
	background-color:#555;
	

}


input, textarea, select {
	
	font-size: 1em;
	

}


form {
	
	margin: 0px;
	

}


table {
	
	border-collapse:collapse;
	
	font-size: 100%;
	
	border-spacing: 0;
	

}


a {
	
	color:#555;
	
	text-decoration:none;
	

}


.clearfix:after {
	
	content: ".";
	
	display: block;
	
	height: 0px;
	
	clear: both;
	
	visibility: hidden;
	

}


.clearfix {
	
	overflow: hidden;
	

}


.mT20 {
	
	margin-top: 20px;
	

}


.mB20 {
	
	margin-bottom: 20px;
	

}


/*見出し↓*/
.cap01 {
	
	font-size:16px;
	
	font-weight:bold;
	
	padding:18px 10px;
	
	margin-bottom:20px;
	
	color:#0086cd;
	border: 1px solid #0086cd;
	
	background:#E0FFFF;
	border-radius: 4px;
	

}


.cap02 {
	border: 1px solid #0086cd;
	
		padding: 18px;

		font-size:14px;

		font-weight:bold;
    
    color: #0889CE;
    
    text-align: left;
    
  	
    font-size: 16px;
	
		background: #D4F0FF;
	
		border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
	
		position: relative;

}

.cap02:before{
	content:" ";
	position:absolute;
	top:100%;
	left:90px;
	width:0;
	height:0;
	border-width:12px;
}

.caption03 {
	border: 1px solid #0086cd;
	
	padding:10px;

	background: #D4F0FF;
	
	padding: 15px;
	
	color: #0086CD;
	
	font-size:14px;
	
	font-weight:bold;
    
  margin: 30px 0 0 0;
    
  font-size: 16px;

	position: relative;
	border-radius: 4px;
		
}

.caption03:before{
	
	content: " ";
	
}


/*knowledge、link用*/
.link01 {
	
    margin: 20px 0 0 0;
    
    padding: 20px 20px 10px 20px;
    
    border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       -ms-border-radius: 3px;
       -o-border-radius: 3px;
	
	 background: #fff;
	
	 border: 4px solid #D4F0FF;
	
    
}


.link01 li {
		
	margin-bottom:15px;
	
    border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;

}


.link01 li a:hover {
	
	background: #DA4453;
	color:#fff;

}

.link01 li a {
	
		color:#000;
    
    display: block;
    
    padding: 15px;
    
    background: #D4F0FF;
    
    border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;    	

}


#MainContents2 .text01 {
	
	padding: 20px 25px;
	
	line-height:28px;
	
	color: #000;
    
    border-radius: 1px;
       -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
       -ms-border-radius: 1px;
       -o-border-radius: 1px;
    
    background: #fff;
	
		border: 1px solid #D4F0FF;
	
		font-size: 11px;
	
		margin-top: 10px;
	

}

.text01 p {
	
	padding-top:20px;
	

}


.imgR {
	
	float:right;
	
	margin:10px;
	
	padding:5px;
	
	border:1px solid #ccc;
	

}


.imgL {
	
	float:left;
	
	margin:10px;
	
	padding:5px;
	
	border:1px solid #ccc;
	

}


#wrap {
	
	width: 100%;
	
	padding:1px;
		
}


/*header部分*/
#header {
	
    position: absolute;
    
		height:220px;

    top: 0;
    
    left: 0;
    
    width: 100%;
    
    min-width: 960px;
    
    border-bottom: 1px solid rgba(255,255,255,0.25);
	
		background: #0086CD;
    
}

.head{
    
    width: 100%;
    
    min-width: 960px;
    
    margin: 0 auto;
    
    position: relative;
    
    z-index: 5;
    
    top: 100px;
    
}


/*headerMVに高さ指定しているため文字数、画像のサイズに注意して下さい*/
.siteTitle {
	
	font-size:18px;
	
	font-weight:bold;
    
  width: 940px;
    
  margin: 0 auto;
    
  position: relative;
    
}


.siteTitle a {

	text-decoration:none;
	
	color: #fff;
	
	font-weight:bold;
    
  padding: 15px;
    
  position: absolute;
    
  bottom: 1px;
    
  border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
    
}

.siteTitle a:hover{
    
	background: #DA4453;
    
}

#GNav {
    
    background: #111;
    overflow: hidden;
    position: absolute;
    width: 100%;
    min-width: 960px;
    top: 220px;
    z-index: 1000;
	border-bottom:7px solid #fff;
	border-top:7px solid #fff;
	
		background: #0086cd;

}

.GNavList{
    
    width: 940px;
    
    margin: 0 auto;
	
		background: #0086CD;
	
		padding:  0 20px;
    
}

#GNav li{
    
		display: inline-block;
    height: 40px;
    float: left;
    
}

#GNav li a {
	
	padding: 0 40px;
	
	text-align:center;
	
	display:block;
	
  color:#fff;
    
  line-height: 40px;
	

}


#GNav li a:hover {
	
	background: #fff;
    
  color: #0086CD;

}


/*contents部分*/
#ContentWrap {
	
	margin:0 auto;
	
	width:960px;
	
	padding: 300px 0 50px 0;
        
  position: relative;	
	
}

.contents, #Contents02{
                  
    padding: 10px;
	    
}

.Mv {
	
	position:absolute;
	
	top: 20px;
	
	right:20px;
	
}

.Mv > img{
    
   background: #000;
    
   width: 640px;
    
   height: 180px;
    
   border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;
    
}


#MainContents2 {
	
	width:580px;
	
	float:right;
	
  margin-right: 10px;

}


#subContents2, #SubContents {
	
	width:300px;
	
	margin-top:0px;
	
	float:left;
    
  text-align: center;
	
}

/*
#MainContents a {
 color:#00F;
 background-color: #fff;
 margin:10px;
 padding:5px;
}
#MainContents a:hover {
 text-decoration: none;
}*/

#subContents2 p > img{
    
    width: 90%;
    
    border-radius: 8px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;   
       -ms-border-radius: 8px;
       -o-border-radius: 8px;
    
    background: #fff;
    
    padding: 10px;
    
    border: 1px solid #d1d1d1;
    
    margin: 10px 0;
    
}

.Nav{

    padding: 15px 0;
    
    margin: 20px 0 40px 0;
    
    border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 25px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;
		
		background: #fff;
	
		border: 3px solid #BDE6FC;
    
}

.Nav li a {
	
	font-size:12px;
	
	padding: 10px;
	
	line-height:20px;
	
	display:block;
	
	margin-top:10px;
	
	background: #BDE6FC;
	
	padding-left:2em;
    
    border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;
	
    color: #000;
    
    text-align: left;

}


.Nav li a:hover {
	
	background: #DA4453;
	
	color:#FFF;
	

}


.Nav li {
	padding: 0 10px;
}


.textBox02 {
	
	margin-top:0;
	
	padding-top:10px;
        
}


.new2, .new {
	
	padding:10px;
    
    background: #fff;
    
    border-radius: 2px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       -ms-border-radius: 2px;
       -o-border-radius: 2px;
	
	border: 4px solid #D4F0FF;
	
	margin-top:  10px;

}


.new2 dt, .new dt {
	
		font-size:12px;

		font-weight:bold;

		color: #0086CD;
    
    padding: 12px 10px;

    width: 50px;
    
    text-align: center;
    
    border-top-left-radius: 3px;
       -webkit-border-top-left-radius: 3px;
       -moz-border-top-left-radius: 3px;
       -ms-border-top-left-radius: 3px;
       -o-border-top-left-radius: 3px;
    
    border-top-right-radius: 3px;
       -webkit-border-top-right-radius: 3px;
       -moz-border-top-right-radius: 3px;
       -ms-border-top-right-radius: 3px;
       -o-border-top-right-radius: 3px;
    
}


.new2 dd, .new dd {
		
	padding-bottom:10px;
	
	margin-bottom:10px;
	
	border-bottom:1px dotted rgba(0,0,0,0.1);
	

}

.new2 dd a, .new dd a{

    display: block;
    padding: 15px 10px;
    background: #D4F0FF;
    color: #006aa2;
    border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       -ms-border-radius: 3px;   
       -o-border-radius: 3px;
    
}

.new2 dd a:hover, .new dd a:hover{
    
    background: #DA4453;
    
    color: #fff;
    
}

#blogparts {
	
	text-align:center;
	
	margin-top:30px;
	

}


/*footer部分*/
#footer {
    
    width: 100%;
    
    min-width: 960px;
	
    padding:  0;
    
		text-align:center;
	
    border-top: 1px solid rgba(0,0,0,0.25);
    
    background: #0086CD;
    
    margin: 30px 0 0 0;

}

.foot{
    
    width: 100%;
    
    min-width: 960px;
    
}

.FNav {
	
	padding:40px 20px;
	

}


.FNav li {
	margin: 0 10px;
	
	white-space:nowrap;
	
	display:inline;
	
	line-height:30px;
    
    text-align: center;
	

}


.FNav li a {
	
	background: rgba(0,0,0,0.3);
	
    padding: 10px 20px 10px 20px;
    
    color: #fff;
    
    font-size: .895em;
    
    border-radius: 3px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       -ms-border-radius: 3px;
       -o-border-radius: 3px;
    
    transition: background .6s linear 0s;
       -webkit-transition: background .6s linear; 
       -moz-transition: background .6s linear;
       -ms-transition: background .6s linear;
       -o-transition: background .6s linear; 
           
	
}

.FNav li a:hover{
    
    background-color: #DA4453;
    
}


.copy {
	
	font-size: .75em;
	
	text-align:center;
	
	color:#fff;
	
	padding:20px;

}
