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

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


/*小見出し*/
.tips {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #D5B069;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #C18E4D;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

/*CP一覧リンク*/
.cp_link{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px!important;
	display: block;
}

.cp_link_txt{
	display: block;
}

/**戻るボタン**/

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

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}


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


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



/*左のテキスト余白*/
.left_pdd{
	padding: 0 1.5em 0 0;
	display: block;
}


/*右のテキスト余白*/
.right_pdd{
	padding: 0 1.5em 0 0;
	display: block;
}


/*アイテム*/
.intermission_itemlist_02{
	margin: 0;
    width: 180px;
    text-align: right;
}


/*2行の場合のアイテム*/
.intermission_left_txt .item_pd{
	padding: 15px 0 5px 0;
	float: left;
    margin-left: 10px;
    width: 40px;
}

.intermission_right_txt .item_pd{
	padding: 15px 0 5px 0;
	float: left;
    margin-left: 10px;
    width: 40px;
}


.intermission_left_txt .item2 {
    float: left;
    margin-left: 10px;
    width: 80px;
}
.item_icon_2{
	 float: left;
    margin-left: 0;
    width: 40px;
}

/*********/


div.color {
	margin: 10px auto 10px;
	padding: 10px;
	color: #005BB0;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#news_color .article div.color p,
div.color p{
	margin: 0;
	text-align: center;
}

.attention_03{
	margin: 0 0 25px 0;
	border: solid 1px #8FC2CF;
}	

.attention_03 img {
    margin-bottom: -20px!important;
	}



#news_color .article div.color2 p,
div.color2 p{
	margin: 0;
	text-align: center;
}

div.color3 {
	margin: -10px 0 0px 0;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: no-repeat 2% center, linear-gradient(to bottom, rgb(45,117,229) 11%,rgb(125,211,232) 100%);
	clear: both;
}

#news_color .article div.color3 p,
div.color3 p{
	margin: 0;
	text-align: center;
}
