@charset "utf-8";
/* CSS Document */


/********************************************
  ボタン
********************************************/

.hp_bottun{
    text-align: center;
    display: block;
    font-size: 17px;
    margin: 30px auto;
    background: #B4DAF7;
    width: 80%;
    padding: 15px 2px;
    border-radius: 15px;
    font-weight: bold;
	color:#184593 !important;
}
.hp_bottun:hover{
	background-color:#D5EBFB;
	text-decoration:none !important;
	color: #6687BF !important;
}


.hp_bottun02{
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 30px auto;
    background: #F38B09;
    width: 70%;
    padding: 15px 0;
    border-radius: 15px;
    font-weight: bold;
	color:#FFFFFF !important;
}

.hp_bottun02:hover{
	background-color:#FFB96C;
	text-decoration:none !important;
}




/********************************************
  レイアウト
********************************************/
/*pc*/
.newsDefaultPhoto_center {
    /*border: 1px solid #BFBFBF;*/
    /* float: left; */
    padding: 5px;
    /* width: 240px; */
    text-align: center;
}

.newsDefaultText_center {
	/*width:360px;
	float: right;*/
	font-size: 100%;
	line-height: 150%;
}



/*sp*/

.articleArea_center {
    /* background: #dddddd; */
    /* width: 40%; */
    text-align: center;
    /* float: left; */
    margin: 0 7px 0 0;
}
