@charset "utf-8";


/*各cssの読み込み
----------------------------------------------------------------------------------------------------------------- */
/*日本地図用css（list_chintai.html用）*/
@import url(map.css);

/*一覧ページ用css*/
@import url(list.css);

/*トップページのメイン画像用css*/
@import url(mainimg.css);



/*全端末（PC・タブレット・スマホ）共通設定
----------------------------------------------------------------------------------------------------------------- */

/*全体の設定 */
/*line-height: 2;*/

/*行間*/

/*
font-size: 16px;
*/

body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	/* 背景色honban  #E9E9E9 */
	/* 背景色stage   #ffc09a */
	background: #ffffff;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}
.sp_only {display: none;}
.s_sp_only {display: none;}
/*リンク（全般）設定 */
a {
	color: #265593;		/*リンクテキストの色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*
color: #6fbfd1;
*/
a:hover {
	color: #2faf91;			/*マウスオン時の文字色*/
	text-decoration:underline;
}
a:visited .kiji_hover {
	color: #800080;
}

.kiji_hover a:visited {
	color: #800080;
}

/* 虫眼鏡と×が重なる */
#sword::-ms-clear {
	display:none;
}

/*マウスオン時の画像*/
a:hover img {
	opacity: 0.8;	/*80%色がついた状態*/
}

/*inner共通 */
.inner {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/* ヘッダー */
header_xxx {
	background: #fff;	/*背景色*/
	height: 12px;		/*高さ*/
	color: #333;		/*文字色*/

}
/*
	min-height:145px;
*/
#header {
	min-height:107px;
}

#header_area_xxx {
	min-height:207px;
}


#jdan {
	width: 100%;
}
/*
background-color:#E9E9E9;
*/
#infobodyHidden {
	display:none;
}

.basePad {
	padding:5px 50px 20px 50px;
}
.kiji_basePad {
	padding:5px 50px 20px 37px;
}
.pad_set {
	padding:20px 78px 30px 78px;
	border:1px solid blue;
}
.mar_set {
	margin:20px 78px 30px 78px;
	border:1px solid blue;
}
/*600px以下では100%*/
.fsize130_100Par {
	font-size: 130%;
}

/*日付バー用480px以下では92%*/
.con_head_355_92Par {
	width: 355px;
}
.searchPad {
	padding-left:2px;
}
.search_input {
	background-image: url("/marine-site/admin/images/search.png");
	background-repeat: no-repeat;
	background-position:right 3px bottom 50%;;
	background-size: 10%;
}
/*みみまりページスタイル*/
.onsei_cnt_area {
	width: 49%;
	margin-right: 2%;
}
.comm_area {
	width: 49%;
}
.mimimari_block {
	background-color: #002954;
	border-radius: 10px;
	width: 99%;
	max-width: 700px;
	margin: 0 auto;
	/*height: 150px;*/
}
.mimiyori_block {
	/*background-color: #40B0F0;*/
	background-color: #bdd7ee;
	border-radius: 10px;
	width: 99%;
	max-width: 700px;
	margin: 0 auto;
	/*height: 150px;*/
}
.mimimari_cnt {
	width: 100%;
	text-align: left;
	padding-left: 40px;
}
.audio_size {
	width: 99%;
}
.parents {
	display: flex;
	justify-content: center;/* 左右中央を指定しています */
	align-items: center;/* 上下中央を指定しています */
	/*height: 150px;*//* 高さは適宜変更してください */
}
.mimi_logo {
	border-radius: 50%;
	padding: 10px;
}
.mimi_title {
	text-align: left;
}
.mimiyori_title {
	text-align: left;
	color: #002954;
}
.mimimari_backnumber_btn {
	width: 90%;
	background-color: #f1f3f4;
	color: #265593;
	border-radius: 10px;
	padding: 10px 5px;
	margin: 10px auto;
	text-align: center;
}
/*アコーディオンメニュー*/

.nav-container {
max-width: 200px;
margin-left: auto;
margin-right: auto;
font-family: "Open Sans", sans-serif;
}

.nav-list {
position: relative;
width: 100%;
margin: 0;
padding: 10px;
background-color: #002954;
color: #fff;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}
.nav-list::before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, 0.2);
}
.nav-list::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.2);
}
.nav-list:hover {
background-color: #263440;
}
.nav-list.is-open {
padding-bottom: 2px;
background-color: #56758f;
transition: all 0.6s ease;
}

.nav-list__item {
position: relative;
margin: 0;
margin-left: -10px;
margin-right: -10px;
padding: 10px;
background-color: #19222a;
text-transform: none;
font-weight: normal;
list-style: none;
}
.nav-list__item::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, 0.2);
}
.nav-list__item:first-of-type {
margin-top: 10px;
}
.nav-list__item:hover {
background-color: #080D11;
}

.nav-list__item__text {
padding: 10px;
}
/*アコーディオンメニュー@@@*/

/*環境ページスタイル*/
#greennet {
	float: left;	/*右に回り込み*/
	width: 74.8%;		/*ブロックの幅*/
}
.midashi_base {
	color:white;
	line-height:47px;
	font-size: 120%;
	text-align:center;
}
.green_big {
	background-image: url(green_title.png);
	background-repeat:  no-repeat;
}
.green_min {
	background-image: url(green_title_mini.png);
}
.green_min2 {
	background-color: #78b551;
	border-radius: 2px;
}

