@charset "shift_jis";
/* Common Style -------------------------------------------------*/

*{
box-sizing : border-box;
-moz-box-sizing : border-box;
margin:0px;
padding:0px;
font-family: arial,helvetica,clean,sans-serif;
}

/* For MacIE Hack ?*/
/**{letter-spacing: 1px;}
*//* For MacIE Hack */

a {
color:#333333;
text-decoration:none;
}
a:hover {
color:#3366CC;
}
img{border:none;}
hr{display: none;}

/*------------------------------------------------*/
html{ height:100%;}

body {
background-color: #FFF;
width:100%;
height:100%;
text-align: center;
}
#base{
margin-top:5px;
margin-bottom:10px;
margin-right: auto;
margin-left: auto;
padding-top: 5px;
padding-bottom: 10px;
}
.cont{
  text-align: center;
  padding:10px 0;
  max-width: 400px;
  width: 100%;
  background-color: #DDF2F1;
  margin: 10px auto 0;
}
.m_mainBox {
background-color: #FFFFFF;
width: 360px;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
margin-bottom:10px;
padding-top: 15px;
padding-bottom:15px;
}
.m_mainBox .title {
width: 320px;
margin-top: 10px;
_margin-top: 30px;
margin-bottom: 10px;
margin-left: 20px;
padding-bottom: 5px;

}
/*Firefoxのみ適用*/
html>/**/.m_mainBox {
margin-right: auto;
margin-left: auto;
margin-top: 0px;
}

.m_mainBox .title h1 {
font-size: 14px;
font-weight: bold;
color: #333333;
text-align: left;
border-left-width: 4px;
border-left-style: solid;
border-left-color: #660033;
margin-left:3px;
padding-left: 7px;
padding-top:2px;
}
.m_mainBox .n_maintext {
width: 320px;
margin-right: 20px;
margin-left: 20px;
text-align: left;
margin-bottom:10px;
clear: both;
width: 320px;
}
.m_mainBox .n_maintext h2 {
font-size: 13px;
list-style-position: outside;
list-style-type: square;
color: #660000;
margin-bottom:5px;
}
.m_mainBox .n_maintext p {
font-size: 13px;
line-height: 1.4em;
margin-top;5px;
}
.m_mainBox .n_maintext .stepup {
float: left;
width: 290px;
margin-top:1px;
}
.n_maintext img {
float: left;
width: 21px;
margin-right: 7px;
}


/*ページ送り*/
.pagenav {
width: 360px;
clear: both;
vertical-align: middle;
margin-right: auto;
margin-left: auto;
}
.pagenav .btnLeft {
float: left;
margin-top: 2px;
width: 53px;
margin-left: 10px;
margin-right: 90px;
}
.pagenav .btnClose {
float: left;
margin-right: auto;
margin-left: auto;
width: 48px;
}

.pagenav .btnRight {
float: right;
margin-top: 2px;
width: 54px;
margin-right: 10px;
}


/*フッター*/
.footer {
font-size: 13px;
line-height: 1.6em;
padding-top: 10px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #999999;
width: 360px;
text-align: center;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}

.footer b {
font-size: 14px;
color: #CC0033;
letter-spacing: 1px;
}


.footer a {
color: #009999;
}


