@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */


/* 全体共通事項
------------------------------------------------------------*/
body{
	color: #333;
	font-size: 16px;
	line-height: normal;
	font-family: "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
}

/* テキストカラー設定*/
.blue{color:#0667AD;}
.orange{color:#F74F03;}
.green{color:#006400;}
.pink{color:#ff1493;}

/* テキストサイズ設定*/
.bold{font-weight:bold;}
.size20{font-size:20px;}


/* リンク設定
------------------------------------------------------------*/
a{color:#0667AD;text-decoration:none;}
a:hover{color:#F74F03;}
a:active, a:focus{outline:0;}

/* イメージ設定*/
img {
	border:none;
}
.img_glid {
	width:100%;
	height:auto;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.bigImg800 {
	height: auto;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.textRight {
	text-align:right;
}
.textCenter {
	text-align:center;
}

/* デスクトップ用*/
@media only screen and (min-width:1025px){
header {
	width: 100%;
	text-align: center;
	height: 80px;
}

header #headerBox {
	height: 50px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#headerBox #titleBox {
	float: left;
	height: 80px;
	width: 300px;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #0667ad;
	text-shadow: -1px -1px 3px #ffffff,1px 1px 3px #ffffff,1px -1px 3px #ffffff,-1px 1px 3px #ffffff;
}

.adsense {
	width:720px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}


#contentBox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
#rightContent {
	float: right;
	width: 300px;
	padding-left: 20px;
}
#mainContent article {
	width: 800px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent article h1 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-left-color: #E00509;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-top: 3px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: normal;
}
#mainContent article h2 {
	font-size: 18px;
	color: #800080;
	margin-top: 30px;
}
#mainContent article p {
	margin-top: 20px;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 40px;
}
#contentBox #mainContent article ol li {
	margin-left: 25px;
	margin-top: 20px;
	list-style-type: decimal;
}
#mainContent section {
	width: 650px;
	margin-bottom: 20px;
}
#mainContent section h1 {
	width: 635px;
	height: auto;
	border-left-color: #800080;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-top: 3px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #800080;
	line-height: normal;
}
#mainContent section h2 {
	font-size: 18px;
	color: #800080;
	margin-top: 30px;
}
#mainContent section p {
	margin-top: 20px;
}
#mainContent section li {
	list-style-type: disc;
	margin-left: 40px;
}
#contentBox #mainContent section ol li {
	margin-left: 25px;
	margin-top: 20px;
	list-style-type: decimal;
}

  nav#mainNav{
	padding: 0 14px;
	clear: both;
	overflow: hidden;
	position: relative;
	background: url(images/topnavBg.png);
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#333;
	border-left:1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color: #0CC3F1;
	font-size: 10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	background:#f7f7f7;
	padding-top:15px;
	}
	
footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #e7e7e7;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
#footerBox {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
.footerTitle {
	font-size: 20px;
	font-weight: bold;
}
.footerCopyRight {
	font-size: 14px;
}
#footerBox li {
	display: inline;
}
#mainContent .pointBox {
	padding: 20px;
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-color: #F7F7F7;
}

/* PC用フォームレイアウト*/
.tbl-layout {  
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
	background: #fff url(../images/table_bg.gif) repeat-y -39px 0;
  }
  .tbl-layout dt,
  .tbl-layout dd {
    padding: 20px;
  }
  .tbl-layout dt {
    font-size:16px;
    clear: both;
    float: left;
    width: 150px;
    border-top: 1px solid #FFFFFF;
  }
  .tbl-layout dd {
    font-size:16px;
	width: 65%;
    padding-left: 210px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #FFFFFF;
  }
  .tbl-layout .w300{
	font-size:14px;
	width:70%;
    height:auto;
  }
  .tbl-layout .w70{
	font-size:14px;
	width:30%;
    height:auto;
  }
  .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
  }
.DownloadButton {
	width: 500px;
	height: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 20px;
	background-color: #FFE6FB;
	border: thin solid #E91987;
	border-radius: 5px;
}
}

/* パッド用*/
@media only screen and (min-width:768px) and (max-width:1024px){
header {
	width: 100%;
	text-align: center;
	height: 60px;
	margin-top: -8px;
}

header #headerBox {
	height: 50px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#headerBox #titleBox {
	float: left;
	height: auto;
	width: auto;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	color: #0667ad;
	text-shadow: -1px -1px 3px #ffffff,1px 1px 3px #ffffff,1px -1px 3px #ffffff,-1px 1px 3px #ffffff;
}

