/* ================================================================

スイス旅行記

================================================================ */

@import url("default.css");

body {
	background:url(../img/bg.gif) repeat left top;
	color:#333;
	background-attachment:fixed;
}

a:link,
a:visited {
	color:#d81e00;
}
a:hover {
	color:#4B79D9;
}
div#shadow {
	width:838px;
	background:url(../img/bg_content.png) repeat-y left top;
	margin:0 auto;
}
@media screen and ( max-width:479px ) {
	div#shadow {
		width:100%;
		background-image: none;
		background-color: #fff;
		margin:0;
		overflow-x: hidden;
	}
}

div#wrapper {
	width:800px;
	margin:0 auto;
}
@media screen and ( max-width:479px ) {
	div#wrapper {
		width:100%;
		margin:0;
		overflow-x: hidden;
	}
}
/*ヘッダー背景画像*/
#headerImg {
	width: 808px;
	height: auto;
	margin: 0 0 0 -4px;
}
@media screen and ( max-width:479px ) {
	#headerImg {
		width:100%;
		height: auto;
		margin:0;
		overflow-x: hidden;
	}
}

/*ロゴマーク*/
#hd1 {
	width: 100%;
	height: auto;
}
@media screen and ( max-width:479px ) {
	#hd1 {
		width:100%;
		margin: 2px 0 -10px 0;
		padding: 0 5px 9px 5px;
		box-sizing: border-box;
		overflow-x: hidden;
		border-bottom: 2px solid #287AE1;
	}
}
#hd1 h1 a img{
	width: 800px;
	height: 78px;
	margin-top:1px;
	display: block;
}
@media screen and ( max-width:479px ) {
	#hd1 h1 a img {
		width:100%;
		height: auto;
		margin:0;
	}
}

/* HOMEボタン */
div.mg_home {
	width:904px;
	height:164px;
	position:absolute;
	left:50%;
	top:350px;
	margin-left:-452px;
}
div.mg_home_item {
	width:904px;
	height:164px;
	position:absolute;
	left:50%;
	top:70px;
	margin-left:-452px;
}

#hd1 {
	width: 100%;
}
@media screen and ( max-width:479px ) {
	#hd1 {
		width:100%;
		margin: 2px 0 -10px 0;
		padding: 0 5px 9px 5px;
		box-sizing: border-box;
		overflow-x: hidden;
		border-bottom: 2px solid #E22600;
	}
}

header#hd1 h1 a img{
	width:800px;
	height:78px;
	margin: 0;
	display:block;
}
@media screen and ( max-width:479px ) {
	header#hd1 h1 a img {
		width:100%;
		height: auto;
		margin:0;
	}
}

/* 左列 */
div#main {
	width:590px;
	float:left;
	margin-top:46px;
}
@media screen and ( max-width:479px ) {
	div#main {
		width:100%;
		float: none;
		margin-top: -10px;
		padding:0 5px;
		box-sizing: border-box;
	}
}

/* 記事ボックス */
div.wrapper_content {
	margin-bottom:20px;
	border-bottom:3px solid #E22600;
}
@media screen and ( max-width:479px ) {
	div.wrapper_content {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		box-sizing: border-box;
	}
}

/* 画像左寄せ */
div.leftbox {
	float:left;
	margin:5px 10px 10px 0;
}
/* 画像右寄せ */
div.rightbox {
	float:right;
	margin:5px 0 10px 10px;
}
/* 動画｜左寄せ */
div.movie_left {
	width:226px;
	height:400px;
	float:left;
	margin:15px 10px 10px 5px;
}
/* 動画説明文 */
div.movie_right {
	width:300px;
	float:left;
	margin:15px 0 10px 0;
	line-height:140%;
}
/* 本文 */
div.content_body {
	margin-top:20px;
	padding:0 30px 0 10px;
	text-align:left;
}
@media screen and ( max-width:479px ) {
	div.content_body {
		width:100%;
		margin:10px 0 0 0;
		padding:0 5px;
		box-sizing: border-box;
		font-size: 14px;
	}
}

span.notice {
	color:#d81e00;
}

/* 追記 */
div.content_body_more {
	clear:both;
	margin-top:20px;
	padding:0 30px 0 10px;
	text-align:left;
}
@media screen and ( max-width:479px ) {
	div.content_body_more {
		width:100%;
		margin-top: 10px;
		padding:0 5px;
		box-sizing: border-box;
		font-size: 14px;
	}
}

