/*汎用クラス（Jimdo機能側での余白など調整用）*/
.b-margin10 {margin-bottom:10px;}
.b-margin15 {margin-bottom:15px;}
.b-margin20 {margin-bottom:20px;}

/*clearfix*/
.clearfix:after { content: "";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

/**スライド指定**/
/* 基本スタイル */
.nivoSlider {
	position:relative;
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:visible;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:970px;
}
.nivo-main-image {
	display:block !important;
	position:relative !important; 
	width:100% !important;
}

/* 画像をAタグで囲む場合 */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* キャプションスタイル */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* 矢印部分 */
.nivo-directionNav a {
	display:none;
}

/* ページネーション部分 */
.nivo-controlNav {
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:0;
	cursor:pointer;
	position:relative;
	z-index:10;
}

.nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background:#CCC;
	text-indent:-9999px;
	border:0;
	border-radius:10px;
	margin: 0 2px;
	filter:alpha(opacity=100);
	opacity:1.00;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background:#999;
	filter:alpha(opacity=100);
	opacity:1.00;
}

/*  Layout
----------------------------------------------- */
html {
	overflow:auto !important;
}

img {
	vertical-align:top;
	max-width:100% !important;
	height:auto !important;
	margin:0;
	padding:0;
	border:none;
}

figure {
	max-width:100% !important;
	height:auto;
}

figure img {
	max-width:100% !important;
	height:auto !important;
	margin:0;
	padding:0;
	border:none;
}

#cc-inner {
	overflow:hidden;
}

#lb-container img {
	max-width:none !important;
	width:auto;
	height:auto;
}

.cc-map-canvas img { max-width:none !important; }

/*--カラム部分など--*/
@media screen and (max-width:640px) {
	.cc-m-hgrid-column {
		width:100% !important;
		float:none !important;
	}
}

@media screen and (max-width:640px) {
	.j-textWithImage figure {
		display:block !important;
		margin:0 auto !important;
		float:none !important;
	}
	
}

a img {
	background-color:transparent;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
}

a:hover img {
	filter:alpha(opacity=65);
	opacity:0.65;
}

body {
    background:#FFF;
    padding:0;
    margin:0;
	min-width:980px;
}

@media screen and (max-width:970px) {
	body {
		min-width:initial;
		width:100%;
	}
}

#wrapper {
	width:100%;
	margin:0;
	padding:0;
}

/*--ヘッダ--*/
#header-wrapper {
	width:100%;
	margin:0;
	padding:0;
	position:fixed;
	top:0;
	z-index:10;
}

#header {
	width:100%;
	margin:0;
	padding:0;
	background:#FFF;
}

#header #header-inner {
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:10px 0px 15px 0px;
	display:-webkit-flex;
    display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
}

#header h1 {
	width:155px;
	margin:0;
	padding:0;
}

#header h1 a:hover img {
	filter:alpha(opacity=100);
	opacity:1;
}

#header #header02 {
	width:auto;
	margin:0px auto 0px 0px;
	padding:14px 0px 0px 0px;
	color:#333;
	line-height:100%;
	font-weight:bold;
	font-size:13px;
}

#header .gce-box {
	width:145px;
	margin:0;
	padding:0px 10px 0px 28px;
	background:url(search-btn.png) 0px 3px no-repeat;
}

#header #header03 {
	width:121px;
	margin:0;
	padding:0;
}

@media screen and (max-width:969px) {
	#header-wrapper {
		position:relative;
	}
	
	#header #header-inner {
		padding:10px 5px 15px 5px;
	}
}

@media screen and (max-width:768px) {
	#header #header02,
	#header .gce-box {
		display:none;
	}
	
	#header #header03{
		margin-left:auto;
		padding-top:5px;
	}
}

/*--ヘッダここまで--*/

/*--グローバルナビ--*/
#g-nav-wrap {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:3px solid #E0E0E0;
	display:block;
	background:#FFF;
}

