﻿@charset "UTF-8";
/* //template v7.0.0
 */

/*
 ============================================================
  ファイル名：customize.css
 ============================================================
*/

/* ------------------------------------------------------------
	
	
	
	以下を目安に各色コードを変更してください。
	
	1.main   #064085 (メインの透明度80%くらいの色 #38659D)
	2.sub    #EBEFF5
	3.third  #f2f1e7 (濃い #5B530C ／ すこし濃い #c4c09b ／ 薄い #f9f9f5)
	4.fourth #817825
	
	
	
   ------------------------------------------------------------ */


/*================================

 ★ メインカラー

================================*/

.hd__h1, 
.hd__h2:before, 
#gNav .gNav__btn, 
#aside, 
.pagetop_in a {
	background-color: #064085;
}

.hd__h2, 
.hd__h3, 
.btn_closetop, 
#header .mainsec__ttl a, 
.btn_closetop span:before, 
.s_modalwindow_detail .closebtn {
	color: #064085;
}

.s_modalwindow_detail .closebtn {
	border: 1px solid #064085;
}

#acMenu{
	border-bottom: 1px solid #064085;
}
#acMenu dt{
    border:#064085 1px solid;
}
#acMenu dd{
    background:#E6EBF3; /* メインカラーの10%  */
    border-left:#064085 1px solid;
    border-right:#064085 1px solid;
}

.btn__style01 a:before {
	border: 8px solid transparent;
	border-left-color: #064085;
}


.sec01__list li {
	border: 3px solid #064085;
}


/*================================

 ★ メインカラー（ロールオーバー/PCのみ）
 ※メインの透明度80%くらいの色

================================*/

@media only screen and (min-width: 641px) {
	
	#gNav .gNav__btn:hover, 
	.pagetop_in a:hover, 
	#aside .pagetop a:hover {
		background-color: #38659D;
	}
	
}

/*==============================*/

/* ■基本の文字色 */
body {
	color: #333333;
}

/* ■aタグの文字色 */
a {
	color: #064085;
}

/* ■h1タグの色 */
.hd__h1 {
	color: #fff;
}

/* ■gNavの色 */
#gNav .gNav__btn {
	color: #fff;
}
#gNav .gNav__content {
	background: #fff;
	color: #fff;
}


/* ■btn_closetopの色 */
.btn_closetop {
	border: 1px solid #ccc;
}

/* ■footerの色 */
#footer {
	background: #ededed;
}

/* ■pagetop_inの色 */
.pagetop_in a {
	color: #fff;
}


/*================================================================

 ★ ボタンの設定
 ※メインカラーとロールオーバーのカラーを使用、適宜変更
 
================================================================*/
.btn__style03 a, .btn__style03 > span, 
.btn__style05 a, .btn__style05 > span, 
.btn__style06 a, .btn__style06 span {
    background: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #064085),color-stop(100%, #38659D));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #064085 0%,#38659D 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #064085 0%, #38659D 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #064085 0%,#38659D 100%);
	color: #fff;
}

@media only screen and (min-width: 641px) {
	
	.btn__style03 a:hover, .btn__style03 > span:hover, 
	.btn__style05 a:hover, .btn__style05 > span:hover, 
	.btn__style06 a:hover, .btn__style06 span:hover {
		  background:  no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #064085),color-stop(100%, #38679f));
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #38659D 0%,#064085 100%);
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #38659D 0%, #064085 100%);
		  background:  no-repeat 95% center, linear-gradient(to bottom, #38659D 0%,#064085 100%);
		  color: #ccc;
	}
	
}



/*================================================================

 ★ index.html
 
================================================================*/

.sec01__list03, 
.sec01__list02,
.sec01__list01 {
	border: 1px solid #064085;
}
#top .sec02 {
	background: #064085;
}
.noticesec01 {
	border: 2px solid #064085;
}
.noticesec01__ttl, 
.sec03 .linkpanel__ttl {
	color: #064085;
}

#top .sec01__list li, 
.sec03 .linkpanel__box01, 
.sec03 .linkpanel__box02 {
	border: 1px solid #064085;
}



/*================================
 ★ 「開催概要」部分の設定
================================*/

#top .sec01 {
	background: #f2f1e7;
}
.sec01 .sec01__title {
	color: #5B530C; 
}

.tbl__style01 .tbl__head {
	color: #5B530C;
	background: #f9f9f5;
}
.tbl__style01 .tbl__detail {
	background: #fff;
}	


@media only screen and (min-width: 641px) {
	
	#top .sec01 .inner {
		border: 2px solid #c4c09b;
	}
	#top .tbl__style01, 
	#top .tbl__style01 .tbl__head, 
	#top .tbl__style01 .tbl__detail {
		border: 1px solid #c4c09b;
	}
	
	/* ■sec01__listの設定 */
	#top .sec01__list03 {
		min-height: 250px;
	}
	#top .sec01__list02 {
		min-height: 305px;
	}
	#top .sec01__list01 {
		min-height: 331px;
	}


}

