@charset "UTF-8";
/*===============================================
mdj_common.css（サイト共通CSS）
===============================================*/

/*googlefontの設定*/
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
/*リンク色の設定*/
a {
	transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000066;
	text-decoration: none;
}
.fBlack {
	color: #111111 !important;
}
.fBlue {
	color: #000066 !important;
}
.fGreen {
	color: #1eb216 !important;
}
.fYellow {
	color: #ffc42b !important;
}
.fPurple {
	color: #c03da9 !important;
}
.fOrange {
	color: #ff7200 !important
}
/*section*/
.section01 {
	background: url(/user/media/images/mdj/common/bg/bg02.gif) repeat right;
}
.section02 {
	box-sizing: border-box;
	padding: 32px;
	border: 4px solid #efefef;
}
.section03 {
	box-sizing: border-box;
	padding: 16px 24px;
	background: #f2f2f2;
}
/*見出し*/
.original {
	background: none;
	text-indent: 0px;
	line-height: auto;
	letter-spacing: normal;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.h201 {
	font-size: 24px;
	padding: 32px 24px;
	background: url(/user/media/images/mdj/common/bg/bg01.jpg);
}
h3 {
	padding: 24px 0;
	line-height: 1.1;
	font-size: 24px;
	border-top: 4px solid #111111;
}
h3 .roboto {
	font-size: 30px !important;
}
.h301 span, .h302 span, .h303 span, .h304 span, .h305 span {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 0 8px;
}
.h301 {
	font-size: 24px;
	border-top: 4px solid #11a0a5;
}
.h302 {
	font-size: 24px;
	border-top: 4px solid #c03da9;
}
.h303 {
	font-size: 24px;
	border-top: 4px solid #ff7200;
}
.h304 {
	font-size: 24px;
	border-top: 4px solid #f56075;
}
.h305 {
	font-size: 24px;
}
.h305 .btn01 {
	float: right;
	width: 150px;
}
.h401 {
	padding: 16px 0;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #dfdfdf;
	font-size: 15px;
}
.h402 {
	padding: 16px 0;
	border-top: 1px solid #111111;
	color: #1eb216;
	text-align: center;
	font-size: 15px;
}
.h402 .icon {
	margin: 0 8px;
	vertical-align: middle;
}
.h403 {
	font-size: 18px;
}
.h403_01 {
	border-left: 4px solid #11a0a5;
}
.h403_02 {
	border-left: 4px solid #c03da9;
}
.h403_03 {
	border-left: 4px solid #ff7200;
}
.h403_04 {
	border-left: 4px solid #f56075;
}
.h403_05 {
	border-left: 4px solid #010068;
}
h5 {
}
.list01 li {
	background: url('/user/media/images/mdj/common/icon/icon13.gif') no-repeat scroll left 11px transparent;
	padding: 3px 0px 3px 16px;
}

@media all and (max-width: 768px) {
.list01 {
	margin: 0 10px;
}
}
/*table等*/





.mdj_table01 table {
	width: 100%;
}
.mdj_table01 tr {
	border-bottom: 1px solid #dfdfdf;
}
.mdj_table01 tr:last-child {
	border-bottom: none;
}
.mdj_table01 th {
	width: 96px;
	padding: 16px 0;
}
.mdj_table01 th span {
	background: #000000;
	color: #ffffff;
	display: block;
	text-align: center;
}
.mdj_table01 td {
	padding: 16px 0 16px 24px;
}
.mdj_table02 table {
	width: 100%;
}
.mdj_table02 th {
	text-align: center;
	border: 1px solid #cccccc;
	vertical-align: middle;
	background: #000066;
	color: #ffffff;
	padding: 16px 0;
}
.mdj_table02 td {
	text-align: center;
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 16px 0;
}
.mdj_table02 .bg01 {
	background: #FFF3D4;
}
/*ボタン・リスト等*/
.btn01 {
	display: block;
	width: 94px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	border: 1px solid #000066;
	text-decoration: none !important;
	padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(/user/media/images/mdj/common/arrows/arrow02.png) no-repeat right 8px center;
}
.btn01:hover {
	color: #ffffff;
	background: url(/user/media/images/mdj/common/arrows/arrow01.png) no-repeat right 8px center #000066;
}
a.btn02 {
	height: 58px;
	box-shadow: inset 0 -4px #136b09, 0 2px rgba(00,00,00, .15);
	display: block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #20a712;
	position: relative;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px #136f0a;
	font-weight: bold;
	padding-top: 18px;
}
a.btn02 span {
	border-radius: 0 8px 8px 0;
	background-color: #1a970d;
	display: inline-block;
	width: 16px;
	height: 58px;
	box-shadow: inset 0 -4px #136b09;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 18px;
}
a:hover.btn02 {
	background-color: #24bd1b;
}
a:hover.btn02 span {
	background-color: #15ad0d;
}
.btn03 {
	display: block;
	width: 170px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	border: 1px solid #000066;
	text-decoration: none !important;
	padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(/user/media/images/mdj/common/arrows/arrow02.png) no-repeat right 8px center;
}
.btn03:hover {
	color: #ffffff;
	background: url(/user/media/images/mdj/common/arrows/arrow01.png) no-repeat right 8px center #000066;
}
.btn04 {
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
	height: 32px;
	border: 1px solid #111111;
	padding: 0px 16px;
	line-height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #111111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btn04:hover {
	color: #ffffff;
	background: #111111;
}
.btn05 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 40px 0 8px;
	vertical-align: middle;
	text-decoration: none;
	background: url(/user/media/images/mdj/common/icon/icon20.png) no-repeat right 8px center #111111;
}
.btn06 {
	box-sizing: border-box;
	border: 1px solid #000066;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000066;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 40px 0 8px;
	vertical-align: middle;
	text-decoration: none;
	background: url(/user/media/images/mdj/common/icon/icon21.png) no-repeat right 8px center #ffffff;
	font-weight: bold;
}
.btn06:hover {
	background: url(/user/media/images/mdj/common/icon/icon20.png) no-repeat right 8px center #000066;
	color: #ffffff;
}
.btn07 {
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #ffc42b;
	position: relative;
	color: #111111 !important;
	text-decoration: none !important;
}
.btn07:hover {
	background-image: -webkit-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: -moz-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: -o-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: linear-gradient(to top, #ecaa00, #ffc631);
}
/*●●件の部分*/

#mdj_container .counter {
	font-weight: bold;
}
#mdj_container .counter .roboto {
	font-size: 36px;
	margin: 0 3px 0 0;
	color: #1eb216;
}
/*form関連*/
#mdj_footer select, #mdj_side select {
	border: 2px solid #111111;
	background: #ffffff;
	padding: 8px 0 8px 8px;
	font-weight: bold;
	box-sizing: border-box;
	height: 38px;
}
#mdj_footer input[type="text"], #mdj_side input[type="text"] {
	border: 2px solid #111111;
	background: #ffffff;
	padding: 7px;
	font-weight: bold;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#mdj_footer input[type="button"], #mdj_side input[type="button"] {
	background: #000066;
	color: #ffffff;
	box-sizing: border-box;
	border: none;
	border-bottom: 4px solid #111111;
	font-size: 14px;
	height: 38px;
	cursor: pointer;
}
/*トースト部分*/
#mdj_container .toast {
	background: #1EB216;
	cursor: pointer;
}
#mdj_container .toastWrap {
	position: relative;
	width: 1072px;
	margin: 0px auto;
}
#mdj_container .toastInner {
	padding: 20px 0px;
}
#mdj_container .toast .text01, #mdj_container .toast .text02 {
	display: inline-block;
	padding: 5px 10px;
}
#mdj_container .toast .text01 {
	color: #111;
}
#mdj_container .toast .text01 a {
	color: #FFF;
	text-decoration: underline;
}
#mdj_container .toast .text01 a:hover {
	text-decoration: none;
}
#mdj_container .toast .text02 {
	background: #FFF;
}
#mdj_container .toast .close {
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 20px;
	font-weight: bold;
	margin: -15px 0px 0px 0px;
}
#mdj_container .toast .close span {
	font-size: 14px;
	font-weight: normal;
}
#mdj_container .toast .close a {
	text-decoration: none;
}
/*===============================================
 LightCMS用（管理画面の幅を設定。基本的には#PAGEと同じ幅を全て指定する。）
===============================================*/
#centerColumn {
	width: 732px;
}
#leftColumn {
	width: 732px;
}
#rightColumn {
	width: 732px;
}
/*===============================================
見出しページ用
===============================================*/
.cms_h301 {
	padding: 24px 0;
	line-height: 1.1;
	font-size: 24px;
	border-top: 4px solid #111111;
	border-bottom: 1px solid #111111;
}
.cms_h401 {
	padding: 16px 0;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #dfdfdf;
	font-size: 15px;
}
.cms_h501 {
	background: none repeat scroll 0% 0% #E9E9E9;
	border-left: 4px solid #111111;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
}