#g-nav {
	width:970px;
	margin:0 auto;
	padding:0;
}

#g-nav:after {
        content: "";
        display: block;
        clear: both;
}

#g-nav ul {
        list-style-type: none;
}

#g-nav ul.cc-nav-level-0 { /* 第一階層のul */
		width:100%;
 *zoom: 1; /*forIE6,7*/
        margin:0 auto;
        padding:0;
		background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/g-nav-border.png?t=1430538424) left top no-repeat;
}

#g-nav ul.cc-nav-level-0:after {
        content: "";
        display: block;
        clear: both;
}

#g-nav ul.cc-nav-level-0 li {
 *zoom: 1; /*forIE6,7*/
        white-space:nomal;
		background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/g-nav-border.png?t=1430538424) right top no-repeat;
		float:left;
}

#g-nav ul.cc-nav-level-0 li ul {
        visibility:hidden;
        position:absolute;
        margin:0;
        padding:0;
        z-index:20 !important;
}

#g-nav ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
}

#g-nav ul.cc-nav-level-0 li ul li {
        width: auto !important;
        clear: left;
        position: relative;
		background:none;
}

#g-nav ul.cc-nav-level-0 li ul li ul {
        top: 0;
        left: 100%;
}

#g-nav ul.cc-nav-level-0 li a {
	display:block;
	width:auto;
	height:100%;
	padding:0px 18px 10px 18px;
	margin:0;
	color:#333;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
	line-height:120%;
	border-bottom:3px solid #FFF;
}

* html #g-nav ul.cc-nav-level-0 li a { /*forIE6*/
        zoom: 1;
}

#g-nav ul.cc-nav-level-0 li a.cc-nav-current,ul.cc-nav-level-0 li.cc-nav-parent a {
	border-bottom:3px solid #666;
}

#g-nav ul.cc-nav-level-0 li ul {
	margin:0;
	padding:0;
}

#g-nav ul.cc-nav-level-0 li ul li {
	width:145px !important;
	height:auto;
	margin:0px 0px 1px 1px;
	padding:0;
	display:block;
	background-image:none !important;
	border:none;
}

#g-nav ul.cc-nav-level-0 li ul li ul {
	margin:0;
	padding:0;
}

#g-nav ul.cc-nav-level-0 li ul li a {
	width:102px;
	height:auto;
	text-align:left;
	margin:0;
	font-size:14px;
	line-height:100%;
	color:#FFF;
	padding:10px 20px 11px 23px;
	background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/g-nav-lm02.png?t=1430538433) left top no-repeat #333;
	font-weight:normal;
	text-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
	border:none;
	opacity:0.75;
}

#g-nav ul.cc-nav-level-0 li ul li ul li a {
	width:102px;
	height:auto;
	text-align:left;
	margin:0;
	font-size:14px;
	line-height:100%;
	color:#FFF;
	padding:10px 20px 11px 23px;
	background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/g-nav-lm02.png?t=1430538433) left top no-repeat #333;
	font-weight:normal;
}

#g-nav ul.cc-nav-level-0 a:hover {
	border-bottom:3px solid #666;
}

#g-nav ul.cc-nav-level-1 a:hover,
#g-nav ul.cc-nav-level-2 a:hover {
	text-decoration:none;
	border-bottom:none;
	opacity:0.5;
}

#g-nav ul.cc-nav-level-1 a.cc-nav-current, ul.cc-nav-level-2 a.cc-nav-current {
	text-decoration:none !important;
	border-bottom:none !important;
	opacity:0.5;
}

@media screen and (max-width:969px) {
	#g-nav-wrap {
		display:none;
	}
}

/*--グローバルナビここまで--*/

/*--モバイル用ナビ--*/
#tab-nav {
	display:none;
}

