﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color: #A87C4B;
}



div.color {
    margin: 5px auto;
    padding: 6px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background: no-repeat 2% center, linear-gradient(to bottom, rgb(96,61,33) 4%,rgb(173,168,123) 100%);
}
div.color p{
	margin-bottom: 0;
	text-align: center!important;
}

p .reisou_link_ttl{
	font-weight: bold;
	font-size: 1.4em;
	text-align: center!important;
}
.box_txt {
    text-align: center!important;
    font-weight: bold;
    color: #5C3F07;
    font-size: 1em!important;
}



/**リンクボタン**/
.btn_wrap{
	width: 100%;
	overflow: hidden;
	margin: 0 0 2% 0;
}
/*****01*********/

.link_btn {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	float: left;
	width: 100%;
	text-align: center!important;
}

.link_btn a {
	color: #3A1D03;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 95%;
	padding: 15px 3px;
	margin: 0 auto;
	background: #2543B7;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 100%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.link_btn a:hover {
	color:#B50003;
    background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 60%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}




/****戻るボタン***/


.return_btn{
	display: block;
	margin: 0 23px 16px 0;
	padding: 5px 0;
	float: right;
	width: 33.3%;
	text-align: center!important;
}


.return_btn a {
	color: #195DB8;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 90%;
	padding: 15px;
	margin: 0 auto;
	background: #2543B7;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 100%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.return_btn a:hover {
	color:#0504A6;
    background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 60%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


/**ブロック選択テキスト***/

.box_txt{
	text-align: center!important;
	font-weight: bold;
	color: #663D98;
	font-size: 1em!important;
}






