

.content_title										{display:block; background-color:#005692;}
.content_title h2									{display:block; width:1100px; margin:0px auto; padding:40px 0px 40px 0px; font-size:30px; line-height:30px; color:#ffffff; font-weight:600;}

/*--- news ---*/
.news_gyo													{border-bottom:1px solid #eeeeee;}
.news_gyo a												{padding:10px; background-color:#ffffff; color:#444444; display:flex; justify-content:space-between; flex-wrap: wrap; -webkit-transition: 0.2s ease-in-out;  -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.news_gyo a:hover									{padding:10px; background-color:#f9f9f9; text-decoration:none; -webkit-transition: 0.2s ease-in-out;  -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.news_date												{width:15%; font-size:16px; line-height:26px; font-weight:500;}
.news_tx													{width:85%;}
.news_tx_title										{ font-size:20px; line-height:30px; font-weight:500; color:#000000;}
.news_tx_detail										{ font-size:14px; line-height:26px; font-weight:400; color:#666666;}

/*--- blog ---*/
.blog_entry												{font-size:18px; line-height:36px;}
.blog_single_list_date						{ text-align:right;font-size:16px; line-height:18px; padding-bottom:10px; font-family:"Reddit Sans"; font-weight:600;}

.main_contents table							{border-top:1px solid #eeeeee; width:100%;}
.main_contents th									{border-bottom:1px solid #eeeeee; padding:10px; background-color:#e9f6f9;}
.main_contents td									{border-bottom:1px solid #eeeeee; padding:10px;}
.main_contents ul									{margin:0px; padding:0px 0px 30px 30px;}
.main_contents ul li							{padding-top:10px; padding-bottom:10px; border-bottom:1px solid #eeeeee;}

/*member*/
.new_tokuten											{border:1px solid #005692; padding:10px; margin-bottom:15px;}
.new_tokuten_title								{background-color:#f1fbff; padding:15px; font-size:20px; line-height:30px; font-weight:600;}
.new_tokuten_tx										{apdding:15px;}





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

.content_title										{display:block; background-color:#005692;}
.content_title h2									{display:block; width:96%; margin:0px auto; padding:20px 0px 20px 0px; font-size:26px; line-height:30px; color:#ffffff; font-weight:600;}

/*--- news ---*/
.news_gyo													{}
.news_gyo a												{padding:10px; background-color:#ffffff; color:#444444; display:flex; justify-content:space-between; flex-wrap: wrap; -webkit-transition: 0.2s ease-in-out;  -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.news_gyo a:hover									{padding:10px; background-color:#f9f9f9; text-decoration:none; -webkit-transition: 0.2s ease-in-out;  -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.news_date												{width:100%; font-size:16px; line-height:26px; font-weight:500;}
.news_tx													{width:100%;}
.news_tx_title										{ font-size:20px; line-height:30px; font-weight:500; color:#000000;}
.news_tx_detail										{ font-size:14px; line-height:26px; font-weight:400; color:#666666;}

/*table*/
.main_contents table												{display:table;width:100%; height:auto!important; max-width:640px;  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;}
.main_contents table tbody									{display:table;width:100%; max-width:640px; }


.main_contents table tr						{ height:auto!important;}
.main_contents table td						{ height:auto!important;}





}