@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:900px;
	margin:10px auto;
}

nav {
	width:100%;
}

#contents {
	width:900px;
	margin:10px auto;
}

#main {
	float:right;
	width:100%;
}

#sub {
	float:left;
	width:28.125%;
}

#subnav {
	display:none;
}

a {
	color:#009966;
}
a:hover {
	color:#e78f00;
}

h1 {
	color:161e9e;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#000;
	border-left:15px solid #0000d6;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#0000d6;
	font-size:16px;
	border-bottom:3px solid #0000d6;
}


h3 a {
	color:#0000d6;
	text-decoration:none;
}
h3 a:hover {
	color:#e78f00;
}


h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}


h7 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:16px;
	color:#000;
	border-left:7px solid #47c847;
}


h8 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
	
}
h8:before {
	content:url(../images/i_square_gr.gif);
	color:#f19500;
}


h9 {
	margin-bottom:0.5em;
	padding:10px;
	color:#382400;
	font-size:16px;
	font-weight:bold;
}


h10 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:16px;
	color:#333;
	border-left:10px;
}
h10:before {
margin-right:0.5em;
	content:url(../images/i_gr.gif);
	
	color:#f19500;
}


h11{
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	border-left:10px;
}
h11:before {
margin-right:0.5em;
	content:url(../images/i_gr.gif);
	
	color:#f19500;
}


p {
	margin:0 0 1em 0;
}

p.icon {
	margin-bottom:0.25em;
	padding-left:20px;
	font-size:16px;
	color:#111;
	
}
p.icon:before {
	content:url(../images/i_red.gif);
	color:#f19500;
}

p.iconrw {
	margin-bottom:0.25em;
	padding-left:20px;
	font-size:16px;
	color:#111;
	
}
p.iconrw:before {
	content:url(../images/icon_rw.gif);
	color:#f19500;
}

p.qs {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
	
}
p.qs:before {
	content:url(../images/icon_q_s.gif);
	color:#f19500;
}

p.qm {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
	
}
p.qm:before {
	content:url(../images/icon_q_m.gif);
	color:#f19500;
}


p.am {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
	
}
p.am:before {
	content:url(../images/icon_a_m.gif);
	color:#f19500;
}


p.qmd {
	margin-bottom:0.25em;
	font-size:14px;
	color:#333;
	
}
p.qmd:before {
	content:url(../images/icon_q_m.gif);
	color:#f19500;
}


p.amd {
	margin-bottom:0.25em;
	font-size:14px;
	color:#333;
	
}
p.amd:before {
	content:url(../images/icon_a_m.gif);
	color:#f19500;
}


img {
	vertical-align:bottom;
}

img {
	text-align:top;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#f19500;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}

ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}


.info li.sq { 
padding-bottom:0.7em; 
border-bottom:0px solid #ddd;
padding-left:20px;
background-image:url(.././images/i_green.png);
background-repeat:no-repeat;
background-position:0px 0px;
list-style:none;
margin-bottom:0.2em;
border-bottom:1px dotted #ddd;

}




dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

