@charset "utf-8";

* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

html{
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
	font-size: 12px;
	font-size:1.2rem;
	color: #2c2e5b;
}

main{
	display:block;
}


a{
	color:#2c2e5b;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}


/*header*/

header{
	padding-bottom:6px;
	border-top:#c5edf4 solid 7px;
	border-bottom:#aeaeae solid 1px;
	margin-bottom:10px;
}


div.inside{
	margin-top:7px;
}


header p{
	text-align:center;
}

header p img{
	width: 60px;
	height: 24px;
}

nav.SpHidden{
	display:none;
}

/*main*/

main{
	margin:17px;
}

h1{
	color:#555555;
	background:url(../images/index_ic001.png) no-repeat center 10px;
	background-size: 35px 11px;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	padding:25px 0 7px;
	margin-bottom:20px;
	border-bottom:#46aabc solid 1px;

}

section{
	margin:0 20px 25px;
}
section.aboutNorway figure{
	margin-bottom:10px;
}

section.aboutNorway p{
	color:#46aabc;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	background:url(../images/index_ic002.png) no-repeat 0 3px;
	background-size:12px;
	padding-left:22px;
	margin-bottom:6px;
}

section.aboutNorway table{
	border:#46aabc 1px solid;
	border-bottom:none;
	table-layout:fixed;
	width:100%;
}


section.aboutNorway td{
	border-bottom:#46aabc 1px solid;
	padding:8px 5px 7px 10px;
}

section.aboutNorway tr td:first-child{
	background-color:#c5edf4;
	width:30%;
}


section.aboutNorway tr td:last-child{	
	width:70%;
}


h2{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	border-bottom:#46aabc solid 1px;
	padding-bottom:4px;
	margin-bottom:14px;
}

section.spot{
	margin-bottom:18px;
}

section.spot h2{
	margin-bottom:20px;
}

section.spot figure, section.spot p{
	text-align:center;
}


section.spot figure{
	 margin-bottom:10px;
 }



/*footer*/

footer{
	background-color:#c5edf4;
	
}


footer p{
	text-align:center;
	padding:16px;
}

footer small{
	font-size:11px;
	font-size:1.1rem;
}
 

/*=================================

	Media Queries

=================================*/

/* For SP ～ 640px
================================ */
@media screen and (max-width:640px){

section.spot li{
	margin:0 40px;
}

}

/*=================================

 641px～ For PC
 ================================ */

@media screen and (min-width:641px){


/********************************************

 ↓↓↓↓↓PCレイアウト追記箇所↓↓↓↓↓

********************************************/

body{
	font-size:16px;
	font-size:1.6rem;
}

/*header*/

.PCfloatL{
	float:left;
}

header{
	border-top-width:10px;
	padding-bottom:15px;
	border-bottom:#aeaeae solid 1px;
	margin-bottom:45px;
}

header div.inside{
	width:900px;
	
	margin:20px auto 0;
}


div.inside{
	margin-top:10px;
}

/*main*/

main{
	margin:0 auto;
	width:900px;
	padding:0 20px;
	margin-bottom:50px;
	
}

header p{
	width:174px;
	height:70px;
	margin-left:25px;
}

header p img{
	width: 100%;
	height: auto;
}

nav.SpHidden{
	display:block;
}

header nav ul li{
	color:#7a7b91;
	border-right:#7a7b91 solid 1px;
	padding:0 8px;
	
		
}

header nav ul li:last-child{
	border-right:none;
	
}

header nav ul{
	margin:50px 20px 0 0;
	float:right;
	
}

/*main*/

h1{
	font-size:28px;
	text-align:left;
	background-size:70px 22px;
	background-position:0 9px;
	padding:0 0 10px 80px;
	margin-bottom:30px;
}

section{
	margin:0 auto 41px;
}

section.aboutNorway{
	width:100%;
}

section.aboutNorway figure{
	width:400px;
	height:250px;
	margin-right:30px;
}

section.aboutNorway p{
	background-size:17px;
	background-position:0 4px;
	font-size:20px;
	font-size:2.0rem;
	width:430px;
}

section.aboutNorway > figure+div{
	width:430px;
}


section.aboutNorway td{
	font-size:16px;
	font-size:1.6rem;
	padding:21px 18px;
}


h2{
	font-size:24px;
	font-size:2.4rem;
	padding-bottom:12px;
	margin-bottom:18px;
}

section.feature{
	margin-bottom:50px;
}


section.feature p{
	margin-bottom:20px;
}

section.spot figure{
	margin-bottom:15px;
}

section.spot li{
	width:269px;
	margin-left:25px;
}


section.spot li:first-child{
	margin-left:0;
}

/*footer*/

div.footerArea{
	margin:0 auto;
	width:900px;
	padding:30px 20px 85px;
}

footer li, footer small{
	font-size:13px;
	font-size:1.3rem;
	
}
footer li{
	border-right:#2c2e5b solid 1px;
	padding:0 8px;
}
footer li:last-child{
	border-right:none;
}

footer p, footer ul{
	width:400px;
}
footer p{
	padding:0;
	text-align:right;
	float:right;
	
}



/********************************************

 ↑↑↑↑↑PCレイアウト追記箇所↑↑↑↑↑

********************************************/
}

/*=================================

	clearfix
	
=================================*/
header:after,
header nav:after,
header nav ul:after,
section.aboutNorway:after,
section.spot ul:after,
footer ul:after,
footer nav.SpHidden:after,
div.footerArea:after{
	content: "";
	display: block;
	clear: both;
}