.gn_top {
	width: 100%;
	margin: 0 auto;
}
.gn_interview {
	width: 100%;
	margin: 50px auto;
}
.gn_coming_soon {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.gn_mahora {
	width: 45%;
	float: left;
	margin-left: 5%;
}

.gn_post {
	width: 100%;
	text-align: right;
	margin: 80px 0px;
}
.gn_int_list {
    margin-top: 40px;
    margin-bottom: 50px;
}
.gn_int_title {
    font-weight: bold;
}
.gn_int_atogaki {
    background-color: #E2F0D9;
    padding: 10px;
    margin-bottom: 50px;
}
.gn_new_lh {
	line-height:38px;
}
.fsize120_100Par {
	font-size: 120%;
}
.int_maho_lh {
	line-height:24px
}
.width50_100Par {
    width: 50%;
}

/*会員探訪リニューアルスタイル*/
.maritan_class {
	/*color: #00ff00;*/
	/*color: #dd0000;*/
	/*color: #fe9b00;*/
	color: #33ccff;
}
.maritan_sp_class {
	/*color: #00ff00;*/
	/*color: #dd0000;*/
	color: #fe9b00;
	/*color: #33ccff;*/
}

#tanbou_ttlwrapper {
    width: 100%;
}
#tanbou_wrapper {
    width: 100%;
    padding: 0 65px;
	float: left;
}
.tanbou_inner {
    margin: 20px auto 0 0;
    max-width: 693px;
}
#tanbou_txt {
    font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0 0;
    text-align: right;
	float: right;
	margin-right: 115px;
}
#tanbou_txt2 {
    font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0 0;
    text-align: right;
	float: right;
	margin-right: 115px;
}
.tanbou_ttltxt {
    width: 100%;
    height: 59px;
    padding-top: 100px;
    padding-left: 79px;
}
#tanbou_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    float: left;
    padding: 20px 0px 0 0;
}
#tanbou_title2 {
    font-size: 15.5px;
    line-height: 22px;
    font-weight: bold;
    float: left;
    padding: 0px 0px 0 0;
	max-width: 480px;
}
#tanbou_ttl_old {
    width: 99%;
    height: 179px;
    background-image: url(/images/tanbou/tanbo_shosaittl.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
}
#tanbou_ttl {
    width: 99%;
    height: 179px;
    background-image: url(/images/tanbou/marine_tanbou_shosaittl.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
#maritan_ttl {
    width: 99%;
    height: 179px;
    background-image: url(/images/tanbou/maritan_shosaittl.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
.space {
	height: 25px;
}

.tanbou_list_note {
	width: 90%;
	margin: 0 auto;
	padding: 10px 10px;
}
.tanbou_midashi {
	padding: 0px 0 7px 0px !important;
}

.basewidth_60_90Par {
	width: 60%!important;
}

.tanbou_s_class {
    display: none!important;
}
.new_flg_class {
	display: inline!important;
}

.sub_class {
	display: none!important;
}
.main_class {
	float: none!important;
	margin: 0 auto!important;
}
.newsec_class {
	width: 99%!important;
	max-width: 1400px!important;
}
.newsec_main_class {
	width: 100%!important;
}
.mimimari_main_class {
	width: 100%!important;
}
.table_fixed_top{
	position: sticky;
	top: 0;
}
.table_fixed_top::before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	/*border-right: 1px solid #ffffff;*/
}

/* 記事写真 */
.kiji_pic {
	width: 45%;
	margin-left:37px;
}
.kiji_pic2 {
	width: 20%;
	margin-left:37px;
}
.kiji_pic3 {
	width: 30%;
	margin-left:37px;
}
.kiji_pic4 {
	width: 45%;
	margin-left:37px;
}
.top_new_img {
	margin:60px auto 0px;
}

.baseKijiH {
	height:47px;
}
.baseKijiW {
	width:67%;
	border:0px solid green;
}
.baseKijiWNik {
	width:80%;
}
.kaijiTitle {
	width:calc(98% - 35px);
	border:0px solid green;

	word-wrap: break-word;
    overflow-wrap: break-word;
}
/*新造・中古船レスポンシブスタイル*/
.vessel_colm {
	width: 22%;
	max-width: 130px;
	text-align: right;
}
.vessel_colm_s {
	width: 22%;
	max-width: 130px;
	text-align: right;
}





/*プリントスタイル*/

@media print {

	#InlineHeader{display:none;}
	#InlineFooter{display:none;}

	h2 {
		font-size:1.5em!important;
	}
	h3 {
		font-size:1.2em!important;
	}
	body {
		font-size:1.5em!important;
		zoom: 90%;
		background-color: #FFFFFF;
	}
	br {
		display: block;
		content: "";
		margin: 20px 0;
	}
	#kiji_aft {
		line-height: 40px;
	}
	
	div#contentswrap{
		margin: 0;
	   width: auto;
	   height: auto !important;
	   background-color: #FFFFFF;
	}
	
	div#two_column_wrapper{
	   background-color: #FFFFFF;
		width: auto;
		height: auto;
	}
	
	div#subcontents_wrapper {
		background-image: none;
	   background-color: #FFFFFF;
	   padding: 0;
		width: auto;
	}
	
	div#two_column_wrapper div#left_column{
	   background-color: #FFFFFF;
		padding: 0;
		width: auto;
		height: auto;
	}
	
	div#two_column_wrapper div#right_column{
		display: none;
	}
	
	div#subcontents_kpjoho_wrapper {
		background-image: none;
	   background-color: #FFFFFF;
	   padding: 0;
		width: auto;
	}
	
	div#subcontents_shinzosen_wrapper {
		background-image: none;
	   background-color: #FFFFFF;
	   padding: 0;
		width: auto;
	}
	
	div#subcontents_yousen_wrapper {
		background-image: none;
	   background-color: #FFFFFF;
	   padding: 0;
		width: auto;
	}
	
	div#bulker_shikyo {
		margin: 0;
		width: auto;
	}
	
	div#bulker_shikyo div#txt {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	div#kinkai_textbox {
		width: auto;
	}
	
	div#area_box {
		margin: 0 30px;
	}
	
	div#container_tablebox {
		margin: 0 40px;
	}
	
	div.contents_box{
		padding: 0;
		width: auto;
	}
	
	div.pd_top20 {
		padding: 0;
	}
	
	div.pd_left60 {
		padding: 0;
	}
	
	div.pd_right60 {
		padding: 0;
	}
	
	div.pd_bottom30 {
		padding-bottom: 0;
	}
	
	div.pd_left30 {
		padding: 0;
	}
	
	div#banner_box_center,
	div#banner_box,
	div#press_btnbox,
	div.kiji_news_link {
		display: none;
	}
   
	p.move_pagetop{
		display: none !important;
	}
	#header {
		display: none !important;
	}
	footer {
		display: none !important;
	}
	#menubar {
		display: none !important;
	}
	#sub {
		display: none !important;
	}
	#search_area {
		display: none !important;
	}
	.bloc_gray {
		display: none !important;
	}
	.base50Par {
		display: none !important;
	}
	#main {
		width: 100%!important;
	}
	.main>*:not(div.basePad,div.kiji_basePad,div.kiji_pic,h3.bloc_blue,h2.bloc_blue) {
		display: none;
	}
	.print_btn_img {
		display:none!important;
	}
	.nav-fix-pos-pagetop {
		display: none!important;
	}
	/*まりたん印刷用css*/
	#tanbou_title2 {
		line-height: 0px;
		padding: 10px 0px 0 0;
	}
	#tanbou_txt2 {
		float: none;
		margin-right: 20px;
	}
	#tanbou_ttlwrapper {
		font-size: 90%;
	}
	#tanbou_wrapper {
		font-size: 85%;
	}
	.tanbou_inner {
		margin: 0px auto!important;
	}
	#maritan_ttl {
		max-width: 693px!important;
	}
	.tanbouProfile{
		line-height: 20px;
	}
	.tanbouProfile span br{
		line-height: 0px;
		display: block;
		margin: 5px 0px;
	}
	/*会員探訪印刷用css*/
	#tanbou_title {
		line-height: 0px;
	}
	#tanbou_txt {
		float: none;
		margin-right: 420px;
	}
	#tanbou_ttl {
		max-width: 693px!important;
	}
	#kts_ttl {
		max-width: 693px!important;
    	margin: 0 auto!important;
	}
	div#subcontents_wrapper #kts_txt {
		padding: 14px 10px 0 0;
	}
}

/*
width:calc(95% - 40px);
*/
.base1Div {
	width:95%;
	margin:0 auto;
	padding:5px 20px 5px 20px;
}

#main .base50Par {
	width:50%;
	float:left;
	padding:5px 0 5px 0;
}


/*QRコードスタイル*/
.qr_box {
	width: 100%;max-width: 200px;
	background-color: #fff;
	border:1px solid #000;
	text-align: center;
}
.qr_midashi {
	font-size:16px;
	margin: 0px 0px;
	background-color: #00a0c6;
	color:#fff;
	padding: 5px 0;
}
.qr_img {
	width: 100%;min-width: 93px;
	margin:0px 0px -5px 0px;
}
.qr_op {
	color: #000;
}


/* メインの50%は、サイドで100% */
#sub .base50Par{
	width:100%;
	padding:5px 0 5px 0;
}

.baseHeadMenu {
	width:43%;
}

.baseHead2Menu {
	width:45%;
	min-width:480px;
}

.base2Div50Par {
	width:50%;
}

.base3Div33Par {
	width:33%;
	text-align:center;
}

.base2Div {
	width:43%;
	padding:5px 20px 5px 20px;
}
.base2DivL {
	width:23%;
	padding:5px 20px 5px 20px;
}
.base2DivR {
	width:63%;
	padding:5px 20px 5px 20px;
}
.base2DivL_2 {
	width:30%;
	padding:5px 20px 5px 20px;
}
.base2DivR_2 {
	width:70%;
	padding:5px 20px 5px 20px;
}
.container_list {
	width:16.6%;
	padding:5px 10px 5px 10px;
	text-align: center;
}
.basewidth_70_96Par {
	width:70%
}
.baseline {
	width:100%;
}
.base22_78DivL {
	width: 28%!important;;
}
.base22_78DivR {
	width:78%!important;
}