dl.list3 {border-top: 1px solid #ccc; line-height: 2em; margin:0; width: 630px;}
dl.list3 dt {margin:5px 0 0.2em 2px; padding:0px 0px 0 11px; line-height:1.2em; font-size:14px; width: 10em; float: left;}
dl.list3 dd {margin:5px 0 0.2em 2px; padding-left: 13em; border-bottom: 1px solid #ccc; font-size:14px;}



table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #7d7dc9;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #7d7dc9;
	background:#e4e4f3;
}

	
td {
	padding:10px;
	text-align:left;
	border:1px solid #7d7dc9;
}

td.white {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ffffff;
}

td.center {
	padding:10px;
	text-align:center;
	border:1px solid #7d7dc9;
}


td.centercolor {
	padding:10px;
	text-align:center;
	background:#dbdef9;
	border:1px solid #7d7dc9;
}

td.leftcolor {
	padding:10px;
	text-align:left;
	background:#dbdef9;
	border:1px solid #7d7dc9;
}

td.nsccolor {
	padding:10px;
	text-align:left;
	background:#ccfac0;
	border:1px solid #39fe04;
}




table.fix {
table-layout: fixed; 
padding:10px; 
text-align:center; 
border:1px solid #7d7dc9;
}



table td.kea2 {
margin:0.5em 0 0.5em 20px; 
height:2.0em; padding:7px 10px 7px 10px; 
border-left:solid 2px rgb(255,255,255); 
border-right:solid 2px rgb(255,255,255); 
border-top:solid 2px rgb(255,255,255); 
border-bottom:solid 2px rgb(255,255,255); 
background-color:rgb(228,248,232); 
text-align:left; line-height:2.0; 
font-weight:normal; 
color:rgb(80,80,80); font-size:13px;
}

td.middle{vertical-align:middle;}

span font1 {font-size: 20px; }

table.title {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:0px solid #7d7dc9;
}

table td.cont {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:0px;
}

p.sample {
   width: 80%;
   overflow: auto;
}



/*================================================
 *  地図
 ================================================*/


#map_canvas{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*================================================
 *  臨床研究室iframe
 ================================================*/
 
.iframeBox {

width: 100%;

height: 475px;

margin: 20px auto 5px;

border: 0px solid #cccccc;

-webkit-overflow-scrolling: touch;

overflow: auto;

}

.iframeBox iframe {

width:100%;

height:100%;

}


/*================================================
 *  pagebook iframe
 ================================================*/
 
.iframeBox1 {

width: 100%;

height: 600px;

margin: 20px auto 5px;

border: 0px solid #cccccc;

-webkit-overflow-scrolling: touch;

overflow: auto;

}

.iframeBox1 iframe {

width:100%;

height:100%;

}




/*================================================
 *  文字
 ================================================*/

div.ta0 {text-align: left; }
div.ta1 {text-align: center; }
div.ta2 {text-align: right; }
div.ta3 {text-align: justify; }

.font1 {font-weight: bolder; }

p.centerb {font-weight: bold; 
text-align: center; 
}

p.leftb {font-weight: bold; 
text-align: left; 
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}


.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/phone.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/phone.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#0000d6;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#0000d6;
	text-decoration:none;
	background:#f7f5f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li a:before {
	content:"\0025a0";
	color:#000;
}

.submenu li.now a:before {
        content:"\0025a0";
	color:#f19500;
}



.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}


.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}


	
.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu li a {
	color:#000;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f19500;
}
.totop img:hover {
	background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 1em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 1em;
}

.imgC {
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	text-align: center;
	margin:0.5em 0.5em 0.5em 0.5em;
}


.imgCl {
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	text-align: center;
	margin:0.5em 0.5em 0.5em 0.5em;
	border:1px solid #ddd;
}

.center {
	text-align: center;
	margin:0 0 0.5em 0.5em;
}

.right {
	text-align: right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}

.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}



.catalog {
	overflow:hidden;
}
.catalog ul {
	overflow:hidden;
	margin-top:1.587%;
	margin-right:-1.587%;
}
.catalog li {
	list-style:none;
	float:left;
	width:18.412%;
	margin:0 1.587% 1.587% 0;
	border:1px solid a59987;
}

  .catalog ul li {
      display: inline-block;
      position: relative;
      margin: 5px 3px;
    }


.catalog li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}

.catalog li img {
	width:100%;
}

.list2 {
	overflow:hidden;
}
.list2 ul {
	overflow:hidden;
	margin-top:1.2%;
	margin-right:-0.5%;
}
.list2 li {
	list-style:none;
	float:left;
	width:31.746%;
	margin:0 1.3% 1.3% 0;
	border:1px solid a59987;
}

  .list2 ul li {
      display: inline-block;
      position: relative;
      margin: 5px 3px;
    }


.list2 li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}

.list2 li img {
	width:100%;
}

.ablack a {
	color:#3b3e3d;
	text-decoration:none;
}
.ablack a:hover {
	color:#e78f00;
}


.list4 {
	overflow:hidden;
}
.list4 ul {
	overflow:hidden;
	margin-top:1.2%;
	margin-right:-0.5%;
}
.list4 li {
	list-style:none;
	float:left;
	width:47%;
	margin:0 1.3% 1.3% 0;
	border:1px solid a59987;
}

  .list4 ul li {
      display: inline-block;
      position: relative;
      margin: 5px 3px;
    }


.list4 li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}

.list4 li img {
	width:100%;
}