@media only screen and (max-width: 640px) {
	
	#top .tbl__style01 {
		border-top: 1px solid #c4c09b;
	}
	#top .tbl__style01 .tbl__head {
		border-bottom: 1px solid #c4c09b;
	}
	#top .tbl__style01 .tbl__detail {
		border-bottom: 1px solid #c4c09b;
	}
	
}

/*================================
 ★ 議決権行使部分の設定
 ※メインの透明度20%くらいの色
================================*/

.tbl__style02 .tbl__head, 
.sec03 .linkpanel__ttl {
	background: #EBEFF5;
}

/*================================
 ★ インターネットの期間の設定
================================*/

.tbl__style02, 
.tbl__style02 .tbl__head, 
.tbl__style02 .tbl__detail {
	border: 1px solid #817825;
}
.tbl__style02 .tbl__head {
	background: #817825;
	color: #FFF;
}

/*================================
 ★ お問い合わせの色設定
 ※メインの透明度20%くらいの色
================================*/

.noticesec01 {
	background: #EBEFF5;
}


/*================================
 ★ header部分の設定
================================*/

@media only screen and (min-width: 641px) {

#header {
	margin-bottom: 40px;
}
#header #logo,
#header__top #logo  {
	position: absolute;
	width: 325px;
	height: 55px;
	left: 10px;
	top: 17px;
	background: url(../imgs/logo01.png) no-repeat left top;
}
#header #logo a,
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum,
#header__top .codenum  {
	position: absolute;
	left: 370px;
	top: 35px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}

#header .inner {
	position: relative;
	width: 1020px;
	height: 90px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	position: absolute;
	width: 420px;
	height: 29px;
	left: 508px;
	top: 28px;
}
#header .mainsec__ttl a {
	display: block;
	z-index:10;
	position: absolute;
	font-size: 25px;
}
#header .mainsec__ttl img {
	display: none;
}

#header__top {
	min-height: 441px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center top;
}

#header__top .sdemo {
	position: absolute;
	left:480px;
	top:25px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#header__top .top_mainsec__ttl img {
	display: none;
}

}

@media only screen and (max-width: 640px) {

#header #logo,
#header__top #logo {
	position: absolute;
	width: 164px;
	height: 27px;
	left: 11px;
	top: 14px;
	background: url(../imgs/logo01.png) no-repeat left top;
	background-size: 164px auto;
}
#header #logo a,
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum,
#header__top .codenum {
	position: absolute;
	left: 183px;
	top: 20px;
	font-size: 9px;
	font-size: 0.5rem;
	font-weight: bold;
}

#header .inner {
	position: relative;
	height: 50px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	display:none;
}

#header__top {
	min-height: 408px;
	background: url(../../imgs/sp/top_main_bg01.jpg) no-repeat center top;
	background-size: 320px auto;
}

#header__top .sdemo {
	position: absolute;
	left:180px;
	top:8px;
}
#header__top .sdemo img {
	width:80px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}


}


/*================================================================

 ★ /election/
 
================================================================*/

.tbl__style03 .tbl__head {
	color: #064085;
}

.election_box{
	border: 3px solid #064085;
}

@media only screen and (min-width: 641px) {
	
	.tbl__style03, 
	.tbl__style03 .tbl__detail, 
	.tbl__style03 .tbl__head {
		border: 1px solid #064085;
	}

p.electionTitle{
	color: #064085;
    font-size: 30px !important;
    font-size: 1.875rem !important;
    line-height: 1.7;
	margin-bottom: 0.71429rem !important;
	}
}

@media only screen and (max-width: 640px) {

	.tbl__style03 .tbl__head, 
	.tbl__style03 .tbl__detail {
		border-top: 1px solid #064085;
	}
p.electionTitle{
	color: #064085;
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    line-height: 1.7;
	margin-bottom: 0em !important;
	margin-top: 0.5em !important;
	}
}

/*================================
 肩書きのアイコン
 ※メインまたはメイン透明度変えた色
================================*/

.icn_sainin{
	background: #01B2B3;
	border: 1px solid #01B2B3;
	color: #fff;
}
.icn_shinnin{
	background: #EB6E8F;
	border: 1px solid #EB6E8F;
	color: #FFF;
}
.icn_syagai{
	background: #FFF;
	border: 1px solid #8FC43D;
	color: #8FC43D;
}
.icn_doku{
	background: #FFF;
	border: 1px solid #2A71B9;
	color: #2A71B9;
}
.icn_yaku{
	background: #EBEFF5;
	border: 1px solid #064085;
	color: #064085;
}

/*================================
 ★ 表の設定
 ※メインの透明度20%くらいの色
================================*/

#election .tbl__style03 .tbl__head {
	background: #EBEFF5;
}
#election .tbl__style03 .tbl__detail {
	background: #fff;
}

/* ■ナンバーの設定　追加あればその数分追加 */

