@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */
/*nav#nav:not(.mm-menu)
{
	display: none;
}*/

section#main dd.naiyo li {
	list-style-type: disc;
	margin-left: 20px;
}

/* ## レイアウト共通 ## */

/* ## header ## */
#header {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/* #### nav #### */
ul#dropdownnav {
}
ul#dropdownnav > li {
	margin-bottom: 38px;
}
ul#dropdownnav h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
ul#dropdownnav h2 .sub {
	font-size: 12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
ul#dropdownnav h2 a {
	width: 100%;
	color: #242424;
	display: block;
}
ul#dropdownnav .dMenu h2 {
	display:block;
	cursor:pointer;
	position: relative;
	background-image: url(../img/side/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	background-size: 18px;
}
ul#dropdownnav ul {
	margin-top: 20px;
	overflow: hidden;
	display: none;
}
ul#dropdownnav ul li {
	font-size: 12px;
	margin-bottom: 4px;
}
ul#dropdownnav ul li.cpCurre a {
	color: #ffffff;
	background-color: #2bb31d;
}
ul#dropdownnav ul li a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 8px 4px 8px 8px;
	display: block;
}
ul#dropdownnav ul li a:hover {
	color: #ffffff;
	background-color: #2bb31d;
	text-decoration: none;
}

ul#dropdownnav .dMenu h2.active {
	background-image: url(../img/side/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	background-size: 18px;
}
/*
ul#dropdownnav .dMenu h2.active:after {
	content: "↑";
}*/


/* ## wrapper ## */
#wrapper {
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}


/* ## side ## */
aside#side {
	padding-bottom: 14px;
}

/* info */
#side #info {
	margin-bottom: 24px;
	clear: both;
	overflow: hidden;
}
/* news */
#side #news {	
	clear: both;
}
#side .niBox {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 0;
}
#side .niBox table {
	width: 100%;
}
#side .niBox table td.tpNew {
	width: 8%;
	font-size: 18px;
	color: #cccccc;
}
#side .niBox table td.tpNew.new {
	color: red;
}
#side .niBox .tpDate {
	font-size: 12px;
	color: #999999;
}
#side .niBox .tpTitle {
	font-size: 14px;
}


/* bans */
#bans {
	width: 100%;
	box-sizing: border-box;
}
#bans li {
	margin-bottom: 10px;
}
#bans li img {
	width: 100%;
	max-width: 254px;
}
#bans li img.bImg {
	border: solid 1px #cccccc;
}

/* ## main ## */
section#main {
}


/* scroll down */
#sDown {
	overflow: hidden;
}
ul#sDown li a {
	width: 33%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	padding: 10px 0;
	float: left;
}
ul#sDown li a {
}
ul#sDown li:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul#sDown li:nth-child(3) a {
	border-right: solid 1px #e4e4e4;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul#sDown li a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}


/* ## search box ## */
.sMenu {
	margin-bottom: 24px;
}


/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT. inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 11px;
	color: #777777;
	background-color: #f1f1f1;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT a {
	color: #696969;
}
#footer .boxT a:hover {
	text-decoration: none;
}

#footer .boxB {
	color: #242424;
	background-color: #dcdcdc;
	padding-top: 24px;
	padding-bottom: 24px;
	overflow: hidden;
}
#footer .logoS {
	margin-right: 24px;
	float: left;
}
#footer .logoS a:hover {
	opacity: 0.84;
}
#footer .boxB ul {
	float: left;
}
#footer .boxB li {
	font-size: 11px;
	border-right: solid 1px #333333;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 4px;
	padding-right: 24px;
	float: left;
}
#footer .boxB li:last-child {
	border-right: none;
}
#footer .boxB a {
	color: #333333;
	font-weight: bold;
}
#footer .boxB a:hover {
	color: #2bb31d;
	text-decoration: none;
}
#footer .boxB address {
	font-size: 11px;
	padding-top: 14px;
	float: right;
}
.cashress img {
	width: 100%;
}
.wariImg img {
	width: 99%;
}
.c00 {
	background-color: #F9B579;
}
.c01 {
	background-color: #7AE17A;
}


