@charset "UTF-8";

/* ========BASIC======== */

html, body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:14px;
    color:#000;
}

br {
    letter-spacing:normal;
}

a {
    color:#000;
    text-decoration: underline;
}
a:hover {
    text-decoration:underline;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
    border:0;
    vertical-align:bottom;
}

.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;}

.fsSS {font-size: 12px !important;}
.fsS {font-size: 14px !important;}
.fsM {font-size: 16px !important;}
.fsL {font-size: 18px !important;}
.fsLL {font-size: 21px !important;}

.fwB {font-weight: bold !important;}
.fwN {font-weight: normal !important;}

.pk {color:#e7198c;}

hr {
    border-top: 1px dashed #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h1 {
    font-size: 12px;
    margin: 10px auto;
}

h2 {
    clear:both;
    color:#000;
    line-height:1.4;
	margin-bottom: 20px;
}

h2.ttl_deco {
position: relative;
    padding-bottom: 20px;
}

h2.ttl_deco:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #fff 2px, #fff 4px);
}

h3 {
    clear:both;
    font-size:18px;
    font-weight:normal;
    color:#917700;
    line-height:1.8;
    border-bottom:1px dotted #917700;
	margin-bottom: 15px;
}

h3 span {
    font-size: 14px;
    color: #5b5b5b;
    margin-left: 10px;
}

h2 + h3 {
    margin-top:20px;
}
h3:first-child {
    margin-top:0;
}

h3 + h4 {
    margin-top:10px;
}
h4 {
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:2.0em;
    border:0;
}
h5 {
font-size: 14px;
color: #000;
font-weight: bold;
border-left: 5px solid #aaa;
padding: 0 0 0 10px;
}

h6 {
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}

ul,ol,dl,li {
    margin:0;
    padding:0;
}
ol {
    margin-left: 1em;
}
ul {
    margin-left: 1em;
}
dt {
    text-indent: -2.5em;
    margin-left: 2em;
    padding:0;
}

dd {
    margin:0 0 1em 0;
    padding:10px;
    background:#f1f1f1;
}

table {
    width:600px;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th, table td {
    padding: 10px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
    font-size: 13px;
}

table th {
    background:#EFEBEF;
    font-weight:bold;
}

/* ========FORM LAYOUT======== */

button[type="submit"],
input[type="button"] {
    cursor: pointer;
}

.error {
    display: block;
    color: #e7198c;
}

/* ========TEMPLATE LAYOUT======== */
#top_area img {
    width: 200px;
}
/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:30px 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */

#menu ul {
	box-sizing: border-box;
	width: 100%;
	margin:0;
    padding:0;
    list-style:none;
}
#menu li a {
	text-decoration: none;
	display: block;
	position: relative;
    font-weight:bold;
    color:#333;
    outline:none;
}