/*近海船グラフスタイル*/
div#kinkai_articleback_graybox{
	width:100%;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e1edf3;
	padding-bottom: 450px;
}
/*近海船データスタイル*/
div#kinkai_articleback_graybox2{
	width:100%;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e1edf3;
	padding-bottom: 100px;
}


/* drewryスタイル */
.backBaseBlue {
	margin-top:0px;
	background-color: #325C96!important;
	color:#ffffff;
	border-top:1px solid #325C96;
	border-bottom:2px solid #325C96;
	border-right:1px solid #ffffff;
	cursor: pointer
}
.backLightBrown {
	background-color:#ebeae1!important;
	border-right:1px solid #787878;
	border-bottom:1px solid #787878;
}
.backBrown {
	border-right:1px solid #787878;
	border-bottom:1px solid #787878;
}
/*drewry見出しスタイル*/
.sec_head {
	color :#478ab2;
}
.sec_caption {
	color :#265593;
}

/*
.baseDrwTbl {
	width:870px!important;
}
*/
.baseDrwTbl_new {
	width:98%!important;
}
.baseDrwTbl_new td {
	border-right:1px solid #787878;
	border-bottom:1px solid #787878;
}
/* 最後の白線は不要 */
.backBaseBlue:last-child {
	border-right:0px solid #325C96;
}
/*
.backLightBlue:first-child {
	border-left:0px solid #ffffff;
}
*/
.backWhite {
	margin-top:0px;
	background-color: #ffffff!important;
	color:#325C96;
	border-top:1px solid #325C96;
	border-bottom:2px solid #325C96;
	border-left:0px solid #325C96;
}
.backLightBlueBNone {
	margin-top:0px;
	background-color: #325C96!important;
	color:#ffffff;
	border:1px solid #325C96;
	cursor: pointer
}
.backWhiteBNone {
	margin-top:0px;
	background-color: #ffffff!important;
	color:#325C96;
	border:1px solid #325C96;
	cursor: pointer
}

/* ボタンのようにという依頼より */
.btn_shadow {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;/*ボタン色*/
	color: #ffffff!important;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	text-align:center;
	width:199px;
	margin-left:6px;
	font-size:15px!important;
}
.btn_shadow:hover {
	text-decoration: none!important;
	background: #114488;/*ボタン色*/
	border-bottom: solid 4px #114488;
}
.btn_shadow:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}


.kiji_hover:hover {
	background: #efefef;
}
.imageOn {
	background:no-repeat url('/marine-site/images/icon_select_on.png');
	background-position:0px 3px;
	background-size:12px;
}
.imageOn_M {
	background:no-repeat url('/marine-site/images/icon_select_on.png');
	background-position:5px 11px;
	background-size:12px;
}
.imageOff {
	background:no-repeat url('/marine-site/images/icon_select_off.png');
	background-position:0px 3px;
	background-size:12px;
}
.imageOff_M {
	background:no-repeat url('/marine-site/images/icon_select_off.png');
	background-position:5px 11px;
	background-size:12px;
}

/* 用船情報スタイル */
#yousen_search_btnbox{
	width:100%!important;
	border:1px solid red;
	height:90px;
	padding:5px 0 0 0!important;
	text-align:center;
}

#yousen_serch_box{
	width:100%!important;
}
#fr_box {
	height:35px!important;
}
.left_cell,.right_cell {
	border-top:1px solid #787878;
	border-right:1px solid #787878;
}

::-webkit-scrollbar {
	width: 10px;
}
/* 	background: linear-gradient(95deg,#D1CFB3,#c9f1f1); */
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: linear-gradient(95deg,#d1cfb3,#c1bfa3);
}
::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #eee;
}
.sticky_table th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

/* 年プルダウンの変更 */
select.ui-datepicker-year{
	height: 2em!important;      /* 高さ調整 */
	margin-right:5px!important; /* 「年」との余白設定 */
	width:80px!important;       /* 幅調整 */
	background-color:#EEF6FB;
	border:1px solid #114488;
}

.drwList {
	word-wrap:break-word;
	margin:0 30px 0 30px;
	font-size:0.9em;
}
/* ページ制御 */
#pageDisabled {
	display:block;
	color:#aaaaaa;
	width:25px;
	height:20px;
	border:solid 0px #c3c3c3;
	margin:0 0 0 0px;
	list-style : none;
	text-decoration: none;
	float:left;
	text-align:center;
	background-color:#ffffff;
}
#pageBlock {
	display:block;
	color:#4b6cf3;
	width:25px;
	height:20px;
	border:solid 0px #c3c3c3;
	margin:0 0 0 0px;
	list-style : none;
	text-decoration: none;
	float:left;
	text-align:center;
}

/* ログイン（ヘッダー右側のログイン） */
/*
header .login a {
	display: inline-block;text-decoration: none;
	float: right;
	margin-right: 3%;
	margin-top: 30px;
	border: 1px solid #fe7200;
	background: #fe7200;
	background: #fe7200 url(../images/icon_login.png) no-repeat 20px 11px / 12px;
	color: #fff;
	padding: 5px 30px 5px 50px;
	border-radius: 4px;		
	font-size: 14px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	letter-spacing: 0.2em;
}
*/
/*マウスオン時*/
header .login a:hover {
	background-color: #fe9b00;	/*背景色だけ変更する*/
	color: #fff;	/*も地色*/
}

/*メニューブロック*/
#menubar {
	clear: both;
  	height: 75px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
	background-image: -webkit-linear-gradient(#4169a0 0%, #124588 100%);
	background-image: linear-gradient(#4169a0 0%, #124588 100%);
/*	background: #6fbfd1;*/	/*背景色*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	
	width: 20%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	text-decoration: none;display: block;
	line-height: 2.2;
	color: #ffffff;		/*文字色*/
	height: 60px;		/*高さ*/
	padding-top: 15px;	/*上に追加する余白*/
	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
/*	background: #94d1df;*/	/*背景色*/
	background-color: #336699;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
	margin-top:-70px;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
--------------------------------------------------------------------------------------------- */
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 20%;		/*幅。上の「#menubar li」と合わせる。*/
	font-size: 12px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	border: none;	/*線を一旦リセット*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
	color: #fff;		/*文字色*/
	padding: 10px 0;	/*上下、左右への余白*/
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
	background: #6fbfd1;	/*背景色*/
	cursor: default;		/*カーソルをリンク用でなくデフォルトの矢印にしておく*/
	padding: 3px 0;			/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;	/*背景色*/
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
	background: #6fbfd1;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル） */
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

/*contents（３カラムを囲むブロック） */
#contents {
	clear: both;overflow: hidden;
	padding-top: 10px;		/*上に空けるボックス内の余白*/
	padding-bottom: 15px;	/*下に空けるボックス内の余白*/
}

/*contents-in（mainとsubを囲むブロック） */
#contents-in {
	float: left;	
	width: 100%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック） */
#main {
	float: right;	/*右に回り込み*/
	width: 74.8%;		/*ブロックの幅*/
	padding-left: 0.78%;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-bottom: 5px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size: 18px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
	background: #6fbfd1;	/*背景色*/
}
/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツのh3タグ設定*/
/* #main h3 { */
h3 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 4px 20px;	/*上下、左右への余白*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
/*#main h3::first-letter {*/
h3::first-letter {
	border-left: 3px solid #6fbfd1;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}
#main section {
	background-color:#ffffff;
}