@media only screen and (min-width: 641px) {
	
	#election .sec01__list01:before {
		content: '1';
	}
	#election .sec01__list02:before {
		content: '2';
	}
	#election .sec01__list03:before {
		content: '3';
	}
	#election .sec01__list04:before {
		content: '4';
	}
	#election .sec01__list05:before {
		content: '5';
	}
	#election .sec01__list06:before {
		content: '6';
	}
	#election .sec01__list07:before {
		content: '7';
	}
	#election .sec01__list08:before {
		content: '8';
	}
	#election .sec01__list09:before {
		content: '9';
	}
	#election .sec01__list10:before {
		content: '10';
	}
	
}

@media print, screen and (max-width: 640px) {
	
	#election .sec01__list01:after {
		content: '1';
	}
	#election .sec01__list02:after {
		content: '2';
	}
	#election .sec01__list03:after {
		content: '3';
	}
	#election .sec01__list04:after {
		content: '4';
	}
	#election .sec01__list05:after {
		content: '5';
	}
	#election .sec01__list06:after {
		content: '6';
	}
	#election .sec01__list07:after {
		content: '7';
	}
	#election .sec01__list08:after {
		content: '8';
	}
	#election .sec01__list09:after {
		content: '9';
	}
	#election .sec01__list10:after {
		content: '10';
	}


}



/*================================================================

 ★ /report/
 
================================================================*/

/*================================
 ★ メインの透明度20%くらいの色
================================*/

.sec01__list_02 li {
	background: #EBEFF5;
}

.sec01__list_02 li .election__btn {
	background: #EBEFF5;
}


/*================================================================
 ★ セグメントの色設定
================================================================*/

#report .sec02__list01 {
	min-height: auto;
	border: 2px solid #61c3ee;
}
#report .sec02__list02 {
	min-height: auto;
	border: 2px solid #f0ba60;
}
#report .sec02__list03 {
	min-height: auto;
	border: 2px solid #a0bd78;
}
#report .sec02__list04 {
	min-height: auto;
	border: 2px solid #b592b9;
}
#report .sec02__list05 {
	min-height: auto;
	border: 2px solid #61c3ee;
}
#report .sec02__list06 {
	min-height: auto;
	border: 2px solid #f0ba60;
}

/* ■specialListの色 */
#report .specialList > li.color01 {
	background-color: #0593C6;
	position: relative;
}
#report .specialList > li.color01 > .content {
	border: 3px solid #0593C6;
}
#report .specialList > li.color02 {
	background-color: #E2984D;
	position: relative;
}
#report .specialList > li.color02 > .content {
	border: 3px solid #E2984D;
}
#report .specialList > li.color03 {
	background-color: #7DA941;
	position: relative;
}
#report .specialList > li.color03 > .content {
	border: 3px solid #7DA941;
}
#report .specialList > li.color04 {
	background-color: #9C6A9F;
	position: relative;
}
#report .specialList > li.color04 > .content {
	border: 3px solid #9C6A9F;
}
#report .specialList > li.color05 {
	background-color: #0593C6;
	position: relative;
}
#report .specialList > li.color05 > .content {
	border: 3px solid #0593C6;
}
#report .specialList > li.color06 {
	background-color: #E2984D;
	position: relative;
}
#report .specialList > li.color06 > .content {
	border: 3px solid #E2984D;
}
#report .specialList > li.grayOut {
	background-color: #eee;
}

#report .segment{
	float: left;
    margin: 45px 20px 0px 0px;
    width: 465px;
	}
#report .segment .seg_title{
	position: relative;
	min-height: 50px;
	}

/*詳細はこちらボタン*/
.specialList > li > a > .text_btn01 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #0593C6;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn01:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #0593C6;
}
.specialList > li > a > .text_btn01:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}
.specialList > li > a > .text_btn02 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #E2984D;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn02:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #E2984D;
}
.specialList > li > a > .text_btn02:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn03 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #7DA941;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn03:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #7DA941;
}
.specialList > li > a > .text_btn03:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}		
.specialList > li > a > .text_btn04 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #9C6A9F;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn04:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #9C6A9F;
}
.specialList > li > a > .text_btn04:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn05 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #0593C6;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn05:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #0593C6;
}
.specialList > li > a > .text_btn05:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}
.specialList > li > a > .text_btn06 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #E2984D;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn06:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #E2984D;
}
.specialList > li > a > .text_btn06:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn07 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #7DA941;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn07:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #7DA941;
}
.specialList > li > a > .text_btn07:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}		
.specialList > li > a > .text_btn08 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #9C6A9F;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn08:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #9C6A9F;
}
.specialList > li > a > .text_btn08:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}				
	
/*セグメントグラフの色*/	
#report .segment .seg_title p.title_color01{
	background-color: #61c3ee;
    width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color02{
	background-color: #E2984D;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color03{
	background-color: #7DA941;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color04{
	background-color: #9C6A9F;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color05{
	background-color: #61c3ee;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color06{
	background-color: #61c3ee;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}					
#report .segment .seg_title .pie_chart01,
#report .segment .seg_title .pie_chart02,
#report .segment .seg_title .pie_chart03,
#report .segment .seg_title .pie_chart04,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06{
	position: absolute;
    top: -37px;
    right: 13px;
	width: 140px;
    height: 140px;
	}
