@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 601px) {

/* 全体 */

#wrapper{
	width: 50%;
	margin: 0 auto;
	background-color: rgba(204,255,255, 0.1);
}

#wrapper.fuhen{
	background-color: rgba(204,204,204,0.1);
	margin: 0 auto;
}

.toplogo img{
	width: 50%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
}

#img_top img{
	text-align: center;
	width: 60%;
	height: auto;
}


body{
	font-size:12px;
	overflow: visible;
}

body#omo{
	font-size:12px;
	background-image: url(../img/img_omoh.jpg);
	background-repeat: repeat;
	overflow: visible;
}

body#fuhen{
	font-size: 12px;
	background-image: url(../img/img_sora.jpg);
	background-repeat: repeat;
}

a{
	text-decoration: none;
}

a:hover{
	color: #6C6;
}

a:visited{
	color: #96C;
}


/* 見出し文字総合css */

h2{
	width: 100%;
	height:auto;
	font-size:14px;
	font-family: "Courier New", Courier, monospace;
	background-color: rgba(204,204,204,0.1);
	color: rgba(153,153,153,1);
	box-shadow: 3px 3px rgba(153,153,153,0.9);
	text-decoration:none;
	text-align: center;
}
h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: auto;
	color: rgba(153,153,153,1);
	font-size: 14px;
	background-color: rgba(255,255,255,0.2);
	box-shadow: 3px 3px rgba(153,153,153,0.9);
	text-decoration: none;
}

h4{
	width:90%;
	height:auto;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	font-size:14px;
	font-family: "Courier New", Courier, monospace;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	box-shadow: 3px 3px rgba(153,153,153,0.9);
	text-decoration:none;
	text-align: center;
}

h5{
	font-size: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h6{
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 100%;
	height: auto;
	background-color: rgba(204,204,204,0.2);
}

/* グローバルナビゲーション */

#gnav{
	background-color: rgba(51,51,51,1);
	font-size: 16px;
}

#gnav ul{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#gnav li{
	float: left;
	width: 33.3%;
	list-style: none;
}

#gnav a{
	display: block;
	padding: 2% 0;
	text-align: center;
	text-decoration: none;
	color: #999;
}

#gnav a:hover{
	background-color: rgba(102,102,102,1);
}


/* 画面中央部にとりあえずおいておく画像 */

#img_top{
	margin-top:20px;
	text-align:center;
	display: none;
}

#box{
	overflow: scroll;
	position: relative;
	width : 90%;
	height :  auto; 
	margin : 0 auto;
	padding: 20px 20px;
	border-radius: 10%;
	text-indent: .1em;
	background: rgba(204,255,204,0.3);
	text-align:left;
	font-size: 14px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#twitter{
	margin-left: 10%;
}

#fb-root{
	position: absolute;
}

/* フッター */
#foot{
	width:100%;
	height: auto;
	background-color: rgba(153,153,153,0.2);
	color: rgba(102,102,102,1);
	clear: both;
	margin-top: 40px;
}
#foot2{
	width:100%;
	height: auto;
	background-color: rgba(153,153,153,0.2);
	color: rgba(102,102,102,1);
	clear: both;
	margin-top: 550px;
}
	
/* ここから下About.htmlについての記述 */

/* ロゴ部分 */
.about{
	overflow: hidden;
}

@media screen and (min-width: 900px) {

#logo img{
	width: 20%;
	height: auto;
	margin-top: 80px;
	float: left;
}

.box2{
	width: 70%;
	height: auto;
	float: right;
	margin-bottom: 20px;
	padding: 20px 20px;
	background-color: rgba(255,255,255,0.5);
}
}

@media screen and (min-width: 601px) and (max-width: 899px) {

.about{
	overflow: hidden
}

#logo img{
	display: none;
}

.box2{
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 20px;
}
}

.box_c88{
	width: 80%;
	height: auto;
	padding: 20px 20px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 5px 5px #999;
}

.box_c88_2{
	text-align: center;
}

.mem_ico{
	margin-bottom: 20px;
}

/* 各メンバーの紹介エリア*/

@media screen and (min-width: 900px) {

.mem{
	overflow: hidden;
}

.mem_ico{
	float: left;
	margin-top: 2%;
}

.mem_ico img{
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.mem_des p { 
	width: 75%; 
	height: auto;
	float:right;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}
.mem_des p a {
	text-decoration: none;
}

}

@media screen and (min-width: 601px) and (max-width: 899px) {

.mem{
	overflow: hidden;
}

.mem_ico{
	text-align: center;
}

.mem_ico img{
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.mem_des p { 
	width: 90%; 
	height: auto;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}
.mem_des p a {
	text-decoration: none;
}
}

/* Gamesページ */

#frame{
	overflow: hidden;
}

.gsam img{
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
}

.box3{
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 20px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 5px 5px #999;
}

/* 思い継ぎ語り */

body#omotsugi{
	background-image:url(../img/img_gtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 800px 640px;
}

body#omotsugi_other{
	background-image:url(../img/img_omoback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 800px 640px;
}

#owrapper{
	width: 800px;
	height: 640px;
	margin: 0 auto;
}