.baseBanner {
	width:98%;
	max-width:250px;
	margin:0 auto;
}
.topTitle {
	width:70%;
}
.topKiji {
	width:70%;
}
.topImage {
	width:30%;
}
.baseInfoPub {
	width:130px;
}

.baseInfoDD70Par {
	width:70%;
}


/*subコンテンツ（左側のブロック） */
#sub {
	float: left;	
	width: 25%;	/*ブロックの幅*/
	background-color:#ffffff;
	font-size:0.9em;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	.cp_cssslider {
	width: 300px;
	padding-top: 200px; /* 画像の高さ */
	position: relative;
	margin: 2em auto;
	text-align: center;
	}
	.cp_cssslider > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	}
	.cp_cssslider input[name='cp_switch'] {
	display: none;
	}
	/* サムネイル */
	.cp_cssslider label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
	}
	.cp_cssslider label:hover {
	opacity: 0.9;
	}
	.cp_cssslider label img {
	display: block;
	width: 40px;
	border-radius: 2px;
	}
	.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
	}
	.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
	}
	.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
	}
/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------
#side {
	float: right;	右に回り込み
	width: 18%;		ブロックの幅
}
２カラム時
.c2 #side {
	display: none;	
}
*/

/*
background: #9d9980;
background: linear-gradient(#9d9980, #8c876c);
*/
/*sub,side共通設定 */
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;		
	padding: 8px 0px;		/*上下、左右への余白*/
	color: #fff;			/*文字色*/
	background: #6FBFD1;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#6FBFD1, #4F9FB1);	/*背景グラデーション*/
}

/*段落タグ（p）設定*/
#sub p,#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています） */
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下にあけるスペース*/
	background: #f1f0ec;	/*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu {
	margin-bottom: 0 !important;
}

/*submenu（sub,sideのメニュー） */
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;		/*メニューブロックの下にあけるスペース*/
	border-top: 1px solid #8c876c;	/*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;		/*上下、左右のボックス内の余白*/
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線を消す設定*/
	background: #fff;		/*背景色*/
}

/* フッター設定 */
footer {
	clear: both;
	background: #114488;
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー */
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
}
/*１列分の設定*/
#footermenu ul {
	float: left;	
	width: 15.5%;		/*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	margin-right: 0.5%;
	margin-left: 0.5%;
	border:0px solid green;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px;	/*上下、左右への余白*/
}


/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 2px;
	background-image: url(/images/list_bl.png);
	background-repeat: no-repeat;
	background-position-x: 0.5em;
	background-position-y: 0.6em;
	line-height:28px;
	padding-left:25px;
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%色がでた状態の事。*/
	line-height:26px;
	color: #fff;			/*文字色*/
}

/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

/*コピーライト */
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック */
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ */
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #6fbfd1;		/*文字色*/
}
/*回答*/
.faq dd {
	padding-bottom: 10px;	/*下に空けるスペース*/
}

/*テーブル */
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
}
/*labelタグ*/
.ta1 label {
	display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox label {
	float: left;
	display: inline-block;
}
.ta1 td .specialbox img {
	vertical-align: middle;
	margin-right: 5px;
}
.ta1 td .specialtext {
	float: left;
	width: 45%;
}

/*btn（inputタグ用） */
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 3px;		
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*btn（赤い色の大きなボタン→青に2020/08/20） */
a.btn {
	width:192px;
	line-height: 48px;
	padding-top: 2px 10px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;text-decoration: none;
	background: #2e8bdb;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#51a9f3, #2e8bdb);	/*グラデーション*/
	color: #fff;		/*文字色*/
	text-align: center;	
	border-radius: 2px;	
}
/*
	display: block;text-decoration: none;
	background: #d90000;
	background: linear-gradient(#d90000, #a70000);
	color: #fff;		
	font-size: 20px;	
	text-align: center;	
	padding: 10px;	
	border-radius: 4px;	
	letter-spacing: 0.2em;	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #a70000;
*/

/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	opacity: 0.7;	/*色が70%ついた状態*/
}
/*
color: #a70000;
	background: #fff;	/*背景色*/
*/
/*btn2（青い色のボタン） */
a.btn2 {
	display: inline-block;text-decoration: none;
	background: #2e8bdb;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#51a9f3, #2e8bdb);	/*グラデーション*/
	color: #fff;		/*文字色*/
	text-align: center;	
	padding: 2px 10px;	/*上下、左右へのボタン内の余白*/
	border-radius: 2px;	
	font-size: 12px;	/*文字サイズ*/
}
/*マウスオン時*/
a.btn2:hover {
	opacity: 0.7;	/*色が70%ついた状態*/
}

/*PAGE TOP（↑）設定 */
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*NEWアイコン */
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン */
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
.list-compact .newicon,.list-compact .upicon,.list-sub .newicon,.list-sub .upicon {margin: 0;}

/*checkブロック。赤い注意書きブロックです。 */
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ */
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 47px;
}

/*その他 */
.thumbnail {width: 80px;margin-bottom: 5px;}
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #6fbfd1 !important;}
.color2, .color2 a {color: #999 !important;}
.red, .red a {color: #ff0000 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}

/*マイページのテーブル*/
#content_under .tblstyle2 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #cccccc;
	background: #fff;
	table-layout: fixed;
}
#content_under .tblstyle2.mypg2 th {
    border-width: 0 0 0 0;
    text-align: left;
    width: 110px;
}
#content_under .tblstyle2 th {
    padding: 8px 10px 6px;
    font-weight: normal;
    text-align: center;
    font-size: 1em;
    background: #dbf0f5;
    white-space: nowrap;
}
#content_under .tblstyle2 th, #content_under .tblstyle2 td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #cccccc;
    color: #000;
    line-height: 1.4;
    vertical-align: middle;
}
#content_under .tblstyle2.mypg2 td {
    border-width: 0 0 0 0;
    text-align: left;
}
#content_under .tblstyle2 td {
    padding: 8px 10px 6px;
    font-weight: normal;
    text-align: center;
    font-size: 1em;
    background: #fff;
}
#content_under .tblstyle2 th, #content_under .tblstyle2 td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #cccccc;
    color: #000;
    line-height: 1.4;
    vertical-align: middle;
}

/* レスポンシブル用に既存スタイル補正 */
#subcontents_wrapper {
	width:100%!important;
	margin:0!important;
	padding:0!important;
	border:0px solid green;
	height:auto;
}

/* #sitemap_wrapper */
/* width:calc(100% - 40px)!important;*/
#copyr_wrapper,#pp_wrapper,#sitemap_wrapper {
	width:100%!important;
	margin:0!important;
	padding:20px 20px 20px 20px!important;
}
#leftwrapper,.leftwrapper {
	width:48%;
	margin:0!important;
	padding:0!important;
	border:0px solid green;
}
#rightwrapper,.rightwrapper  {
	width:48%;
	margin:0!important;
	padding:0!important;
	border:0px solid red;
}

/* width:calc(80% - 150px)*/
.contents_box {
	width:80%;
	margin:0 auto;
	float:none!important;
	padding:20px 75px 0 75px;
}

/* width:calc(100% - 40px);*/

#banner_textbox {
	width:100%;
	border:0px solid green;
	margin:0!important;
	padding:5px 20px 0 20px;
}
.banner_subtitle,.banner_subtitle_text {
	width:90%!important;
	border:0px solid orange;
	margin:0!important;
	padding:0 10px 0 20px!important;
}
a:visited .kiji_hover {
	color: #800080;
}

.kiji_hover a:visited {
	color: #800080;
}
.topTitle a:visited {
	color: #800080;
}



#gdan {
	height:70px;
}

