@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-size: 100%;
	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: #00B000;
}
.pink{color:#ff1493;}
.red{color:#E5181B;}

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

/* テキスト装飾*/
.textRight {
	text-align: right;
}
.underline {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.BCG-Yellow {
	background: linear-gradient(#FFFFFF, #fff799);
    font-weight: bold; 
    border-radius:3px;
}
.BCG-Blue{
	background: linear-gradient(#FFFFFF, #AAE9FC);
    font-weight: bold; 
    border-radius:3px;
}
.BCG-Red{
	background: linear-gradient(#FFFFFF, #ffb6c1);
    font-weight: bold; 
    border-radius:3px;
}
.BCG-Green{
	background: linear-gradient(#FFFFFF, #98fb98);
    font-weight: bold; 
    border-radius:3px;
}
	


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

/* イメージ設定*/
img {
	border:none;
}



/* デスクトップ用*/
@media only screen and (min-width:1024px){
.img_right {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
.img_glid {
	height: auto;
	width: 100%;
}
header {
	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: auto;
	width: auto;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	color: #0667ad;
}
#headerBox .headerAdsense {
	float: right;
	height: 70px;
	width: 650px;
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
.pankuzu {
	font-size: 14px;
	line-height: normal;
	height: 18px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	text-align: left;
	clear: both;
}
.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainContent article h1 {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #00B000;
	padding-top: 3px;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainContent article h2 {
	width: 635px;
	height: auto;
	display: block;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #FF9600;
	padding-top: 3px;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
}
#mainContent article h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #2AAA11;
}
#mainContent article p {
	margin-top: 20px;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
}
#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;
}
aside {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.Adsense300 {
	height: 250px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.atmagbanner {
	height: auto;
	width: 300px;
	margin-bottom: 10px;
}

#rightContent nav li {
	display: block;
	height: auto;
	width: 300px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #05B105;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
#rightContent nav li a{
	display:block;
	background-color:#f7f7f7;
}


footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #00B000;
	border-top: 1px solid #FBF901;
}
footer a{
	color:#FFF;
}
#footerBox {
	height: 120px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 16px;
	line-height: 150%;
	color: #FFF;
	padding-bottom: 20px;
}
.footerTitle {
	font-size: 20px;
	font-weight: bold;
}
.footerTitle a{
	color:#FBF901;
}
.footerCopyRight {
	font-size:14px;
}
#footerBox li {
	display: inline;
}
#mainContent .pointBox {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 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;
  }
  .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;
  }
	.centerBox {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 22px;
	border-radius: 5px;
	background-color: #f7f7f7;
	}
}



/* スマートフォン用*/
@media only screen and (max-width:1023px){
.img_right {
	float: right;
	width:50%;
	height:auto;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left {
	float: left;
	width:50%;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
}
.img_glid {
	width:100%;
	height:auto;
}
header {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

header #headerBox {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-bottom: 10px;
}
#headerBox #titleBox {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	height: 90px;
	padding-bottom: 5px;
	-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;}

#headerBox .headerAdsense {
	height: auto;
	width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 10px;
}
.pankuzu {
	font-size: 12px;
	line-height: normal;
	height: 18px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	text-align: left;
	clear: both;
}
.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: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	float: left;
	width: 100%;
}
#rightContent {
	float: none;
	width: 30%;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
#mainContent article {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: normal;
}
#mainContent article h1 {
	width: 60%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #00B000;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainContent article h2 {
	width: 60%;
	height: auto;
	display: block;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #FF9600;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainContent article h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #2AAA11;
}
#mainContent article p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 180%;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 16px;
}
#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;
	font-weight:normal;
	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;
}
aside {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.Adsense300 {
	height: 250px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7F7F7;
}
.atmagbanner {
	height: auto;
	width: 300px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#rightContent nav li {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-top: 12px;
	font-size: 16px;
	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;
	color: #5BB600;
	padding-right: 10px;
}
#rightContent nav li a, a:visited{
	color:#0667AD;
	text-decoration:none;
	display:block;
	background-color:#f7f7f7;
	}
#rightContent nav li a:hover{
	color:#F74F03;
	display:block;
	background-color:#f7f7f7;
	}
#rightContent nav li a:active, a:focus{outline:0;}

footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #00B000;
	border-top: 1px solid #FBF901;
}

#footerBox {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 20px;
	line-height: 180%;
}
#footerBox a{
	color:#FFFFFF;
}
.footerTitle {
	font-size: 16px;
	font-weight: bold;
}
.footerTitle a{
	color:#FBF901;
}
.footerCopyRight {
	font-size: 10px;
	margin-top: 5px;
}
#mainContent .pointBox {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    height: auto;
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px dashed #CCCCCC;
    background-color: #F7F7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 150%;
}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
}
.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;
}
.bold {
	text-shadow: 0.1px 0.1px 0 #000;
	}
	.centerBox {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 20px;
	border-radius: 3px;
	background-color: #f7f7f7;
	text-align: center;
	}
}