div.photo_text {
	width:550px;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #CCC;
	margin:0 0 27px 10px;
}

/* 拡大アイコン */
div.expand {
	position:relative;
	margin:10px 0 0 0;
}

div.expand img {
	margin-bottom:10px;
}
@media screen and ( max-width:479px ) {
	div.expand img {
		width:100%;
		height: auto;
	}
}
div.expand img.icon {
	position: absolute;
	right:0px;
	bottom:15px;
	margin:0;
	opacity: .5;
}
@media screen and ( max-width:479px ) {
	div.expand img.icon {
		display: none;
	}
}

/* 引用 */
blockquote {
	color:#999;
	font-style: italic;
	padding:0 20px;
}

/* 区切り線 */
p.separator {
	width:550px;
	border-top:1px dotted #d81e00;
	margin:20px 0 10px 10px;
}
@media screen and ( max-width:479px ) {
	p.separator {
		width: 100%;
		margin:0 0 10px 0;
	}
}

/* 地名一覧 */
dl.area {
}
dl.area dt {
	border-bottom:1px dotted #d81e00;
	margin-top:20px;
	padding:0 0 3px 10px;
}
dl.area dd {
	font-size:136%;
	color:#d81e00;
	font-weight:bold;
	padding:1px 0 0 20px;
}

/* Google Maps */
.gmap {
	margin:30px 0 0 0;
	border:1px solid #CCC;
}
@media screen and ( max-width:479px ) {
	.gmap {
		width: 100%;
		overflow: hidden;
	}
}

ul.jung {
	margin:10px 20px;
	border:1px solid #CCC;
	background-color:#efefef;
	margin:20px 0;
	padding:20px 10px 20px 30px;
}
ul.jung li {
	list-style-type:disc;
}

/* リスト表示 */
ul.body {
	list-style-type:disc !important;
}
ul.body li {
	display:block !important;
}
/* ページスイッチ */
div.pageswitch {
	padding:10px 0 40px 0;
	text-align:center;
}
@media screen and ( max-width:479px ) {
	div.pageswitch {
		margin: 20px auto -5px;
	}
}

div.pageswitch a {
	color:#287AE1;
}
div.pageswitch a:hover {
	color:#D81E00;
}

/* 日付 */
div.date_panel {
	width:78px;
	height:78px;
	background:url(../img/bg_date_swiss.gif) no-repeat left top;
	float:left;
	margin-right:10px;
}
@media screen and ( max-width:479px ) {
	div.date_panel {
	width:70px;
	height:70px;
	}
}

div.date_panel p {
	color:#FFF;
	text-align:center;
	margin:0;
	padding:0;
	line-height:100%;
}
div.date_panel p.d {
	font-size:250%;
	margin:16px 0 2px 0;
}
@media screen and ( max-width:479px ) {
	div.date_panel p.d {
	margin:12px 0 2px 0;
	}
}

div.date_panel p.m {
	font-size:83.3%;
}
header#hd2 h2,
header#hd2 h3 {
	font-size:83.3%;
}
@media screen and ( max-width:479px ) {
	header#hd2 h2, header#hd2 h3 {
	font-size:12px;
	}
}

header#hd2 h3 {
	padding-bottom:5px;
}
header#hd2 h1 {
	border-top:1px dotted #d81e00;
	color:#d81e00;
	font-size:123%;
	font-weight:bold;
	padding-top:4px;
	margin-left:85px;
}
header#hd2 h1 a:link,
header#hd2 h1 a:visited {
	color:#d81e00;
	text-decoration:none;
}
header#hd2 h1 a:hover {
	background:url(../img/bg_subject.gif) repeat left top;
}
/* ページの先頭へ */
div.scrolltop {
	clear:both;
	text-align:center;
	margin-top:20px;
	margin-bottom:-5px;
}
@media screen and ( max-width:479px ) {
	div.scrolltop {
	margin: 20px auto -8px;
	}
}


/* SNS、バナー、編集リンク */
div.sns {
	width:548px;
	border:1px solid #D81E00;
	background-color:#fffdec;
	padding:5px;
	font-size:83.3%;
}
@media screen and ( max-width:479px ) {
	div.sns {
		width:100%;
		box-sizing: border-box;
		text-align: center;
	}
}

