@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%;
	box-sizing: border-box;
	border-bottom: solid 1px #cccccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

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


/* #### ribon ####*/
#ribon {
	width: 100%;
	margin-top: 94px;
	position: relative;
}
#ribon img {
	width: 100%;
}
#ribon:before {
	width: 100%;
	content:"";
	display: block;
	padding-top: 20.1%;
}
#ribon .conBack {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

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


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

/* sidebar */
aside#side ul#con_list li a {
	display: block;
	padding: 8px 0;
}
aside#side ul#con_list li a i.right {
	color: #dcdcdc;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	margin-top: 4px;
	float: right;
}
aside#side ul#con_list li a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}
aside#side ul#con_list li a:hover i {
	color: #3c69ad;
}

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

/* ## main wide ## */
section#mainW {
	width: 100%;
	box-sizing: border-box;
}

/* ## root ## */
#root {
	color: #242424;
}
#root .inner {
	color: #888888;
	font-size: 12px;
	padding: 14px;	
}
#root .inner i {
	font-size: 14px;
}
#root .inner a {
	color: #444444;
}
#root .inner a:hover {
	color: #1c84ef;
	text-decoration: none;
}

/* 検索設定 */
/*絞り込み*/
.sOption {
	width: 100%;
	font-size: 11px;
	height: auto;
	color: #666666;
	background-color: #f4f4f4;
	box-sizing: border-box;
	border: solid 1px #e9e9e9;
	border-radius: 6px;
	line-height: 2.4;
	margin: 0 0 10px 0;
	padding: 6px 6px 6px 14px;
	overflow: hidden;
}
.sOption .kensu {
	color: #242424;
	width: 50%;
	text-align: right;
	line-height: 0;
	font-weight: bold;
}
.sOption .kensu .kNum {
	color: red;
	font-size: 16px;
	margin: 0;
}
.sOption input[type="text"] {
	width: 45%;
	border: solid 1px #cccccc;
	padding: 2px 2px 2px 2px;
}
.sOption input[type="submit"] {
	width: 40px;
	background-color: #999999;
	border-radius: 0;
	padding: 2px 2px 2px 2px;
}

/* 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;
}

/* ## footer ## */
#footer .boxT, #footer .boxB,#footer .cInfo {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner,#footer .cInfo .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 12px;
	color: #696969;
	background-color: #dcdcdc;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT ul {
	text-align: center;
}
#footer .boxT li {
	border-right: solid 1px #696969;
	margin-right: 18px;
	padding-right: 18px;
	display: inline-block;
}
#footer .boxT li:last-child {
	border-right: none;
}
#footer .boxT a {
	color: #696969;
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	color: #f4f4f4;
	font-family: Quicksand;
	font-size: 14px;
	background-color: #242424;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .cInfo {
	font-size: 12px;
	color: #696969;
	background-color: #dcdcdc;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .cInfo .comInfo {
	padding: 10px;
	border: solid 1px #cccccc;
	border-radius: 8px;
	background-color: #F0EEEE;
	margin-bottom: 10px;
}

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

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

/* #### header #### */
#header .boxR {
	font-size: 8px;
	text-align: center;
}


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

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


/* ## main ## */


#footer .boxB {
	font-size: 9px;
}

}

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

/* #### header #### */
#header .boxR {
	font-size: 9px;
	text-align: right;
}

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

/* ## main ## */


#footer .boxB {
	font-size: 10px;
}

}

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

/* #### header #### */
#header .boxR {
	font-size: 9px;
	text-align: right;
}

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


/* ## main ## */


#footer .boxB {
	font-size: 11px;
}

}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
.ads {
	margin: 2%;
	overflow: hidden;
}
.bunnerArea {
	margin: 0 2% 170px 2%; 
}
/* ## header ## */
#header .inner {
	height: 50px;
	background-color: rgba(255,255,255,0.94);
	border-bottom: solid 1px #eeeeee;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ## header fix ## */
#header.headFix {
	opacity: 0.96;
}
#header.headFix .inner {
	height: 50px;
	box-shadow: 2px 2px 4px #f4f4f4;
}
#header .logo {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 8px;
	left: 0;
	z-index: 1000;
}
#header .logo img {
	width: 124px;
	height: auto;
}
#header .boxR h1 {
	display: none;
}
#header .boxR ul li#telToi p {
	display: none;
}
#header .boxR ul li#telToi address a {
	padding: 4px;
}
#header .boxR ul li#telToi address i {
	font-size: 24px;
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 1001;
}
#header .boxR ul li#telToi address span {
	display: none;
}