/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {

input[type="text"], input[type="password"]  {
	padding: 4px 5px 4px 5px;
}

/* #### header #### */
#header .boxR {
}


/* #### nav #### */
nav {
}

/* ## menu button ## */
#menubtn {
	top: 40px;
	right: 4%;
	float: left;
}


/* ## main ## */


/* 検索設定 */
/*絞り込み*/
.sOption {
}
.sOption .kensu {
	width: 100%;
	text-align: left;
	margin: 10px 0;
}
.sOption .kensu .kNum {
}

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {

/* #### header #### */
#header .boxR {
}

/* ## nav ## */
nav {
}
/* toggle button */
#menubtn {
	top: 40px;
	right: 4%;
}

/* ## main ## */


/* 検索設定 */
/*絞り込み*/
.sOption {
}
.sOption .kensu {
	width: 100%;
	text-align: left;
	margin: 10px 0;
}
.sOption .kensu .kNum {
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* #### header #### */


/* ## nav ## */
nav {
}
/* toggle button */
#menubtn {
	top: 28px;
	right: 4%;
}

/* ## main ## */


}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
.message {
	width: 92%;
	background-color: #F6F6F6;
	border: solid 1px #E2E2E2;
	padding: 10px;
	font-size: 12px;
	margin: 0 2%;
}
.writerBox {
    border: 2px solid #dedede;
    padding: 10px;
    margin: 20px 2%;
	border-radius: 15px;
	box-shadow: 1px 1px 1px #cccccc;
}
.writerBox .imgBox{
	text-align: center;
	margin-bottom: 20px;
}
.writerBox p {
    font-size: 12px;
}

.writerBox img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
	margin: 0 auto;
}
.date {
	padding: 2px 0;
	margin-right: 5px;
	float: left;
}
.bFlag {
	width: 80px;
	font-size: 9px;
	text-align: center;
	padding: 2px 0 0 0;
	border-radius: 8px;
	margin-bottom: 5px;
	color: #ffffff;
	float: left;
	padding: 1px 0 0 0; 
	
}

.wariImg {
	margin: 0 2%;
}
.cashress {
	border: solid 1px #8B8B8B;
	padding: 10px;
	margin: 0 2%;
	border-radius: 6px;
}
.mNavi{
	position: fixed;
    bottom: 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	background-color: #16B216;
	padding: 15px 0;
	overflow: hidden;
	padding-left: 1%;
}
.mNavi p {
	display: inline-block;
	margin: 0 1%;
	border: 1px solid #ffffff;
	width: 40%;
	padding: 5px;
	font-size: 16px;
	border-radius: 5px;
 }
 .mNavi p a {
	color: #ffffff;
	text-decoration: none;
 }
.mNavi .mLink1 a {
	display: inline-block;
	margin: 0 1%;
	border: 1px solid #ffffff;
	width: 93%;
	padding: 5px;
	font-size: 16px;
	border-radius: 5px;
	float: left;
 }
.mNavi .mLink2 a {
	display: inline-block;
	margin: 0 1%;
	border: 1px solid #ffffff;
	width: 44%;
	padding: 5px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #45CF45;
	float: left;
 }
 .mNavi p a {
	color: #ffffff;
	text-decoration: none;
 }
.mNavi .mLink1 a,.mNavi .mLink2 a {
color: #ffffff;
text-decoration: none;

}
/* ## header ## */
#header .inner {
	height: 50px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}
#header h1 {
	text-align: center;
}
#header h1 #logo {
	width: 44px;
	height: auto;
	margin-top: 6px;
}

#header #hComme {
	margin-bottom: 14px;
}
#header #hOnline {
	width: 100%;
	text-align: right;
	margin-top: 6px;
}
#header #hOnline a {
	width: 90%;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #008000), color-stop(0.00, #2bb32b));
	background: -webkit-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -moz-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -o-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -ms-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: linear-gradient(top, #2bb32b 0%, #008000 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2bb32b, endcolorstr=#008000))";
	zoom: 1;
	margin: 0 auto;
	padding: 10px 4px;
	display: block;
}
#header #hOnline a:active {
	text-decoration: none;
	opacity: 0.84;
}

