@charset "UTF-8";

/***********************************************
 *
 *	01, Browser Reset
 * 02, font
 * 03, headding
 * 04, link
 * 05, module
 * 06, layout
 * 07, header
 * 08, footer
 * 09, navi
 *
 ***********************************************/


/* ===========================================
	 01, Browser Reset
   =========================================== */
   
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin:0;
  padding:0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
:after,
:before{
	box-sizing:inherit;
	vertical-align:inherit;
}
html{
	overflow-y: scroll;
	font-size:62.5%;   /* 10px */
}
body {
	color: #42210B;
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
	font-family:Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
table {
	border-collapse:collapse;
	border:0;
}
a{
	border: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}


/* ===========================================
	 02, font
   =========================================== */
 
.gothic{
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* 明朝体 */
.mincho {
font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
} 

/* 等幅書体 */
.mono {
font-family: Osaka-mono, "MS Gothic", monospace;
} 

/* OS X限定 丸ゴシック体 */
.hiraginoMaruGothic {
font-family: "Hiragino Maru Gothic ProN", Meiryo, fantasy;
} 

p, li, dt, dd, address {
	font-size: 13px;
	font-size: 1.3rem;
}

.fs12px{ 
	font-size: 12px;
	font-size: 1.2rem;
}
.fs14px{ 
	font-size: 14px;
	font-size: 1.4rem;
}
.fs15px{ 
	font-size: 15px;
	font-size: 1.5rem;
}
.fs16px{ 
	font-size: 16px;
	font-size: 1.6rem;
}
.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.txtB{
	font-weight: bold;
}
.txtRed{
	color: #dc143c;
}

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

.txtidt{
	text-indent: -1em;
	padding-left: 1em;
}

/* -------- */
address, em, strong{
	font-style:normal;
}
em{
	font-weight: bold;
}


/* ===========================================
	 03, h1 h2 h3 h4 h5 h6
   =========================================== */
   
h1,h2,h3,h4,h5,h6{
	font-size: 13px;
	font-size: 1.3rem;
}


/* ===========================================
	 04, link
   =========================================== */
 
a{
	color: #24618E;
} 
a:visited{
	color: Maroon;
}
a:hover{
	color: Navy;
	text-decoration: none;
}
a:active{
	color: red;
}

.topic-path a{
	color: #24618E;
}

.ptop a{
	color: #24618E;
}
.ptop a:hover{
	color: Navy;
	text-decoration: none;
}

/* ===========================================
	 05, module
   =========================================== */
   
/* --------------------
 *	float clear
 * clearFix
 */
	
.clearB{
	clear: both;
}
.clearL{
	clear: left;
}
.clearR{
	clear: right;
}

/* clearfix */
.w100{
	width: 100%;
}
/* For modern browsers */
.clearFix:before, .clearFix:after,
.w100:before, .w100:after {
    content:"";
    display:table;
}
.clearFix:after, 
.w100:after {
    clear:both;
}

/* --------------------
 *	float
 */
 
.floatL{
	float: left;
}
.floatR{
	float: right;
}

/* --------------------
 *	margin
 * padding
 */
	
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}

/* ------------------------
 *	img
 */
	
.imgfLeft{
	float: left;
	margin: 0 12px 12px 0;
}
.imgfRight{
	float: right;
	margin: 0 0 12px 12px;
}

/* Mouse hover */
a.hvrimg img, 
.hvrIMG a img {
	opacity:1;
	transition: opacity 0.3s linear;
}
a.hvrimg:hover img, 
.hvrIMG a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* responsive img */
.RSimg{
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------
 *	 display   
 */
.hide{
	display: none;
}
.ovh{
	overflow: hidden;
}
.dpBlock{
	display: block;
}


/* ------------------------
 *	角丸  
 *グラデーション     
 *シャドウ     
 */
.grid{
	border-radius: 10px; 
}

.grad{
	position: relative;
	background-color:#dcdcdc;
	/* SVG as background image (IE9) */ 
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEQ0RDREMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MjIpIiAvPgo8L3N2Zz4=);

	background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
	background: -moz-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
	background:linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
}
.boxShadow {
	box-shadow: 0px 0px 8px #222; 
}

/* ------------------------
 *	table
 */

.table01{
	width: 100%;
	font-size: 1.3em;
	border: solid 1px #333;
}
.table01 tr, 
.table01 th, 
.table01 td {
	border: solid 1px #333;
}
.table01 th{
	width: 28%;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	background-color: #FFFBC4;
	padding: 5px;
}
.table01 td{
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

/* ------------------------
	button                  */
	
.button, 
.button:visited {
	position: relative;
	display: inline-block;
	border: 0;
	outline: 0;
	padding: 0;
	border-radius: 4px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.button:hover{
	color: #fff;
}
.button.dpBlock{
	display: block;
}
.small.button, 
.small.button:visited{ 
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px 10px;
}
.button, 
.button:visited,
.medium.button, 
.medium.button:visited{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 15px;
} 
.large.button, 
.large.button:visited{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 20px 9px;
} 
.green.button, 
.green.button:visited{ 
	background-color: #91bd09; 
}
.green.button:hover{ 
	background-color: #749a02; 
}
.red.button, 
.red.button:visited{ 
	background-color: #e62727; 
}
.red.button:hover{ 
	background-color: #cf2525; 
}
.orange.button, 
.orange.button:visited{ 
	background-color: #ff5c00; 
}
.orange.button:hover{ 
	background-color: #d45500; 
}
.blue.button, 
.blue.button:visited{ 
	background-color: #2981e4; 
}
.blue.button:hover{ 
	background-color: #2575cf; 
}
.yellow.button, 
.yellow.button:visited	{ 
	background-color: #ffb515; 
}
.yellow.button:hover{ 
	background-color: #fc9200; 
}

/* ===========================================
	 06, layout
   =========================================== */
   
.header-container, 
.footer-container {
	position: relative;
	width: 100%;
	min-width: 900px;
}
.headerinn, 
.contcolumninn, 
.footerinn {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.header-container{
}
.headerinn{
	margin-bottom: 10px;
}
.main-container{
	position: relative;
}
.contcolumn{
	width: 100%;
}
.contcolumninn {
	background: #ECE7DC;
	box-shadow:rgba(0, 0, 0, 0.290196) 0px 0px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.290196) 0px 0px 6px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.290196) 0px 0px 6px 1px;
}
.leftcolumn{
	float: left;
	width: 680px;
	min-height: 660px;
	border-right: 1px solid #937C5F;
	background: #ffffff;
}
.rightcolumn{
	float: right;
	width: 220px;
}
.footer-container{
	background-image: url(../images/foot_back.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.footerinn{
	text-align: center;
}

.wrapper{
}
.content{
}

/* footer-bottom fix */
html, body, 
.main-container {
	height:100%;
}
body > .main-container{
	height: auto;
	min-height: 100%;
}
.contcolumn{
	padding-bottom: 130px;
	padding-top: 140px;
}
.header-container{
	height: 140px;
	margin-bottom: -140px;
	z-index: 3;
}
.footer-container{
	height: 105px;
	margin-top: -105px;
}


/* ------------------------
 *	float clear
 */
	
/* For modern browsers */
.header-container:before, .header-container:after,
.headerinn:before, .headerinn:after,
.main-container:before, .main-container:after,
.contcolumn:before, .contcolumn:after,
.contcolumninn:before, .contcolumninn:after,
.footer-container:before, .footer-container:after,
.footerinn:before, .footerinn:after,
.rightcolumn:before, .rightcolumn:after,
.leftcolumn:before, .leftcolumn:after,
.wrapper:before, .wrapper:after,
.content:before, .content:after {
    content:"";
    display:table;
}
.header-container:after,
.headerinn:after,
.main-container:after,
.contcolumn:after,
.contcolumninn:after,
.footer-container:after,
.footerinn:after,
.rightcolumn:after,
.leftcolumn:after,
.wrapper:after,
.content:after {
    clear:both;
}


/* ===========================================
	 07, header
   =========================================== */
   
.h-logo{
	float: left;
	margin-top: 15px;
}


/* ===========================================
	 08, footer
   =========================================== */
   
.copy{
	color: #937C5F;
	line-height: 1.3;
}


/* ===========================================
	 09, Navi
   =========================================== */
   
/* ------------------------
 *	globalnavi
 */
.globalnavi{
	width: 902px;
	margin: 0 auto;
}
.gnav {
	padding-left: 2px;
	background-image: url(../images/menu_line.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.gnav li{
	float: left;
	line-height: 1;
	padding-right: 2px;
	background-image: url(../images/menu_line.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.gnav a{
	display:block;
}
/* clear */
.globalnavi:before, .globalnavi:after, 
.gnav:before, .gnav:after {
    content:"";
    display:table;
}
.globalnavi:after,
.gnav:after {
    clear:both;
}

/* ------------------------
 *	footernavi
 */
.footernavi{
	margin: 20px 0 10px;
}
.f-nav li{
	display: inline;
}
.f-nav li a{
	display: inline-block;
	background: url(../images/fo_linkline.gif) left center no-repeat;
	padding: 0.2em 1.0em 0.2em 1.4em;
	color: #eeeeee;
	text-decoration: none;
}
.f-nav li:first-child a{
	background: none;
}

/* ------------------------
 *	topic-path
 */
.topic-path {
	margin: 0;
	padding: 7px 5px;
	margin-bottom: 30px;
	list-style-type: none;
}
.topic-path li {
	padding-left: 5px;
	display: inline;
}
.topic-path li:first-child {
	padding-left: 25px;
	background: url(../images/topic-path-home-gray.png) no-repeat left;
}
.topic-path li a {
	padding-right: 18px;
	background: url(../images/topic-path-gray.gif) no-repeat right;
}

/* ------------------------
 *	ページ内アンカー    
 */
.ptop{
	text-align: right;
	font-size: 1.2em;
}