#report .segment .seg_sales{
	margin: 25px 0px;
	clear: both;
	}	
#report .segment .seg_sales .graph{
	float: left;
	padding: 0px 10px 0px 0px;
	}	
#report .segment .seg_sales .graph .bar_graph01,
#report .segment .seg_sales .graph .bar_graph02,
#report .segment .seg_sales .graph .bar_graph03,
#report .segment .seg_sales .graph .bar_graph04,
#report .segment .seg_sales .graph .bar_graph05,
#report .segment .seg_sales .graph .bar_graph06{
	width: 200px;
	height: 140px;
	}	
#report .segment .seg_sales .graph .unit{
	font-size: 11px;
	text-align: right;
	}	
#report .segment .seg_sales .text{
	float: left;
	padding: 33px 0px 0px 0px;
	}
#report .segment .seg_sales .text p{
	margin: 0px 0px 0px 10px;
	text-align: right;
	}		
#report .segment .seg_sales .text p span.chartLastValue{
	font-size: 36px;
	}
#report .segment .seg_sales .text p span.ratio{
	font-size: 30px;
	}	
	
@media print, screen and (max-width: 640px) {
#report .segment{
	float: none;
    margin: 22px 0px 0px;
    width: 100%;
    height: 100%;
	}	
#report .segment .seg_title p.title_color01{
	background-color: #61c3ee;
    width: 100%;
    font-size: 16px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color02{
	background-color: #E2984D;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color03{
	background-color: #7DA941;
    width: 100%;
    font-size: 16px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color04{
	background-color: #9C6A9F;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color05{
	background-color: #61c3ee;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color06{
	background-color: #61c3ee;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}						
#report .segment .seg_title .pie_chart02,
#report .segment .seg_title .pie_chart04,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06{
	position: absolute;
    top: -26px;
    right: -5px;
    width: 90px;
    height: 90px;
	}
#report .segment .seg_title .pie_chart01,
#report .segment .seg_title .pie_chart03,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06{
	position: absolute;
    top: -26px;
    right: -5px;
    width: 90px;
    height: 90px;
	}	
#report .segment .seg_sales {
    margin: 6px 0px;
    clear: both;
}	
#report .segment .seg_sales .graph {
    float: none;
    padding: 0px;
}
#report .segment .seg_sales .graph .bar_graph01,
#report .segment .seg_sales .graph .bar_graph02,
#report .segment .seg_sales .graph .bar_graph03,
#report .segment .seg_sales .graph .bar_graph04,
#report .segment .seg_sales .graph .bar_graph05,
#report .segment .seg_sales .graph .bar_graph06{
	width: 75%;
    height: 150px;
    margin: 0 auto;
	}	
#report .segment .seg_sales .graph .unit{
	font-size: 11px;
    text-align: right;
    width: 100%;
	margin: 0px;
    padding: 0px 33px 0px;
	}
#report .segment .seg_sales .graph tspan{
	font-size: 11px;
	}	
#report .segment .text p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 15px;
	width: 85%;
	}		
#report .color01 .segment .text{
	padding: 5px;
	border-top: 2px solid #0593C6;
	border-bottom: 2px solid #0593C6;
	margin: 13px 0;	
}
#report .color02 .segment .text{
	padding: 5px;
	border-top: 2px solid #E2984D;
	border-bottom: 2px solid #E2984D;
	margin: 13px 0;	
}
#report .color03 .segment .text{
	padding: 5px;
	border-top: 2px solid #7DA941;
	border-bottom: 2px solid #7DA941;
	margin: 13px 0;	
}
#report .color04 .segment .text{
	padding: 5px;
	border-top: 2px solid #9C6A9F;
	border-bottom: 2px solid #9C6A9F;
	margin: 13px 0;	
}	
#report .color05 .segment .text{
	padding: 5px;
	border-top: 2px solid #0593C6;
	border-bottom: 2px solid #0593C6;
	margin: 13px 0;	
}	
#report .color06 .segment .text{
	padding: 5px;
	border-top: 2px solid #E2984D;
	border-bottom: 2px solid #E2984D;
	margin: 13px 0;	
}		
#report .segment .text p span.chartLastValue{
	font-size: 21px;
	}
#report .segment .text p span.ratio{
	font-size: 21px;
	}
#report .graph_btn01,
#report .graph_btn02,
#report .graph_btn03,
#report .graph_btn04,
#report .graph_btn05,
#report .graph_btn06{
	display: block;
	}	
		
}

