@charset "shift_jis";
@import url(http://fonts.googleapis.com/css?family=Ribeye);

/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #333333;
	font-size: small;
	font-family: Verdana, Arial, "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	}

/* 文書本体 */
body{
	background-color: #c9e2a8;
	background-image: url(bg.png);
	}

/* リンクテキスト */
a:link,
a:visited{
	text-decoration: none;
	color: #80b33c;
	}
a:hover,
a:active{
	opacity:0.8; 
	filter:alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
	}

/* 画像 */
img {
	border: 0;
	}

/* ヘッダー */
#header{}
/* サイト名 */
h1 a:link,h1 a:visited{
	font-size: x-large;
	padding: 9px 10px;
	line-height: 300px;
	border-radius:50px;
	font-family: 'Ribeye', cursive;
	color:#333333;
	}
/* お知らせ欄 */
div#menu{
	height: auto;
	width: 300px;
	margin:95px auto 0;
	padding: 15px;
	border-radius:20px;
	line-height: 1.3em;
	}
/* パンダ */
.img{
	height: 300px;
	background: url(pan.png) no-repeat 25% 50%;
	}

/* 背景色 */
h1 a:link,h1 a:visited,div#menu,div#main{
	background-color: #fffcf0;
	}
.clearfix:after,#header:after,#main:after{
visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;}

/* コンテンツ全体 */
#main{
	line-height: 1.8em;
	width: 100%;
	}
/* コンテンツ */
.content{
padding: 20px 0;
 /* margin-bottom: 40px;*/
  }
dl.long{
	margin: 0 0 20px;
	}
dl.long dd{
	border-left: 1px dotted #666666;
	margin: 0 5px;
	padding-left: 10px;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px dotted #666666;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li.last{
	border: none;
	}

/* メールフォーム */
form{
	margin-top: 20px;
	}
textarea{
	width: 260px;
	padding: 4px;
	overflow:auto;
	}
input.btn{
	margin-top: 10px;
	padding: 2px 0px;
	width: 270px;
	}
textarea,input{    
	border-radius:10px;
	}
textarea,input.btn{
	border: 1px solid #666666;
	}

/* 著作権表示 */
#footer{
	clear: both;
	padding: 12px 0;
	text-align: center;
	font-size: 8.5pt;
	}
#footer a{
	color: #6e9933;
	font-size: 8.5pt;
	}

/* 装飾ボックス */
.box{
	padding: 5px 8px;
	margin-bottom: 20px;
	border: 2px dotted #666666;
	border-radius:10px;
	}

/* その他のスタイル */
h2{
	background: url(h2.png) no-repeat;
	font-size: medium;
	font-weight: normal;
	padding: 0px 70px;
	line-height: 73px;
	margin: 0 0 20px;
	}
h3{
	font-weight: normal;
	padding: 0 10px 10px;
	}
h4{
	font-size : 90%;
	color : #fffcf0;
	font-weight : normal;
	}
h5{
	font-size : 90%;
	color : #696969;
	font-weight : normal;
	}	
em{
	border-bottom: 1px dotted #333333;
	}
strong{
	font-weight: normal;
	background-color: #c9e2a8;
	}

/* 骨組み */
.container{
	margin: 0 auto;
	padding: 0 0 0 1%;
	max-width: 950px;
}
.wrapper {
	clear: both;
	padding: 0 10px;
}
.col3, .col4, .img, .col5, .col8, .col12 {
	float: left;
	margin: 0 3% 0 0;
}
.col4.last, .img.last, .col12 {
	margin: 0;
}
.col3 { width: 22.5%; text-align: center;}
.col4, .img{ width: 31%;}
.col5 { width: 39.5%; }
.col8 { width: 65%; }
.col12 { width: 99%;}

@media all and (min-width: 1024px) {
	.container {
		max-width: 950px;
	}
	.container .wrapper {
		padding: 0;
	}
}

/* Small devices */
@media all and (max-width: 768px) {
	.col3, .col4, .col5, .col8{
		float: none;
		width: 99%;
	}
.img{
	display: none;
	}
h1 a:link,h1 a:visited{
	line-height: 120px;
	}
div#menu{
	margin:0px auto 30px;
	}

