@charset="utf-8"

/* 以下共通レイアウト*/

body					  		{
	background-color: #FFFFFF;
	font-family: Ariel, sans-serif;
	font-size: 14px;
	color: #444;	/*	←　文字色変更３か所　通常月#444、クリスマス#ccc   */
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
#bodyBg							{
	background-image: url(../img/illust/wallpaper/wall-red.jpg);

							/*	
壁紙	wall-yellowgreen.jpg 
壁紙	wall-green.jpg
壁紙	wall-aqua.jpg
壁紙	wall-navy.jpg
壁紙	wall-beige.jpg
壁紙	wall-orange.jpg
壁紙	wall-red.jpg
壁紙	wall-purple.jpg
壁紙	wall-pink.jpg
壁紙	wall-yellow.jpg
壁紙	wall-gray.jpg
壁紙	wall-navy.jpg
なし	wall-.jpg					*/
}
#wrapperBg						{
	margin: 0;
	width: 100%;
	height: auto;
	background-image: url(../img/illust/wallpaper/bg-.jpg);

							/*	
月々の絵柄(0月)		bg-newyear.jpg
月々の絵柄(1月)		bg-suisen.jpg
月々の絵柄(2月)		bg-nanohana.jpg
月々の絵柄(3月)		bg-sakura.jpg
月々の絵柄(4月)		bg-newgreen.jpg
月々の絵柄(5月)		bg-rose.jpg
月々の絵柄(6月)		bg-ajisai.jpg
月々の絵柄(7月)		bg-asagao.jpg
月々の絵柄(8月)		bg-bluesky.jpg
月々の絵柄(9月)		bg-susuki.jpg
月々の絵柄(10月)	bg-ichou.jpg
月々の絵柄(11月)	bg-momiji.jpg
月々の絵柄(12月)	bg-christmas.jpg
なし			bg-.jpg				*/
/*  
メッシュ		px25mesh.jpg
*/

	background-color: #FDFDFD;
}
a:link							{
	text-decoration: none;
	color: #444;	/*	←　文字色変更３か所　通常月#444、クリスマス#ccc  */
}
a:hover							{
	text-decoration: none;
}
a:visited 						{
	text-decoration: none;
}
h1, h2, h3, h4					{
	margin: 0;
	text-decoration: none;
	color: #444;	/*	←　文字色変更３か所　通常月#444、クリスマス#ccc  */
}
div 							{
	box-sizing: content-box;
}
.fontBold						{
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.fontRed						{
	font-family: inherit;
	font-weight: bolder;
	font-size: inherit;
	line-height: inherit;
	color: #FF0000;
}
.fontBlue						{
	font-family: inherit;
	font-weight: bolder;
	font-size: inherit;
	line-height: inherit;
	color: #0000FF;
}
ul, li							{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.spacer							{
	width: 100%:
	height: 10px;
}
.clearfix						{
	zoom : 1;
}
.clearfix::after					{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}
.clearBox						{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}
	/* 共通レイアウトここまで*/









/* **********************************************************************************
 スマホ１列レイアウト
************************************************************************************* */
@media only screen and (max-width: 499px)		{

#bodyBg							{
	background-image: none;
	background-color: #FDFDFD;
}
#wrapper						{
	width: 330px;
	height: auto;
	margin: -15px auto 0px auto;				
	border: 5px solid #990000;
	border-bottom: 1px;
}
#wrapperBg						{
	width: 100%;
	height: 100%;
	background-color: #FDFDFD;
	padding-bottom: 10px;
}
#topIndexContainer				{
	width: 314px;
	height: auto;
	margin: 8px auto 0px auto;
	border-top: double 3px #999999;
	border-left: double 3px #999999;
	border-right: double 3px #999999;
	background-image: url(../img/illust/wallpaper/wall-red.jpg);
}
#topLogoContainer				{
	width: 100%;
}
#topLogoMark					{
	width: 60px;
	height: 60px;
	margin: 5px auto 0px auto;
	border: none;
}
#topLogoMark img				{
	width: 100%;
	height: 100%;
}
#topLogoType					{
	width: 90px;
	height: auto;
	margin: 7px auto 0px auto;
	padding: 0px 0px 10px 0px;
}
#topLogoType img					{
	width: 100%;
	height: auto;
}
#topIndex						{
	display: none;
}
#topSideContainer						{
	float: none;
	width: 314px;
	height: auto;
	margin: -24px auto 0px auto;
	border-left: double 3px #999999;
	border-right: double 3px #999999;
	border-bottom: double 3px #999999;
	background-image: url(../img/illust/wallpaper/wall-red.jpg);
}
#message						{
	display: none;
}
#message p, #message h1, #message h2, #message h3, 	{
	display: none;
}
#now				{

}
#topBlogBanner				{
    width: 214px;
	height: 50px;
	margin: 25px auto 0px 48px;
	background-image: url(../img/illust/topbanner/px210topblogbanner_nr.png);
}
#nowChain					{
	width: 140px;
	height: 10px;
	margin: 0px auto 0px 82px;
	border-left, border-right: none;
}
#nowPhoto					{
	display: block;
	width: 212px;
	height: auto;
	margin: 0px auto 0px 45px;
}
#nowPhoto Img				{
	width: 100%;
	height: auto;
	border: solid 4px #FFFFFF;
}
#nowCaption					{
	float: none;
	display: table;	
	width: 216px;
	height: auto;
	border: solid 1px #999999;
	margin: 0px auto 0px 46px;
	background-color: #FDFDFD;
}
#nowCaption p				{
	display: table-cell;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2em;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