@media all and (max-width: 768px) {
.cms_h301 {
	padding: 24px 10px;
}
.cms_h401 {
	padding: 16px 10px;
}
.cms_h501 {
	margin: 0 10px;
}
}
.cms_btn01 a {
	display: block;
	width: 94px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	border: 1px solid #000066;
	text-decoration: none !important;
	padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(/user/media/images/mdj/common/arrows/arrow02.png) no-repeat right 8px center;
}
.cms_btn01 a:hover {
	color: #ffffff;
	background: url(/user/media/images/mdj/common/arrows/arrow01.png) no-repeat right 8px center #000066;
}
.cms_btn02 a {
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #ffc42b;
	color: #111111 !important;
	text-decoration: none !important;
}
.cms_p01 {
	background: url('/user/media/images/mdj/common/icon/icon13.gif') no-repeat scroll left 11px transparent;
	padding: 3px 0px 3px 16px;
}

@media all and (max-width: 768px) {
.cms_p01 {
	margin: 0 10px;
}
}
.table01 {
	margin: 0 auto;
}
.table01 th, .table01 td {
	padding: 10px 16px;
	border: 1px solid #cccccc;
}
.table01 th {
	color: #ffffff;
	background: #000066;
}
.table01 td {
	background: #ffffff;
}
.table02 {
	margin: 0 auto;
}
.table02 th, .table02 td {
	padding: 10px 16px;
	border: 2px solid #cccccc;
}
.table02 th {
	background: #fcffdf;
}
.table02 td {
	background: #ffffff;
}