@media screen and (max-width: 969px){
	#g-nav-outer {
		display:none;
	}
	
	#tab-nav {
		display:block;
		background:#FFF;
	}
	
	#tab-nav ul {
		margin:0;
		padding:0;
	}
	
	.mainNav1 {
    	display:none;
	}
	
	.mainNav1 li {
		margin:0;
		padding:0;
   		width:100%;
		background:#FFF;
		list-style:none;
  	}
	
	.mainNav1 li a {
		width:auto;
		display:block;
		background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/g-nav-lm02.png?t=1430538433) left no-repeat #036db7;
    	position:relative;
    	padding:12px 0px 10px 26px;
    	border-bottom:1px solid #CCC;
    	color:#fff;
    	text-align:left;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
	}
	
	.mainNav2 li a {
		width:auto;
		display:block;
		background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/sub-nav-lm.png?t=1468983145) 20px no-repeat #FFF;
    	position:relative;
    	padding:12px 0px 10px 46px;
    	border-bottom:1px solid #036db7;
    	color:#036db7;
    	text-align:left;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
	}
	
	.mainNav3 li a {
		width:auto;
		display:block;
		background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/g-nav-lm02.png?t=1430538433) 40px no-repeat #5082bf;
    	position:relative;
    	padding:12px 0px 10px 66px;
    	border-bottom:1px solid #036db7;
    	color:#FFF;
    	text-align:left;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
	}
	
	#switch {
		display:block;
		position:relative;
		width:100%;
		background:#036db7;
	}
	
	#switch:hover {
		opacity:0.7;
	}
	
	#switch a {
    	display:block;
    	position:relative;
    	padding:12px 0 10px;
    	border-bottom:1px solid #CCC;
    	color:#fff;
    	text-align:center;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
  	}
	
	/*--ハンバーガーボタン必要な場合
	#switch:before {
    	display:block;
    	content:"";
    	position:absolute;
    	top:50%;
    	left:10px;
    	width:20px;
    	height:20px;
    	margin-top:-10px;
    	background:#fff;
	}
	
	#switch a:before, #switch a:after {
    	display:block;
    	content:"";
    	position:absolute;
    	top:50%;
    	left:10px;
    	width:20px;
    	height:4px;
    	background:#036db7;
	}
	
	#switch a:before {
    	margin-top:-6px;
	}
	
	#switch a:after {
    	margin-top:2px;
	}
	--*/
	
	.mainNav1 li a:hover,
	#switch a:hover {
		opacity:0.7;
		text-decoration:underline !important;
	}
	
}
/*--モバイル用ナビここまで--*/

/*--コンテンツ枠修正用--*/
#content-fix {
	width:100%;
	margin:170px 0px 0px 0px;
	padding:0;
	position:relative;
}

.cc-pagemode-default #content-fix,
.cc-pagemode-notfound #content-fix,
.cc-pagemode-overlay #content-fix {
	margin-top:96px;
}

@media screen and (max-width:969px) {
	#content-fix {
		margin-top:0;
	}
}

/*--メインイメージ--*/
#main-img {
	width:100%;
	height:auto;
	margin:0;
	padding:13px 0px 13px 0px;
	display:block;
	background:#F9F9F9;
}

#main-img #slide-frame {
	display:none;
}

#page-2262947292 #main-img #slide-frame {
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:0;
	display:block;
}

#page-2262947292 .flexslider {
	margin:0 auto;
}

.cc-pagemode-notfound #main-img #slide-frame,
.cc-pagemode-overlay #main-img #slide-frame {
	display:none;
}

/*--パンくずリスト--*/
#breadcrumb {
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:0;
	display:block;
}

#page-2262947292 #breadcrumb {
	display:none;
}

.cc-pagemode-notfound #breadcrumb,
.cc-pagemode-overlay #breadcrumb {
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:0;
	display:block !important;
}

#breadcrumb a.home-link {
	width:auto;
	padding: 0 17px 0 5px;
	color:#666;
	background: url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/bc-arrow.png?t=1430538414) center right no-repeat;
	font-size:11px;
	float:left;
}