div.sns ul li {
	height:20px;
	float:left;
	margin-right:10px;
	padding-right:10px;
	background:url(../img/dotline_tate.gif) no-repeat right 50%;
}
@media screen and ( max-width:479px ) {
	div.sns ul li {
		margin: 10px 4px 0 0;
		padding-right: 0;
	}
}
a.wifi img {
	height: 468px;
	height: 60px;
}
@media screen and ( max-width:479px ) {
	a.wifi img {
		width: 100%;
		height: auto;
	}
}
/*続きを読む*/
.nextButton {
	width: 180px;
	height: 38px;
	margin: 20px auto 10px;
	text-align: center;
	vertical-align: middle;
}
@media screen and ( max-width:479px ) {
	.nextButton {
	margin: -5px auto 25px;
	}
}
.nextButton a:link, .nextButton a:visited {
	width: 180px;
	height: 38px;
	padding-top: 10px;
	display: block;
	background-color: #d81e00;
	border-radius: 3px;
	box-sizing: border-box;	
	text-decoration: none;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	line-height: 110%;
}
@media screen and ( max-width:479px ) {
	.nextButton a:link, .nextButton a:visited {
	line-height: 150%;
	background-color: #d81e00;
	}
}

.nextButton a:hover {
	background-color: #e3553e;
}




/* ================================================================

右列

================================================================ */
div#navi {
	width:200px;
	float:right;
	margin:46px 0;
}
@media screen and ( max-width:479px ) {
	div#navi {
		width: 100%;
		height: 30px;
		padding: 10px 10px 10px 15px;
		box-sizing: border-box;	
		float: none;
		margin: 0;
	}
}
/*タイトル*/
div#navi #hd3 {
	width: 200px;
	height: 27px;
	box-sizing: border-box;	
	padding: 8px 0;
	background: #d71e00;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}
@media screen and ( max-width:479px ) {
	div#navi #hd3 {
		width: 100%;
		height: 32px;
		padding: 10px 0;
	}
}

/* 為替レート */
div#chartzoo_fxrate {
	width:190px !important;
	margin-bottom:10px;
	padding:5px !important;
	background-color:#d81e00 !important;
	color:#FFF !important;
	text-align:center !important;
}
div#chartzoo_fxrate a {
	margin-top:4px !important;
	font-size:83.3% !important;
	font-weight:normal !important;
	color:#FFF  !important;
}

/* 過去記事一覧 */
ul.archive {
	margin:10px 0 20px 0;
}
ul.archive li {
	list-style-type:decimal;
	font-size:83.3%;
	padding-top:5px;
	line-height:120%;
	margin:0 5px 0 25px;
}

/* リスト標準 */
ul.normal {
	margin:10px 0 20px 0;
}
ul.normal li {
	list-style-type:disc;
	font-size:83.3%;
	margin:0 5px 0 25px;
	padding-top:5px;
	line-height:120%;
}

/*今回利用したホテル*/
aside.hotel {
}
@media screen and ( max-width:479px ) {
	aside.hotel {
		text-align: center;
	}
}
/*今回利用したホテル*/
p.hotel {
	font-size:83.3%;
	line-height:120%;
	padding-bottom:10px;
}

/*その他の旅行記*/
dl.travel {
	width:150px;
	height:150px;
	margin:10px auto 0;
}
@media screen and ( max-width:479px ) {
	dl.travel {
		margin:10px auto;
		text-align: center;
	}
}

dl.travel dd {
	width:150px;
	height:150px;
	border:1px solid #e2e2e2;
}
dl.travel dt {
	font-size:83.3%;
	text-align:center;
	line-height:120%;
	padding-top:4px;
}

/*このサイトについて*/
aside#about {
	margin:0 0 10px 0;
}
@media screen and ( max-width:479px ) {
	aside#about {
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
		content: "";
		display: table;
		clear: both;
	}
}

aside#about img.thumb {
	width:60px;
	height:60px;
	float:left;
	margin:5px 5px 0 0;
}
aside#about p {
	color:#d91f01;
	font-size:83.3%;
	overflow:hidden;
	line-height:120%;
	margin-top:5px;
}

/*フッター*/
footer#ft01 {
	margin:0 9px;
	height:50px;
	background-color:#d81e00;
	text-align:center;
	padding-top:30px;
}
@media screen and ( max-width:479px ) {
	footer#ft01 {
		height: 40px;
		margin: 20px 0 0 0;
		padding: 25px 10px 0 10px;
	}
}

footer#ft01 p {
	color:#FFF;
	font-size:93%;
}