@charset "UTF-8";

/* base
------------------------------------------*/
body {
	color: #555566;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
		'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo,
		sans-serif;
	/*	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;*/
	text-align: center;
}

a:link, a:active, a:hover, a:visited {
	color: #555566;
}

a.nolink {
	pointer-events: none;
	cursor: default;
}

input[type="submit"], input[type="reset"], input[type="button"], button
	{
	cursor: pointer;
}

.hovr a, a:hover {
	color: #555566;
	text-decoration: underline;
}

.hovr .aovr, a:hover .aovr {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	zoom: 1;
}

sup {
	font-size: 40%;
}

/* Structure
------------------------------------------*/
.inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* header */

#header{
	width:100%;
	height: 70px;
	background: #000000;
	position:fixed;
	top: 0px;
	left:0;
	z-index:10;
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.2);
}

#header .wrp{
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header_logo{
	position:absolute;
	top: 20px;
	left:0;
}

#header_login{
	position:absolute;
	top: 20px;
	left:450px;
	font-size:13px;
	line-height:18px;
}

#header_login p{
	display:inline-block;
}

#header_login p span{
	display:inline-block;
	padding:4px 0;
	color: #ffffff;
}

#header_login p input[type="text"] {
	width:128px;
	height:18px;
	padding:3px;
	background: #ffffff;
	border:solid 1px #c4c4c4;
	border-radius:4px;
	margin:0 12px 0 6px;
}

#header_login p input[type="password"]{
	width:128px;
	height:18px;
	padding:3px;
	background:#ffffff;
	border:solid 1px #c4c4c4;
	border-radius:4px;
	margin:0 12px 0 6px;
}

#header_login .header_login_txt{
	font-size:12px;
	color:#d32023;
	margin:3px 0 0 0;
}

#header_login input[type="image"]{
	width:80px;
	height:26px;
}

/* gnav */

#gnav{
	position:absolute;
	top:78px;
	left:0;
	width:980px;
}

#gnav ul{
	width:980px;
	height:30px;
}

#gnav li{
	float:left;
	width:160px;
	border-right:solid 1px #cdcdcd;
}

#gnav li.first{
	width:158px;
	border-left:solid 1px #cdcdcd;
}

#gnav li a{
	display:block;
	height:30px;
	font-size:13px;
	line-height:30px;
	color:#525266;
	font-weight:bold;
	text-align:center;
}

#gnav li a:hover{
	color:#2253a2;
	text-decoration:none;
}

/* footer */


#footer{
	width:100%;
	margin:30px 0 0 0;
}

#gotop{
	width:980px;
	height:44px;
	margin:0 auto;
	text-align:right;
}

#footer .wrp{
	width:1020px;
	margin:0 auto;
	text-align:left;
}

#footer_b{
	background-color: #000000;
}

#footer_b .wrp{
	width:980px;
	margin:0 auto;
	padding:11px 0 15px 0;
}

#footer_copyright{
	float:left;
	font-size:12px;
	color:#ffffff;
}
#footer_link1{
	padding-left: 200px;
    color: #ffffff !important;
    font-size: 12px;
}

#footer_link2{
	padding-left: 30px;
    color: #ffffff !important;
    font-size: 12px;
}

#footer_logo{
	float:right;
}


/* dlist01 */
.dlist01 {
	border-top: dotted 1px #cdcdcd;
	line-height: 1.5;
}

.dlist01 dt {
	padding: 1em 0 0 0;
	text-align: left;
}

.dlist01 dd {
	margin: -1.5em 0 0 0;
	padding: 0px 2px 0em 15.5em;
	border-bottom: dotted 1px #cdcdcd;
	text-align: left;
}

.caption {
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.4;
	padding-bottom: .5rem;
	font-size: 1rem;
	color:#333333;
}

.caption:before {
	content: "●";
	position: absolute;
	font-size: 1.4rem;
	left: 0;
	top: -0.2rem;
	color: #cc0000;
}

.topics{
	width: 50%;
    padding-left: 20%;
}

.adbt {
	border-top: solid 1px #cdcdcd !important;
}

/* main */

#wrapper{
	padding:0 0 0 0;
}

/* main */

#main{
	width:100%;
}

#main .wrp{
	padding:80px 0 0 0;
	width:980px;
	margin:0 auto;
	text-align:left;
}

#main2{
	width: 1104px;
    background: none;
    margin: 0 auto;
    text-align: left;
}

/* crumbs */

#crumbs{
	padding:10px 0 10px 0;
	font-size:12px;
	line-height:1.2;
}

#crumbs li{
	float:left;
}

#crumbs li a{
	color:#2053AA;
}

/* setting
------------------------------------------*/

/* font */

.fs_10{
	font-size:1em !important;
}

.fs_12{
	font-size:1.2em !important;
}

.fs_13{
	font-size:1.3em !important;
}

.fs_14{
	font-size:1.4em !important;
}

.fs_16{
	font-size:1.6em !important;
}

.fs_18{
	font-size:1.8em !important;
}

.fs_20{
	font-size:2em !important;
}

.fs_85p{
	font-size:85% !important;
}