#topSideSpacer					{
	width: auto;
	height: 12px;
}
#topMainContainer				{
	float: none;
	width: 314px;
	height: 960px;
	margin: 10px auto 0px auto;
	background-color: #FDFDFD;
	border: double 3px #999999;
	background-image: url(../img/illust/wallpaper/wall-red.jpg);
}
#style1Container				{
	width: 154px;
	float: left;
	margin: 15px 0px auto 0px;
}
#mainStyle1						{
	display: block;
	float: right;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 20px;
}
#style2Container				{
	width: 154px;
	float: right;
	margin: 20px 0px 0px auto;
}
#mainStyle2						{
	display: block;
	float: left;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 9px;
}
#style3Container				{
	width: 154px;
	float: left;
	margin: 0px auto 0px 0px;
}
#mainStyle3						{
	display: block;
	float: right;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 15px;
}
#style4Container				{
	width: 154px;
	float: right;
	margin: 0px 0px 0px auto;
}
#mainStyle4						{
	display: block;
	float: left;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 9px;
}
#topAlbumBanner					{
    	display: block;
	width: 98px;
	height: 98px;
	margin: 5px 29px 14px auto;
	background-image: url(../img/illust/topbanner/px101topalbumbanner_nr.png);
}
.mainIcon						{
    display: block;
	width: 95px;
	height: 95px;
	margin: 0 0 10px 0;
	border: solid 4px #FFFFFF;
}
.mainIcon img					{
	width: 100%;
	height: 100%;
}
.mainIconTitle					{
	display: block;
	width: 95px;
	height: 15px;
	margin: 81px auto auto auto;
	background-color: rgba(0,0,0,0.5);
}
.mainIconTitle p, 
.mainIconTitle h1, .mainIconTitle h2, .mainIconTitle h3, .mainIconTitle h4	{
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 1px;
}


#albumHeaderLogo				{
	width: 100%;
	text-align: center;
	background-color: #FDFDFD;
}
#albumHeaderLogo img			{
	display: inline-block;
	margin: 10px auto 10px auto;
}
#albumTitleContainer			{
	width: 100%;
	background-color: #FDFDFD;
	padding-top: 0px;
}
#albumTitleContainer h2			{
	margin-top: 0;
}
#albumTitleContainer p			{
	margin-bottom: 0px;
}
#albumTitle						{
	width: 316px;
	text-align: center;
	margin: 0.5em auto 0.1em auto;
	padding: 0.3em 0.0em 0.1em 0em;
    font-size: 1.0em;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	border: 2px solid #990000;
	background-color: #990000;
}
#albumContainer					{
	display: inline-block;
	width: 100%;
	height: auto;
	clear: both;
	background-color: #FDFDFD;
	margin-top: 4px;
}
#albumArticle					{
	float: none;
	width: 314px;
	height: auto;
	background-color: #FDFDFD;
	background-image: url(../img/illust/wallpaper/wall-red.jpg);
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	border: double 3px #999999;
}
#albumAlert						{
	margin: 7px auto 7px auto;
	padding: 0;
	text-align: center;
	font-size: large;
	font-weight: bold;
	line-height: 1.3;
	color: #3333cc;
}
#albumArticle blockquote		{
	display: none;
}
.albumPhoto				{
	display: block;
	height:100px;
	width: auto;
	margin: 0px auto 10px auto;
	clear: both;
	border: solid 3px #FFFFFF;
}
.albumText				{
	display: none;
}
#albumNaviContainer				{
	display: none;
}
#albumNavi						{
	display: none;
}
#albumContainer .fontBold		{
	display: none;
}
#footer							{
	width: 100%;
	height: 20px;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	font-size: 14px;
	text-align: center;
	background-color: #990000;
	color: #ffffff;
}
}	/* スマホ用ここまで */








