﻿@charset "utf-8";

/* news */
#newsinfo #news {
	margin-bottom: 40px;
}

#newsinfo #news .notice {
	float: left;
	width: 630px;
	font-size: 71.4%;
	color: #FFFFFF;
	text-align: right;
	margin-top: -17px;
	position: relative;
}

#newsinfo #news .list {
	float: right;
	width: 50px;
	background: url(/common/img/home/list_bg_bot.gif) no-repeat left bottom;
	font-size: 71.4%;
	margin: -17px 10px 0 0;
	display: inline-block;
	position: relative;
}

#newsinfo #news .list a {
	background: url(/common/img/home/list_bg.gif) no-repeat left top;
	padding: 1px 0 2px 22px;
	display: block;
	line-height: 1.2;
}

#newsinfo #news dl {
}

#newsinfo #news dl dt {
	clear: both;
	float: left;
	width: 6em;
	font-size: 85.7%;
	margin-right: 16px;
	padding-top: 6px;
}

#newsinfo #news dl span {
	float: left;
	width: 72px;
	font-size: 83.3%;
	line-height: 1.1;
	text-align: center;
	margin: 2px 25px 0 0;
	padding-top: 1px;
	display: inline-block;
}

#newsinfo #news dl span a {
	color: #FFFFFF;
	padding-bottom: 2px;
	display: block;
}

#newsinfo #news dl dd {
	font-size: 85.7%;
	background: url(/common/img/share/line.gif) repeat-x left bottom;
	padding: 6px 0 8px 7.5em;
}

#newsinfo #news dl dd:after {
	content: '';
	display: block;
	clear: both;
}

#newsinfo #news dl dd a.arrow {
	width: 550px;
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.4em;
	padding: 1px 0 0 19px;
	display: inline-block;
	line-height: 1.4;
	background: url(/common/img/share/arrow_r.gif) no-repeat left 0.5em;
}