/*Q-IR、セグメントグラフ*/
.chartRenderColumn{
	position:relative;
}
.chartRenderColumn .columnBackground{
    background-color:#DDD;
}
.chartRenderCircle .circleBackground{
    width: 120px;
    height: 120px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #FFF;
    border-radius: 100%;
    text-align: center;
}
.chartRenderCircle .circleText{
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:995;
}
.chartRenderCircle .circleText .circleText_label{
	font-size:11px;
}
.chartRenderCircle .circleText .circleText_value{
	font-size:16px;
	font-weight:bold;
}
[data-category="summary"]{
	width:48%;
	min-height:385px;
	float:left;
	margin-bottom:30px;
}
[data-category="summary"]:nth-of-type(2n+1) {
	clear:both;
}
[data-category="summary"]:nth-of-type(2n) {
	float:right;
}
[data-category="summary"] .chartUnit{
	text-align:right;
}
[data-category="summary"] .chartRenderColumn{
	height:280px;
}
[data-category="summary"] .chartTable table,
[data-category="summary"] .chartTable table th,
[data-category="summary"] .chartTable table td{
	border-style:solid;
	border-color:#d9d9d9;
}
[data-category="summary"] .chartTable table{
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-collapse:collapse;
	width:100%;
}
[data-category="summary"] .chartTable table th,
[data-category="summary"] .chartTable table td{
	border-top-width:0;
	border-left-width:0;
	border-right-width:1px;
	border-bottom-width:1px;
	vertical-align:middle;
}
[data-category="summary"] .chartTable table th{
	background-color:#f0f2f6;
	padding:1px;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}
[data-category="summary"] .chartTable table td{
	text-align:right;
	padding-right:1px;
}


[data-category="segmentSP"] .graph_btn01.chartRenderCircle,
[data-category="segmentSP"] .graph_btn02.chartRenderCircle,
[data-category="segmentSP"] .graph_btn03.chartRenderCircle,
[data-category="segmentSP"] .graph_btn04.chartRenderCircle{
	width:130px;
	height:130px;
	display:block;
	margin:0 auto;
	position:relative;
}
[data-category="segmentSP"] .pie_chart01.chartRenderCircle,
[data-category="segmentSP"] .pie_chart02.chartRenderCircle,
[data-category="segmentSP"] .pie_chart03.chartRenderCircle,
[data-category="segmentSP"] .pie_chart04.chartRenderCircle{
	width:90px;
	height:90px;
	display:block;
	margin:0 auto;
	position:relative;
}
[data-category="segmentSP"] .circleText{
	color:#000
}

[data-category="segmentSP"] .graph_btn01.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn02.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn03.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn04.chartRenderCircle .circleBackground{
    width: 110px;
    height: 110px;
    top: 10px;
    left: 10px;
}
[data-category="segmentSP"] .pie_chart01.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart02.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart03.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart04.chartRenderCircle .circleBackground{
    width: 70px;
    height: 70px;
    top: 10px;
    left: 10px;
}
.highcharts-container{
	z-index:1;
	position:relative;
}
.highcharts-axis-labels{
	font-size:7px;
}
@media screen and (max-width: 640px){
	[data-category="summary"]{
		width:100%;
		min-height:370px;
	}
	.chartRenderCircle .circleText .circleText_label{
	    font-size:7px;
    }
}
/*================================================================

 ★ message
 
================================================================*/

.sec01_m p {
	line-height: 1.7 !important;
}

.sec01_m {
	overflow: hidden !important;
	padding: 12px 10px !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
	font-size: 1rem !important;
}

.trim img{
    width: 90%;
}

@media print, screen and (max-width: 640px) {
.trim{
    overflow: hidden;
    height: 150px;
    position: relative;
	margin-bottom: 16px;
	margin-bottom: 1.14286rem !important;
	text-align: center;
}

.trim img{
    position: absolute;
    top: 74%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
}
}
/*================================================================

 ★ 汎用
 
================================================================*/

/*.Text_Box{
	border: 3px solid #064085;
	padding: 20px;
	margin-bottom: 24px;
	margin-bottom: 1.71429rem !important;
}

.Text_Area{
	background: #EBEFF5;
	padding: 20px;
	margin-bottom: 24px;
	margin-bottom: 1.71429rem !important;
}
@media print, screen and (max-width: 640px) {
.Text_Box{
	margin: 10px;
}

.Text_Area{
	margin: 10px;
}



.segment_box{
	border: 2px solid #728CC0;
	padding: 20px;
	}
@media only screen and (max-width: 640px) {
.segment_box{
	padding: 0 5px;
	margin: 10px;
	height: 390px;
	}
}	
*/

.segment_box{
    margin-bottom: 40px;
    padding: 20px !important;
    border: 2px solid #064085;
}	
.segment_box p:last-of-type{
    margin-bottom: 0px !important;
}	

@media print, screen and (max-width: 640px) {
	
	.height01 {
		height: 151px !important;
	}
	.height02 {
		height: 176px !important;
	}
	.height03 {
		height: 210px !important;
	}
	
	.segment_box {
		padding: 10px;
		margin: 10px 10px 40px 15px;
	}
	.sec01.open {
		height: auto !important;
	}

}

