﻿@charset "UTF-8";

@import url("css/bootstrap.min.css"); 

/* 
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;

}




body { 
	background-color:#d4f7af;
}

#wrapper { 
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; 
}


/* header
--------------------------------------------------------------------*/

#header { 
	background-color:#b38a76; 
	margin-bottom:20px; 
	padding-top: 5px;
}
#header .inner { 
	width:100%;
	max-width: 1150px; 
	margin:10px auto;
	padding:0 5px 5px 5px;
}
#header .inner a { 
	text-decoration: none; color:#fff; /* タイトルカラー　*/
}
#header .inner .ttl { 
	font-size:30px; margin-top:15px ; margin-bottom:5px;
}
#header .inner ul { 
	float: right;
	padding-top: 5px;
}
#header .inner ul li { 
	display:inline-block; 
	padding-right:5px;
	font-size: 80%;
}

h1 { 
	font-size:13px;
	text-align:right;
	background-color: #9dc96d;
}

h1 .inner { 
	width: 100%;
	max-width: 1160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #fff;
}



/* pankuzu */

#breadcrumb {
  background: none repeat scroll 0 0 #000000;
  padding: 5px;
}
#breadcrumb ul li {
  display: inline;
  list-style-type: none;
}
#breadcrumb ul li:first-child:before {
  content: "";
}
#breadcrumb ul li:before {
  content: " > ";
}
ul.pankuzu {
  line-height: 2.0em;
  width: 100%;
  max-width: 1150px;
  margin: auto;
  font-size: 12px;
  color: #fff;
  padding: 0 5px 0 5px;
}
.pankuzu li a {
  line-height: 2.0em;
  clear: both;
  text-decoration: none;
}



/* mainContent
--------------------------------------------------------------------*/

#mainContent { 
	line-height:1.5;
}
#mainContent .ttl { 
	margin:0 0 15px 0;
}
#mainContent .ttl img{ 
	/* border-radius */
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	width: 100%;
}
.main { 
	width: 100%;
	margin: 0 auto 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.main h2 { 
	width: 100%;
	padding-top: 0;
	padding-left: 0;
}
.main .cont { 
	margin:0 10px 20px 0; 
	background-color: #fff; 
	padding:10px; 
	width: 273px;
}
.main .last { 
	margin-right: 0;
}
.main .cont ul li.txt { 
	width:76%;
}
.main .cont ul li.img { 
	margin: 5px auto;
	width: 150px;
}

.main .textwidget {
	padding-left: 0;
}

/* 下層 */

.mainUnder { 
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mainUnder h2 { 
	width: 100%;
	padding-top: 0;
	padding-left: 0;
}
.mainUnder .cont { 
	margin:0 0 20px 0; 
	background-color: #fff; 
	padding:10px; 
	width: 100%;
}
.mainUnder .cont .sitemapTtl { 
	border-left:5px solid #000; 
	border-bottom:2px dashed #000; 
	padding-left:5px; 
	font-weight:bold; 
	color:#322620; 
	padding: 5px;
	margin:8px 0 8px 0;
}
.mainUnder .cont .subTxt{
	font-size:12px;
	padding:5px 5px 5px 0 ;
	color:#7c7c7c;
}
.mainUnder .cont .migrationBox {
	margin-top:10px;
}
.mainUnder .cont .migrationBox li.left {
	float:left;
}
.mainUnder .cont .migrationBox li.right {
	float:right;
}
.mainUnder .cont .migrationBox li.nextBox {
	background-color:#ffef96;
	padding:7px;
	font-weight:bold;
	border-radius: 4px;
}
.mainUnder .textwidget {
	padding-left: 0;
}

/* about ページ */

.mainUnder .cont table {
	margin-top:10px;
	width: 100%;
}
.mainUnder .cont table tr td {
	padding:5px;
}
.about { font-size: 14px;}
.about tr {
	border-bottom:1px solid #ccc;
}

.about_01 {
	width: 30%;
}
.about_02 {
	width: 5%; text-align: left;
}
.about_03 {
	text-align: left;
	word-break: break-all;
}




/* navi
--------------------------------------------------------------------*/

.navi { 
	width:97%; 
	background-color:#fff; 
	padding:10px 5px 10px 5px; 
	margin:0 auto 10px auto;
	line-height:1.7;
	clear: both;
}
.navi .col-md-3 section {
	background-color: #fff;
	padding: 5px;
	opacity: 0.8;
}
.navi .col-md-3 .textwidget {
	width: 100% !important;
}

.navi h2 {
	width: 100%;
	padding-top: 0;
	padding-left: 5px;
}

section h2 {
	background-color: #fff;
	width:97%; 
	margin:0 auto 0 auto;
	padding-top: 5px;
	padding-left: 10px;
}

section .textwidget {
	background-color: #fff;
	width:97%; 
	margin:0 auto 0 auto;
	padding-left: 10px;
}

/* footer
--------------------------------------------------------------------*/

#footer { 
	width:100%;
	background-color:#b38a76; 
	margin-top:180px;
}
#footer .inner { 
	height:100px; 
	margin:0 auto;
}
#footer .inner p { 
	text-align: center; 
	padding-top:40px; 
	color:#fff;
}

/* 共通 
--------------------------------------------------------------------*/
a { 
	text-decoration: none; color: #d64600; /* リンクカラー */
}
a:hover {
	color: #ff8893;
	text-decoration: none;
}

h2 { 
	font-weight:bold; 
	font-size:22px; 
	color:#322620;
	border-bottom: 1px dashed #322620;
	padding-bottom:5px;
}

.mt5 { margin-top:5px;}



/* btneria */

.button {
	width:;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;

    background-color: #b38a76;
	color: #fff;
	margin-bottom: 20px;
	/* border-radius */
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}




.btnBox {}
.btnBox .col-md-3{ margin-left: 15px;}
.button:hover {
	background-color: #f76371;
}
.button a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.button li.last {
	margin-right: 0;
}




/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
