@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/

body {

}

/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
	color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
	color:#333333;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
	color:#444444;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
	color:#666666;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
	color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}

h6 {
	BACKGROUND: #ff7fbf;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	padding: 2px;
	margin-bottom: 10px;
}

/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
display:block;padding:0;text-indent:-9999px;
}


.skinHeaderArea2,.skinBlogHeadingGroupArea{
	padding:0;
}
#header h1,.skinTitleArea{
	display:block;
	padding:0;
	text-indent:-9999px;
}
#header h1 a,.skinTitle{
	display:block;
	height:450px;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */

.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{font-size:1.0em;
font-weight:bold;
color:#0066cc;
<font face="HGP明朝B">This is Japan.</font>
}




/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
/*	background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png); */
	background: #444;
	height: 60px;
	width: 240px;
}

.skinImgBtnM:hover{
	background: #000;
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
	color: #fff !important;
	line-height: 60px;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
	background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}



.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
	background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_gray.png);
	color:#333333 !important;/* ←ボタンの文字色 */
}



/*  読者ボタン */

div.skinMenu.readerMenu div.skinMenuBody {
	margin: 0;
	padding: 0;
}


div.readerRequestBtnArea a.skinImgBtnS.readerBtn {
	background: url(//stat.blogskin.ameba.jp/blogskin_images/20120302/14/c8/82/p/o03000100otl-edo1330667522459.png);
	position: relative;
	left: 0px;
	height: 100px;
	width: 300px;
	color: #999 !important;
}
div.readerRequestBtnArea a.skinImgBtnS.readerBtn:hover {
	background: url(//stat.blogskin.ameba.jp/blogskin_images/20120302/15/b9/a4/p/o03000100otl-edo1330668042811.png);
}

div.readerRequestBtnArea a.skinImgBtnS.readerBtn span {

	display: none;
}


/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
	padding: 0 30px;
	float: left;
	background:#aaa;
	color:#fff !important;
	height: 30px;
	line-height: 30px;
	border-radius: 0px;
	font-size: 1.2em;
	margin-bottom: 20px;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
	background:#bbb;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{


}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}



/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
	background: url(//stat.blogskin.ameba.jp/blogskin_images/20151013/13/40/go/p/o09800500otl-edo1444712373259.png) no-repeat;
	height: 500px;
	position: relative;
	top: 80px;
	
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
position: relative;
top: -35px;
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{

}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:none;	/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
	border: 0px solid #000;

}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
	border: none;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{

}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{

}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
	/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
	padding:5px 10px;
	background:#fff;
	font-family: serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
	border-bottom: 3px solid #ff8600;

}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
	margin:10px;
	padding:10px;
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
	background-color:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
	background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
	background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
	border-color:#000;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
	border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


div.top-word {
	position: absolute;
	top: -500px;
	width: 1980px;
	left: -500px;
	text-align: center;
	border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 980px) {
	 div.top-word {
		position: absolute;
		top: -500px;
		width: 980px;
		left: 0px;
		text-align: center;
		border-bottom: 1px solid #bbb;
	}
}

div.top-word p.top-first {
	font-size: 2.0em;
	font-weight: bold;
}

div.top-word p.top-second {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
}



/* ヘッダー下にメニューを設置 */

#wrap,.skinContentsArea{
	position:relative;
	padding-top: 120px;

}

#topMenu {
	position:absolute;
	top: 64px; 
	left: -500px;
	width: 1980px;
	background: #000;
	margin:0;
	padding:0;
	text-align: center;
}

 

@media screen and (max-width: 980px) {
	 #topMenu {
		width: 980px;
		left: 0px;
	}
}


#topMenu ul.menu{
	margin-left: 500px;
	padding:0;
	list-style: none;
}

@media screen and (max-width: 980px) {
	#topMenu ul.menu {
		margin-left: 0px;
	}
}

#topMenu ul.menu li{
	display:inline;
}

#topMenu ul.menu li a{
	display:block;
	float:left;
	padding:0;
	width: 194px;
	height: 40px;
	white-space:nowrap;
	overflow:hidden;
	line-height: 40px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	-webkit-transition: 1.8s;
	-moz-transition: 1.8s;
	-o-transition: 1.8s;
	-ms-transition: 1.8s;
	transition: 1.8s;
}


#topMenu ul.menu li a:hover{
	color: #666;
	-webkit-transition: 1.8s;
	-moz-transition: 1.8s;
	-o-transition: 1.8s;
	-ms-transition: 1.8s;
	transition: 1.8s;

}

/* フォーム */