/*================================================================

 ★ asideの設定
 
================================================================*/

/*@media only screen and (max-width: 640px) {
	
#aside .btn__style--jadgeL a {
	height: 110px !important;
	padding: 55px 0 10px !important;
	font-size: 14px !important;
	font-size: 14px !important;
	font-size: 0.9rem !important;
	text-align: center !important;
}

#aside .btn__style--pdfL a {
	height: 110px !important;
	padding: 55px 0 10px !important;
	font-size: 14px !important;
	font-size: 14px !important;
	font-size: 0.9rem !important;
	text-align: center !important;
}

}*/

/*================================================================

 ★ カスタマイズ
 
================================================================*/
/*TOPスライダー*/
.slideBannerArea{
	font-size:100%;
}

.slideBannerArea p.readTxt{
	font-size:2.308em;
	font-weight:bold;
	color:#12498b;
}

.slideBannerArea p.infoTxt{
	font-size:1.385em;
	color:#333333;
}
@media print, screen and (max-width: 640px) {
.slideBannerArea{
	font-size:100%;
}

.slideBannerArea p.readTxt{
	font-size:1.8em;
	font-weight:bold;
	color:#12498b;
	letter-spacing:-0.5px;
}

.slideBannerArea p.infoTxt{
	font-size:1.1em;
	color:#333333;
}
}

/*3分で分かる!プロネクサス*/
.vtrArea{
	background: #064085;
	padding: 30px 0px;
	}
@media print, screen and (max-width: 640px) {
.vtrArea{
	padding: 25px 0px;
	}	
}

/*議案の動画*/
#election #movie{
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-bottom:15px;
	width:680px;
	}
@media print, screen and (max-width: 640px) {
#election #movie{
	text-align:center;
	min-width:100%;
	width:100%;
	margin-bottom:0px;
	padding-top:0px;
	}
}
	
/*買収防衛策が無ければ削除*/
.box_02 {
    border: 3px solid #ccc;
    padding: 15px;
}
.dokuritsu__list {
 	font-size: 18px;
    font-size: 1.125rem;
}
.dokuritsu__list dt {
    clear: left;
    float: left;
    padding-bottom: 7px;
    width: 8em;
}

.dokuritsu__list dd {
    float: left;
    padding-bottom: 7px;
}	
@media print, screen and (max-width: 640px) {
.dokuritsu__list {
  font-size: 13px;
  font-size: .8125rem;
}
.dokuritsu__list dt {
    clear: left;
    float: left;
    padding-bottom: 7px;
    width: 40%;
}
.dokuritsu__list dd {
    float: left;
    padding-bottom: 7px;
    width: 60%;
}
}

/*セグメント*/
#specialList_scroll_02 .text,
#specialList_scroll_04 .text{
	margin-bottom: 17px;
	}


/*関連コンテンツ*/
#top .relationArea {
	background: url(../../imgs/top_relation_bg.jpg) no-repeat top center;
	min-height: 715px;
}

#top .relationArea .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
}

#top .relationArea .relationArea_ttl {
	background: #F9DB57;
	color: #063F85;
	font-size: 30px;
	width: 60%;
    padding: 5px;
    text-align: center;
	margin: 0 auto 40px;
}

#top .relationArea li {
	float: left;
	padding: 0 26px;
}

#top .relationArea li a {
	background: #fff;
    width: 250px;
    height: 250px;
    border: 10px solid #064085;
    display: block;
    border-radius: 125px;
	text-align: center;
	font-size: 15px;
}

#top .relationArea li a:hover {
	opacity: 0.9;
}

#top .relationArea li a .icon {
	margin: 0 auto;
}

#top .relationArea li:first-child a .icon {
	padding: 30px 0 10px;
}

#top .relationArea li:nth-child(2n) a .icon {
	padding: 40px 0 15px;
}

#top .relationArea li:nth-child(3n) a .icon {
	padding: 40px 0 25px;
}

#top .relationArea li:nth-child(4n) a .icon {
	padding: 35px 0 15px;
}

#top .relationArea li:nth-child(5n) a .icon {
	padding: 24px 0 8px;
}

#top .relationArea li:nth-child(6n) a .icon {
	padding: 35px 0 15px;
}

#top .relationArea li a .pdf {
	border: 1px solid #064085;
    display: inline-block;
    width: 40px;
    margin: 4px;
    font-size: 12px;
}


@media print, screen and (max-width: 640px) {

#top .relationArea {
	min-height: inherit;
	overflow: hidden;
}

#top .relationArea .inner {
	width: 100%;
	padding: 28px 10px;
	overflow: hidden;
}

#top .relationArea .relationArea_ttl {
	width: 100%;
	font-size: 26px;
	margin: 0 auto 28px;
}

#top .relationArea li {
	padding: 0px;
}

#top .relationArea li:first-child,
#top .relationArea li:nth-child(3n),
#top .relationArea li:nth-child(5n) {
	padding-right: 10px;
}