.tab_slide {
	width:100%;
}
.btn-flat-logo {
	padding: 0.22em 0.7em!important;
}


.heade_nm_area {
	width:30%;
	float:right;
	margin:0 1px 0 0 ;
}
#gaiyou {
	font-size:14px;
}
#fsize {
	font-size:13px;
}
#headmbar {
	font-size:14px;
}
#clockImg,#clockCountry {
	min-width:99px;
}
#logo {
	padding-left:10px;
}

/* 1301px以上の設定 */
@media screen and (min-width:1301px){
	#rightwrapper,.rightwrapper{width:49%!important}
	#leftwrapper,.leftwrapper{width:49%!important}

	/*inner共通
	-------------------------------------- */
	.inner {
		width: 1201px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
	}

	/*ヘッダー（ロゴが入った最上段のブロック）
	-------------------------------------- */
	/*ヘッダーブロック*/
	header {
		background: #fff;	/*背景色*/
		position: relative;
		margin: 0 auto;
		padding-bottom:1px;
		height:auto;	/*ヘッダーの高さ*/
		color: #333;		/*文字色*/
	}

	/*--ヘッダー上段--*/
	#jdan {
		width: 100%;
	}

	#gaiyou {
		width: 40.5%;		/*幅*/
		float: left;
		padding-left:7px;
	}


	/*翻訳ボタン*/
	#honyaku{
		width: 10%;		/*画像の幅*/
		float: left;
	}

	/*ヘッド右上のメニュー*/
	#headmbar {
		width: 46.5%;
		float: left;
	}

	/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
	-------------------------------------- */
	/*ボタンブロック全体*/
	#fsize {
		width: 14%;	/*ブロック幅*/
		height:31px;
		background: #fff;	/*背景色*/
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2は20%色がついた状態の事。*/
		border-radius: 0px 0px 5px 5px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
		line-height: 20px;	/*高さ*/
		margin: 0px 0 1px 0;
		padding: 5px 0px;	/*上下、左右へのボックス内の余白*/
		float: left;
	}
	

	/*「文字サイズ」のテキスト*/
	#fsize p {
		float: left;
		font-size: 12px;	/*文字サイズ*/
		padding: 0 10px;	/*上下、左右への余白*/
		font-weight: bold;

	}
	/*文字サイズボタン１個あたり*/
	#fsize ul li {
		float: right;
	}


	#fsize ul a {
		overflow: hidden;display: block;text-decoration: none;text-align: center;
		color: #fff;	/*文字色*/
	}
	/*「大」ボタン設定*/
	#fsize ul li#large a{
		display: block;
		background: #ccc;	/*背景色*/
		width: 18px;		/*幅*/
		line-height: 18px;	/*高さ*/
	}
	/*マウスオン時の「大」ボタン設定*/
	#fsize ul li#large a:hover{
		background: #336699;
		/*background: #339fd1;*/	/*背景色*/
	}


	/*検索下のarrow*/
	#ser_arrow {
		width: 50%;	/*ブロック幅*/
		background: #fff;	/*背景色*/
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2は20%色がついた状態の事。*/
		border-radius: 0px 0px 5px 5px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
		line-height: 30px;	/*高さ*/
		margin-bottom: 10px;
		margin-left: 24%;
		padding: 4px 0px 4px 2%;	/*上下、左右へのボックス内の余白*/
		float: left;
	}
	#ser_arrow li {
		float: left;	
		margin-right: 10px;
	}
	#ser_arrow li a {
		overflow: hidden;display: block;text-decoration: none;text-align: center;
		color: #fff;	/*文字色*/
	}
	/*ボタン設定*/
	#ser_arrow li a{
		display: block;
		background: #ccc;	/*背景色*/
		width: 25px;		/*幅*/
		line-height: 25px;	/*高さ*/
	}
	/*マウスオン時のボタン設定*/
	#ser_arrow li a:hover{
		/*background: #339fd1;*/	/*背景色*/
		background:#336699;
	}

	/* これページャが壊れるのでいったんコメント naya
	.midashi li{
		position: relative;
		padding: 0px 0px 0px 30px;
	}
	.midashi li:after {
		position: absolute;
		top: 12px;
		left: 10px;
		z-index: 2;
		content: '';
		width: 5px;
		height: 5px;
		background-color: #142c5b;
	}
	*/


	/*ボタン*/
	.btn-flat-logo {
		position: relative;
		margin-right: 0.5px;
		margin-left: 0.5px;
		display: inline-block;
		font-weight: bold;
		padding: 0.22em 1em;
		text-decoration: none;
		color: #FFF;
		background: #00bcd4;
		transition: .4s;
	}
	
	.btn-flat-logo:hover {
		background: #20dcef;
		color: #336699;
	}
	.btn-flat-logo2 {
		position: relative;
		margin-right: 0.5px;
		margin-left: 0.5px;
		display: inline-block;
		font-weight: bold;
		padding: 0.22em 1.5em;
		text-decoration: none;
		color: #FFF;
		background: #00bcd4;
		transition: .4s;
	}
	
	.btn-flat-logo2:hover {
		background: #1ec7bb;
	}


	.btn-sticky {
		display: inline-block;
		padding: 0.22em 1em;
		text-decoration: none;
		background: #f7f7f7;
		border-left: solid 6px #00bcd4;/*左線*/
		color: #00bcd4;/*文字色*/
		font-weight: bold;
		/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
	}
	.btn-sticky:active {
		/*box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);*/
		transform: translateY(2px);
	}
	/*--/ヘッダー上段--*/


	/*--ヘッダー下段--*/
	#gdan {
		width: 100%;
	}

	#logo {
		width: 17%;		/*画像の幅*/
		float: left;
		margin:-10px 0 0 35px;
	}

	#logogif{
		width: 40%;		/*画像の幅*/
		float: left;
	}


	/*ワールドクロック*/
	#wclock {
		width: 27%;		/*画像の幅*/
		float: right;
		font-size: 8px;
	}

	/*検索バー
	#searchbar{
		width: 40%;		検索の幅
		float: left;
	}*/

	/*--/ヘッダー下段--*/


	/*メインメニューとドロップダウンメニューの設定変更。
	メニュー数が5個なので、1201÷5=240pxになります。
	-------------------------------------- */
	#menubar li, #menubar ul.ddmenu {
		width: 240px;
	}
}

/* 画面幅1300px end */

@media screen and (min-width:1250px){

	#tanbou_txt {
		margin-right: 125px;
	}
	#tanbou_txt2 {
		margin-right: 112px;
	}

}