/* online */
#header #resBut {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.1;
	font-size: 9px;
	border-radius: 15px;
	background-color: #2bb31d;
	position: absolute;
	top: 11px;
	right: 54px;
}
#header #resBut a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	box-sizing: border-box;
	padding-top: 6px;
	display: block;
}
#header #resBut a:active, #header #resBut a:hover {
	opacity: 0.74;
	text-decoration: none;
}

/* ## ribon ## */
#ribon {
}
#ribon .inBox {
}
#ribon h2 a {
}
#ribon #cMenuBut {
}
#ribon #cMenuBut:hover {
}
#ribon #cMenu {
	margin-top: 10px;
}
#cMenu li a {
	color: #ffffff;
	font-size: 14px;
	padding: 14px 0;
	display: block;
}
#cMenu li a:hover {
	text-decoration: none;
}
#cMenu li a:active {
	color: #2bb31d;
	background-color: #545454;
}
#cMenu li.cCurre a {
	color: #2bb31d;
	background-color: #545454;
}
#cMenu li.mSns a {
	font-size: 16px;
}
#cMenu li#sTw a {
	color: #1da1f2;
}
#cMenu li#sFb a {
	color: #3b5998;
}


/* ## header fix ## */
#header.headFix {
	opacity: 0.94;
}
#header.headFix .inner {
	height: 50px;
	box-shadow: 2px 2px 4px #dcdcdc;
	opacity: 0.94;
}

/* #### nav #### */
ul#dropdownnav {
}
ul#dropdownnav > li {
	margin-bottom: 14px;
}
ul#dropdownnav > li h2 {
	color: #ffffff;
}
ul#dropdownnav > li h2 .sub {
}
ul#dropdownnav > li h2 a {
	color: #ffffff;
	padding: 8px;
}
ul#dropdownnav > li.pCurre h2 a {
	background-color: #2bb31d;
}
ul#dropdownnav > li h2 a:hover {
	text-decoration: none;
}
ul#dropdownnav > li h2 a:active {
	background-color: #545454;
}

ul#dropdownnav .dMenu h2 {
	background-image: url(../img/side/arrow_down.gif);
	background-position: center bottom;
	background-size: 18px;
	padding-top: 8px;
	padding-bottom: 14px;
}
ul#dropdownnav .dMenu h2.active {
	background-image: url(../img/side/arrow_up.gif);
	background-position: center bottom;
	background-size: 18px;
}
ul#dropdownnav .dMenu h2:active{
	background-color: #545454;
}
ul#dropdownnav ul {
	margin-top: 8px;
}
ul#dropdownnav ul li a:active {
	color: #ffffff;
	background-color: #2bb31d;
	text-decoration: none;
}
ul#dropdownnav ul li {
	margin-bottom: 0;
}
ul#dropdownnav ul li a {
	border-radius: 0;
}

/* ## root ## */
#root {
	display: none;
}

/* toggle button */
#menubtn {
	color: #3c5a98;
	margin: 8px 14px 0 0;
	padding: 6px;
	float: left;
	cursor: pointer;
}
#menubtn:active {
	color: #000000;
}
#menbtn:focus {
	outline: none;
}
#menubtn i {
	font-size: 22px;
}
#menubtn span {
	display: inline-block;
	text-indent: -9999px;
}

/* ## side ## */
aside#side {
}
/* sidebar */
aside#side #sidebar #con_list_title {
	display: none;
}
aside#side #sidebar #con_btn {
	color: #242424;
	font-size: 10px;
	text-align: center;	
	background-color: #e2eaf0;
	margin-bottom: 18px;
	padding: 10px 0;
	cursor: pointer;
	position: relative;
}
aside#side #sidebar #con_btn.active:before {
	content: "";
	position: absolute;
	bottom: -23px;
	right: 47%;
	border: 12px solid transparent;
	border-top: 12px solid #e2eaf0;
}
aside#side #sidebar ul#con_list {
	display: none;
	margin-bottom: 24px;
}
aside#side #sidebar ul#con_list li a {
	font-size: 12px;
	border-bottom: dotted 1px #cccccc;
	padding: 8px 14px;
}
aside#side #sidebar ul#con_list li:first-child {
	border-top: dotted 1px #cccccc;
}