#breadcrumb ol {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
#breadcrumb ol li {
        float: left;
        margin: 0;
		font-size:11px;
		color:#666;
}
#breadcrumb ol li a {
        padding: 0 17px 0 0;
		color:#666;
        background: url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/bc-arrow.png?t=1430538414) center right no-repeat;
		font-size:11px;
}
#breadcrumb ol li a.cc-nav-current {
        text-decoration: none;
        color:#666;
        background: none;
}
/*--パンくずリストここまで--*/

/*--メインコンテンツ--*/
#content-wrap {
	margin:0;
	padding:20px 0px 0px 0px;
}

/*--共通コンテンツ--*/
#content02 {
	width:100%;
	margin:0;
	padding:15px 0px 55px 0px;
	background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/footer-upper.png?t=1430538419) top repeat-x #EBEBEB;
}

#content02-inner {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/world-map.png?t=1430538464) center 65px no-repeat;
}

/*--共通コンテンツここまで--*/

#content {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0px 0px 25px 0px;
}

/*--見出し--*/
#content h1,
#content02 h1 {
	width:auto;
	font-size:26px !important;
	font-weight:bold !important;
	color:#333 !important;
	line-height:100% !important;
	padding:0px 15px 10px 2px;
	margin:0px 0px 5px 0px;
	border-bottom:4px solid #666;
}

#content h2,
#content02 h2 {
	width:auto;
	font-size:20px !important;
	font-weight:bold !important;
	color:#FFF !important;
	line-height:100% !important;
	padding:10px;
	margin:0px 0px 5px 0px;
	background:#666;
}

#content h3,
#content02 h3 {
	width:auto;
	font-size:16px !important;
	font-weight:bold !important;
	color:#333 !important;
	line-height:150% !important;
	padding:0px 5px 0px 15px;
	margin:0px 0px 5px 0px;
	border-left:5px solid #666;
}

#content h1.post-title,
#content02 h1.post-title {
	width:auto;
	font-size:18px !important;
	font-weight:bold !important;
	color:#333 !important;
	line-height:100% !important;
	padding:1px 15px 13px 37px;
	margin:0px 0px 5px 0px;
	background:url(h2-bg.png) no-repeat;
}

#content .j-blogarticle h1,
#content02 .j-blogarticle h1 {
	width:auto;
	background:none;
	font-size:20px !important;
	font-weight:bold !important;
	color:#333 !important;
	line-height:100% !important;
	padding:0px 4px 0px 4px;
	margin:0;
	border:none;
}

#content .j-blogarticle h1 a,
#content02 .j-blogarticle h1 a {
	color:#333 !important;
	text-decoration:none;
}

#content h1.post-title a,
#content02 h1.post-title a {
	color:#333 !important;
	text-decoration:none;
}

#content .j-blogarticle h1 a:hover,
#content02 .j-blogarticle h1 a:hover {
	text-decoration:underline;
}

#content .blogselection h1,
#content02 .blogselection h1 {
	width:auto;
	background:none;
	font-size:20px !important;
	font-weight:bold !important;
	color:#333 !important;
	line-height:100% !important;
	padding:0px 4px 0px 4px;
	margin:0;
}

#content .blogselection .j-blogarticle,
#content02 .blogselection .j-blogarticle {
	border-bottom:1px solid #333;
	border-left:none;
	margin-bottom:10px;
}

#content .datetime,
#content02 .datetime {
	margin-top:0px;
}

/*--見出しここまで--*/

/*--フッタ--*/
#footer {
	width:100%;
    clear:both;
	margin:0;
	padding:0;
}

#footer #footer-inner {
	width:100%;
	margin:0;
	padding:0;
}

#footer-inner #footer-copy {
	padding:17px 0px 17px 0px;
	text-align:center;
	font-size:12px;
	line-height:120%;
	color:#FFF;
	background:#666;
}

