@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

main img{
	width:100%;
	height:auto;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

/* CSS初期設定 */
#bg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	width:100%;
}
#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}
a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.smpnone{
	display: none;
}

/* タイトル
------------------------------------------ */
h1 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding:3px;
	margin:0px;
}
.titTop {
	padding:0px;
	margin:0px;
}
.txtTop {
    background-image: url(../images/tx_top.gif);
    background-repeat: no-repeat;
    height: 56px;
    width: 350px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    margin: 0 auto;
    background-size: 350px;
    display: block;
}

/* ここがポイント！
------------------------------------------ */
#boxPoint {
    margin:10px auto;
	width: 95%;
}
#boxPoint h3 {
	font-size: 2.2em;
	text-align: center;
	color: #F8FF00;
	background-color: #063091;
	border-radius: 20px 20px 0 0;
	padding: 20px;
	margin: 0;
}
#boxPoint ol {
	padding:0px;
	margin:0px;
	background-color: #ffffcc;
	font-size: 1.8em;
	border: 1px solid #063091;
}
#boxPoint ol li{
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 2px dotted #063091;
	display: table;
}
#boxPoint ol li p{
	display: table-cell;
	padding:0 0px 0 10px;
	line-height: 26px;
}
#boxPoint ol li p.num{
	vertical-align: middle;
	padding: 0 5px;
	color: #ffffff;
	background-color: #063091;
	font-size: 1em;
	font-weight: bold;
}
#boxPoint ol li:last-child{
	border: none;
}
span.redtxt{
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}
span.txtmini{
	font-size: 0.6em;
}
.txtPoint5 {
	width:94%;
	font-size:15px;
	padding:0px;
	margin:0px auto 25px auto;
	display:block;
}

/* お申し込み
------------------------------------------ */
#btnBottom {
	padding:0;
	margin:3%;
}
#btnBottom li {
	width: 98%;
    margin: 0 1% 5%;
}

#bnlinks {display: none;}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

/* CSS初期設定 */
#bg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	width:950px;
    margin: 0 auto 5%;
}
#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}
a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.pcnone{
	display: none;
}

/* タイトル
------------------------------------------ */
.titTop {
	padding:0px;
	margin:0px;
}
.txtTop {
	background-image: url(../images/tx_top.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 950px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

/* ここがポイント！
------------------------------------------ */
.bgpoint{
	background-image: url(../images/bg_point1.jpg);
	width: 950px;
	height: 501px;
	position: relative;
}
#boxPoint {
	margin-bottom:10px;
}
#boxPoint h3 {
	padding:0px;
	margin:0px;
}
#boxPoint ol {
	font-size: 24px;
	line-height: 24px;
	padding:0px;
	margin:0px;
}
#boxPoint ol li{
	width: 900px;
	position: absolute;
}
#boxPoint ol li p{
	margin: 0;
	padding: 0;
}
span.redtxt{
	color: red;
	font-size: 18px;
	font-weight: bold;
}
span.txtmini{
	font-size: 14px;
}
.txtPoint1 {
	top: 23px;
	left:75px;
}
.txtPoint2 {
	top: 120px;
	left:75px;
}
.txtPoint3 {
	top: 261px;
	left:75px;
}
.txtPoint4 {
	top: 368px;
	left:75px;
}
.txtPoint5 {
	font-size:15px;
	padding:0px;
	margin:0px 0px 25px 0px;
}

/* お申し込み
------------------------------------------ */
#btnBottom {
	padding:0px 0px 0px 60px;
	margin:0px;
}
#btnBottom li {
	float: left;
    width: 400px;
    padding: 0;
    margin: 0 10px;
}

#bnlinks{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 10px auto 5%;
    padding: 10px 0 0;
    background: #FFFFFF;
    border-top: 1px dashed #CCC;
}
#bnlinks li {
    float: left;
    display: inline;
    width: 180px;
    margin: 0 5px;
    padding: 0;
    font-size: 10px;
}
#bnlinks:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
}

}