/* bans */
#bans {
}
#bans li {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#bans li img {
	width: 90%;
}
#bans li img.bImg {
	border: solid 1px #cccccc;
}
#bans li a:active {
	opacity: 0.78;
}

/* info */
#side #info {
}
/* news */
#side #news {
}
#side .niBox {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}
#side .niBox table {
	width: 100%;
}
#side .niBox table td.tpNew {
	width: 5%;
	font-size: 18px;
	color: #cccccc;
}
#side .niBox table td.tpNew.new {
	color: red;
}
#side .niBox .tpDate {
	font-size: 11px;
	color: #999999;
}
#side .niBox .tpTitle {
	font-size: 12px;
}


/* ## wrapper ## */
#wrapper {
	margin-top: 50px;
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */


/* scroll down */
#sDown {
	font-size: 10px;
}
ul#sDown li a {
	padding: 4px 0;
}

section#main {
	padding-bottom: 14px;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 8px 0;
}

/* SNS*/
#sns {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ## footer ## */
#footer {
	margin-bottom: 66px;
}


#footer .boxT {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .boxT {
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer .boxB {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .logoS {
	text-align: center;
	margin-right: 0;
	margin-bottom: 4px;
	float: none;
}
#footer .logoS img {
	width: 34px;
}
#footer .boxB ul {
	float: none;
}
#footer .boxB li {
	font-size: 9px;
	line-height: 1.2;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0;
	padding-right: 8px;
}
#footer .boxB address {
	font-size: 9px;
	text-align: center;
	padding-top: 14px;
	float: none;
	clear: left;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.message {
	width: 98%;
	background-color: #F6F6F6;
	border: solid 1px #E2E2E2;
	padding: 10px;
	font-size: 12px;
}
.writerBox {
    border: 2px solid #dedede;
    padding: 30px;
	width: 70%;
	margin: 20px auto;
	border-radius: 15px;
	box-shadow: 1px 1px 1px #cccccc;
}
.writerBox .imgBox{
	text-align: center;
	margin-bottom: 20px;
}
.writerBox p {
    font-size: 12px;
}

.writerBox img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
	margin: 0 auto;
}
.date {
	padding: 2px 0;
	margin-right: 5px;
	float: left;
}
.bFlag {
	width: 80px;
	font-size: 9px;
	text-align: center;
	padding: 2px 0 0 0;
	border-radius: 8px;
	margin-bottom: 5px;
	color: #ffffff;
	float: left;
	
	
}

.cashress {
	border: solid 1px #ACACAC;
	padding: 10px;
	border-radius: 6px;
}
.mNavi{
	display: none;
}
/* ## header ## */
#header {
	height: 84px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 14px 0 14px;
}
#header .inner {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#header .inner .boxR {
	width: 80%;
	box-sizing: border-box;
	margin-top: 8px;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .inner .boxR .brtWrapp {
}
#header .inner .boxR .brtWrapp .brtTC {
	float: right;
}
#header #hComme {
	color: #2bb31d;
	text-align: right;
	margin-top: 4px;
}
#header #hComme br {
	display: none;
}
#header #hOnline {
	width: 174px;
	box-sizing: border-box;
	margin-top: 2px;
	margin-left: 14px;
}
#header #hOnline a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #008000), color-stop(0.00, #2bb32b));
	background: -webkit-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -moz-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -o-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -ms-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: linear-gradient(top, #2bb32b 0%, #008000 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2bb32b, endcolorstr=#008000))";
	zoom: 1;
	padding: 2px 4px;
	display: block;
}
#header #hOnline a:hover {
	text-decoration: none;
	opacity: 0.84;
}

#header h1 {
	width: 20%;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 8px;
	float: left;
	overflow: hidden;
}
#header h1 #logo {
	width: 78px;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* online */
#header #resBut {
	display: none;
}