.boxg{
	font-size: 16px;
	width: 150px;
	height: auto;
	text-align: center;
	display: block;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.boxg2{
	font-size: 16px;
	width: 100px;
	height: auto;
	margin-right: 10px;
	text-align: center;
	display: block;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}


.omo_box{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	position: relative;
	margin-left: 50px;
	margin-top: 20px;
}
#omo_ab{
	margin-bottom: 230px;
}

#omo_ch{
	margin-bottom: 40px;
}

#omo_pro{
	margin-bottom: 400px;
}

#omo_st{
	margin-bottom: 150px;
}

#g1{
	position: absolute;
	margin-left: 80px;
	margin-top: 480px;
}
#g2{
	position: absolute;
	margin-left: 250px;
	margin-top: 480px;
}
#g3{
	position: absolute;
	margin-left: 80px;
	margin-top: 530px;
}

#g4{
	position: absolute;
	margin-left: 250px;
	margin-top: 530px;
}

#g5{
	position: absolute;
	margin-left: 165px;
	margin-top: 580px;
}

#g_lfloat{
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
}

#foot_omo{
	clear: both;
	width: 100%;
	text-align: center;
}
#foot_omotop{
	position: absolute;
	margin-left: 200px;
	margin-top: 620px;
}

img#yukari{
	position: absolute;
	margin-left: 550px;
	margin-top: -10px;
}
img#sumire{
	position: absolute;
	margin-left: 550px;
	margin-top: -20px;
}

/* ふさふさ */

img#fusalogo{
	display: none;
}

body#fusa{
	background-color: #fff;
	background-image: url(../img/img_fusalogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
body#fusa_clear{
	background-image: url(../img/img_fusalogoc.jpg) ;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 723px 347px;
	clear: both;
}

/* ふさふさ各ページは２カラム構造 */

#wrapper_allf{
	width: 800px;
	height: auto;
	margin: 0 auto;
}

#wrapper_lf{
	float: left;
	width: 600px;
	height: auto;
	margin: 0 auto;
}

#wrapper_rf{
	float: right;
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.boxfusa{
	font-size: 16px;
	width: 150px;
	height: auto;
	text-align: center;
	display: block;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}


#fusa1{
	position: absolute;
	margin-left: 20px;
	margin-top: 530px;
}
#fusa2{
	position: absolute;
	margin-left: 180px;
	margin-top: 530px;
}
#fusa3{
	position: absolute;
	margin-left: 340px;
	margin-top: 530px;
}

#fusa4{
	position: absolute;
	margin-left: 500px;
	margin-top: 530px;
}

#fusa5{
	position: absolute;
	margin-left: 660px;
	margin-top: 530px;
}

/* 面倒だから二個作る */

#fusa11{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
#fusa12{
	margin: 0 auto;
	margin-bottom: 20px;
}
#fusa13{
	margin: 0 auto;
	margin-bottom: 20px;
}

#fusa14{
	margin: 0 auto;
	margin-bottom: 20px;
}

#fusa15{
	margin: 0 auto;
	margin-bottom: 20px;
}

#fwrapper{
	width: 800px;
	height: 640px;
	margin: 0 auto;
}

#foot_fusa{
	position: absolute;
	margin-left: 200px;
	margin-top: 600px;
}

#foot_fusa2{
	clear: both;
	text-align: center;
	position: absolute;
	margin-top: 550px;
	margin-left: 200px;
}

img#head{
	position: absolute;
	margin-top: -60px;
	margin-left: 400px;
}

img#saito{
	position: absolute;
	margin-top: -60px;
	margin-left: 400px;
}

img#sugi{
	position: absolute;
	margin-top: -60px;
	margin-left: 400px;
}

/* 僕らのいない空の青さに */

#img_fuhen_aori{
	text-align: center
}

#gnav_fuhen{
	background-color: rgba(204,204,204,0.2);
	font-size: 16px;
	margin-bottom: 2%;
}

#gnav_fuhen ul{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#gnav_fuhen li{
	float: left;
	width: 25%;
	list-style: none;
}

#gnav_fuhen a{
	display: block;
	padding: 2% 0;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#gnav_fuhen a:hover{
	background-color: rgba(255,255,255,0.7);
}

#fuhen_box1{
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	padding: 3%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 200%;
	text-align: center;
}

#fuhen_box2{
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.2);
	padding: 3%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 200%;
}

#fuhen_clear{
	overflow: hidden;
	margin: 5% 0;
}

#fuhen_ch1{
	float: left;
	width: 50%;
}

#fuhen_ch1 img{
	width: 75%;
	height: auto;
}

#fuhen_ch2{
	float: right;
	width: 50%;
}

#img_fuhen_title{
	text-align: center;
}

#img_fuhen_title img{
	width: 75%;
	height: auto;
}

#img_fuhen_index{
	text-align: center;
	margin-bottom: 3%;
}

#img_fuhen_index img{
	width: 80%;
	height: auto;
}

#img_fuhen_key_v{
	text-align: center;
}

#img_fuhen_key_v img{
	width: 80%;
	height: auto;
}

.gsam #img_fuhen_index{
	width: 80%;
	margin: 0 auto;
}

.gsam #img_fuhen_index img{
	width: 100%;
}

#fuhen_dic{
	margin-top: 1%;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(255,0,0,1);
}

}