/* ## dropdown menu ## */
#dropmenu {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#dropmenu li {
}
#dropmenu li h2 {
	color: #ffffff;
	font-size: 16px;
}
#dropmenu li a {
	width: 100%;
	color: #ffffff;
	font-family:  YuMincho, '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	padding: 10px 0;
	display: block;
	overflow: hidden;
}
#dropmenu li.cCurre a {
	color: #ffffff;
	background-color: #32a8ff;
}

#dropmenu li.menu_single ul {
	display: none;
}
#dropmenu li.menu_single ul li a {
	background-color: #333333;
	border-top: solid 1px #282828;
}
#dropmenu li.menu_single ul li:first-child a {
	border-top: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	padding: 10px 0;
	display: block;
}
#dropmenu > li a:active {
	background-color: #444444;
}
#dropmenu > li.cCurre > h2 a {
	background-color: #282828;
	opacity: 0.94;
}
#dropmenu > li.cCurre h2.mbCtitle {
	background-color: #333333;
}	

h2.mbCtitle {
	color: #ffffff;
	background-image: url(../img/arrow_down.gif);
	background-position: center bottom 6px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2.mbCtitle.active {
	background-image: url(../img/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center bottom 6px;
	background-size: 12px;
	background-color: #444444;
}
#dropmenu li.menu_single h2.nmlCtitle {
	display: none;
}

/* arrow */
.arrow {
	position: absolute;
	top: 32px;
	left: 50%;
}

/* ## breadcrumb ## */
#breadcrumb {
	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;
}

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

/* #### ribon ####*/
#ribon {
	margin-top: 50px;
}

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

/* ## 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 */
aside#side #bans {
	display: none;
}

/* ## news ## */
#news .nBox {
	padding-left: 10px;
	padding-right: 10px;
}
#news .nBox a {
	font-size: 11px;
	padding: 8px 0;
}
#news .nBox a:hover {
}
#news .nBox a:hover h3 {
}
#news .nBox a .date {
	margin-bottom: 4px;
}
#news .nBox a:hover .date {
}


/* ## wrapper ## */
#wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */

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

section#main {
	padding-top: 14px;
	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*/
ul#sns {
	margin-bottom: 0;
}

/* ## main wide ## */
section#mainW {
}

/* ## menu ## */
#menu {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 0 14px;
}

/* ## footer ## */
/* 固定TEL */
#conTel {
	display: none;
}
#conTel a {
	display: none;
}
	
#footer .boxT {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .boxT li {
	font-size: 9px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 0 14px 0 0;
}
#footer .boxT a:active {
	text-decoration: none;
	color: #1c84ef;
}
#footer .boxB {
	padding-top: 8px;
	padding-bottom: 8px;
}

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

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.ads {

	overflow: hidden;
}
.bunnerArea {
	margin-bottom: 190px;
}
/* ## header ## */
#header {
	width: 100%;
	height: 104px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	-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 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header .logo {
	width: 184px;
	box-sizing: border-box;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 24px;
	left: 0;
}
#header .logo img {
	width: 100%;
	height: auto;
}

#header .boxR {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
#header .boxR ul li {
	margin-left: 14px;
	float: right;
}
#header .boxR ul li#telToi {
	text-align: right;
	line-height: 1.2;
}
#header .boxR ul li#telToi p {
	font-size: 11.5px;
	font-weight: bold;
}
#header .boxR ul li#telToi address {
	font-size: 20px;
	font-weight: bold;
	margin-top: -12px;
}
#header .boxR ul li#telToi address i {
	font-size: 36px;
	vertical-align: bottom;
}
#header .boxR ul li#mIntro {
	margin-left: 0;
	float: left;
}
#header .boxR h1 {
	font-size: 10px;
}

/* ## header fix ## */
#header.headFix {
	height: 54px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.04);
	opacity: 0.98;
}
#header.headFix .logo {
	width: 134px;
	top: 44px;
}
#header.headFix .logo img {
	width: 100%;
	height: auto;
}
#header.headFix nav {
	margin-top: 4px;
}
#header.headFix .boxR {
	margin-top: -38px;
	margin-bottom:8px;
}

.Fixed {
}

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

/* #### nav #### */
#header nav {
	width: 70%;
	height: 33px;
	box-sizing: border-box;
	margin-top: 16px;
	float: right;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* clearfix */
#header nav:after {
  content: "";
  clear: both;
  display: block;
}
	

/* ## dropdown menu ## */
#dropmenu input[type="checkbox"], #dropmenu label {
	display: none;
}
#dropmenu {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#dropmenu > li {
	width: 22%;
	height: 33px;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}
