@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%;
	padding-top: 0px;
}

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

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

.text-right{
	text-align: right;
}


/* リンク設定
------------------------------------------------------------*/
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;
}
.img_left {
	float: left;
}

/* デスクトップ用*/
@media only screen and (min-width:1023px){
header {
    background-color: #800080;
    width: 100%;
    text-align: center;
    height: 90px;
}

header #headerBox {
	height: 90px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#headerBox #titleBox {
    float: left;
    height: 60px;
    width: 450px;
    font-weight: bold;
    font-size: 30px;
    padding-top: 30px;
    text-align: left;
    padding-left: 10px;
    color: #FFFFFF;
}
#headerBox #titleBox a{
	color: #FFFFFF;
	}
#headerBox .headerAdsense {
	float: right;
	height: 60px;
	width: 468px;
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
}
.pankuzu {
	font-size: 14px;
	line-height: normal;
	height: 18px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	text-align: left;
}
.pankuzu ol li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-left: 10px;
}
.pankuzu ol li:before {
	content: "＞　";
}
.pankuzu ol li:first-child:before {
	content: none;
}
#contentBox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	float: left;
	width: 660px;
}
#rightContent {
	float: right;
	width: 300px;
	padding-left: 20px;
}
#mainContent article {
	width: 650px;
	margin-bottom: 20px;
}
#mainContent article h1 {
    width: 635px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
    background-color: #096998;
    padding-top: 6px;
    padding-left: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: normal;
    padding-bottom: 5px;
    padding-right: 10px;
}
#mainContent article h2 {
    font-size: 30px;
    color: #800080;
    margin-top: 30px;
}
#mainContent article h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
}
#mainContent article p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 180%;
}
#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;
}
#mainContent .adsense {
	width: 650px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.Adsense300 {
	height: 250px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.RightBannerBox {
	height: auto;
	width: 300px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightContent nav li {
	display: block;
	height: 36px;
	width: 290px;
	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: #CCCCCC;
    border-top: 1px solid #666666;
}
#footerBox {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 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:14px;
    clear: both;
    float: left;
    width: 150px;
    border-top: 1px solid #FFFFFF;
  }
  .tbl-layout dd {
    font-size:14px;
    padding-left: 210px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #FFFFFF;
  }
  .tbl-layout .w300{
	font-size:14px;
    height:auto;
  }
  .tbl-layout .w70{
	font-size:14px;
    height:auto;
  }
  .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
  }

}



@media only screen and (max-width:1022px){
header {
	background-color: #E7E7E7;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header #headerBox {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#headerBox #titleBox {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #E7E7E7;
	height: 30px;
	padding-top: 10px;
	background-color: #800080;
}

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

#headerBox .headerAdsense {
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
}
.pankuzu {
	font-size: 12px;
	line-height: normal;
	height: 18px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	text-align: left;
}
.pankuzu ol li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-left: 10px;
}
.pankuzu ol li:before {
	content: "＞　";
}
.pankuzu ol li:first-child:before {
	content: none;
}
#contentBox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	float: left;
	width: 100%;
	font-size: 16px;
}
#rightContent {
	float: none;
	width: 30%;
	width: 100%;
	clear: both;
}
#mainContent article {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
}
#mainContent article h1 {
    width: 60%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    background-color: #096998;
    padding-left: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    width: 100%;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 5px;
    line-height: 150%;
}
#mainContent article h2 {
    font-size: 20px;
    color: #800080;
    margin-top: 20px;
    line-height: 180%;
    font-weight: bold;
    border-color: #800080;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
}
#mainContent article h3 {
    font-size: 18px;
    color: #333333;
	font-weight: bold;
    margin-top: 20px;
}
#mainContent article p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 180%;
}
#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;
}
#mainContent .adsense {
	width: 300px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.Adsense300 {
	height: 250px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7F7F7;
}
.RightBannerBox {
	height: auto;
	width: 300px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#rightContent nav li {
	display: block;
	height: auto;
	width: 100%;
	padding-left: 10px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #F7F7F7;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 12px;
	padding-right: 10px;
}
#rightContent nav li a, a:visited{
	display:block;
	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: 150px;
	clear: both;
	margin-top: 20px;
	background-color: #e7e7e7;
	border-top: 1px solid #666666;
}
#footerBox {
	height: 120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	line-height: 150%;
}
.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;	
}
}