/* ## ribon ## */
#ribon {
	width: 80%;
	box-sizing: border-box;
	margin-top: 4px;
	float: right;
	clear: both;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#ribon .inBox {
}
#ribon #cMenuBut {
	display: none;
}
#ribon #cMenu {
	margin-top: 4px;
}
#ribon #cMenu li {
	width: 18%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 6px;
	float: left;
}
#ribon #cMenu li .dspn {
	display: none;
}
#ribon #cMenu li.mPrivacy {
	width: 26%;
}
#ribon #cMenu li.mSns {
	width: 6%;
	margin-top: 0;
}
#ribon #cMenu li a {
	color: #141414;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
}
#ribon #cMenu li h3 a {
	padding-bottom: 4px;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#ribon #cMenu li h3 a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #242424;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#ribon #cMenu li.cCurre h3 a::after {
	width: 100%;
}
#ribon #cMenu li h3 a:hover::after {
	width: 0;
	width: 100%;
}

#ribon #cMenu li a i {
	color: #696969;
	font-size: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#ribon #cMenu li a:hover {
	text-decoration: none;
	opacity: 0.54;
}
#ribon #cMenu li.mSns a:hover {
	opacity: 1;
}
#ribon #cMenu li#sTw a:hover i {
	color: #2ca7e0;
}
#ribon #cMenu li#sFb a:hover i {
	color: #3b5998;
}

/* ## header fix ## */
#header.headFix {
	opacity: 0.94;
	box-shadow: 2px 2px 4px #dcdcdc;
}
#header.headFix h1 {
}
#header.headFix h1 #logo {
}
#header.headFix .inner .boxR {
}
#header.headFix #ribon {
}
#header.headFix p#telno a {
}

/* #### side #### */
aside#side {
	width: 24%;
	box-sizing: border-box;
	padding-right: 34px;
	float: left;
}

/* bans */
#bans li {
}
#bans li img.bImg {
	border: solid 1px #cccccc;
}
#bans li a {
	opacity: 0.78;
}
#bans li a:hover {
	opacity: 1;
}


/* ## nav ## */
ul#dropdownnav > li.pCurre h2 a {
	color: #2bb31d;
}
ul#dropdownnav > li h2 a:hover {
	text-decoration: none;
	opacity: 0.54;
}
ul#dropdownnav > li .dMenu h2 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul#dropdownnav > li .dMenu h2:hover {
	opacity: 0.54;
}
ul#dropdownnav ul li {
	margin-bottom: 30px;
}
ul#dropdownnav ul li:last-child {
	margin-bottom: 0;
}

/* menu button */
#menubtn {
	display: none;
}

/* ## root ## */
#root {
	width: 100%;
	background-color: #e4e4e4;
	box-sizing: border-box;
	padding: 0 14px;
}
#root p {
	width: 100%;
	max-width: 1200px;
	color: #545454;
	box-sizing: border-box;
	font-size: 11px;
	margin: 0 auto;
	padding: 8px 0 8px 0;
}
#root .fa.fa-home {
	font-size: 15px;
}
#root i {
	font-size: 11px;
}
#root a {
	color: #444444;
}
#root a:hover {
	color: #3d85cc;
	text-decoration: none;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 84px auto 0 auto;
	padding: 14px 10px 14px 10px;
}

/* ## main ## */
section#main {
	width: 76%;
	box-sizing: border-box;
	min-height: 340px;
	margin-bottom: 30px;
	float: right;
}
section#main.mWide {
	width: 100%;
	float: none;
}

#ctrLink {
	display: none;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	width: 100%;
	padding: 10px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 10px 0;
}

/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT. inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	margin-right: 24px;
	padding-right: 24px;
	float: left;
}
#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	clear: left;
	overflow: hidden;
}

#back-top {
	position: fixed;
	bottom: 106px;
	right: 24px;
	z-index: 100;
}
#back-top i {
	color: #35aa37;
	font-size: 44px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#back-top i:hover {
	opacity: 1;
}


}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## header ## */

/* ## main ## */
#ribon {
	width: 76%;
}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* inner box設定 */
#header .inner, #wrapper, #root .inner, #footer .inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

/* ## header ## */


/* ## wrapper ## */
#wrapper {
}

/* ## main ## */

#ribon {
	width: 62%;
}

/* ## side ## */
aside#side #sidebar ul#con_list li a {
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	width: 22%;
	height: 30px;
	padding: 14px 0;
}
section#main dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 0 0 10px 26%;
}

}

