
.txtColorRed {
	color: #ff0000;
}

.txtBold {
	font-weight: bold;
}

.txtLink {
	text-decoration: underline;
	color: #0000ff;
}

.fontType {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

.fontSize12 {
	font-size: 12px;
}

.listMarkerCircle {
	list-style-type: circle;
}

.lineEmboss {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(128,128,128,1);

}

table.video_table{
	width: 100%;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.video_table tr td {
	padding: 8px 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right-style:none;
	border-left-style:none;
}


.video_title {
	text-decoration: underline;
	font-weight: bold;
}


table.imagetable {
	width: 98%;
	border-spacing: 0;
	font-size:11px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
table.imagetable th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.imagetable th:first-child {
	border-radius: 5px 0 0 0;	
}
table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.imagetable tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
}
table.imagetable tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.imagetable tr {
	background: #fff;
}
table.imagetable tr:nth-child(2n+1) {
	background: #f1f6fc;
}
table.imagetable tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.imagetable tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
table.imagetable tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
table.imagetable tr:hover {
	background: #bbd4ee;
}



.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #508dec;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;

}

.box40 {
    margin: 2em 0;
	height: 100%;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box40 .box-title {
    font-size: 1.2em;
    background: #508dec;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box40 p {
    padding: 15px 20px;
    margin: 0;

}


.arrow3{
	width: 200px;
	margin: auto auto -55px auto;
}

.arrow3::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 50px;
	background: #508dec;
}

.arrow3::after{
	content: "";
	display:block;
	border-top: 100px solid #508dec;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}



.msr_box02 {
	background-color: #508dec;
	width: 230px;
	margin: 10px 10px 10px 10px;
}

.msr_box02 a{
	box-sizing: border-box;
	display:block;
	position: relative;
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

.msr_box02 .ttl {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 2px;
	text-align: center;
}


.msr_box02 a:hover{
	opacity: 0.8;
}


.msr_box03 {
	width: 230px;
	margin: 20px 20px 20px 20px;
}

.msr_box03 a{
	box-sizing: border-box;
	display:block;
	position: relative;
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

.msr_box03 .ttl {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 2px;
	text-align: center;
}


.msr_box03 a:hover{
	opacity: 0.8;
}

.msr_box04 {
	width: 50%;
	margin: 20px 20px 20px 20px;
}

.msr_box04 a{
	box-sizing: border-box;
	display:block;
	position: relative;
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

.msr_box04 .ttl {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 2px;
	text-align: center;
}


.msr_box04 a:hover{
	opacity: 0.8;
}

.fuwatto_btn{
	font-size: 15px;
	display: inline-block;
	background-color: #508dec;
	color: #FFF;
	width: 100%;
	padding: 0.8em;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}

.fuwatto_btn:hover{
	cursor: pointer;
	text-decoration: none;
	color: #FFFF00;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}

.fuwatto_btn a:focus { text-decoration: none; color: #FFFFFF; }



.inline-block1 {
	width:49%;
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #f7f7f7;    /* 背景色指定 */
    padding: 0px 0px 0px 0px;              /* 余白指定 */
}