h3{
    border-bottom:1px solid #BDC6D9;
    padding:0 0 5px 20px;
    margin:0 0 0.4em 0;
    font-size:100%;
    font-weight:bold;
    color:#993300;}
    
h4{
    border-bottom:1px solid #BDC6D9;
    padding:0 0 5px 20px;
    margin:0 0 0.4em 0;
    font-size:100%;
    font-weight:bold;}

/* ============================== */
/* 共通 */
/* ============================== */
/* ボタン */
.buttonDesign{
	width: 200px;
	height: 50px;
	font-size: 18px;
	letter-spacing: 1px;
	/*青基調*/
	/*background: #558098;*/
	/*background: linear-gradient(-45deg, #466d84, #7eacbf);*/
	/*border: 4px outset #cfdfe8;*/
	/*煉瓦基調*/
	background: #73450c;
	background: linear-gradient(-45deg, #8c4d4d, #bf724d);
	/*border: 4px outset #cc9f83;*/
	border: 4px double #d2af99;
	border-width: 5px 4px 4px 5px;
	color: #ffffff;
	box-shadow: 3px 4px 3px 0px rgba(49,31,30,0.7);
	border-radius:5px;
}
.buttonDesign:hover {
  background: linear-gradient(-45deg, #b57979, #d67c50);
  cursor:pointer;
}
.buttonDesign:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: none;/*線を消す*/
}

.buttonDesign2{
	width: 230px;
	height: 50px;
	border-radius:7px;
	font-size: 18px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	/*background: #4768c5;*/
	background: linear-gradient(0deg, #98938b, #675e50);
	color: #ffffff;
	border: 4px double #e2e2e2;
	box-shadow: 2px 4px 4px 0px rgba(119,111,99,0.7);
	margin: 5px 15px 0;
}
.buttonDesign2:hover {
  cursor:pointer;
}

.buttonDesign2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: none;/*線を消す*/
}
/*
.buttonDesign_ok{
	background:linear-gradient(-45deg, #ce2323, #e66f6f);
	border-color:#ea8383;
}
.buttonDesign_ok:hover{
	background: linear-gradient(-45deg, #fb5151, #ec776c);
}
*/
.buttonDesign_info,.buttonDesign_ok{
	background: linear-gradient(-45deg, #da3116, #e6796e);
	border-color:#f7af9a;
}
.buttonDesign_info:hover,.buttonDesign_ok:hover{
	background: linear-gradient(-45deg, #ff5034, #f1938a);
}
/* ============================== */
/* 案内ページ関連 */
/* ============================== */
/* 講演内容 */
.miniIcon{
	background:#558098;
	color:#ffffff;
	font-weight:bold;
	font-size: 100%;
	letter-spacing:1px;
	border-radius: 2px;
	padding: 8px 8px;
	margin-right: 10px;
}
/* 講演者 */
.seminarSpeakerName{
	font-size:18px;
	font-weight:bold;
}
.seminarSpeakerImg{
	border:3px inset #d3e9f3;
}

/* 講演詳細 */
.seminarContentsBox{
	/*background:#ebf6fd;*/
	background:linear-gradient(135deg, #ebf6fd, #abcde2);
	border:3px outset #c1d3de;
	box-shadow:2px 2px 6px;
	padding:0 0 20px 0;
	margin-top:20px;
}
.seminarContentsTitle{
	background:#558098;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	padding:10px 0 10px 25px;
}
.seminarComment{
	width:80%;
	padding-left:30px;
	vertical-align:middle;
}

/* 主催者 */
.seminarSponsorBox{
	background:linear-gradient(135deg, #f3fff8, #ced8d2);
	border:3px outset #ced8d2;
	box-shadow:2px 2px 6px;
	padding:0 0 20px 0;
	margin-top:20px;
}
.seminarSponsorName{
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-right:3px;
}
.seminarSponsorImg{
	border:3px inset #e9f5ee;
}



/* ============================== */
/* 申し込みページ関連 */
/* ============================== */

/* 青文字コメント */
.infoComment{
	color:#004cbf;
}
/*  */
.entryBox{
	font-weight:bold;
	padding:25px;
	background:linear-gradient(135deg,#ebf6fd,#b2d6ec);
	border:3px outset #c1d3de;
	box-shadow:2px 3px 6px;
}
/* 入力エラーメッセージ */
.eMsg_outside{
	background:#c53020;
	border-radius:6px;
}
.eMsg_inside{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	border-radius:5px;
}
.eMsg_message p{
	margin-left:10px;
	color:red;
	font-weight: bold;
}
/* 入力エラーポップ */
.inputErrPop_disp{
	position: relative;
	display:block;
	background:#f96f61;
	color:#ffffff;
	font-weight:bold;
	border-radius:3px;
	margin:0 0 0 10px;
	padding:2px 8px;
}
.inputErrPop_disp::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -7px;
  top: 4px;
  border-right: 11px solid #f96f61;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.inputErrPop_none{
	display:none;
}

/* ============================== */
/* 手順ページ関連 */
/* ============================== */

.howto_btn{
	padding:10px 20px;
	background:linear-gradient(-45deg, #e67501, #f5a553);
	border-color: #f7d69a;
}

.howto_btn:hover{
	background: linear-gradient(-45deg, #f5a758, #ffac58);
}
.pageTitleBar{
	background: #635b4f;
    background: linear-gradient(0deg, #837460, #635b4f);
    color: #ffffff;
    border: 3px double #ffffff;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    letter-spacing:1px;
}

.pageTitleBarLine{
	margin-left: 5px;
    background: #e60000;
    background: linear-gradient(0deg, #e60000, #bb0202);
    color: transparent;
    font-size: 50%;
    padding: 10px 0 8px;
}
.h4_howto{
	border-bottom: 1px solid #BDC6D9;
    padding: 0;
    margin: 0 0 0.4em 8px;
    font-size: 20px;
    font-weight: bold;
}

.jumpScrollBox{
	border-bottom:1px solid #8d9ec3;
}

.jumpScrollBox:hover{
	border-bottom:1px solid #5c99ce;
	color:#5c99ce;
	cursor:pointer;
}

.jumpScrollButton{
	background: #ffce74;
    border-radius: 3px 3px 3px 3px;
    border: 4px double #ff9030;
    font-size: 18px;
    box-shadow: 2px 4px 3px #c1843a;
    padding: 8px 20px;
    letter-spacing: 1px;
    cursor:pointer;
}
.jumpScrollButton:hover{
	background: #ffe8bc;
    border-radius: 10px 10px 10px 10px;
    border: 4px double #d4c839;
}
.jumpScrollButton:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: none;
}


.contentsTitleIcon{
	color: transparent;
    background: #5c99ce;
    background: linear-gradient(-45deg, #5c99ce, #90bfe8);
    margin-right: 10px;
    padding-bottom: 3px;
}

.contensTitle{
	font-size:15px;
	font-weight:bold;
}

.contensMargin{
	margin:5px 0 40px 10px;
}

.textMargin{
	margin-bottom: 10px;
}

.imgDesign{
	border:2px outset #c0e0ff;
}

.download_btn{
	font-size:11px;
	width:140px;
	height:40px;
	text-align:left;
}

.notdownload_btn{
	font-size:11px;
	background: linear-gradient(-45deg, #615e5e, #969696);
}

.download_btn{
	font-size:11px;
	width:140px;
	height:40px;
	text-align:left;
}


.download_btn_mini{
	font-size:10px;
	width:122px;
	height:24px;
	text-align:left;
	box-shadow: none;
}

.download_btn_mini:hover{
	background: linear-gradient(-45deg, #da3116, #e6796e);
	cursor:default;
}

.download_btn_mini:active{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}