@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}
body{
	line-height:2em;
	color:#565353;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
strong{
	font-weight:normal;
}
a:hover img{
	filter: Alpha(opacity=70); /* IE?n */
   	opacity: 0.7;/* Mozzila?n */
}
a:link { color: #565353; }
a:visited { color: #565353; }
a:hover { color: #565353; }
a:active { color: #565353; }

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* モバイルレイアウト : 480 px およびそれ以下. */

body{
	background:url(../img/back_sp.png);
	background-repeat:no-repeat;
}
.gridContainer {
	width: 100%;
}
/*ヘッダーエリア*/
header{
	float: left;
	margin-top:0%;
	width: 97%;
	margin-left:2%;
	display: block;
}
hgroup{
	width: 100%;
	margin-bottom:10%;
}

h1{
	font-size:490%;
	text-align:center;
	font-family: "Amatic SC";
    font-style: normal;
    font-weight: 400;
	color:#b8b1a4;
}
h1 a{
	text-decoration:none;
	border:0;
	color:#b8b1a4;
}
h1 a:link { color: #b8b1a4; }
h1 a:visited { color: #b8b1a4; }
h1 a:hover { color: #f39898; }
h1 a:active { color: #b8b1a4; }

h2{
	display:none;
}

nav ul li{
	float:left;
	width:17%;
	list-style:none;
	margin-left:12%;
}

/*ヘッダーエリアここまで*/

/*コンテンツ*/
article{
	clear:both;
	padding:2%;
	margin-top:2%;
}
section{
	padding:0 4% 3% 4%;
}
h3{
	display:none;
}
#sp{
	display:block;
}
#back{
	display:block;
	float:left;
	width:22%;
	margin-bottom:2%;
}
#photo{
	display:block;
	float:left;
	width:60%;
	margin-bottom:2%;
}
#next{
	display:block;
	float:left;
	width:18%;
	margin-bottom:2%;
}
section p{
	float:left;
	margin:0;
	width:33%;
}
.cap{
	clear:both;
	text-align:center;
	font-size:260%;
	line-height:160%;
	font-family: "Amatic SC";
    font-style: normal;
    font-weight: 400;
	color:#b8b1a4;
}

.cap a{
	text-decoration:none;
	border:0;
	color:#b8b1a4;
}
.cap a:link { color: #b8b1a4; }
.cap a:visited { color: #b8b1a4; }
.cap a:hover { color: #f39898; }
.cap a:active { color: #b8b1a4; }

#site{
	margin-top:5%;
	font-size:75%;
	color:#b8b1a4;
}
/*コンテンツここまで*/

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
/*ヘッダーエリア*/
header{
	width: 96%;
	margin-left:3%;
	display: block;
}
hgroup{
	float:left;
	width:50%;
	margin-bottom:5%;
}

h1{
	font-size:500%;
	text-align:left;
	margin-bottom:8%;
}
h2{
	display:block;
	font-size:250%;
	font-family: "Amatic SC";
    font-style: normal;
    font-weight: 400;
	color:#b8b1a4;
	margin:0;
}
nav{
	width:50%;
	float:left;
	margin-top:5%;
}
nav ul li{
	width:20%;

}

/*ヘッダーエリアここまで*/

/*コンテンツ*/
article{
	padding-top:0;
}

h3{
	display:block;
	font-size:280%;
	text-align:left;
	font-family: "Amatic SC";
    font-style: normal;
    font-weight: 400;
	color:#b8b1a4;
	margin-bottom:2%;
}
#sp{
	display:none;
}
section p{
	float:left;
	margin:0;
	width:16.5%;
}
.cap{
	text-align:right;
}
/*コンテンツここまで*/

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
body{
	background:url(../img/back_pc.gif);
	background-repeat:no-repeat;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
/*ヘッダーエリア*/
header{
	float:none;
	width:90%;
	max-width:980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-2%;
}
hgroup{
	width:65%;
}

h1{
	font-size:620%;
	margin-bottom:5%;
}
html* h1{
	font-size:620%;
	margin-bottom:5%;
    font-weight: 300;
}
h2{
	font-size:250%;

}
nav{
	width:35%;

}
nav ul li{
	width:18%;

}

/*ヘッダーエリアここまで*/

/*コンテンツ*/
article{
	display:block;
	width:85%;
	max-width:900px;
	margin:0 auto;
	padding:0;
}

section p{
	float:left;
	margin:0;
	width:12.5%;
}
#site{
	width:75%;
	margin-top:3%;
}
/*コンテンツここまで*/


}