/* 1300px以下の設定 */
@media screen and (max-width:1300px){
	#graph,#fsize {display:none;}

	.hide1300  {display:none;}
	.show1300b {display:block!important;}
	.show1300s {display:inline!important;}

	#rightwrapper,.rightwrapper{width:49%!important}
	#leftwrapper,.leftwrapper{width:49%!important}


	/*contents（３カラムを囲むブロック） */
	#contents {
		margin: 0 1%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/
	}
	/*ヘッダーブロック*/
	header {
		background: #fff;	/*背景色*/
		position: relative;
		margin: 0 auto;
		color: #333;		/*文字色*/
	}

	#jdan {
		width: 100%;
	}

	#gaiyou {
		width: 52%;		/*幅*/
		float: left;
	}
	#headmbar {
		width:48%!important;
	}

	.btn-flat-logo {
		padding: 0.22em 0.1em;
	}
	/*
	font-size:85%;
*/
	/*翻訳ボタン*/
	#honyaku{
		width: 10%;		/*画像の幅*/
		float: left;
	}

	/*ヘッド右上のメニュー*/
	#headmbar {
		width: 38.5%;		/*画像の幅*/
		float: left;
	}

	/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う） */
	/*ボタンブロック全体*/
	#fsize {
		width: 14%;	/*ブロック幅*/
		background: #fff;	/*背景色*/
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2は20%色がついた状態の事。*/
		border-radius: 0px 0px 5px 5px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
		line-height: 30px;	/*高さ*/
		margin-bottom: 10px;
		margin-right: 1%;
		padding: 4px 0px;	/*上下、左右へのボックス内の余白*/
		float: left;
	}
	/*「文字サイズ」のテキスト*/
	#fsize p {
		float: left;
		font-size: 16px;	/*文字サイズ*/
		padding: 0 10px;	/*上下、左右への余白*/
	}
	/*文字サイズボタン１個あたり*/
	#fsize ul li {
		float: right;	
		margin-right: 10px;
	}


	#fsize ul a {
		overflow: hidden;display: block;text-decoration: none;text-align: center;
		color: #fff;	/*文字色*/
	}
	/*「大」ボタン設定*/
	#fsize ul li#large a{
		display: block;
		background: #ccc;	/*背景色*/
		width: 25px;		/*幅*/
		line-height: 25px;	/*高さ*/
	}
	/*マウスオン時の「大」ボタン設定*/
	#fsize ul li#large a:hover{
		background: #339fd1;	/*背景色*/
	}


	/*検索下のarrow*/
	#ser_arrow {
		width: 50%;	/*ブロック幅*/
		background: #fff;	/*背景色*/
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2は20%色がついた状態の事。*/
		border-radius: 0px 0px 5px 5px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
		line-height: 30px;	/*高さ*/
		margin-bottom: 10px;
		margin-left: 24%;
		padding: 4px 0px 4px 2%;	/*上下、左右へのボックス内の余白*/
		float: left;
	}
	#ser_arrow li {
		float: left;	
		margin-right: 10px;
	}
	#ser_arrow li a {
		overflow: hidden;display: block;text-decoration: none;text-align: center;
		color: #fff;	/*文字色*/
	}
	/*ボタン設定*/
	#ser_arrow li a{
		display: block;
		background: #ccc;	/*背景色*/
		width: 25px;		/*幅*/
		line-height: 25px;	/*高さ*/
	}
	/*マウスオン時のボタン設定*/
	#ser_arrow li a:hover{
		background: #339fd1;	/*背景色*/
	}

	/* これページャが壊れるのでいったんコメント naya
	.midashi li{
		position: relative;
		padding: 0px 0 0px 30px;
	}
	
	.midashi li:after {
		position: absolute;
		top: 12px;
		left: 10px;
		z-index: 2;
		content: '';
		width: 5px;
		height: 5px;
		background-color: #142c5b;
	}
	*/

	/*ボタン*/
	.btn-flat-logo {
		position: relative;
		margin-right: 0.5px;
		margin-left: 0.5px;
		display: inline-block;
		font-weight: bold;
		padding: 0.22em 1em;
		text-decoration: none;
		color: #FFF;
		background: #00bcd4;
		transition: .4s;
	}
	
	.btn-flat-logo:hover {
		background: #00bcd4;
		color: #333A4F;
	}
	.btn-flat-logo2 {
		position: relative;
		margin-right: 0.5px;
		margin-left: 0.5px;
		display: inline-block;
		font-weight: bold;
		padding: 0.22em 1.5em;
		text-decoration: none;
		color: #FFF;
		background: #00bcd4;
		transition: .4s;
	}
	
	.btn-flat-logo2:hover {
		background: #1ec7bb;
	}


	.btn-sticky {
		display: inline-block;
		padding: 0.2em 0.8em;
		text-decoration: none;
		background: #f7f7f7;
		border-left: solid 6px #00bcd4;/*左線*/
		color: #00bcd4;/*文字色*/
		font-weight: bold;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	}
	.btn-sticky:active {
		box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
		transform: translateY(2px);
	}
	/*--/ヘッダー上段--*/


	/*--ヘッダー中段--*/


	/*--/ヘッダー中段--*/


	/*--ヘッダー下段--*/
	#gdan {
		width: 100%;
	}

	#logo {
		width: 17%;		/*画像の幅*/
		float: left;
	}

	#logogif{
		width: 40%;		/*画像の幅*/
		float: left;
	}


	/*ワールドクロック*/
	#wclock {
		width: 27%;		/*画像の幅*/
		float: right;
		font-size: 8px;
	}

	/*検索バー
	#searchbar{
		width: 40%;		検索の幅
		float: left;
	}*/


}
/* 1300px以下の設定 end */

@media screen and (max-width:1200px){

	#tanbou_txt {
		padding: 20px 0px 0 0;
	}
	#tanbou_txt2 {
		padding: 20px 0px 0 0;
	}
	.tanbou_s_img {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
	.tanbou_s_img {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
	.tanbou_list_note {
		padding: 40px 10px 0px 10px;
	}

}
/* 画面幅1100px以下の設定 */
@media screen and (max-width:1100px){
	#tanbou_txt2 {
		padding: 20px 0px 0 0;
		margin-right: 0px;
	}
}
/* 画面幅900px以下の設定 */
@media screen and (max-width:900px){

	.hide900  {display:none;}

	#contentswrap{width:100%!important;}
	#gaiyou {
		width: 75.5%;
		margin-left:13px;
	}
	#logo {
		width: 22%;
		margin-left:13px;
	}
	#main .base50Par {
		width:100%!important;
	}
	.basePad {
		padding:5px 17px 3px 17px;
	}
	.kiji_basePad {
		padding:5px 17px 3px 37px;
	}
	.pad_set {
		padding:20px 20px 30px 20px;
	}
	.searchPad {
		margin-left:12px;
	}
	.cat_pad {
		padding-left:10px;
	}
	/*
	width:calc(90% - 50px)!important;
	*/
	.contents_box {
		width:90%!important;
		padding:15px 25px 0 25px;
	}
	.qr_code {
        margin-top:5px!important;
	}

	#wclock {
		display:none;
	}
	#headmbar {display:none;}
	/*ログイン（ヘッダー右側のログイン） */
	header .login a {
		float: left;			/*ロゴの右に来るように再指定*/
		margin-left: 20px;		/*ロゴとの間にとるスペース*/
		background-image: none;	/*ブラウザ幅が狭くなるので、鍵マークを消す*/
		padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
	}

	/*fixmenu設定（メニューが画面上部に到達した際のスタイル） */
	/*fixmenuから折りたたみメニューになるのでリセット。*/
	body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

	/*メインメニュー */
	/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
	@keyframes menu1 {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	/*スマホ用メニューブロック*/
	#menubar-s {
		display: block;overflow: hidden;z-index: 10;
		position: absolute;
		top: 150px;	/*上から100pxの場所に配置*/
		width: 100%;
		animation-name: menu1;		/*上のkeyframesの名前*/
		animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
		animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
		border:0px solid red;
	}

	/*メニュー１個あたりの設定*/
	#menubar-s li a {
		display: block;text-decoration: none;
		padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
		border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
		background: #6fbfd1;	/*背景色*/
		font-size: 20px;		/*文字サイズ*/
		color: #fff;		/*文字色*/
	}
	/*スマホ用サブメニュー*/
	#news_sp li a,#market_sp li a,#column_sp li a,#contents_sp li a,#marinnet_sp li a,#s_touroku_sp li a,#my_menu_sp li a {
		width: 100%;height: auto;font-weight: normal;
		border: none;	/*線を一旦リセット*/
		border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
		background: #000;	/*背景色（古いブラウザ用）*/
		background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
		color: #fff;		/*文字色*/
		padding: 10px 0;	/*上下、左右への余白*/
	}
	/*英語表記（飾り文字）*/
	#menubar-s li a span {
		display: block;
		font-size: 12px;	/*文字サイズ*/
	}
	/*PC用メニューを非表示にする*/
	#menubar {display: none;}

	/*３本バーアイコン設定 */
	/*３本バーブロック*/
	#menubar_hdr {
		display: block;position: absolute;
		top: 24px;	/*上から24pxの場所に配置*/
		right: 3%;	/*右から3%の場所に配置*/
		border: 1px solid #fff;	/*枠線の幅、線種、色*/
	}
	/*アイコン共通設定*/
	#menubar_hdr.close,
	#menubar_hdr.open {
		width: 50px;		/*幅*/
		height: 50px;		/*高さ*/
		border-radius: 50%;	/*円形にする。この行削除すれば正方形になります。*/
	}
	/*三本バーアイコン*/
	#menubar_hdr.close {
		background: #6fbfd1 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、アイコンの読み込み、上半分(top)を表示、幅50px*/
	}
	/*閉じるアイコン*/
	#menubar_hdr.open {
		background: #6fbfd1 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
	}

	#contents {
		padding: 0px;
		border:0px solid blue;
	}

	/*main,sub,side,contents-in */
	#main, #sub, #side, #contents-in {
		float: none;
		width: auto;
		overflow: hidden;
		padding-left: 0px;
	}

	/*その他 */
	body.s-n #sub,body.s-n #side {display: none;}
	.sh {display:block;}
	.pc {display:none;}

}
/* 800px以下の設定 */
@media screen and (max-width:800px){
	#tanbou_txt2 {
		width: 100%;
	}
	.onsei_cnt_area {
		width: 100%;
		margin-right: 0%;
	}
	.comm_area {
		width: 100%;
	}
}

