@charset "UTF-8";

.margin10 {margin:10px 0 0 0;}
.margin20 {margin:20px 0 0 0;}
.margin30 {margin:30px 0 0 0;}
.margin50 {margin:50px 0 0 0;}

#content{
	width:100%;
	margin:0 auto;	
}




#main{
	width:960px;
	margin:20px auto;
}

#main #left_block{
	width:680px;
	float:left;
}
#left_block h2 {margin:0 0 10px 0;}

#left_block div.read_block {
	float:left;
	width: 400px;
	
}
#left_block div.read_block p {line-height:1.6; margin:0 0 20px 0;}
#left_block div.read_block h3 {
	color:#0E77AB;
	margin: 0 0 5px 0;
	font-size: 130%;
	border-bottom: 1px solid;
	padding: 0 0 5px 0;
}

#left_block div.image_block_right {
	float:right;
	width: 250px;
	margin: 0 0 0 20px;
}
div.image_block_right img {margin:0 0 15px 0;}

#left_block div.image_block_bottom {
	width: 220px;
	margin: 20px 0 0 0;
	float:left;
}

.image_block_bottom img{
	float:left;
	margin-bottom:10px;
}

.hotline{
	width:420px;
	height:298px;
	float:right;
	background:#00B4ED;
	border:	1px solid #00B4ED;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	color:#FFF;
	margin-top:20px;
}

.hotline h3{
	border-bottom:2px solid #FFF;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:150%;
}

.hotline .small{
	font-size:65%;
	line-height:1.3em;
	display:block;
	margin-bottom:5px;
}

.hotline p{
	text-align:justify;
	text-justify:distribute;
	font-size:115%;
	line-height:1.6em;
}

.hotline p img{
	width:200px;
	height:277px;
	float:right;
	margin-left:15px;
}

.image_block_bottom img.last{
	margin:0;
}

#main #right_block{
	width:240px;
	float:right;
}


#read_block_02 {margin:20px 0 0 0;}


/************************************************
サイドバー
************************************************/
#menu_right_block h1{
	background-color:#0066CC;
	padding:10px 20px 4px;
	border:1px solid #0066CC;
	border-radius:10px 10px 0 0;
	margin-bottom:5px;
	behavior: url(css/PIE.php);
}

#menu_right_block hgroup{
	border:1px solid #0066CC;
	border-radius:10px 10px 0 0;
	behavior: url(css/PIE.php);
}

hgroup a{
	text-decoration:none;
	display:block;
	margin:5px 0;
}

hgroup a:hover{
	color:#e70013;
	text-decoration:none;
}

hgroup div{
display:table;
font-size:13px; !important;
width:200px;
color: #0066CC;
padding: 5px 10px 5px 10px;
margin:5px 10px;
background: -moz-linear-gradient(
	top,
	#cee4ff 0%,
	#ffffff 50%,
	#cee4ff);
background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#cee4ff),
	color-stop(0.50, #ffffff),
	to(#cee4ff));
-pie-background: linear-gradient(
	top,
	#cee4ff 0%,
	#ffffff 50%,
	#cee4ff);
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: 0px solid #ffffff;
-moz-box-shadow:
	0px 3px 11px rgba(000,000,000,0.4),
	inset 0px 0px 1px rgba(0,102,204,1);
-webkit-box-shadow:
	0px 3px 11px rgba(000,000,000,0.4),
	inset 0px 0px 1px rgba(0,102,204,1);
box-shadow:
	0px 3px 11px rgba(000,000,000,0.4),
	inset 0px 0px 1px rgba(0,102,204,1);
-sand-box-shadow:
	0px 3px 11px rgba(000,000,000,0.4),
	inset 0px 0px 1px rgba(0,102,204,1);
text-shadow:
	0px -1px 0px rgba(000,000,000,0.2),
	0px 1px 0px rgba(255,255,255,0.3);
	
behavior: url(css/PIE.php);
}

hgroup div:hover{
cursor:pointer;
background: -moz-linear-gradient(
	top,
	#aed4ff 0%,
	#ffffff 50%,
	#aed4ff);
-pie-background: linear-gradient(
	top,
	#aed4ff 0%,
	#ffffff 50%,
	#aed4ff);
background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#aed4ff),
	color-stop(0.50, #ffffff),
	to(#aed4ff));
behavior: url(css/PIE.php);
}

hgroup div h2{
	display:table-cell;
	vertical-align:middle;
	width:120px;
	layout-grid-line: 55px; /* IE7以下 */
}

*+html hgroup div h2{
	display:inline;
	zoom:1;
}

hgroup div span{
	display:block;
	display:table-cell;
	vertical-align:middle;
	background:url(../images/manufacture/share/side.png);
	height:55px;
	width:70px;
	margin-left:5px;
	layout-grid-line: 55px; /* IE7以下 */
}

*+html hgroup div span{
	display:inline;
	zoom:1;
}

hgroup #side_01 .image{
	background-position:0 -25px;
}

hgroup #side_02 .image{
	background-position:0 -86px;
}

hgroup #side_03 .image{
	background-position:0 -152px;
}

hgroup #side_04 .image{
	background-position:0 -218px;
}

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

#main{
	width:100%;
	margin:20px auto;
}

#main #left_block{
	width:100%;
	float:none;
}
#left_block h2 {margin:0 0 10px 0;}

#left_block div.read_block {
	float:none;
	width: 100%;
    margin: 0;
	
}
#left_block div.read_block p {
    line-height:1.7rem;
    margin:0 auto 20px auto;
    font-size: 1rem;
    width: 95%;
    }
#left_block div.read_block h3 {
	color:#0E77AB;
	margin: 0 0 5px 0;
	font-size: 130%;
	border-bottom: 1px solid;
	padding: 0 0 5px 0;
}

#left_block div.image_block_right {
	float:none;
	width: 100%;
	margin: 0px;
    text-align: center;
}
div.image_block_right img {margin:0 0 15px 0;}

#left_block div.image_block_bottom {
	width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    float: none;
}

.image_block_bottom div{
    width: 33%;
    height: auto;
}
    
.image_block_bottom img{
    float: none;
    margin-right: 0;
}

.image_block_bottom img.last{
	margin:0;
}

#main #right_block{
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
    
    #main #right_block .banner{
         width: 45%;
        margin-bottom: 20px;
    }


    .hotline{
	width:100%;
	height:auto;
	float:none;
	background:#00B4ED;
	border:	1px solid #00B4ED;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	color:#FFF;
	margin-top:20px;
    box-sizing: border-box;
}

.hotline h3{
	border-bottom:2px solid #FFF;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:150%;
}

.hotline .small{
	font-size:65%;
	line-height:1.3em;
	display:block;
	margin-bottom:5px;
}

.hotline p{
	text-align:justify;
	text-justify:distribute;
	font-size:115%;
	line-height:1.6em;
    display: flex;
    flex-direction: row-reverse;
}

.hotline p img{
	width:37%;
	height:auto;
}

}
