@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo,Verdana,'ＭＳ Ｐゴシック',Osaka,"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',Helvetica,sans-serif;
	background-color: #ffffff;
	color: #434343;
}
.clearfix {
	clear: both;
}
a img.linkimg{
background:none!important;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-moz-transition: none;
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
.imground{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.imgshadow{
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
/* Space */
.mt0{ margin-top:0 !important;}
.mt05{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt60{ margin-top:60px !important;}
.mt160{ margin-top:160px !important;}
.mt180{ margin-top:180px !important;}

.mr0{ margin-right:0 !important;}
.mr05{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr30{ margin-right:30p !importantx;}

.mb0{ margin-bottom:0 !important;}
.mb05{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}

.ml0{ margin-left:0 !important;}
.ml05{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml30{ margin-left:30px !important;}

.mW05{ margin:0 5px !important;}
.mW10{ margin:0 10px !important;}
.mW15{ margin:0 15px !important;}
.mW20{ margin:0 20px !important;}
.mW30{ margin:0 30px !important;}

.pt0{ padding-top:0 !important;}
.pt02{ padding-top:2px !important;}
.pt03{ padding-top:3px !important;}
.pt04{ padding-top:4px !important;}
.pt05{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt15{ padding-top:15px !important;}
.pt20{ padding-top:20px !important;}
.pt30{ padding-top:30px !important;}
.pt40{ padding-top:40px !important;}

.pr0{ padding-right:0 !important;}
.pr05{ padding-right:5px !important;}
.pr10{ padding-right:10px !important;}
.pr15{ padding-right:15px !important;}
.pr20{ padding-right:20px !important;}

.pb0{ padding-bottom:0 !important;}
.pb03{ padding-bottom:3px !important;}
.pb04{ padding-bottom:4px !important;}
.pb05{ padding-bottom:5px !important;}
.pb07{ padding-bottom:7px !important;}
.pb10{ padding-bottom:10px !important;}
.pb15{ padding-bottom:15px !important;}
.pb20{ padding-bottom:20px !important;}
.pb30{ padding-bottom:30px !important;}

.pl0{ padding-left:0 !important;}
.pl05{ padding-left:5px !important;}
.pl10{ padding-left:10px !important;}
.pl15{ padding-left:15px !important;}
.pl20{ padding-left:20px !important;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.box1000{
	width:1000px;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1000px;
}
.box1000Wht{
	width: 1000px;
	display: table;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.mainImageBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#fffee7;
}
.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;

}
.navBox {
	height: 120px;
	width: 100%;
	margin: 0 auto;
	background-color:#FFF;
	display:table;
	z-index:1000;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom:#ce002d 0px solid;
box-shadow:rgba(163, 163, 163, 0.3) 0px 0px 3px 1px;
-webkit-box-shadow:rgba(163, 163, 163, 0.3) 0px 0px 3px 1px;
-moz-box-shadow:rgba(163, 163, 163, 0.3) 0px 0px 3px 1px;
}
.sidefixed {
	position: fixed;
	top: 0;
}
.sideNavBox {
	height: auto;
	width: 260px;
	margin: 0;
	display:table;
	float:left;
	position:relative;
}
.sideNav {
	height: auto;
	width: 260px;
	margin: 0;
	display:table;
	float:left;
}
.sideNav ul{
	width:221px;
	height: auto;
	display:table;
	float:left;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sideNav li{
	width:220px;
	height: 60px;
	display:table;
	float:left;
	border-top:#d2d2d2 1px solid;
	border-left:#d2d2d2 1px solid;
	border-right:#d2d2d2 1px solid;
	z-index:0;
}
.labels {
    display: block;
    position: absolute;
    text-indent: -9999px;
}
.onStepArrow{
	width:15px;
	height:60px;
	display:block;
	margin:0px;
	position:relative;
	top:0px;
	left:219px;
	z-index:9999;
}
.sideMenu01{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu01.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu01:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu01_on.png);
}
.sideMenu01onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu01_on.png);
	background-repeat: no-repeat;
	background-position:center top;
}

.sideMenu02{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu02.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu02:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu02_on.png);
}
.sideMenu02onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu02_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideMenu03{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu03.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu03:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu03_on.png);
}
.sideMenu03onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu03_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideMenu04{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu04.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu04:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu04_on.png);
}
.sideMenu04onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu04_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideMenu05{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu05.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu05:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu05_on.png);
}
.sideMenu05onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu05_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideMenu06{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu06.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu06:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu06_on.png);
}
.sideMenu06onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu06_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideMenu07{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu07.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu07:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu07_on.png);
}
.sideMenu07onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu07_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideMenu08{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu08.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:hidden;
	transition-property: all;
	-moz-transition-property: all;
	transition: 0.2s ease;
	-moz-transition:0.2s ease;
}
.sideMenu08:hover{
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu08_on.png);
}
.sideMenu08onStep{
	width: 220px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepmenu08_on.png);
	background-repeat: no-repeat;
	background-position:center top;

}
.sideContentBox {
	height: auto;
	width: 740px;
	margin: 0;
	display:table;
	float:left;
}
.titleclearfix {
	clear: both;
}
.titleBar {
	height: auto;
	width: 100%;
	margin: 0 auto;
	background-color:#ce002d;
}
.redBar {
	height: auto;
	width: 100%;
	margin: 0 auto;
	background-color:#ce002d;
	display:table;
}
.redBar img {
	width:1000px;
	height:50px;
	max-width:1000px;
	display:inline-block;
}
.gotopBox{
	width:1000px;
	display:table;
	height:auto;
	margin: 0 auto;
	text-align:right;
	max-width:1000px;
}
.gotopBox img{
	width:56px;
	height:44px;
	max-width:56px;
	display:inline-block;
}
.footBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#eeeeee;
}
.howtoTitle{
	width:100%;
	height:60px;
	float:left;
	display:table;
	background-color:#ce002d;
	text-align:center;
}
.breadcrumbText{
	width:100%;
	height:30px;
	float:left;
	display:table;
	line-height:30px;
	font-size:11px;
	letter-spacing:0.1em;
	color:#666;
}
.breadcrumbText a{
	color:#666;
	text-decoration:underline;
}
.breadcrumbText a:hover{
	color:#ce002d;
	text-decoration:underline;
}
.breadcrumbText a:visited{
	color:#8252A8;
	text-decoration:underline;
}
.imgFullCenter{
	width:100%;
	height:auto;
	float:left;
	display:table;
	text-align:center;
}
.textFulll18px{
	width:100%;
	height:auto;
	float:left;
	display:table;
	line-height:26px;
	font-size:18px;
	letter-spacing:0.1em;
	text-align:justify;
}
.textFulll14px{
	width:100%;
	height:auto;
	float:left;
	display:table;
	line-height:22px;
	font-size:14px;
	letter-spacing:0.1em;
	text-align:justify;
}
.howtoCateTitle{
	width:100%;
	height:46px;
	float:left;
	display:table;
	line-height:46px;
	letter-spacing:0.1em;
	background-color:#ce002d;
	font-size:24px;
	color:#FFF;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
	padding-top:4px;
}
.stepBorder{
	width:100px;
	height:24px;
	float:left;
	display:table;
	line-height:24px;
	font-size:14px;
	letter-spacing:0.1em;
	color:#FFF;
	border:#FFFFFF 3px solid;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	margin-top:9px;
	margin-left:25px;
	margin-right:20px;
	font-weight:bold;
}
.stepPoint{

	height:16px;
	float:left;
	display:table;
	line-height:16px;
	font-size:16px;
	letter-spacing:0.1em;
	color:#FFF;
	text-align:center;
	margin-top:15px;
	margin-left:25px;
	margin-right:10px;
	font-weight:normal;
}
.howtoCateBox{
	width:100%;
	height:auto;
	float:left;
	display:table;
	background-color:#f4f4f4;
	-webkit-border-radius: 0px 0px 8px 8px;
	-khtml-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:25px;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
}
.howtoCatePh{
	width:178px;
	height:178px;
	float:left;
	display:block;
	background-color:#FFF;
	border:#d2d2d2 1px solid;
	margin-right:25px;
	margin-left:25px;
}
.howtoCateList{
	width:485px;
	height:auto;
	float:left;
	display:table;
}
.howtoCateList ul{
	width:485px;
	min-height:125px;
	float:left;
	display:block;
}
.howtoCateList li{
	width: 465px;
	height: 24px;
	float: left;
	display:inline-block;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.1em;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/sankaku_color02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.howtoCateList li a{
	color: #666;
	text-decoration:underline;
	display:inline-block;
}

.howtoCateList li a:visited{
	color: #8252A8;
	text-decoration: underline;
}
.howtoCateList li a:hover{
	color: #ce002d;
	text-decoration:underline;
}
.howtoCateBtn{
	width:275px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:42px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:left;
	font-weight:bold;
	margin-top:15px;
	margin-left:210px;
}
.howtoCateBtn a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 245px;
	line-height: 42px;

	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow02.png);
	background-repeat: no-repeat;
	background-position: 218px center;
	background-color: #888;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left:30px;
}
.howtoCateBtn a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#f08200;
	background-repeat: no-repeat;
	background-position: 223px center;

}
.footHowToMenu{
	width: 1000px;
	height: auto;
	float: left;
	display: table;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.footHowToTitle{
	height:20px;
	float: left;
	display: table;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	border-bottom:#ce002d 0px solid;
	color: #545454;
}
.footHowToTitle a{
	color: #545454;
	text-decoration:underline;
}
.footHowToTitle a:hover{
	color: #ce002d;
	text-decoration:underline;
}

.footHowToMenu ul{
	width: 100%;
	height: auto;
	float: left;
	display: table;
	margin-top:15px;
}
.footHowToMenu li{
	width: 25%;
	height:25px;
	font-size:12px;
	float: left;
	display:inline-block;
	letter-spacing:0em;
	text-align:left;
}
.footHowToMenu li a{
	display:inline-block;
	color:#666;
	text-decoration:underline;
}

.footHowToMenu li a:visited{
	color:#8252A8;
	text-decoration:underline;
}
.footHowToMenu li a:hover{
	color:#ce002d;
	text-decoration:underline;
}
.stepProcess{
	width:182px;
	height:auto;
	float:left;
	display:table;
	background-color:#fffbcc;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:20px;
	margin-top:20px;
	margin-bottom:15px;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
}
.stepText{
	width:100%;
	height:auto;
	float:left;
	display:table;
	line-height:20px;
	font-size:12px;
	letter-spacing:0em;
	text-align:justify;
}
.kijiBox{
	width:236px;
	height:auto;
	float:left;
	display:table;
	background-color:#f4f4f4;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:15px;
	margin-bottom:16px;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
	margin-right:16px;
	transition: all 0.5s ease 0s;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.kijiBox:hover{
	background-color: #FFF0E0;
}
.kijiBoxTitle{
	width:100%;
	height:40px;
	float:left;
	display:table;
	line-height:20px;
	font-size:14px;
	color:#ce002d;
	font-weight:bold;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:justify;
margin-bottom:8px;
}
.kijiBoxPh{
	width:88px;
	height:88px;
	float:left;
	display:block;
	background-color:#FFF;
	border:#d2d2d2 1px solid;
	margin-right:15px;
}
.kijiBoxtext{
	width:100px;
	height:auto;
	float:left;
	display:block;
	line-height:18px;
	font-size:12px;
	color:#313131;
	text-align:justify;
}
.kijiBoxBtn{
	width:100%;
	height:36px;
	float:left;
	display:inline-block;
	line-height:36px;
	font-size:16px;
	letter-spacing:0.1em;
	color:#FFF;
	border:#89ce7d 0px solid;
	background-color:#888;
	text-align:center;
	font-weight:bold;
	margin-top:12px;
	transition: all 0.2s ease 0s;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.kijiBoxBtn:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#f08200;
}

.kijiTitleHomeIcon{
	width: 700px;
	height: 34px;
	float: left;
	display: table;
	font-size: 24px;
	line-height: 34px;
	color: #ce002d;
	letter-spacing: 0.1em;
	border-bottom: #ce002d 2px solid;
	font-weight: bold;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/title_homeicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:40px;
	padding-bottom:5px;
	padding-right:0px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}
h1.kijiTitleHomeIcon{
	width: 700px;
	height: 34px;
	float: left;
	display: table;
	font-size: 24px;
	line-height: 34px;
	color: #ce002d;
	letter-spacing: 0.1em;
	border-bottom: #ce002d 2px solid;
	font-weight: bold;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/title_homeicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:40px;
	padding-right:0px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}
.kijiTitleRed{
	width:725px;
	height:40px;
	float:left;
	display:table;
	line-height:40px;
	font-size: 18px;
	color: #ce002d;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: #d2d2d2 0px solid;
	border-left: #ce002d 4px solid;
	padding-left:10px;
	background-color:#f4f4f4;
	margin-bottom:20px;
}
.kijiTitleRedCenter{
	width:100%;
	height:40px;
	float:left;
	display:table;
	line-height:40px;
	font-size: 20px;
	color: #ce002d;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align:center;
	background-color: #FFF4F4;
}
.kijiTitleBlack{
	width:731px;
	height:30px;
	float:left;
	display:table;
	line-height:30px;
	font-size: 18px;
	color: #313131;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-left: #f54a57 3px solid;
	padding-left:5px;
	border-bottom: #d2d2d2 1px solid;
	margin-bottom:20px;
}
.kijiContentBox{
	width:100%;
	height:auto;
	float:left;
	display:table;
}
.kijiContentPhLeft{
	width:298px;
	height:198px;
	float:left;
	display:block;
	background-color:#FFF;
	border:#d2d2d2 1px solid;
	margin-right:15px;
	margin-bottom:10px;
}
.kijiContentPhRight{
	width:298px;
	height:198px;
	float:right;
	display:block;
	background-color:#FFF;
	border:#d2d2d2 1px solid;
	margin-left:15px;
	margin-bottom:10px;
}
.kijiContentTextRight{
	width:425px;
	height:198px;
	display:block;
	float:left;
}
.kijiContentText{
	display:block;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.1em;
	text-align:justify;
	margin-bottom:30px\9;
}
.nextBtnBox{
	width:100%;
	height:auto;
	float:left;
	display:table;
	margin-bottom:60px;
	margin-top:20px;
}
.backKijiTextBtn{
	float: left;
	display: inline-block;
	color: #666;
	font-size:12px;
	letter-spacing:0.1em;
}
.backKijiTextBtn a{
	color: #666;
	text-decoration:underline;

}
.backKijiTextBtn a:hover{
	color: #ce002d;
	text-decoration:underline;
}
.nextKijiTextBtn{
	float: right;
	display: inline-block;
	color: #666;
	font-size:12px;
	letter-spacing:0.1em;
}
.nextKijiTextBtn a{
	color: #666;
	text-decoration:underline;

}
.nextKijiTextBtn a:hover{
	color: #ce002d;
	text-decoration:underline;
}
.backKijiBtn{
	width: 236px;
	height: 44px;
	float: left;
	display: inline-block;
	line-height: 44px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	color: #FFF;
	background-color: #ce002d;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.backKijiBtn a{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	width:100%;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/back_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	 transition: all 0.2s ease 0s;
	 -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.backKijiBtn a:hover{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	background-color: #FD6767;
	background-position: 0px 2px;
}
.nextKijiBtn{
	width:236px;
	height:44px;
	float:right;
	display:inline-block;
	line-height:44px;
	font-size:14px;
	letter-spacing:0.1em;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	color:#FFF;
	background-color:#ce002d;
	-moz-box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 2px 0px #ccc;
	box-shadow: 2px 2px 2px 0px #ccc;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.nextKijiBtn a{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	width:100%;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 191px 2px;
	 transition: all 0.2s ease 0s;
	 -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.nextKijiBtn a:hover{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	background-color: #FD6767;
	background-position: 196px 2px;
}
.snsBtnBox{
	width:100%;
	height:auto;
	float:left;
	display:table;
	margin-top:10px;
}
.fbBtn {
    display: block;
    float: left;
    margin-right: 10px;
}
.howtoTitleBig{
	width: 998px;
	height: 48px;
	float: left;
	display: block;
	color: #ce002d;
	font-weight: normal;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/stepbar_bg.png);
	background-repeat: repeat-x;
	border: #ffd2d2 1px solid;
	background-position: center center;
}
.howtoTitleBig_old{
	width:100%;
	height:50px;
	float:left;
	display:block;
	background-color:#ce002d;
	color:#FFF;
	font-weight:normal;
	font-size:28px;
	line-height:50px;
	text-align:center;
	letter-spacing:0.1em;
}
.footerContentBg{
	width: 100%;
	height: auto;
	display: table;
	background-color: #FFF;
	padding-bottom: 30px;
}
.footerContentBg02{
	width: 100%;
	height: auto;
	display: table;
	background-color: #f4f4f4;
}
/*
#CountBukken{
	font-weight:bold;
	color: #d0121b;
    font-size: 1.25em;
    margin-right: 3px;
}
#CountKaiin{
	font-weight:bold;
	color: #d0121b;
    font-size: 1.25em;
    margin-right: 3px;
}
#header_kento_count{
    color: #d0121b;
    font-size: 1.25em;
    margin-left: 3px;
    padding-top: 3px;
    vertical-align: middle;
	font-weight: bold;
}
#EtsuranCount{
    color: #d0121b;
    font-size: 1.25em;
    margin-left: 3px;
    padding-top: 3px;
    vertical-align: middle;
	font-weight: bold;
}
*/
.sideLink{
	width:220px;
	height:auto;
	float:left;
	display:table;
	font-size:12px;
	line-height:20px;
	text-align:center;
	margin-top:15px;
}
.sideLink a{
	color:#545454;
	text-decoration:underline;
}
.sideLink a:hover{
	color:#ce002d;
	text-decoration:underline;
}
.kauLink{
	width:100%;
	height:auto;
	float:left;
	display:table;
	text-align:right;
	font-size:14px;
	line-height:14px;
}
.kauLink a{
	color:#545454;
	text-decoration:underline;
}
.kauLink a:hover{
	color:#ce002d;
	text-decoration:underline;
}
.disposeTable{
	width:100%;
	height:auto;
	float:left;
	display:table;
	margin-bottom:10px;
	margin-top:10px;
}
.disposeTable table{
	width:100%;
	height:auto;
	border-collapse: collapse;
	float:left;
	display:table;
	border: 1px solid #d2d2d2;
}
.disposeTable th {
    background-color: #eee;
    border: 1px solid #d2d2d2;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
		font-style: normal;
    font-weight: normal;
}
.disposeTable td {
    border: 1px solid #d2d2d2;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
}
/* ボタンカラー */
.howtoCateBtn02{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn02 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #f54a57 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #f54a57;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn02 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}

.howtoCateBtn03{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn03 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #ee5d8a 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #ee5d8a;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn03 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}

.howtoCateBtn04{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn04 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #f08200 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #f08200;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn04 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}

.howtoCateBtn05{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn05 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #8957a1 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #8957a1;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn05 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}

.howtoCateBtn06{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn06 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #448aca 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #448aca;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn06 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}

.howtoCateBtn07{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn07 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #007130 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #007130;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn07 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}
.howtoCateBtn08{
	width:479px;
	height:40px;
	float:left;
	display:inline-block;
	line-height:40px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#ce002d;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.howtoCateBtn08 a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	height: 40px;
	width: 479px;
	line-height: 40px;
	border: #cdb575 3px solid;
	transition: all 0.2s ease 0s;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/next_arrow.png);
	background-repeat: no-repeat;
	background-position: 434px 0px;
	background-color: #cdb575;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.howtoCateBtn08 a:hover{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background-color:#ce002d;
	background-repeat: no-repeat;
	background-position: 439px 0px;
	border:#ce002d 3px solid;
}
.otherList{
	width:100%;
	height:auto;
	float:left;
	display:table;
}
.otherList ul{
	width:100%;
	height:auto;
	float:left;
	display:block;
}
.otherList li{
	width: 720px;
	float: left;
	display:inline-block;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 0.1em;
	background-image: url(/static_contents/20250701-100649/contents/reading/sumikae-kau/images/sankaku_color02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.otherList li a{
	color: #666;
	text-decoration:underline;
	display:inline-block;
}

.otherList li a:visited{
	color: #8252A8;
	text-decoration: underline;
}
.otherList li a:hover{
	color: #ce002d;
	text-decoration:underline;
}
