@charset "UTF-8";
/*reset*/
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%;
	background: transparent;
	font-style: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	width: 100%;
}
a {
	outline: none;
}
/*style*/
body {
	margin: 0px;
	padding: 0;
	-webkit-text-size-adjust: none;
	font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	color: #333;
	background-color: #F9F9F9;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
}
p {
	margin: 0 0 10px;
}
ul, ol {
	padding: 0;/*margin: 0 0 20px 20px;*/
}
h1 {
	font-size: 2.142em;
	line-height: 1.1333em;
	margin-bottom: .2666em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
	background-image: url(../img/base/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	color: #1F1F1F;
	clear: both;
	padding-top: 10px;
}
h2.title-faq {
	background-image: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 1.4em;
}
h2.title-top {
	background-image: none;
	color: #333;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	clear: both;
	color: #1F1F1F;
}
#contents h3 {
	padding-top: 0.15em;
	padding-right: 0.5em;
	padding-bottom: 0.15em;
	padding-left: 0.5em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #40A471;
}
#contents h3.top-title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#contents h3.title-faq {
	font-size: 1.1em;
	border-left-style: none;
	padding-left: 0px;
}
h3.entry-title {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .5em;
	color: #06728D;
}
img {
	border: none;
	height: auto;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a img {
	vertical-align: bottom;
}
.screen-reader-text {
	display: none;
}
/* =Layout
-----------------------------------------------------------------------------*/
/*wrap*/
#wrap {
	width:960px;
	text-align: left;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#main {
	text-align: left;
	width: 690px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#contents {
	padding: 20px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear: both;
	behavior: url(./img/PIE.htc);
	position:relative;
}
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#contents p {
	margin-bottom: 25px;
}

#contents-box{
}

#contents-box .left-60,
#contents-box .right-30{
	padding: 20px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height:255px;
	behavior: url(./img/PIE.htc);
}

#contents-box .left-60{
	float: left;
	width: 59%;
}

#contents-box .right-30{
	float: right;
	width: 27%;
}

#main-wide {
	float: left;
	text-align: left;
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
	max-width: 900px;
}
#main-liquid {
	width: 100%;
	padding: 20px 0;
}


/* =Header
-----------------------------------------------------------------------------*/
/*header*/
#header {
	width:960px;
	overflow: hidden;
	height: 138px;
	margin: auto;
}
#site-title {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#site-title a {
	float: left;
	margin: 0 10px 0 0;
}
#site-description {
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
}
/*header-menu*/
/*#header-menu {
	margin-top: 20px;
}
#header .menu {
	padding: 0;
	clear: both;
	margin: 0;
}
#header .menu li {
	float: left;
	margin: 10px 0 0;
}
#header .menu li a {
	float: left;

  padding: 5px 10px;
	text-decoration: none;
	border-left: 1px solid #eee;
}
*/
#header #description {
	font-size: 80%;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-align: right;
}


/* =Contents
-----------------------------------------------------------------------------*/
/*top-image*/
#top-image {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/*content*/

#main article {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* =Nav
-----------------------------------------------------------------------------*/
/* gloval navi */
#global-nav ul {
	margin: 0;
	position: absolute;
	z-index: 10;
	margin-top: 15px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li li {
	float: none;
}
#global-nav a {
	display: block;
	width: 160px;
	height: 60px;
	text-indent: -9999px;
	outline: 0;
}
#global-nav li ul {
	display: none;
}
#global-nav #menu-item-1419 {
	background-image: url(../img/base/menu-01.png);
}
#global-nav #menu-item-1418 {
	background-image: url(../img/base/menu-02.png);
}
#global-nav #menu-item-1417 {
	background-image: url(../img/base/menu-03.png);
}
#global-nav #menu-item-1416 {
	background-image: url(../img/base/menu-04.png);
}
#global-nav #menu-item-1415 {
	background-image: url(../img/base/menu-05.png);
}

#global-nav #menu-item-1414 {
	background-image: url(../img/base/menu-06.png);
}
#global-nav .current-menu-item, #global-nav .current-post-ancestor, #global-nav .current-page-ancestor, #global-nav .menu-item:hover {
	background-position: 0 -60px;
}


/*navigation*/
.navigation {
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}
.navigation a {
	color: #fff;
	padding: 5px 10px;
	background-color: #999;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}
.navigation a:hover {
	background-color: #aaa;
}
.navigation div.alignleft {
	float: left;
}
.navigation div.alignright {
	float: right;
}
/*sideFix*/
#sideFix {
	width: 250px;
}
.fixed {
	position: fixed;
	top: 20px;
}
/* =Side
-----------------------------------------------------------------------------*/
/*side*/
#side {
	overflow: hidden;
	padding: 0 0 20px;
	margin: 0;
	width: 250px;
	float: right;
}
.side-widget {
	padding: 0px;
	float: left;
	width: 248px;
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(./img/PIE.htc);
	position:relative;
}
.side-widget h3 {
	font-size: 100%;
	line-height: 36px;
	vertical-align: middle;
	height: 36px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/side_h3_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #FFF;
}
.side-widget h4 {
	font-size: 100%;
	color: #34875F;
}
.side-widget p {
}
.side-widget .side-inner {
	margin: 0;
	padding: 15px;
}
.side-cat {
	margin-top: 15px;
	clear: both;
}
.side-cat ul {
	margin: 0px;
	padding: 0px;
}
.side-cat ul li {
	padding: 0px;
	margin-bottom: 5px;
	line-height: 65px;
	vertical-align: middle;
}
.side-cat ul li:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

/* =Footer
-----------------------------------------------------------------------------*/

/*footer*/
#footer {
	clear: both;
	padding: 0;
}
#footer-wrap {
	max-width: 900px;
	margin: auto;
	background-color: #CCC;
}
#footer-bottom {
	max-width: 960px;
	margin: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#copyright {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	clear: both;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/*footer-menu*/
#footer-btn{
	clear: both;
	margin-bottom: 50px;
	height: 70px;
}

#footer-btn ul{
  margin: 0;
	padding: 0;
}
#footer-btn ul li{
	width: 253px;
	display: inline;
	float: left;
}
#footer-btn ul li#end{
	width: 200px;
}
#footer-btn ul li a{

}
#footer-menu {
	clear: both;
	margin-left: 140px;
	margin-bottom: 10px;

}
#footer-menu:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#footer-menu ul {
	/*float: left;*/
  margin: 0;
	padding: 0;
}
#footer-menu li {
	float: left;
  padding: 0 10px;
	margin: 0 0 10px;
}
#footer-menu a {
	float: left;
	color: #333;
}