/* **********************************************************************************
 タブレット２列レイアウト
************************************************************************************* */
@media only screen and (min-width: 500px)	{

#wrapper						{
	width: 698px;
	height: auto;
	margin: -14px auto 20px auto;
	border: 6px solid #990000;
	border-bottom: 1px;
}
#wrapperBg						{

}
#topIndexContainer				{
	width: 195px;
	height: 970px;
	float: left;
	margin: 10px 0px 10px 0px;
	background-color: #FDFDFD;
}
#topLogoContainer				{
	width: 155px;
	height: auto;
	margin: 0px 10px 0px auto;
	border-left: double 3px #999999;
	border-right: double 3px #999999;
	border-top: double 3px #999999;
	background-color: #FDFDFD;
}
#topLogoMark					{
	width: 45px;
	height: 45px;
	margin: 15px auto 0px auto;
	border: none;
}
#topLogoMark img				{
	width: 100%;
	height: 100%;
}
#topLogoType					{
	width: 70px;
	height: auto;
	margin: 3px auto 0px auto;;
	padding: 0px 0px 15px 0px;
	text-align: center;
}
#topLogoType img					{
	width: 100%;
	height: auto;
}
#topIndex						{
	width: 155px;
	height: auto;
	margin: 0px 10px 9px auto;
	background-color: #FDFDFD;
	text-align: center;
	border-top: none;
	border-left: double 3px #999999;
	border-right: double 3px #999999;
	border-bottom: double 3px #999999;
	padding-bottom: 20px;
}
#topIndex div					{
	width :100%;
	height: 12px;
	text-align: center;
	margin-bottom: 12px;
}
#topIndex li				{
	font-family: Century,Serif;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
}
#indexCaption						{
	font-family: Century,Serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px !important;
	margin: 0px auto 5px auto;
	line-height: 2.0em;
}
#topSideContainer					{
	float: left;
	width: 215px;
	height: 960px;
	margin: 10px auto 10px 0px;
	background-color: #FDFDFD;
	border-top: double 3px #999999;
	border-bottom: double 3px #999999;
	border-left: double 3px #999999;
}
#message						{
	width: 200px;
	height: auto;
	margin: 15px auto 10px 15px;
	padding-top: 5px;
	text-align: center;
}
#message p, #message h1, #message h2, #message h3	{
	margin: 0px auto 0px auto;
	font-family: "小塚明朝 Pro",serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.2em;
}
#now				{
	width: 170px;
	height: auto;
	margin: 0px 15px 0px 30px;
	background-color: #FDFDFD;
}
#nowChain					{
	width: 130px;
	height: 10px;
	margin: 0px auto;
	border-left, border-right: none;
}
#nowPhoto					{
	display: block;
	width: 160px;
	height: auto;
	margin: 0px auto 0px 0px;
	border: solid 4px #FFFFFF;
}
#nowPhoto Img				{
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}
#nowCaption					{
	display: table;	
	width: 160px;
	height: auto;
	border: solid 1px #999999;
	margin: 0px auto 0px 2px;
	background-color: #FDFDFD;
}
#nowCaption p				{
	display: table-cell;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2em;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
#topBlogBanner				{
    width: 160px;
	height: 50px;
	margin: 10px 25px 0px 0px;
	background-image: url(../img/illust/topbanner/px160topblogbanner_nr.png);
}
.sideSpacer					{
	width: auto;
	height: 15px;
}

