@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');
/*----------------------------------------
【個人サイト用CSS】
制作:オレンジメトロ/あやはらさより
------------------------------------------*/

/*-------------------------------
全般指定
-------------------------------*/

/* 文字コード */
@charset "UTF-8";

/* 全体の指定 */
body {
	background-color:#ffffff;
	width:100%;
	margin:0px;
	font-size:100%;
	font-family: 'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-image:url(img/bg.gif);
	background-repeat:repeat;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
img{
	max-width: 100%;
	height: auto;
}

/* テキストのセンタリング */
.center{
	text-align: center;
}
/* 文章デコ - 打消し線 */
.strike{
	text-decoration: line-through;
}
/*文字小さくするやつ*/
.small{
	font-size: 90%;
}
.bold{
	font-weight: bold;
}

/* スクロールバー */
::-webkit-scrollbar{
	width: 12px;
}
::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
	background: #ccbbaa;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}

/*-------------------------------
header
-------------------------------*/

/* ORANGE METRO(タイトル部分) */
h1{
	margin: 0 0 20px 30px;
}

/* メニュー部分:PC用 */
.menu_wrap {
	font-size:100%;
	padding-left:150px;
}
.menu {
	width:100px;
	height:25px;
	margin:none;
	padding-top:10px;
	padding-bottom:5px;
	font-family: "Century Gothic", "Courier New";
	text-align:center;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	float:left;
}
/* メニューカラー指定 */
.menu_main {
	background-color:#ffffff;
}
.menu_other1 {
	background-color:#f5ecec;
}
.menu_other1:hover {
	background-color:#ee827c;
}
.menu_other2 {
	background-color:#f8f4e6;
}
.menu_other2:hover{
	background-color:#ffec47;
}
.menu_other3 {
	background-color:#eaf4e9;
}
.menu_other3:hover{
	background-color:#98d98e;
}
.menu_other4 {
	background-color:#e7f4f0;
}
.menu_other4:hover{
	background-color:#38b48b;
}
.menu_other5 {
	background-color:#e7eff4;
}
.menu_other5:hover{
	background-color:#89c3eb;
}
.menu_other6 {
	background-color:#f0edf7;
}
.menu_other6:hover{
	background-color:#a59aca;
}


/*-------------------------------
main
-------------------------------*/

/* リングノート */
#ringnote {
	width:80%;
	height:100%;
	margin: 0;
	padding-bottom:20px;
	border-radius: 0 20px 0 0;
	box-shadow: 5px 5px rgba(0,0,0,0.2);
	background-color:#ffffff;
	background-image:url(img/ringnote.png);
	background-repeat:repeat-y;
	clear:both;
}

#main{
	font-size:90%;
	line-height:180%;
	padding-top:25px;
	padding-left:180px;
	padding-right: 50px;
}

/* リンク色設定 */
#main a {
	color:#444444;
	background-color: #fff2d3;
	text-decoration:none;
}
#main a:visited {
	background-color: #eee;
}
#main a:hover {
	background-color: #fff462;
	position:relative;
	top:1px;
}

/* h2 */
.star {
	color: white;
	padding: 0 5px;
}
.top {
	font-size:105%;
	color:#333;
	background-color: #f5b5b1;
	border-radius: 5px;
	padding: 3px;
}
.about {
	font-size:105%;
	color: #333;
	background-color: #f2e57f;
	border-radius: 5px;
	padding: 3px;
}
.games {
	font-size:105%;
	color: #333;
	background-color: #bfd886;
	border-radius: 5px;
	padding: 3px;
}
.gallery {
	font-size:105%;
	color: #333;
	background-color: #86d893;
	border-radius: 5px;
	padding: 3px;
}
.info {
	font-size:105%;
	color:#333;
	background-color: #a5d1e8;
	border-radius: 5px;
	padding: 3px;
}
.link{
	font-size:105%;
	color:#333;
	background-color: #d5bae6;
	border-radius: 5px;
	padding: 3px;
}

/*ノート風*/
.katamari {

	margin-bottom: 50px;
	text-align: center;
}
.katamari img{
	margin: 2% 0 0 0;
	padding: 0;
	vertical-align: bottom;
}
.katamarig {
	margin-top:50px;
	margin-bottom:75px;
}
.line{
	margin-top: 2%;
	margin-bottom: 3%;
	margin-left: 20px;
	padding-left:2%;
	background-image: url(img/line.png);/*高さ:27px*/
	background-repeat: repeat;
	line-height: 27px;
	text-align: left;
}
/*更新日表示用*/
.time{
	font-size: 90%;
	text-align: right;
}

/*日記用*/
.diary{
	font-weight: bold;
	color:#333;
	background: linear-gradient(transparent 60%, #ffd9d9 60%);
}

/* #タグ */
.tag{
	text-align: right;
}
.tag span{
	font-size: 90%;
	color: #444;
	background-color: #eee;
	border-radius: 5px;
	padding: 0px 5px;
	margin: 0px 5px;
}


/*-------------------------------
アコーディオン
-------------------------------*/
/* アコーディオンA */
.ac-box{
width: auto;
margin: 30px auto 5px;
}
/*ラベル*/
.ac-box label{
max-width: 385px;
font-weight: bold;
text-align: center;
background: #998877;
margin: auto;
line-height: 50px;
position: relative;
display: block;
height: 50px;
border-radius: 8px;
cursor: pointer;
color: #fff;
transition: all 0.5s;
}
/*ラベルホバー時*/
.ac-box label:hover{
background: rgba( 240, 86, 137, 0.75 );
-webkit-transition: all .3s;
transition: all .3s;
}
/*チェックを隠す*/
.ac-box input{
display: none;
}
/*チェックのアイコン（↓）*/
.ac-box label:after{
color: #fff;
content:"+";
}
/*チェックのアイコン（↑）*/
.ac-box input:checked ~ label::after {
color: #fff;
content:"-";
}
/*中身を非表示にしておく*/
.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}
/*クリックで中身を表示*/
.ac-box input:checked ~ div{
height: auto;
padding: 0;
background: #fff;
opacity: 1;
}
/*表示内容の調整*/
.ac-box div p{
padding: 0;
text-align: justify;
}
.ac-small p{
margin-bottom: 0px;
}


/*-------------------------------
index.html
-------------------------------*/
#index_img{
	display: block;
	margin: 3% auto;
}
#index_text{
	width: auto;
	margin: 2% 30%;
	padding: 1% 2%;
	border: 2px dashed #d6beb7;
	border-radius: 15px;
	background-color: #fffdfb;
}
#index_text p{
	font-size: 90%;
	line-height: 170%;
	padding: 1% 0;
}
/*
#index_text img{
	box-shadow: 2px 3px rgba(0,0,0,0.4);
}
#index_text img:hover{
	box-shadow: 0px 0px;
	position:relative;
	top: 3px;
	left: 2px;
}
*/
#index_footer{
	font-size: 80%;
	margin: 0 auto;
}


/*-------------------------------
footer
-------------------------------*/
footer{
	width: ;
	font-size:12px;
	padding: 10px 30px 0px 0px;
	margin: 0 0 0 175px;
	border-top:1px dashed #999;
}