﻿@charset "UTF-8";

/* HeadingBlock */
div.mol_contents h1 {
}
div.mol_contents h2 {
	background: linear-gradient(#fff, #f0f0f0);
	border: 1px solid #ccc;
	border-bottom: 3px solid #33aad5;
	color: #0072a2;
	font-size: 120%;
	margin: 18px 0 3px 0;
	padding: 8px 8px 8px 25px;
	position: relative;
}
div.mol_contents h2::before,
div.mol_contents h2::after{
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -4px;
	border-right: 1px solid #33aad5;
	border-top: 1px solid #33aad5;
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
}
div.mol_contents h2::after{
	left: 12px;
}
div.mol_contents h3 {
	margin: 15px 0 3px 0;
	color: #017940;
	font-size: 110%;
	position: relative;
	padding-left: 18px;
}
div.mol_contents h3::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	border: 3px solid #057e46;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}
div.mol_contents h4 {
	padding: 0 0 3px 0;
	border-bottom: 3px solid #057e46;
	font-size: 100%;
	margin: 12px 0 3px 0;
}
div.mol_contents h5 {
	margin: 9px 0 3px 0;
	padding: 3px 6px;
	text-align: left;
	background: #e9e9e9;
	font-size: 100%;
}

/* ImageBlock */

/* フロートの解除 */
div.mol_contents div.mol_imageblock:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.mol_contents div.mol_imageblock{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html div.mol_contents div.mol_imageblock{
  height: 1%;
  overflow: visible;
}
/* End hide from IE-mac */

div.mol_contents p {
}

div.mol_contents img {
	border: 0;
}

.mol_imageblock_left .mol_imageblock_img {
	margin: 3px 3px 0;
	padding: 0;
	border: 0;
}

.mol_imageblock_right .mol_imageblock_img {
	margin: 3px 3px 0;
	padding: 0;
	border: 0;
}

.mol_imageblock_center .mol_imageblock_img {
	margin: 3px 3px 0;
	padding: 0;
	border: 0;
}

.mol_imageblock_imgfloatleft .mol_imageblock_img {
	margin: 3px 3px 0;
	padding: 0;
	border: 0;
}

.mol_imageblock_imgfloatright .mol_imageblock_img {
	margin: 3px 3px 0;
	padding: 0;
	border: 0;
}

div.mol_contents .mol_imageblock p {
	text-align: left;
}

div.mol_contents .mol_imageblock_imgfloatleft {
	text-align: left;
	border: 0;
	padding: 3px;
}

div.mol_contents .mol_imageblock_imgfloatright {
	text-align: left;
	border: 0;
	padding: 3px;
}

div.mol_contents .mol_imageblock_center {
	text-align: center;
}

div.mol_contents .mol_imageblock_imgfloatleft {
	text-align: left;
	border: 0;
	padding: 3px;
}

div.mol_contents .mol_imageblock_imgfloatright {
	text-align: left;
	border: 0;
	padding: 3px;
}

.mol_imageblock_center div {
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 3px;
}

.mol_imageblock_right div {
	margin-left: auto;
	border: 0;
	padding: 3px;
}

.mol_imageblock_right{
	text-align:right;
}

div.mol_contents .mol_imageblock_img_large {
	width: 320px;
}

div.mol_contents div.mol_imageblock_img_large {
	width: 326px;
}

div.mol_contents .mol_imageblock_img_medium {
	width: 160px;
	padding-right:3px;
}

div.mol_contents div.mol_imageblock_img_medium {
	width: 166px;
}

div.mol_contents .mol_imageblock_img_small {
	width: 80px;
}

div.mol_contents div.mol_imageblock_img_small {
	width: 86px;
}

div.mol_contents .mol_imageblock_w_long {
	width: 100%;
}

div.mol_contents .mol_imageblock_w_middle {
	width: 400px;
}

div.mol_contents .mol_imageblock_w_short {
	width: 300px;
}

div.mol_contents .mol_imageblock_img_al_left {
	text-align: left;
}

div.mol_contents .mol_imageblock_img_al_center {
	text-align: center;
}

div.mol_contents .mol_imageblock_img_al_right {
	text-align: right;
}

div.mol_imageblock_img_al_left .mol_imageblock_img {
	line-height: 150%;
}

div.mol_imageblock_img_al_right .mol_imageblock_img {
	line-height: 150%;
}

div.mol_imageblock_img_al_center .mol_imageblock_img {
	line-height: 150%;
}

div.mol_imageblock_img_al_floatleft .mol_imageblock_img {
	float: left;
	text-align: left;
	line-height: 150%;
}

div.mol_imageblock_img_al_floatright .mol_imageblock_img {
	float: right;
	text-align:right;
	line-height: 150%;
}

div.mol_contents div.mol_imageblock_inlineblock{
	display: inline-block;
	vertical-align: top;
}

/* TextBlock */

div.mol_contents .mol_textblock {
	text-align: left;
}

.mol_textblock strong {
}

.mol_textblock em {
}

.mol_textblock a {
}

.mol_textblock ol {
}

.mol_textblock ol li {
    margin-left:13px;
}

.mol_textblock ul {
	margin-left:38px;
}

.mol_textblock ul li {
}

div.mol_contents .mol_textblock p {
}

.mol_textblock br {
}


/* TableBlock */

div.mol_contents .mol_tableblock {
	margin: 10px 0;
}

.mol_tableblock table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

.mol_tableblock caption {
	background-color: #0072a2;
	padding: 4px 0;
	color: #fff;
}
.mol_tableblock th {
	margin: 0;
	padding: 2px 4px;
	background-color: #b3e2e1;
	border: 1px solid #34a9d8;
	font-size:85%;
	color: #003399;
}
.mol_tableblock td {
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #34a9d8;
	font-size:85%;
}

/* AttachFileBlock */
div.mol_contents .mol_attachfileblock {
	margin: 10px 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	text-align: left;
}

.mol_attachfileblock h3 {
}

.mol_attachfileblock a {
	margin:5px 0 0 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

.mol_attachfileblock p {
	margin:5px 0 0 0;
	padding:0px 0 0 28px;
	font-size:85%;
}

.mol_attachfileblock ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.mol_attachfileblock li {
	margin: 0;
	padding:0px 0 5px 15px;
	border-bottom:1px solid #ccc;
}

.mol_attachfileblock .data{
	font-size:85%;
	color: #555555;
}

.mol_attachfileblock .icon{
	margin: 0 5px 0 0;
	padding: 0;
	position:relative;
	top:5px;
}

p.mol_attachfileblock_title{
	margin: 0 0 3px;
	padding: 3px 6px;
	border: 0;
	background-color: #eee;
	text-align: left;
	clear: both;
	font-size: 100%;
}

.mol_attachfileblock_adobe{
	margin: 15px 0 0;
	padding: 5px;
	border: 1px dashed #ccc;
	font-size:85%;
}
.mol_attachfileblock_adobe dt {
	margin: 0;
	padding: 4px 0 0 4px;
	display: block;
	float: left;
	width: 160px;
}
.mol_attachfileblock_adobe dd {
	margin: 0 5px 0 175px;
	padding: 4px 0 5px 0px;
	display: block;
}
/* フロートの解除 */
.mol_attachfileblock_adobe:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mol_attachfileblock_adobe{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .mol_attachfileblock_adobe{
  height: 1%;
  overflow: visible;
}
/* End hide from IE-mac */

.mol_attachfileblock_adobe a{
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}

/*IE6*/
* html .mol_attachfileblock_adobe a{
	display: inline;
}
/*IE7*/
*+html .mol_attachfileblock_adobe a{
	display: inline;
}

.mol_attachfileblock_adobe img{
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	float: left;
}


/* ArrangeImageBlock */

div.mol_contents .mol_argimgblock {
	text-align:center;
}
/* フロートの解除 */
div.mol_contents .mol_argimgblock:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.mol_contents .mol_argimgblock{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html div.mol_contents .mol_argimgblock{
  height: 1%;
  overflow: visible;
}
/* End hide from IE-mac */

.mol_argimgblock_imgbox3 {
	margin: 10px 1% 0 1%;
	padding: 5px;
	text-align: left;
	float: left;
	width: 29%;
}

.mol_argimgblock_imgbox2 {
	margin: 10px 1% 0 1%;
	padding: 5px;
	text-align: left;
	float: left;
	width: 45.3%;
}

.mol_argimgblock_imgbox1 {
	margin: 10px 1% 0 1%;
	padding: 5px;
	text-align: left;
	float: left;
	width: 94.2%;
}

.mol_argimgblock_imgbox {
	text-align:center;
}

.mol_argimgblock p {
	padding: 5px 0 0 0;
	width: 200px;
}

.mol_argimgblock_imgbox img {
	margin: 0 auto 0px auto;
	padding: 0;
	width: 200px;
	height: auto;
}