/* 600px以下の設定 */
@media screen and (max-width:600px){

	.hide600  {display:none;}

	/*みみまりページレスポンシブスタイル*/
	.audio_size {
		width: 80%;
	}
	.mimimari_cnt {
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.mimimari_backnumber_btn {
		font-size: 80%;
	}

	/* 会員探訪だけ、崩れるので */
	#detail_search {
		height:75px!important;
	}
	#header_area {
		height:145px;
	}
	
	/*#sub .base50Par a {
		width:70%;
	}*/
	body,h2,h3 {
		font-size: 105%;	/*文字サイズ*/
	}
	#graph,#mainimg {display:none;}
	#wclock,#jdan {
		display:none;
	}
	.basewidth_70_96Par {
		width: 96%;
	}

	.basewidth_60_90Par {
		width: 90%!important;
	}
	
	#logogif{
		visibility: hidden;
	}
	#gdan {height:2px;}
	#logo {margin:0px 0 0 0px;}
	#header,#head_inner {height:80px!important}
	
	#contentswrap{width:100%!important}
	#main{padding-left:0px!important}
	
	#rightwrapper,.rightwrapper{width:100%!important}
	#leftwrapper,.leftwrapper{width:100%!important}

	/*スマホの時のみマージン*/
	.marginT10_sp {margin-top: 10px!important;}
	.marginT15_sp {margin-top: 15px!important;}
	.marginT20_sp {margin-top: 20px!important;}
	.marginT60_sp {margin-top: 60px!important;}
	.baseBanner {
		width:218px;
		margin:0 auto;
	}
	.topTitle {
		width:98%;
	}
	.topKiji {
		width:98%;
	}
	.topImage {
		width:98%;
		border:1ps solid red;
	}
	.baseInfoPub {
		width:98%!important;
	}
	.baseInfoDD {
		width:98%!important;
	}
	.baseInfoDD70Par {
		width:98%!important;
	}

	.baseKIjiH {
		height:55px;
	}
	.baseKijiW {
		width:98%;
	}
	.baseKijiWNik {
		width:98%!important;
	}

	.kaijiTitle {
		width:98%;
	}

	#kaij_news1,#kaij_news2,#kaij_news4,#kaij_news6 {
		width:98%!important;
	}

	#info_news,#marine_select {
		width:98%!important;
	}

	.baseHead2Menu {
		min-width:100%;
	}
	
	.base2Div,.base2DivL,.base2DivR,.baseline,.base2DivR_2,.base2DivL_2,.baseHeadMenu,.baseHead2Menu {width:100%!important}
	.base2Div50Par {width:100%!important}
	.base3Div33Par {
		width:100%!important;
		text-align:center;
	}
	.fsize90Par_sp {font-size: 90%!important}
	.fsize80Par_sp {font-size: 80%!important}
	.fsize70Par_sp {font-size: 70%!important}

	/*日付バー用文字サイズ600px以下80% 360px以下65%*/
	.fsize_80Par_65Par {
		font-size: 80%;
	}

	.basePad {
		padding:5px 5px 3px 5px;
	}
	.kiji_basePad {
		padding:5px 5px 3px 5px;
	}
	.base22_78DivL {
	}
	.base22_78DivR {
		width:98%;
	}
	.fsize130_100Par {
		font-size: 100%;
	}
	
	.heade_nm_area {
		width:100%;
		float:left;
	}

	/*
	#ja_1,#ja_2,#ja_3,#ja_4,#ja_5,#ja_6,#ja_7,#ja_8,#ja_9,#ja_10,#ja_11,#ja_12 {
		font-size:65%!important;
	}
	#ja_1 {
		line-height:31px!important;
	}
	*/
	.tab_slide {
		width:678px!important;
	}
	.pc_only {
		display: none;
	}
	/*
	.detail_search {
		display: none!important;
		height:80px;
	}
	*/
	
	.sp_only {
		display: block;
	}
	ul.login_inp li {
		min-width: 200px!important;
	}
	ul.login_inp li span {
		padding-right: 0em;
	}
	#contents {
		padding:0px;
		margin:0px;
	}
	/*スマホ用ログインウィンドウサイズ*/
	.login_width_sp{
		width: 90%;
	}

	.contents_box {
		width:100%!important;
		padding:0px;
	}		

	/*ヘッダーブロック*/
	header {
		text-align: center;
	}
	/*ロゴ画像*/
	header #logo {
		float: none;
		margin: 0 auto;
		padding: 8px 0;
		width: 60%;
	}
	/* ログイン（ヘッダー右側のログイン） */
	header .login a {
		float: none;
		margin: 0;
	}

	/* 記事写真 */
	.kiji_pic  {
		width: 100%;
		margin:0;
	}
	.kiji_pic2,.kiji_pic3,.kiji_pic4 {
		width: 100%;
		margin:0;
	}

	/*主要港タブスタイル*/
	div#yousen_tabbox {
		width: 94%!important;
    	margin: 8px 3% 0 3%!important;
	}
	div#yousen_tabbox .bulker{
		width: 50%!important;
		text-align: right;
	}
	div#yousen_tabbox .tanker{
		width: 50%!important;
		text-align: left;
	}
	/*近海船グラフスタイル*/
	div#kinkai_articleback_graybox{
		padding-bottom: 250px;
	}
}