.lh_150{
	line-height:1.5 !important;
}

.fw_b{
	font-weight:700 !important;
}

.fc_gray{
	color:#999999;
}

.fc_red{
	color:#cc0000;
}

.fc_pink{
	color:#FF7983;
}

.fc_blue{
	color:#2154AA;
}

.fc_sky{
	color:#28B7E4;
}

.fc_green{
	color:#3ECC72;
}

/* position */

.ac{
	text-align:center !important;
}

.al{
	text-align:left !important;
}

.ar{
	text-align:right !important;
}

.aac{
	margin-left:auto !important;
	margin-right:auto !important;
}

.aar{
	margin-left:auto !important;
	margin-right:0 !important;
}

.fl{
	float:left !important;
}

.fr{
	float:right !important;
}

.vt{
	vertical-align:top !important;
}

.vm{
	vertical-align:middle !important;
}

/* dummy table */

.d_tb{
	display:table !important;
}

.d_tc{
	display:table-cell !important;
}

*:first-child+html .d_tc{
	display:inline;
	zoom:1;
}

/* margin padding */

.mt0{
	margin-top:0 !important;
}

.mthe{
	margin-top:0.5em !important;
}

.mt1e{
	margin-top:1em !important;
}

.mt5{
	margin-top:5px !important;
}

.mt10{
	margin-top:10px !important;
}

.mt12{
	margin-top:12px !important;
}

.mt15{
	margin-top:15px !important;
}

.mt20{
	margin-top:20px !important;
}

.mt25{
	margin-top:25px !important;
}

.mt30{
	margin-top:30px !important;
}

.mt40{
	margin-top:40px !important;
}

.mt50{
	margin-top:50px !important;
}

.mt60{
	margin-top:60px !important;
}

.mt70{
	margin-top:70px !important;
}

.mt80{
	margin-top:80px !important;
}

.mt200{
	margin-top:200px !important;
}

.mb0{
	margin-bottom:0 !important;
}

.mb25{
	margin-bottom:25px !important;
}

.mr10{
	margin-right:10px !important;
}

.mr15{
	margin-right:15px !important;
}

.mr20{
	margin-right:20px !important;
}

.mr30{
	margin-right:30px !important;
}

.mr40{
	margin-right:40px !important;
}

.mr50{
	margin-right:50px !important;
}

.ml5{
	margin-left:5px !important;
}

.ml7{
	margin-left:7px !important;
}

.ml10{
	margin-left:10px !important;
}

.ml15{
	margin-left:15px !important;
}

.ml20{
	margin-left:20px !important;
}

.ml30{
	margin-left:30px !important;
}

.pt1e{
	padding-top:1em !important;
}

.pt5{
	padding-top:5px !important;
}

.pt20{
	padding-top:20px !important;
}

.pt30{
	padding-top:30px !important;
}

.pb5{
	padding-bottom:5px !important;
}

.pb10{
	padding-bottom:10px !important;
}

.pb20{
	padding-bottom:20px !important;
}

.pb30{
	padding-bottom:30px !important;
}

.p10{
	padding:10px !important;
}

.ptb10{
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.ptb1e{
	padding-top:1em !important;
	padding-bottom:1em !important;
}

.plhe{
	padding-left:0.5em !important;
}

.pl1e{
	padding-left:1em !important;
}

.pl5{
	padding-left:5px !important;
}

.pl10{
	padding-left:10px !important;
}

.pl20{
	padding-left:20px !important;
}

.pl30{
	padding-left:30px !important;
}

.pl40{
	padding-left:40px !important;
}

.pl50{
	padding-left:50px !important;
}

.pl140{
	padding-left:140px !important;
}

.pr0{
	padding-right:0 !important;
}

.pr10{
	padding-right:10px !important;
}

.pr20{
	padding-right:20px !important;
}

.pr40{
	padding-right:40px !important;
}

.pt10{
	padding-top:10px !important;
}

.pt15{
	padding-top:15px !important;
}

/*message
----------------------------------------------------------------------*/
#messagewrapper{
	width:900px;
	margin:0;
	text-align:center;
}
#messagecontents{
	width:600px;
	margin-bottom:40px;
	margin-top:20px;
	margin-left:10px;
	height:auto;
	background : url(https://www.zaikostore.com/webImg/jsp/images/message/horseMessage_bk.jpg) no-repeat left bottom;
}
#messagecontents h1{
	color:#006600;
	font-size:1.1em;
}


.messagetxtbox{
	padding:10px 10px 70px 10px;
	font-size:1.2em;
	line-height:1.4;
}

p.messageTxt2{
	padding:10px 5px;
	text-align:left;
}

/*------------------------------------------*/

.w100 {
	width: 100%;
}

.error {
	background-color: #ff0000;
}

.icn_arrowb {
	display: block;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAABCarJsBLHsAAAAAXRSTlMAQObYZgAAABVJREFUCNdjaGA4wPCA4QMQH2BoAAAkXgUx2KhS+wAAAABJRU5ErkJggg==)
		no-repeat 0 0.5em;
	padding: 0 0 0 14px;
}