.bigImg800 {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.bigImg800 img{
	height: auto;
	width: 100%;
}

	nav#mainNav{
	clear: both;
	width: 100%;
	box-sizing:border-box;
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border: 1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(images/bg.png);
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#708c0c;}

	nav div.panel{float:none;}
	

#contentBox {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	float: left;
	width: 100%;
}
#rightContent {
	float: right;
	width: 30%%;
	padding-left: 20px;
	width: 30%;
}
#mainContent article {
	width: 100%;
	margin-bottom: 30px;
}
#mainContent article h1 {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	border-left-color: #E00509;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-top: 3px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
}
#mainContent article h2 {
	font-size: 18px;
	color: #800080;
	margin-top: 30px;
}
#mainContent article p {
	margin-top: 20px;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 30px;
}
#contentBox #mainContent article ol li {
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: decimal;
}
#mainContent section {
	width: 100%;
	margin-bottom: 20px;
}
#mainContent section h1 {
	width: 60%;
	height: auto;
	border-left-color: #800080;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-top: 3px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #800080;
	width: 100%;
}
#mainContent section h2 {
	font-size: 18px;
	color: #800080;
	margin-top: 30px;
}
#mainContent section p {
	margin-top: 20px;
}
#mainContent section li {
	list-style-type: disc;
	margin-left: 30px;
}
#contentBox #mainContent section ol li {
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: decimal;
}

#rightContent nav li {
	display: block;
	height: 36px;
	width: 96%;
	padding-left: 10px;
	padding-top: 12px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
}
footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #e7e7e7;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
#footerBox {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 20px;
	text-align: center;
}
.footerTitle {
	font-size: 20px;
	font-weight: bold;
}
.footerCopyRight {
	font-size:14px;
}
#footerBox li {
	display: inline;
}
#mainContent .pointBox {
	padding: 20px;
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-color: #F7F7F7;
}

.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: #fff;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
  color:#333333;
  background-color: #cccccc;
  border-top:1px solid #fff;
  border-left: 1px solid #fff;
}
.tbl-layout dd {
  font-size:14px;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom: 1px solid #ccc;
}
.tbl-layout dd textarea {
  width:100%;
}
.tbl-layout .w300{
  font-size:12px;
  width:100%;	
  height:auto;
}
.tbl-layout .w70{
  font-size:12px;
  width:100%;	
  height:auto;
}
.tbl-layout .bdchange{
  border-bottom:none;	
}

}

/* スマートフォン用*/
@media only screen and (max-width:767px){
header {
	width: 100%;
	margin-top: 0px;
}

header #headerBox {
	width: 100%;
	height:50px;
	margin-right: auto;
	margin-left: auto;
}
#headerBox #titleBox {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#headerBox #titleBox a, a:visited{color:#ffffff;text-decoration:none;}
#headerBox #titleBox a:hover{color:#ffff00;}
#headerBox #titleBox a:active, a:focus{outline:0;}

.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.img_left {
	width:100%;
	height:auto;
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}

.bigImg800 {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.bigImg800 img{
	height: auto;
	width: 100%;
}

	nav#mainNav{
	clear: both;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border: 1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(images/bg.png);
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#708c0c;}

	nav div.panel{float:none;}



#contentBox {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	float: left;
	width: 100%;
}
#rightContent {
	float: none;
	width: 30%;
	width: 100%;
	clear: both;
}
#mainContent article {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: normal;
}
.glidimg{
	width:100%;
	height:auto;
}
#mainContent article h1 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-left-color: #E00509;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-left: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
	padding-top: 1px;
}
#mainContent article h2 {
	font-size: 16px;
	color: #800080;
	margin-top: 20px;
}
#mainContent article p {
	margin-top: 15px;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 30px;
}
#contentBox #mainContent article ol li {
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: decimal;
}
#mainContent section {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: normal;
}
#mainContent section h1 {
	width: 60%;
	height: auto;
	border-left-color: #800080;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-left: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #800080;
	width: 96%;
	padding-top: 1px;
}
#mainContent section h2 {
	font-size: 16px;
	color: #800080;
	margin-top: 20px;
}
#mainContent section p {
	margin-top: 15px;
}
#mainContent section li {
	list-style-type: disc;
	margin-left: 30px;
}
#contentBox #mainContent section ol li {
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: decimal;
}

#rightContent nav li {
	display: block;
	height: 30px;
	width: 94%;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #F7F7F7;
	margin-bottom: 2px;
}
#rightContent nav li a, a:visited{color:#0667AD;text-decoration:none;}
#rightContent nav li a:hover{color:#F74F03;}
#rightContent nav li a:active, a:focus{outline:0;}

footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #e7e7e7;
	border-top: 1px solid #CCCCCC;
}
#footerBox {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
}
.footerTitle {
	font-size: 16px;
	font-weight: bold;
}
.footerCopyRight {
	font-size: 10px;
	margin-top: 5px;
}
#mainContent .pointBox {
	padding: 20px;
	height: auto;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-color: #F7F7F7;
}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: #fff;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
  color:#333333;
  background-color: #cccccc;
  border-top:1px solid #fff;
  border-left: 1px solid #fff;
}
.tbl-layout dd {
  font-size:14px;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom: 1px solid #ccc;
}
.tbl-layout dd textarea {
  width:100%;
}
.tbl-layout .w300{
  font-size:12px;
  width:100%;	
  height:auto;
}
.tbl-layout .w70{
  font-size:12px;
  width:100%;	
  height:auto;
}
.tbl-layout .bdchange{
  border-bottom:none;	
}
}