#dropmenu > li > h2 {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}
#dropmenu > li:first-child > h2:before {
	color: #dcdcdc;
	content: "|";
	position: absolute;
	left: 0;
	top: 4px;
}
#dropmenu > li > h2:after {
	color: #dcdcdc;
	content: "|";
	position: absolute;
	right: 0;
	top: 4px;
}
#dropmenu > li > h2 > a {
	height: 32px;
	box-sizing: border-box;
	color: #242424;
	padding: 4px;
	display: inline-block;
	position: relative;
}
#dropmenu > li > h2 > a::after {
	background-color: #32a8ff;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dropmenu > li.cCurre > h2 > a::after {
	width: 100%;
}
#dropmenu > li:hover > h2 > a::after {
	width: 100%;
}
#dropmenu > li > h2 a:hover {
	text-decoration: none;
}
#dropmenu li#fb {
	width: 10%;
	text-align: right;
	margin-top: -6px;
}
#dropmenu li#fb span {
	display: none;
}
#dropmenu li#fb a {
	font-size: 26px;
	color: #3b5998;
	padding: 0;
}
#dropmenu li#fb a:hover {
	opacity: 0.84;
}
	
#dropmenu li.menu_single {
	position: relative;
}
#dropmenu li.menu_single ul.menu_second-level {
	width: 100%;
	box-sizing: border-box;
	border-left: solid 1px transparent;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#dropmenu li.menu_single ul.menu_second-level li a {
	width: 100%;
	color: #ffffff;
	height: auto;
	background-color: #1c84ef;
	padding: 8px 2px;
	font-size: 10px;
	display: block;
}
#dropmenu li.menu_single ul.menu_second-level li a::after {
	height: 0;
}
#dropmenu li.menu_single ul.menu_second-level li a:hover {
	background-color: #1e8dff;
	opacity: 1;
}
#dropmenu li.menu_single:hover ul.menu_second-level li {
  overflow: visible;
  border-top: 1px solid #1e8dff;
}
#dropmenu li.menu_single:hover #dropmenu > li > h2 > a:hover::after {
	width: 100%;
}
#dropmenu li.menu_single:hover ul.menu_second-level {
	top: 39px;
	visibility: visible;
	opacity: 1;
}

/* mobile 用処理 */
#dropmenu li h2.mbCtitle {
	display: none;
}
#dropmenu li.menu_single ul.menu_second-level li.mbTop {
	display: none;
}	

	

/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	background-color: #efefef;
	border-bottom: solid 1px #e9e9e9;
	padding: 8px 40px 8px 0;;
}
#breadcrumb ul {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 14px;
}
#breadcrumb ul li {
	display:inline;
	list-style: none;
}
#breadcrumb ul li:after{
	content: '>';
	padding: 0 14px;
	color: #555;
}
#breadcrumb ul li:last-child:after{
	content: '';
}
#breadcrumb ul li a {
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}

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

/* ## main ## */
section#main {
	width: 74%;
	box-sizing: border-box;
	min-height: 340px;
	margin-bottom: 30px;
	padding: 0;
	float: left;
}

/* ## main wide ## */
section#mainW {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

/* ## side ## */
aside#side {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 42px;
	float: left;
}

/* bans */
aside#side #bans {
}
aside#side #bans li {
}
aside#side #bans li a {
}
aside#side #bans li a:hover {
	opacity: 0.74;
}
aside#side #bans li img {
}

/* ## menu ## */
aside#menu {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 42px;
	float: left;
}

/* ## 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;
}
/* 固定TEL */
#conTel {
	width: 60px;
	height: 300px;
	box-sizing: border-box;
	position: fixed;
	top: 28%;
	right: 0;
	z-index: 100;
}
#conTel p {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	line-height: 1.3;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-right: 8px;
}
#conTel p span {
	font-size: 24px;
	font-weight: bold;
}
#conTel a {
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #32a8ff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 0;
	display: block;
}
#conTel a:hover {
	text-decoration: none;
	opacity: 0.84;
}

#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	margin-right: 28px;
	padding-right: 28px;
}
#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
	color: #1c84ef;
}
#footer .boxB {
	font-size: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}

#back-top {
	position: fixed;
	bottom: 52px;
	right: 8px;
	z-index: 100;
}
#back-top a i {
	color: #1c84ef;
	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 a i:hover {
	opacity: 1;
}

}

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

#header .logo {
	width: 194px;
}
#header .boxR h1 {
	font-size: 10px;
}

/* #### nav #### */
#header nav {
	width: 65%;
}

#dropmenu > li > h2 {
	font-size: 14px;
}

}

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

.bunnerArea {
	margin-bottom: 210px;
}

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

/* sns link button */
#snsLink {
	right: 228px;
}

/* ## breadcrumb ## */
#breadcrumb {
}
#breadcrumb ul {
	padding: 0;
}

/* ## wrapper ## */
#wrapper {
	padding: 24px 0 0 0;
}


/* ## menu ## */
#menu {
}


}