#sys-footer {
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:20px 5px 20px 5px;
	text-align:left;
	font-size:12px;
	line-height:120%;
	color:#666;
	box-sizing:border-box;
}

#sys-footer a:link,
#sys-footer a:visited {
    text-decoration:underline;
    color:#666 !important;
}
#footer #sys-footer a:active { text-decoration:none; }
#footer #sys-footer a:hover { text-decoration:none; }
#footer #sys-footer a img { background-color:transparent; }

/*  Navigation
----------------------------------------------- */

/*--ナビゲーションここまで--*/

#content .j-blogarticle .c {
	display:none;
}

/*--Jimdo概要P補正--*/
#imprint h2 {
	background:none;
	height:auto;
}

.post .datetime {
	display:none;
}

/*--ウィジェットなどなど用--*/
.faq-box {
	width:100%;
	padding:20px;
	border:10px solid #EBEBEB;
	background:#FFF;
	box-sizing:border-box;
}

.faq-box ul {
	margin:0;
	padding:0;
	list-style:none;
}

.faq-box li.question {
	width:auto;
	margin:0;
	padding:12px 5px 25px 58px;
	background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/icon-q.png?t=1431413409) left top no-repeat;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}

.faq-box li.answer {
	width:auto;
	margin:15px 0px 0px 0px;
	padding:12px 5px 15px 58px;
	background:url(https://u.jimcdn.com/cms/o/sa93916ac8578ebcf/userlayout/img/icon-a.png?t=1431413405) left top no-repeat;
	font-size:18px;
	font-weight:nomal;
}

#content table.tb01 {
	width:100%;
	margin:0;
	padding:0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}

#content .tb01 th,
#content .tb01 td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	vertical-align:top;
}

#content table.tb02 {
	width:100%;
	margin:0;
	padding:0;
	border-top:1px solid #036DB7;
	border-left:1px solid #036DB7;
}

#content .tb02 th,
#content .tb02 td {
	border-right:1px solid #036DB7;
	border-bottom:1px solid #036DB7;
	vertical-align:top;
}

#content .tb02 th a,
#content .tb02 td a {
	text-decoration:none;
}

#content .tb02 th a:hover,
#content .tb02 td a:hover {
	text-decoration:underline;
}

/*--カスタム検索まわり--*/
.gsc-control-cse {
	padding:0 !important;
}

.gsc-input-box {
	width:135px !important;
	margin:0px !important;
}

input.gsc-search-button-v2 {
	padding:0;
	display:none;
}

.gsc-input {
	padding:0 !important;
	background:url("http://www.google.com/cse/intl/ja/images/google_custom_search_watermark.gif") no-repeat left top rgba(255,255,255,0) !important;
	font-size:14px !important;
	line-height:120%;
}

.spcharge{
display:none;
}

/*--フッタ部分の国際通話利用可能一覧に関して--*/
@media screen and (max-width:768px) {
	#content02-inner {
		background-image:none;
	}
	
	#cc-m-12333495392 {
		display:none;
	}
}



/* RPlistテーブル装飾用 */
table.RPlist {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
table.RPlist th {
  color: #fff;
  padding: 8px 2px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.RPlist th:first-child {
  border-radius: 5px 0 0 0;	
}
table.RPlist th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.RPlist tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.RPlist tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.RPlist tr {
  background: #fff;
}
table.RPlist tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.RPlist tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.RPlist tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.RPlist tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.RPlist tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
table.RPlist tr td{
font-size:0.8em;
}
table.RPlist tr td:nth-of-type(1) {
width:8.5em;
padding-left:0px;
padding-right:0px;
}
table.RPlist tr td:nth-of-type(7) {
width:8.5em;
padding-left:0px;
padding-right:0px;
}

/* RPlistテーブル装飾用end */

@media screen and (max-width: 969px){
#content-fix{
margin-top:0px !important;
}
}