/* 480px以下の設定 */
@media screen and (max-width:480px){

	.hide480  {display:none;}

	
	#graph,#mainimg {display:none;}
	#logogif,#wclock,#jdan {display:none;}
	#gdan {height:2px;}
	#logo {margin:0px 0 0 0px;}
	#header,#head_inner {height:80px!important}

	#contentswrap{width:100%!important}

	#main{padding-left:0px!important}

	/*contents（３カラムを囲むブロック） */
	#contents {
		line-height: 1.5;	/*行間*/
	}

	/*mainコンテンツ */
	#main h2, #main h3 {
		/*font-size: 14px;*/
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
	}
	/*段落タグ設定*/
	#main p {
		padding: 0px 10px 10px;
	}

	/*submenu（sub,sideのメニュー） */
	/*メニュー１個ごとの設定*/
	#sub .submenu li a,
	#side .submenu li a {
		padding: 10px;	/*ボックス内の余白*/
	}

	/*フッターメニュー
	ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。 */
	#footermenu ul {
		float: none;
		width: auto;
	}

	/*こだわりアイコン */
	/*アイコン共通*/
	.icon {
		font-size: 9px;		/*文字サイズ*/
	}

	/*一覧ページのボックス内の右上のマーク
	（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します） */
	/*option1〜option2、と、newアイコン共通*/
	.option1,.option2,.new {
		font-size: 9px;		/*文字サイズ*/
		padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
		line-height: 14px;	/*高さ*/
		right: 15px;		/*右から15pxの場所に配置*/
	}

	/*トップページ内「更新情報・お知らせ」ブロック */
	/*ブロック全体の設定*/
	#new dl {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;	/*ブロックの下(外側)に空ける余白*/
	}

	/*よく頂く質問ページ */
	/*質問と答えのボックス全体を囲むブロック*/
	.faq {
		padding: 0 10px 10px;	/*上、左右、下へのボックス内余白*/
	}

	/*btn（赤い色の大きなボタン） */
	a.btn {
		font-size: 16px;		/*文字サイズ*/
		letter-spacing: normal;	/*文字間隔を標準に戻す*/
	}

	/*テーブル(ta1) */
	/*余白の上書き*/
	.ta1 caption,.ta1 th,.ta1 td {
		padding: 5px;
	}
	/*テーブル内の左側*/
	.ta1 th {
		width: 100px;
	}

	/*ul.disc,olタグ */
	ul.disc {
		list-style: disc;
		padding: 0 20px 20px 30px;
	}
	ol {
		padding: 0 20px 20px 30px;
	}
	/*みみまりページレスポンシブスタイル*/
	.audio_size {
		width: 100%;
		height: 36px;
		margin-bottom: 10px;
	}
	.mimimari_cnt {
		padding-left: 10px;
	}
	.mimi_logo {
		padding: 0px;
	}
	.mimi_title {
		font-size: 80%;
	}
	.mimiyori_title {
		font-size: 80%;
	}
	.mimimari_backnumber_btn {
		font-size: 65%;
	}

	/*環境ページレスポンシブスタイル*/

	.gn_coming_soon {
		width: 100%;
		margin-right: 0%;
	}
	.gn_mahora {
		width: 100%;
		margin-left: 0%;
		margin-top: 50px;
	}
	.fsize120_100Par {
		font-size: 100%;
	}
	.gn_new_lh {
		line-height:24px;
		margin-bottom: 20px;
	}
	.int_maho_lh {
		line-height:20px;
		margin-bottom: 20px;
	}
	.width50_100Par {
		width: 100%;
	}
	.select_fsize {
		font-size: 80%;
	}

	/*会員探訪リニューアルレスポンシブスタイル*/
	#tanbou_ttlwrapper {
		width: 100%;
		padding: 0px;
	}
	#tanbou_wrapper {
		padding: 0 5px;
	}
	#tanbou_ttl_old {
		background-image: url(/images/tanbou/tanbo_shosaittl_smart.jpg);
	}
	#tanbou_ttl {
		background-image: url(/images/tanbou/marine_tanbou_shosaittl_smart.png);
	}
	#maritan_ttl {
		background-image: url(/images/tanbou/maritan_shosaittl_smart.png);
	}
	.tanbou_ttltxt {
		padding-top: 100px;
		padding-left: 10px;
	}
	#tanbou_title {
		font-size: 12px;
		line-height: 16px;
	}
	#tanbou_title2 {
		font-size: 13px;
		line-height: 16px;
	}

	/*新造・中古船レスポンシブスタイル*/
	.vessel_colm {
		width: 100%;
		max-width: 480px;
		text-align: left;
	}
	.vessel_colm_s {
		width: 100%;
		max-width: 130px;
		text-align: left;
	}
	.vessel_input {
		width: 100%;
	}
	.vessel_input_s {
		width: 60%;
	}
	/*日付バー用480px以下では92%*/
	.con_head_355_92Par {
		width: 92%;
	}

	/*その他 */
	.ws,.wl {width: 94%;}
	.big1 {font-size: 18px;letter-spacing: normal;}
	img.fr,img.fl {float: none;margin: 0;width: 100%;}

}

@media screen and (max-width:360px) {
	.hide360  {display:none;}
	.show360b {display:block!important;}
	.show360s {display:inline!important;}

	.s_sp_only {
		display: block;
	}
	.s_sp_not {
		display: none;
	}
	#sibori_search {
		font-size: 90%;
	}
	#cat1Area,#cat2Area,#cat3Area,#cat4Area,#cat5Area,#cat6Area {
		font-size: 80%!important;
	}

	/*みみまりページレスポンシブスタイル*/
	.audio_size {
		height: 36px;
		margin-bottom: 10px;
	}
	.mimimari_cnt {
		padding-left: 10px;
	}
	.mimi_title {
		font-size: 70%;
	}
	.mimiyori_title {
		font-size: 70%;
	}
	.mimimari_cnt {
		padding-bottom: 0px;
		padding-top: 5px;
	}

	/*日付バー用文字サイズ600px以下80% 360px以下65%*/
	.fsize_80Par_65Par {
		font-size: 65%;
	}
	.fsize_90Par_s_sp {
		font-size: 90%;
	}
	#tanbou_txt2 {
		margin-right: 115px;
	}
}
@media screen and (max-width:350px) {
	#tanbou_txt2 {
		width: auto;
	}
}

/*test maru*/
ul.login_inp {
	display: block;
	margin: 10px;
	list-style: none;
	padding: 10px;
	margin-top: 20px;
}
ul.login_inp li {
	display: table;
	margin: 10px ;
	min-width: 280px;
	margin-top: 10px;
}
/*
	display: table;
	margin: 0 auto;
	min-width: 280px;
	margin-top: 10px;
*/
ul.login_inp li span {
	display: table-cell;
	vertical-align: middle;
	width: 47%;
	font-size: 14px;
	text-align: right;
	padding-right: 1em;
}

ul.login_inp li input {
	display: table-cell;
	vertical-align: middle;
	width: 82px;
	height: 34px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
}

.login_btn {
	margin-top: 20px;
	text-align: center;
}

.login_btn .btn {
	width: 192px;
	line-height: 45px!important;
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
	height:50px!important;
}

.login_btn span {
	width:"47%";
	letter-spacing: 1px;
}

.login_err {
	max-width: 400px;
	margin-top: 20px;
	padding: 15px 0 10px;
	background: #f4dcdc url("../img/common/icon_caution.png") no-repeat 15px center;
}

.login_err p {
	margin: 0;
	padding: 0 20px 0 50px;
	color: #e90000;
	font-size: 13px;
	line-height: 1.7;
}
/*
#header_area #headbody #worldwatch 
*/
.worldwatch{
	width: 50%;
}

.watchimg {
	margin-left:1px;
	margin-bottom:1px;
	width: 106px;
	height: 32px;
	background: #aaaaaa url(/images/world_clk.png) no-repeat center center;
	text-align: center;
	float:left;
}

.watchimg span {
	display: none;
	font-size: 12px;
	line-height: 32px;
}

.country {
	margin-left:1px;
	margin-bottom:1px;
	width: 106px;
	height: 32px;
	background-color: #eeeeee;
	font-weight: bold;
	line-height: 12px;
	float:left;
}

.countryh5 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #00a0c6;
}

.countryh6 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000;
}