﻿@charset "utf-8";


.section_h3 {
	padding-left:5px;
}

/* title
-------------------------------------------------------------------*/
h3 {
	font-weight:bold;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-bottom: #3647BC 1px solid;
	background: url(../images/parts_bg_texture02_01.gif) repeat;
	color: #1E1E88;
	font-size: 120%;
}


/* p
-------------------------------------------------------------------*/
#realWrap p {
  width: 360px;
  margin: 50px auto;
  text-align: center;
}

/* paragraph
-------------------------------------------------------------------*/
.last_prg {
	margin-bottom: 20px;
}

/* layout
-------------------------------------------------------------------*/
body {
  width: 100%;
}

#realWrap {
  width: 360px;
  margin: 0 auto;
}

/**左１：右１**/
.pattern1-1 {
  width: 360px;
  margin-bottom: 10px;
}

.pattern1-1 .left-col {
  float: left;
  width: 170px;
  margin-left: 5px;
}

.pattern1-1 .right-col {
  float: right;
  width: 170px;
}

/* img opacity
-------------------------------------------------------------------*/
#realWrap a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* none
-------------------------------------------------------------------*/
.pc_none {
	display:none;
}
.sp_none {
	display:inherit;
}

@media screen and (max-width:759px) {
.pc_none {
	display:inherit;
}
.sp_none {
	display:none;
}
}