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

/*------------------------------------------------

   common

------------------------------------------------*/

/*------------------------------------------------

   text-align
   
------------------------------------------------*/

.tx_L {
	text-align: left !important;
}
.tx_C {
	text-align: center !important;
}
.tx_R {
	text-align: right !important;
}
.tx_j {
	text-align: justify;
	text-justify: inter-ideograph !important;
}
/*------------------------------------------------

   text
   
------------------------------------------------*/

.font_bold {
	font-weight: bold;
	font-size: 100%;
	color: #372c26;
}
.font_bold a {
	font-weight: bold;
	font-size: 100%;
	color: #077799;
}
.font_bold a:hover {
	color: #077799;
}
.font_bold a:visited {
	color: #077799;
}
.font_bold a:active {
	color: #077799;
}
.font_red {
	color: #C9325A;
}
.font_or {
	color: #c65600;
}
.font_nv {
	color: #232650;
}
.font_small {
	font-size: 70%;
	line-height: 140% !important;
}
.font_small_b {
	font-size: 70%;
	font-weight: bold;
}
/*------------------------------------------------

   float
   
------------------------------------------------*/

.fl_L {
	float: left !important;
}
.fl_R {
	float: right !important;
}
.fl_n {
	float: none !important;
}
.clear {
	clear: both !important;
}
/*------------------------------------------------

   font
   
------------------------------------------------*/

/*------------------------------------------------

   background
   
------------------------------------------------*/


/*------------------------------------------------

   clearfix
   
------------------------------------------------*/

.cFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cFix {
	min-height: 1px;
}
* html .cFix {
	height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/
}
/*------------------------------------------------

   display
   
------------------------------------------------*/

.dnone {
	display: none;
}
.dinline {
	display: inline;
}
.dblock {
	display: block;
}
.dflex{
	display: flex;
}
/*------------------------------------------------

   padding
   
------------------------------------------------*/
.box00 {
	margin-top: 0 !important;
}
.box01 {
	margin: 10px 0 !important;
}
.box02 {
	margin: 20px 0 !important;
}
.box03 {
	margin-top: 10px !important;
}
.box03s {
	margin-top: 5px !important;
}
.box04 {
	margin-bottom: 10px!important;
}
.box04s {
	margin-bottom: 5px!important;
}
.box05 {
	margin-top: 20px !important;
}
.box06 {
	margin-bottom: 20px !important;
}
.box07 {
	margin-top: 30px !important;
}
.box08 {
	margin-bottom: 30px !important;
}
.box09 {
	margin-top: 40px !important;
}
.box10 {
	margin-bottom: 50px !important;
}

/*------------------------------------------------

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



/*------------------------------------------------

  text color
   
------------------------------------------------*/



/*------------------------------------------------

  table
   
------------------------------------------------*/

table {
	border: none;
}
table td {
	border: none;
	padding: 10px;
	background: #FFF;
}
table.hyou_none {
	border: none !important;
	border-collapse: collapse;
}
table.hyou_none td {
	border: none !important;
	padding: 0 !important;
	background: none !important;
}
table.hyou_gray {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
table.hyou_gray td {
	border: 1px solid #cccccc;
	font-size: 100%;
}
table.hyou_blue {
	border: 1px solid #A9E5FF;
	border-collapse: collapse;
}
table.hyou_blue td {
	border: 1px solid #A9E5FF;
	font-size: 100%;
}
table.hyou_red {
	border: 1px solid #CA4976;
	border-collapse: collapse;
}
table.hyou_red td {
	border: 1px solid #FFC7CF;
	font-size: 100%;
	color: #CA4976;
}
table.hyou_nv td {
	border: 1px solid #FFC7CF;
	font-size: 100%;
	color: #FFF;
}
table.hyou_red td.black {
	color: #333333;
}
table.hyou_yellow {
	border: 1px solid #feecd3;
	border-collapse: collapse;
}
table.hyou_yellow td {
	border: 1px solid #F4DDC1;
	font-size: 100%;
}
.hyou_gray_bg {
	background: #EEEEEE;
}
.hyou_blue_bg {
	background: #e3f5ff;
}
.hyou_red_bg {
	background: #ffecee;
}
.hyou_yellow_bg {
	background: #fff3e3;
}
.hyou_nv_bg {
	background: #23264f;
	color:#FFF;
}
.hyou_or_bg {
	background: #be5601;
	color:#FFF;
}

table.hyou_bottombo td {
	border-bottom: 1px dashed #DDD;
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/

@media screen and (max-width:1199px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/

@media screen and (max-width:991px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/

@media screen and (max-width:767px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/

@media screen and (max-width:480px) {
}