.qanda {
	margin:5px auto 10px auto;
	text-align: center;
	background:#fff;
	font-family: serif;
	font-weight: bold;
	font-size: 1.4em;
}

#fc2form {
	border:none;
	padding: 5px;
	width: 300px;

}

#fc2form .message{
	
}
#fc2form #coution1{
	font-weight: bold;
	color: #FF0000;
}
#fc2form #coution2{
	font-size: 8px;
	font-weight: bold;
	color: #FF0000;
}
#fc2form .title{
	font-size: 12px;
	font-weight: bold;
	color: #222;
	padding-top: 5px;
}
#fc2form .comment{
	font-size: 12px;
	color: #000;
	padding-left: 0px;
}
#fc2form .submit{
	text-align: center;
	clear: left;
}

#fc2form .bottomarea{
	
}
#fc2form input,textarea,select{
	background-color: #fff;
	width: 290px;
	border: 1px solid #ccc;
	height: 30px;
}

#fc2form textarea {
	height: 80px;
	width: 287px;
}

#fc2form .button{
	color: #fff;
	background-color: #aaa;
	border: 1px solid #222;
	width: 60px;
}

#fc2form .button:hover{
	background-color: #666;
}

#fc2form #order hr{
	height: 1px;
	color: #FF8EAB;
}

#fc2form #order .comment{
	
}
#fc2form #order-sub .title{
	list-style-type: square;
	list-style-image: none;
	padding-left: 20px;
}
#fc2form #order-sub .comment{
	padding-left: 35px;
}
#fc2form #order-total .title{
	list-style-type: disc;
	list-style-image: none;
}
#fc2form #order-total .comment{
	
}
#fc2form #order-select .title{
	list-style-type: disc;
	list-style-image: none;
}
#fc2form #order-select .comment{
	
}
.articleText{font-size:1.5em;
color:#000000;}

.skinHeaderArea2,.skinBlogHeadingGroupArea{padding:0;}
#header h1,.skinTitleArea{display:block;padding:0;text-indent:-9999px;}
#header h1 a,.skinTitle{display:block;height:500px;}


/* ------------------------------------------------------- */
 /* 記事タイトルの文字の色・大きさ・太さ　　　　　　　　　　*/
 /* ------------------------------------------------------- */
 .skinArticleHeader h1,.skinArticleHeader h1 a{
 color:#0000CC !important;/* 色 */
font-size:24px !important;/* 大きさ */
font-weight:normal !important;/* bold→太い文字 normal→普通 */
 }


/* ------------------------------------------------------- */
 /* 記事投稿日時の横の New! 　を画像にする　　　　　　　　　*/
 /* ------------------------------------------------------- */
 .contentNew{background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20120229/03/b4/ab/g/o00180010otl-edo1330452324105.gif);
 background-repeat:no-repeat;/* 繰り返ししない */
 background-position:left 3px;/* 画像の位置　水平と垂直 */
 text-indent:-9999px;/* New! の文字を消す */
 display:block;/* ブロック化 */
 float:right;/* 一番右に配置 */
 width:20px;/* 画像の横幅 */
 position:relative;/* 相対配置 */
 left:-270px;/* 左へ移動させる */
 }


/* --------------------------------------------- */
 /* 一覧の New!　の位置を調整　　　　　　　　　　 */
 /* --------------------------------------------- */
 .contentsList .contentNew{left:1px;}

/* ------------------------------------------------------- */
 /* 記事タイトルの枠を設定　表示　　　　　　　　　　　　　*/
 /* ------------------------------------------------------- */
 .skinArticleHeader{ border-top :5px solid #ffffff;/* 上 */
border-right :5px solid #ffffff;/* 右 */
border-bottom:5px solid #e6e6e6;/* 下 */
border-left :5px solid #000000;/* 左 */
 }
/* ------------------------------------------------------- */
 /* 記事の枠を設定（記事タイトル部を含む）　　　　　　　　　*/
 /* ------------------------------------------------------- */
 .skinArticle{ border-top :0px solid #aaaaaa;/* 上 */
border-right :0px solid #aaaaaa;/* 右 */
border-bottom:0px solid #aaaaaa;/* 下 */
border-left :0px solid #aaaaaa;/* 左 */
 }

/* ------------------------------------------------------- */
 /* 記事フッターの文字の色・大きさ・太さ　　　　　　　　　　*/
 /* ------------------------------------------------------- */
 .articleLinkArea,.articleLinkArea a{
 color:#0000ff!important;/* 色 */
font-size:12px !important;/* 大きさ */
font-weight:normal !important;/* bold→太い文字 normal→普通 */
 }

//*TANsample記事上に余白*/
 .skinMainArea{margin-top:470px;}