#topMainContainer				{
	float: right;
	width: 257px;
	height: 960px;
	margin: 10px 25px 0px 0px;
	background-color: #FDFDFD;
	border-top: double 3px #999999;
	border-bottom: double 3px #999999;
	border-right: double 3px #999999;
}
#style1Container				{
	width: 130px;
	float: left;
	margin: 15px auto 0px 0px;
}
#mainStyle1						{
	display: block;
	float: right;
	width: 120px;
	height: auto;
	margin: 0px;
}
#style2Container				{
	width: 125px;
	float: right;
	margin: 15px 0px 0px auto;
	background-color: #FDFDFD;
}
#mainStyle2						{
	display: block;
	float: left;
	width: 120px;
	height: auto;
	margin: 0px;
}
#style3Container				{
	width: 130px;
	float: left;
	margin: 0px auto 0px 0px;
}
#mainStyle3						{
	display: block;
	float: right;
	width: 120px;
	height: auto;
	margin: 0px;
}
#style4Container				{
	width: 125px;
	float: right;
	margin: 0px 0px 0px auto;
}
#mainStyle4						{
	display: block;
	float: left;
	width: 120px;
	height: auto;
	margin: 0px;
}
#topAlbumBanner					{
    display: block;
	width: 101px;
	height: 101px;
	margin: 2px 18px 14px auto;
	background-image: url(../img/illust/topbanner/px101topalbumbanner_nr.png);
}
.mainIcon						{
    display: block;
	width: 95px;
	height: 95px;
	margin: 0 0 14px 0;
	border: solid 4px #FFFFFF;
}
.mainIconTitle					{
	display: block;
	width: 95px;
	height: 15px;
	margin: 81px auto auto auto;
	background-color: rgba(0,0,0,0.5);
}
.mainIcon img					{
	width: 100%;
	height: 100%;
}
.mainIconTitle p, 
.mainIconTitle h1, .mainIconTitle h2, .mainIconTitle h3, .mainIconTitle h4	{
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 1px;
}

#albumAlert						{
	display: none;
}
#albumHeaderLogo				{
	width: 100%;
	text-align: center;
	background-color: #FDFDFD;
	margin: 0px;
}
#albumHeaderLogo img			{
	display: inline-block;
	margin: 10px auto 10px auto;
}
#albumTitleContainer			{
	width: 100%;
	background-color: #FDFDFD;
	margin: 0px;
	padding-top: 0px;
}
#albumTitleContainer h2			{
	margin-top: 0;
}
#albumTitle						{
	width: 650px;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 3px 0px 1px 0px;
    font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	border: 2px solid #990000;
	background-color: #990000;
}
#albumContainer					{
	display: block;
	width: 100%;
	height: auto;
	background-color: #FDFDFD;
	margin-bottom: -10px;
	padding-bottom: 10px;
	border: none;
}
#albumAlert						{
	display: none;
}
#albumNaviContainer				{
	display: none;
}
#albumNavi						{
	display: none;
}
#albumArticle					{
	float: none;
	width: 650px;
	height: auto;
	background-color: #FDFDFD;
	margin: 12px auto 10px auto;
	padding: 15px 0px 10px 0px;
	border: double 3px #999999;
}
#albumArticle blockquote		{
	font-size: 13px;
	margin-left: 40px;
	margin-right: 30px;
}
.albumPhoto				{
	display: block;
	height:100px;
	width: auto;
	margin: 0px 15px 10px 15px;
	float: left;
	clear: both;
	border: solid 3px #FFFFFF;
}
#albumArticle .fontBold		{
	font-size: 13px;
	line-height: 1.0em;
	
}
.albumText				{
	font-size: 13px;
}

#footer							{
	width: 100%;
	height: 20px;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	font-size: 14px;
	text-align: center;
	background-color: #990000;
	color: #ffffff;
}
}	/* タブレット用ここまで */








/* **********************************************************************************
 パソコン４列レイアウト
************************************************************************************* */
@media only screen and (min-width: 900px)	{

#wrapper						{
	width: 1000px;
	height: auto;
	margin: -14px auto 20 auto;
	box-sizing: content-box;
}
#wrapperBg						{

}
#topIndexContainer				{
	width: 165px;
	height: 542px;
	float: left;
	margin: 7px 0px auto 8px;
	padding: 0px;
	background-color: #FDFDFD;
	background-image: none;
	border: double 3px #999999;
}
#topLogoContainer				{
	width: 145px;
	margin: 0px 10px 0px auto;
	border: none;
}
#topLogoMark					{
	margin-top: 20px;
}
#topLogoMark img				{

}
#topLogoType					{

}
#topLogoType span					{

}
#topIndex						{
	width: 145px;
	height: 385px;
	margin: 0px auto 0px auto;
	background-color: #FDFDFD;
	text-align: center;
	border: none;
}
#topIndex div					{
	width :100%;
	height: 12px;
	text-align: center;
	margin-bottom: 10px;
}
#topIndex li				{
	font-family: Century,Serif;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
}
#indexCaption						{
	font-style: italic;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 2.0em;
}
#topSideContainer						{
	float: left;
	width: 250px;
	height: 522px;
	margin: 7px 0px 7px 5px;
	padding: 20px 0px 0px 0px;
	background-color: #FDFDFD;
	border: double 3px #999999;
}
#now				{
	width: 190px;
	height: auto;
	margin: 0px 15px 0px 30px;
	background-color: #FDFDFD;
}
#message						{
	margin: 5px auto 10px 25px;
}
#nowChain					{
	width: 145px;
	height: 10px;
	margin: 0px auto 0px 20px;
}
#nowPhoto					{
	display: block;
	width: 180px;
	height: auto;
	margin: 0px auto 0px 0px;
}
#nowPhoto Img				{
	width: 100%;
	height: auto;
}
#nowCaption					{
	display: table;	
	width: 182px;
	height: auto;
	border: solid 1px #999999;
	margin: 0px auto 0px 2px;
	background-color: #FDFDFD;
}
#nowCaption p				{
	display: table-cell;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