.column2-unit-left {float:left; width:300px; margin-bottom:10px !important /; margin-bottom:5px /;}
.column2-unit-right {float:right; width:300px; margin-bottom:10px !important /; margin-bottom:5px /;}


/* mod_thumbnail
--------------------------------------------*/
.mod_thumbnail{
 margin:0 0 30px 0;
}
 
/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/
.thumbnaillist{
}
.thumbnaillist ul{
}
.thumbnaillist li{
    width:60px;
    height:60px;
    float:left;
    background:none;
    padding:0 10px 0px 0;
    margin:0 0 10px 0;
    list-style:none;
}
.thumbnaillist li a{
    display:block;
}
.thumbnaillist li a:link    {}
.thumbnaillist li a:visited {}
.thumbnaillist li a:hover   {opacity:0.8;}
.thumbnaillist li a:active  {opacity:0.8;}
/* IE用 ↓*/
.thumbnaillist li a:hover img {filter:alpha(opacity=80);}
 

 
/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
.mainimglist{
    width:400px;
    height:300px;
    margin:20px 0 0 0;
    float:center;
}

.mainimglist img{
}





/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}

.topNaviCon h3 {
	margin:10px;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h3 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}



/*================================================
 *  臨床指標
 ================================================*/


.template-table {
	border-collapse : collapse;
	/*width: 100%;*/
}

.template-table th {
	border: 1px solid #A9A9A9;
	background-color: #B9C9FE;
	padding: 5px;
	font-weight: bold;/*normal;*/
	font-size: small;
	color: #696969;
}

.template-table th.left_align {
	text-align: left;
}

.template-table td {
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.number-cell {
	text-align: right;
	width: 75px;
}

.div-title, .div-title-hist {
	border-left: 5px solid #B9C9FE;
	padding: 7px 0px 7px 5px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: large;
}

.div-title-hist {
	border-left: 5px solid #C90 !important;
}

.out_link {
	text-align: right;
}

.comment {
	background-color: #E3EAFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
}

/* a */


a:active {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

a.csv_btn {
	border: 1px solid #008000;
	color: #008000;
	background-color: #b8f28c;
	width: 75px;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	top: -2px;
}

span.kome {
	font-size: x-small;
}

.hist_list dt {
	clear: both;
	float: left;
	width: 130px;
	
}

.hist_list dd {
	margin-left: 140px;
	margin-bottom: 25px;
}

div[id^="cd_top3_nm_"], div[id^="ope_top3_nm_"] {
	padding: 5px;
}

div[id^="cd_top3_nm_"]:before, div[id^="ope_top3_nm_"]:before {
	content: "■";
	/*color: #1AAB8A;*/
	font-size: large;
}

dt {
	content: "◆";
		/*color: #00ffff;*/
		font-size: large;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:20px;
	color:#595858;
	font-weight:bold;
	border-left:5px solid #0000d6;
}





/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}
	
	.imgL {float:left;
		width:50%;
		margin:0 1em 0.5em 0.5em;
		overflow:auto;
	}
	
	.imgR {float:right;
		width:50%;
		margin:0 0 0.5em 1em;
		overflow:auto;
	}
	
	.imgC {top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	text-align: center;
	margin:0.5em 0.5em 0.5em 0.5em;
		overflow:auto;
	}
	
.list2 li {
	list-style:none;
	float:left;
	width:45%;
	margin:0 1.3% 1.3% 0;
	border:1px solid a59987;
}

dl.list3 {border-top: 1px solid #ccc; line-height: 2em; margin:0; width: 100%;}
dl.list3 dt {margin:5px 0 0.2em 2px; padding:0px 0px 0 11px; line-height:1.2em; font-size:14px; width: 10em; float: left;}
dl.list3 dd {margin:5px 0 0.2em 2px; padding-left: 11em; border-bottom: 1px solid #ccc; font-size:14px;}
		

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#0000d6;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:30%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
}

div.scroll {overflow: auto; 
white-space: nowrap; 
}
div.scroll: :-webkit-scrollbar {height: 5px; }

.swipe-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
	opacity: .3;
	background-color: #333;
	text-align: center;
}

.swipe-icon img {
	width: 91px;
	padding-top: 16px;
}


.swipe-icon {
	display: block !important;
}



