@charset "UTF-8";
@import "reset5.css";

body { color:#3c3c3c; line-height:1; background-color: #fff; padding: 0; position: relative; min-height: 100%; text-align: center; overflow-x:hidden }
html { min-height: 100%; }

* html body { font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif }
*:first-child+html body { font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif }
html:not(:target) body { font-family: serif; }

* {word-wrap: break-word; }
img { -ms-interpolation-mode: bicubic; }
/* !font-size 12px default setting */
body { font-size:12px; line-height: 1.73em }
*:first-child+html body { font-size:77%;}
* html body { font-size:77%;}

/* !clearfix */
hr { display: none; }

.cfix { /zoom : 1; }
.cfix:after { content : ''; display : block; clear : both; }

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

/* margin-bottom
=========================================*/
.mb0 { margin-bottom:0 !important; }
.mb3 { margin-bottom:3px !important; }
.mb4 { margin-bottom:4px !important; }
.mb5 { margin-bottom:5px !important; }
.mb7 { margin-bottom:7px !important; }
.mb10 { margin-bottom:10px !important; }
.mb12 { margin-bottom:12px !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; }

.fltR { float: right; }
.fltL { float: left; }

.txtR { text-align: right; }
.txtL { text-align: left; }
.txtC { text-align: center; }

/* !Links */
a:link { color: #3c3c3c; text-decoration: underline }
a:visited { color: #3c3c3c; text-decoration: none }
a:hover { color: #730e6d; text-decoration: underline }
a:active { color: #c24603; text-decoration: none }
html { margin: 0; padding: 0}
body { margin: 0; padding: 0 }

#wrapper { width: 592px; margin: 0 auto }

/* header */
header { text-align: center }
header h1 { padding: 60px 0; margin: 0 auto }

#content { width: 500px; padding: 10px 0 40px; margin: 0 auto; }
h2 { margin-bottom: 30px }
h3 { background-color: #000; color: #fff; font-size: 14px; font-weight: normal; line-height: 1; padding: 8px 0; text-align: center; margin-bottom: 12px }
h4 { margin-bottom: 12px; font-size: 14px; font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif }
.login { background-color: #ececec; padding: 15px 20px 10px; text-align: left; margin-bottom: 12px }
table { margin-bottom: 10px}
table th { width: 110px; border-bottom: dotted 1px #a5a5a5; padding: 5px 0 }
table td { border-bottom: dotted 1px #a5a5a5; padding: 5px 0 }
.tx10 { font-size: 10px }

footer { border-top: dotted 1px #a5a5a5; padding: 10px 0 0; text-align: center }