#topBlogBanner				{
	width: 180px;
	height: 50px;
	margin: 20px auto 0px 5px;
	background-image: url(../img/illust/topbanner/px180topblogbanner_nr.png);
}
.sideSpacer					{
	width: auto;
	height: 0px;
}
#topMainContainer				{
	float: right;
	width: 541px;
	height: 527px;
	margin: 7px 8px 7px 0px;
	padding: 15px 0px 0px 0px;
	background-color: #FDFDFD;
	border: double 3px #999999;
}
#style1Container				{
	width: 110px;
	float: left;
	margin: 30px 15px 0px 35px;
}
#mainStyle1						{
	display: block;
	float: left;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 5px;
}
#style2Container				{
	width: 110px;
	float: left;
	margin: 30px 10px 0px 0px;
}
#mainStyle2						{
	display: block;
	float: left;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
#style3Container				{
	width: 110px;
	float: left;
	margin: 30px 10px 0px 0px;
}
#mainStyle3						{
	display: block;
	float: left;
	width: 110px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
#style4Container				{
	width: 130px;
	float: left;
	margin: 30px 0px 0px 0px;
}
#mainStyle4						{
	display: block;
	float: left;
	width: 115px;
	height: auto;
	margin: 0px 15px 0px 0px;
}
#topAlbumBanner					{
	margin: 2px 8px 14px auto;
}
.mainIcon						{
	margin: 0 0 14px 0;
}
.mainIconTitle					{

}
.mainIconTitle p, 
.mainIconTitle h1, .mainIconTitle h2, .mainIconTitle h3, .mainIconTitle h4	{

}




#albumHeaderLogo				{
	width: 100%;
	text-align: center;
	background-color: #FDFDFD;
	margin: 0px;
	border: none;
}
#albumHeaderLogo img			{
	display: inline-block;
	margin: 10px auto 10px auto;
}
#albumTitleContainer			{
	width: 100%;
	background-color: #FDFDFD;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
#albumTitleContainer h2			{
	margin-top: 0;
}
#albumTitleContainer p			{

}
#albumTitle						{
	width: 890px;
	margin: 10px auto 0px auto;
}
#albumContainer					{
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0px;
	float: none;
	padding: 0px 0px 0px 0px;
	background-color: #FDFDFD;
	border: none;
}
#albumAlert						{

}
#albumNaviContainer				{
	display: block;
	width: 196px;
	float: left;
	background-color: #FDFDFD;
	border: none;
	margin: 15px auto 0px 55px;
}
#albumNavi						{
	width: 190px;
	height: auto;
	display: block;
	background-color: #FDFDFD;
	text-align: center;
	margin: px 5px 20px 0px;
	padding: 15px 0px 20px 0px;
	border: double 3px #999999;
}
#albumNavi div					{
	width :100%;
	height: 13px;
	text-align: center;
	margin-bottom: 13px;
}
#albumNavi li			 	   {
	font-family: Century,Serif;
	font-size: 13px;
	font-style: italic;
	margin: 0px;
}
#albumArticle					{
	float: right;
	width: 660px;
	height: auto;
	background-color: #FDFDFD;
	margin: 15px 53px 10px 0px;
	border: double 3px #999999;
	padding: 20px 20px 0px 0px;
}
#albumArticle blockquote		{

}
.albumPhoto				{
	display: block;
	height:100px;
	width: auto;
	margin: 0px 20px 10px 20px;
	float: left;
	clear: both;
.albumText					{
}
}	/* パソコン用ここまで */
