@charset "utf-8";

/*=============================================================================
   Reset
=============================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*=============================================================================
   Base
=============================================================================*/
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 62.5%;
	}
body {
	overflow-x: hidden;
	color: #3f3931;
	color: #111;
	background:#fff url(../img/body.jpg) center top;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", sans-serif;
	font-size: 1.6em; line-height: 1.8;
	}

a:link, a:visited{
	color: #e7aa87;
	text-decoration: none;
	}
a:hover, a:active{
	color: #e89868;
	text-decoration: underline;
  outline: 0;
	}
a:focus {
  outline: thin dotted/*chrome*/;
	}
hr {
	margin: 18px 0px;
	padding:0;
	border:solid #987;
	border-width:1px 0 0 0;
	height:1px;
	clear:both;
	}
a img {
	transition: .3s ease-in-out;
	opacity: 1;
	}
a:hover img {
	opacity: .7;
	}
#wrapper {
	width: 100%;
	overflow: hidden;
	}

/* Clear Settings
-----------------------------------------------------------------------------*/
.clear:after { content:" "; display:block; clear:both; }
.clear { clear:both; }

/*=============================================================================
   Style
=============================================================================*/
.mat { background: url(../img/mat.jpg);}
.bgfix { background-attachment: fixed;}
/* Style_border
--------------------------------------------------- */
.border {border: 1px solid #CC6633;}
.border_double {border: 2px double #CC6633;}

.border_btm {border-bottom: 1px solid #CC6633;}

.borderdot {border: 1px dotted #CE8639;}
.borderdot_btm {border-bottom: 1px dotted #CE8639;}

.borderbox01 {
	border: 3px double #463225;
	margin: 0px 5px 5px;
	padding: 7px;
}

.display-ib {
	display: inline-block;
}

/* Style_font
--------------------------------------------------- */
strong {font-weight: bold;}
.small {font-size:0.92em;font-weight: normal;}
.smaller {font-size:smaller;font-weight: normal;}
.midium {font-size:1.16em;}
.midbold {font-size:1.16em;font-weight: bold;}
.larger { font-size:larger;}
.big {font-size:1.40em;font-weight: bold;}
.exbig {font-size:2em;font-weight: 600;}
.bold {font-weight: bold;}
.red { color:#ee4444;}
.white { color:#fff;}
.fnt-serif { font-family: Times, "Times New Roman", Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "HGS明朝E", serif;}
.fnt-sans-serif { font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", sans-serif;}
.txt-vt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
	}
.txt-vt p, .txt-vt.txt p { margin: 0 0 0 2em; }
.txt-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
	}

/* Style_table
--------------------------------------------------- */
table { margin: 0px auto 1em; }
table caption {text-align: left;font-weight: bold;}
th,td { padding: 6px; }
th { background: #EDE7DE; }

table.border, .border th, .border td { border: 1px solid #987; }
table.border_btm, .border_btm th, .border_btm td { border-bottom: 1px solid #ba9; }
table.borderdot_btm, .borderdot_btm th, .borderdot_btm td { border-bottom: 1px dotted #ba9; }

/* Style float margin padding
--------------------------------------------------- */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

.lfloat, .left {float: left !important;}
.rfloat, .right {float: right !important;}

img.left {float: left; margin-right: 10px; margin-bottom: 10px;}
img.right {float: right; margin-bottom: 10px; margin-left: 10px;}

.m0 { margin: 0px !important;}

.mr0 { margin-right: 0px !important;}

.mb3 { margin-bottom: 3px !important;}
.mb5 { margin-bottom: 5px !important;}
.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;}