#top .relationArea li:nth-child(6n) {
	padding-right: 0px;
}

#top .relationArea li a {
	background: #fff;
    width: 145px;
    height: 145px;
    border: 5px solid #064085;
    display: block;
    border-radius: 72px;
	text-align: center;
	font-size: 11px;
}

#top .relationArea li .link,
#top .relationArea li .link br {
	line-height: 1.3em;
}

#top .relationArea li a .pdf {
	font-size: 10px;
}

#top .relationArea li:first-child a .icon {
	padding: 11px 0 8px;
}
#top .relationArea li:first-child a .icon img {
	width: 45px;
}

#top .relationArea li:nth-child(2n) a .icon {
	padding: 24px 0 15px;
}
#top .relationArea li:nth-child(2n) a .icon img {
	width: 50px;
}

#top .relationArea li:nth-child(3n) a .icon {
	padding: 30px 0 15px;
}
#top .relationArea li:nth-child(3n) a .icon img {
	width: 45px;
}

#top .relationArea li:nth-child(4n) a .icon {
	padding: 18px 0 11px;
}
#top .relationArea li:nth-child(4n) a .icon img {
	width: 55px;
}

#top .relationArea li:nth-child(5n) a .icon {
	padding: 12px 0 7px;
}
#top .relationArea li:nth-child(5n) a .icon img {
	width: 48px;
}

#top .relationArea li:nth-child(6n) a .icon {
	padding: 20px 0 13px;
}
#top .relationArea li:nth-child(6n) a .icon img {
	width: 55px;
}


}

/*segment1*/
.segColor01{
	background: #EFF8FE;
	margin: 20px 0px;
	padding: 10px 15px;
	}
p.segColor01_ttl{
	color: #2A71B9;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px !important;
	}	
p.segColor01_item{
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
	margin-bottom: 5px !important;
	padding-left: 1em;
    text-indent: -1em;
	}		
p.segColor01_item:last-child{
	margin-bottom: 0px !important;
	}	
p.segColor01_item span{
	color: #2A71B9;	
	}
@media print, screen and (max-width: 640px) {
.segColor01{
	padding: 10px;
	}	
p.segColor01_ttl{
	padding: 0px !important;
	}	
p.segColor01_item{
	padding: 0px 0px 0px 1em!important;
	margin-bottom: 0px !important;
	}
}

/*segment2*/
.segColor02{
	background: #FFFDED;
	margin: 20px 0px;
	padding: 10px 15px;
	}
p.segColor02_ttl{
	color: #F6AD48;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px !important;
	}	
p.segColor02_item{
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
	margin-bottom: 5px !important;
	padding-left: 1em;
    text-indent: -1em;
	}		
p.segColor02_item:last-child{
	margin-bottom: 0px !important;
	}	
p.segColor02_item span{
	color: #F6AD48;	
	}
@media print, screen and (max-width: 640px) {
.segColor02{
	padding: 10px;
	}	
p.segColor02_ttl{
	padding: 0px !important;
	}	
p.segColor02_item{
	padding: 0px 0px 0px 1em!important;
	margin-bottom: 0px !important;
	}
}

/*segment3*/
.segColor03{
	background: #F3F9F4;
	margin: 20px 0px;
	padding: 10px 15px;
	}
p.segColor03_ttl{
	color: #27B58E;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px !important;
	}	
p.segColor03_item{
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
	margin-bottom: 5px !important;
	padding-left: 1em;
    text-indent: -1em;
	}		
p.segColor03_item:last-child{
	margin-bottom: 0px !important;
	}	
p.segColor03_item span{
	color: #27B58E;	
	}
@media print, screen and (max-width: 640px) {
.segColor03{
	padding: 10px;
	}	
p.segColor03_ttl{
	padding: 0px !important;
	}	
p.segColor03_item{
	padding: 0px 0px 0px 1em!important;
	margin-bottom: 0px !important;
	}
}

/*segment4*/
.segColor04{
	background: #F2F0F8;
	margin: 20px 0px;
	padding: 10px 15px;
	}
p.segColor04_ttl{
	color: #9B68A9;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px !important;
	}	
p.segColor04_item{
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
	margin-bottom: 5px !important;
	padding-left: 1em;
    text-indent: -1em;
	}		
p.segColor04_item:last-child{
	margin-bottom: 0px !important;
	}	
p.segColor04_item span{
	color: #9B68A9;	
	}
@media print, screen and (max-width: 640px) {
.segColor04{
	padding: 10px;
	}	
p.segColor04_ttl{
	padding: 0px !important;
	}	
p.segColor04_item{
	padding: 0px 0px 0px 1em!important;
	margin-bottom: 0px !important;
	}
}
/*アンケート*/
.enqBox{
	border: 5px solid #DDDDDD;
	padding: 25px;
	width: 1000px;
	margin: 0 auto;
	}
.enqBox_ttl{
	background: #064085;
	height: 60px;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	padding: 8px 0px 8px 53px;
	position: relative;
	margin-bottom: 30px;
	}
