/* x ロゴ */

.x_link {
    border-radius: 5px;                 /* 角丸指定 */
    display:  inline-block;             /* インラインブロックする */
    padding: 4px 0px;                   /* 余白指定 */
    width: 320px;                         /* 幅指定 */
    text-align: center;                 /* 中央揃え */
    box-shadow: 0 2px 10px 0 #9E9E9E;   /* 影指定 */
    background: url(../image/x-logo.png) no-repeat;
    background-size: 20px;
    background-position:left 8px center;
    background-color: #000000;          /* 背景色指定 */

	margin: 20px 20px;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
}

/* x ロゴ */




/* ↓以下通常CSSを記載していく */
/*
a:link,a:visited{color:#cc0000;}
a:hover,a:active{color:#cc0000;}
*/


.bbs_update_link {
	border-radius: 5px;		/* 角丸指定 */
	display: inline-block;		/* インラインブロックする */
	padding: 4px 0px;		/* 余白指定 */
	width: 320px;			/* 幅指定 */
	text-align: center;		/* 中央揃え */
	box-shadow: 0 2px 10px 0 #9E9E9E;	/* 影指定 */
	background-color: #ffff00;	/* 背景色指定 */

	margin: 20px 20px;
	font-size: 20px;
	color: #ff0000;
	line-height: 30px;
	font-weight: bold;
}

.hatten_navi_link {
	border-radius: 5px;		/* 角丸指定 */
	display: inline-block;		/* インラインブロックする */
	padding: 16px 16px;		/* 余白指定 */
	/*width: 320px;*/		/* 幅指定 */
	text-align: center;		/* 中央揃え */
	box-shadow: 0 2px 10px 0 #9E9E9E;	/* 影指定 */
	background-color: #ffffff;	/* 背景色指定 */
	margin: 0px 20px;

	color: #2c2c2c;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}