.enqBox_ttl:before{
	content: "";
    position: absolute;
    top: 11px;
    left: 35%;
    background: url(../../imgs/enqicon.png) no-repeat;
    width: 40px;
    height: 33px;
	}		
.enqBox_ttl:after{
	position: absolute;
    bottom: -15px;
    left: 48%;
    border-top: 15px solid #063F85;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0;
    content: "";
	}	
.enqBox p.enqBox_txt{
	line-height: 1.7;
    font-size: 18px;
    font-size: 1.125rem;
	text-align: center;
	margin-bottom: 25px;
	}
.medalBox{
	width: 600px;
	float: left;
	padding: 15px 0px 0px 60px;
	margin: 0 0 40px 0;
	}	
.medalBox_txt{
	line-height: 1.0;
    font-size: 18px;
    font-size: 1.125rem;
	margin-bottom: 15px;
	}	
.medalBox_txtRed{
	color: #FF0000;
	font-size: 40px;
	font-weight: bold;
	}	
.medalBox_txtBig{
	font-size: 30px;
	}		
.medalBox_period{
	background: #EBEFF5;
	border-radius: 25px;
	line-height: 1.7;
    font-size: 18px;
    font-size: 1.125rem;
	text-align: center;
	color: #063F85;
	font-weight: bold;
	height: 50px;
	width: 380px;
	padding: 10px;
	}	
.medalIcon{
	width: 340px;
	float: left;
	text-align: right;
	}	
.enqbnr{
	display: block;
	text-align: center;
	}	
.enqbnr_sp{
	display: none;
	}		
.enqbnr:hover{
	opacity: 0.7;
	}		
@media print, screen and (max-width: 640px) {
.enq{
	padding-left: 16px;
	padding-left: 1.14286rem !important;
	padding-right: 16px;
	padding-right: 1.14286rem !important;
	}
.enqBox{
	width: 100%;
	padding: 12px;
	}	
.enqBox_ttl{
	background: #064085;
    height: 45px;
    line-height: 1.2 !important;
    font-size: 17px;
    color: #FFF;
    text-align: left;
    padding: 13px 0px 13px 68px;
    position: relative;
    margin-bottom: 30px;
	}
.enqBox_ttl:before{
	content: "";
    position: absolute;
    top: 9px;
    left: 12%;
    background: url(../../imgs/enqicon.png) no-repeat;
    background-size: 30px;
	}		
.enqBox_ttl:after{
	position: absolute;
    bottom: -15px;
    left: 43%;
    border-top: 15px solid #063F85;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 0;
    content: "";
	}		
.enqBox p.enqBox_txt{
	line-height: 1.7;
    font-size: 14px;
    font-size: 0.875rem;
	text-align: left;
	margin-bottom: 10px;
	}
.medalBox{
	width: auto;
	float: none;
	padding: 0px;
	margin: 0 0 20px 0;
	}	
.medalBox_txt{
	line-height: 1.2 !important;
    font-size: 14px;
    font-size: 0.875rem;
	margin-bottom: 15px;
	text-align: center;
	}	
.medalBox_txtRed{
	line-height: 1.0 !important;
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
	}	
.medalBox_txtBig{
	line-height: 1.2 !important;
	font-size: 26px;
	line-height: 1.0;
	}		
.medalBox_period{
	background: #EBEFF5;
	border-radius: 25px;
	line-height: 1.0;
    font-size: 15px;
    font-size: 0.938rem;
	text-align: center;
	color: #063F85;
	font-weight: bold;
	height: 50px;
	width: auto;
	padding: 12px 0px !important;
	}	
.medalIcon{
	width: auto;
    float: none;
    text-align: center;
	margin-bottom: 25px;
	}
.medalIcon img{
	width: 130px;
	}		
.enqbnr{
	display: none;
	}
.enqbnr_sp{
	display: block;
	text-align: center;
	margin-bottom: 5px;
	}	
.enqbnr_sp img{
	width: 246px;
	}		
.enqbnr:hover{
	opacity: 0;
	}		
}

/*コンテンツへのリンク*/
.contentsBnr_wrap{
	position: absolute;
	width: 88px;
	height: 165px;
	right: 0%;
    top: 0%;
	}
.contentsBnr{
	position: relative;
    top: 120px;
    right: 0%;
	width: 88px;
	height: 165px;
	}
.contentsBnr:hover{
	opacity: 0.7;
	}
@media print, screen and (max-width: 640px) {
.contentsBnr_wrap{
	position: absolute;
	width: 50px;
	height: 94px;
	right: 0%;
    top: 0%;
	}	
.contentsBnr{
	position: relative;
    top: 88px;
    right: 0%;
	width: 50px;
	height: 94px;
	}	
.contentsBnr img{
	width: 50px;
	height: 94px;
	}	
.contentsBnr:hover{
	opacity: 1;
	}	
}	

.cautionBox{
	padding: 10px;
	border: 2px solid #c00;
	}
