@charset "UTF-8";
/* ----------------------------------------------------------------header*/
header {
	text-align: left;
    background: #fff;
}
#header {
	padding-bottom: 10px;
}
h1 {
    color: #999;
	text-align: center;
	font-size: 10px;
	margin: 3px 0 6px;
}
.header_logo {
    width: 45%;
    max-width: 233px;
	float: left;
}
.header_logo img {
	width: 100%;
    max-width: 233px;
	height: auto;
}
.header_right {
	float: right;
    display: flex;
    margin-top: 3px;
}
.header_contact img {
	width: 41px;
	height: 32px;
}
@media print, screen and (min-width:768px) {
h1 {
	text-align: right;
    margin: 6px 0 0;
}
.header_right{
	margin-top: 17px;
}
.header_contact {
	margin-top: 6px;
}
.header_contact img {
	width: 200px;
	height: 21px;
}
}
@media print, screen and (min-width:992px) {
h1 {
	margin-top: 26px;
}

.header_logo img {
	width: auto;
	height: auto;
}
.header_right {
     margin-top: 15px;       
}
.header_contact img {
	width: auto;
    max-width: 200px;
	height: auto;
    margin-top: 6px;
}
}
.toggle {
    position: relative;
	width: 32px;
	height: 32px;
	z-index: 9999;
	-webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #7aace7;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #a2c5ee), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #a2c5ee),
                color-stop(.75, #a2c5ee), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    margin-left: 10px;
}
.toggle span {
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 6px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.toggle span:first-child {
    top: 8px;
}
.toggle span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.toggle span:nth-child(3) {
	bottom:8px;
}
.toggle.opennav {
    background: none;
}
.toggle.opennav span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.toggle.opennav span:nth-child(2) {
    opacity: 0;
}
.toggle.opennav span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
/*------------------------------------------------------------mainnavi*/
nav#mainnavi {
	display:none;
	position: absolute;
	top:0;
	left:0;
    width: 100%;
	padding: 60px 10px 10px;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #7aace7;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #a2c5ee), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #a2c5ee),
                color-stop(.75, #a2c5ee), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
	z-index: 999;
}
nav#mainnavi ul li a {
	display: block;
	padding:12px 0;
	text-decoration: none;
	color: #312305;
    font-weight: bold;
    text-align: center;
}
nav#mainnavi ul li.active a {
	color: #fff;
}
nav#mainnavi li a:hover, nav#mainnavi li a:focus {
    background-color: #aad1fe;
}
header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
    padding-top: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
header.fixed h1 {
    display: none;
}
@media print, screen and (min-width:768px) {
.navbar-nav {
	float: none;
	margin: 0;
}
.navbar-nav > li {
	float: none;
} 
}
@media print, screen and (min-width:992px) {
.navbar-header {
    display: none;
}
nav#mainnavi {
    display: block;
    top: 107px;
    padding: 0;
}
nav#mainnavi .navbar-nav li {
	float: left;
	margin: 0;
}
nav#mainnavi ul li a {
    padding: 16px 0 16px 32px;
}
nav#mainnavi ul li:first-child a {
    padding: 16px 0 16px 0;
}
nav#mainnavi li a:hover, nav#mainnavi li a:focus {
	background-color: transparent;
    color: #fff;
}
header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    height: 42px;
}
header.fixed #header > .container {
 display: none;
}
header.fixed nav#mainnavi {
    top: 0;
}
}
@media print, screen and (min-width:1200px) {
nav#mainnavi ul li a {
    padding: 16px 0 16px 52px;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    width: 100%;
    height: 200px;
    background: url(../img/common_img/pagetitle_bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#pagetitle h2 {
    color: #7aace7;
    font-size: 24px;
    font-weight: bold;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,#fff 1px -1px 10px, #fff -1px -1px 10px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 5px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px;
    
}

@media print, screen and (min-width:768px) {
#pagetitle {
    height: 300px;
}
#pagetitle h2 {
    font-size: 30px;
}
}
@media print, screen and (min-width:992px) {
#pagetitle {
    margin-top: 52px;
}
#pagetitle h2 {
    font-size: 40px;
}

}
/*------------------------------------------------------------content*/
.content_bg01 {
	text-align: left;
	background: #E0E0E0;
	padding-top: 10px;
}
.content_bg02 {
	text-align: left;
	padding-top: 10px;
}
.section {
	clear: both;
	margin-bottom: 10px;
}
.box {
	clear: both;
	padding: 30px 0;
}
.box p {
	line-height: 170%;
}
.bg_stripe {
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #fefefe), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #fefefe),
                color-stop(.75, #fefefe), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #fefefe 25%, transparent 25%,
              transparent 50%, #fefefe 50%, #fefefe 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #fefefe 25%, transparent 25%,
              transparent 50%, #fefefe 50%, #fefefe 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #fefefe 25%, transparent 25%,
              transparent 50%, #fefefe 50%, #fefefe 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #fefefe 25%, transparent 25%,
              transparent 50%, #fefefe 50%, #fefefe 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #fefefe 25%, transparent 25%,
              transparent 50%, #fefefe 50%, #fefefe 75%,
              transparent 75%, transparent);
    padding: 45px 0 15px;
    margin-bottom: 15px;
}
.bg_beige {
	    background-color: #FFF4E5;
}
@media print, screen and (min-width:768px) {
.content_bg01 {
	padding-top: 30px;
}
.content_bg02 {
	padding-top: 30px;
}
.box {
	padding: 50px 0;
}
}
/* ----------------------------------------------------------------modal*/
.modal { display: none; position: fixed; left: 0; top: 0; z-index: 20000; width: 100%; height: 100%; }
.modal_wall { position: fixed; z-index: 20000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }
.modal_body { position: absolute; top: 0; right: 0; z-index: 20000; bottom: 0; left: 0; box-sizing: border-box; width: 90%; max-width: 700px; height: 90%; margin: auto; background: #fff; }
.modal_inner { position: relative; width: 100%; height: 100%; }
.modal_close { position: absolute; top: 0; right: 0; display: table; width: 30px; height: 30px; }
.modal_close > span { display: table-cell; width: 100%; color: #fff; vertical-align: middle; text-align: center; background: #333; cursor: pointer; }
.modal_close > span:hover { background: #555; }
.modal_content { overflow-y: auto; width: 100%; height: 100%; color: #000; padding: 20px; }
.modal_content #mo_telbox {
	background: #9A0002;
	padding: 20px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 20px;
}
.modal_content #mo_telbox .mo_tel {
	background: #fff;
	padding: 10px 20px;
	border-radius: 2px;
	margin-top: 10px;
}
.modal_content #mo_telbox .mo_tel i {
	color: #9A0002;
	font-size: 28px;
	font-weight: bold;
}
.modal_content #mo_telbox .mo_tel a {
	color: #9A0002;
	font-size: 20px;
	font-weight: bold;
	display:inline-block;
	text-decoration: none;
}
.modal_content p.last_p a {
	color: #0033cc;
}
@media print, screen and (min-width:768px) {
.modal_content #mo_telbox .mo_tel a {
	font-size: 28px;
	color: #9A0002;
	font-weight: bold;
	display:inline-block;
	text-decoration: none;
}
}
/* ----------------------------------------------------------------footer*/
#info .container{
   background: url(../img/common_img/info_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 45px 0;
    margin-bottom: 35px;
}
#info p {
    margin-bottom: 16px;
}
#info ul li {
    width: 250px;
    margin: 0 auto;
}
#info ul li a {
    display: block;
    color: #312305;
    text-decoration: none;
}
#info ul li a:hover {
    opacity: .6;
}
#info ul li:first-child {
    margin: 0 auto 16px;
}
#info ul li:first-child span {
    display: block;
    width: 250px;
    background: #fff url(../img/common_img/info_tel.png) 35px center no-repeat;
    color: #312305;
    font-size: 21px;
    padding: 9px 0 9px 14px;
}
#info ul li:last-child  a {
    background: #434343;
    color: #fff;
    padding: 14px 0;
}
#info ul li:last-child  i {
    margin-left: 15px;
}
@media print, screen and (min-width:768px) {
#info .container{
     background-size: 100%;
    padding: 58px 0 45px;
}
#info p {
	margin-bottom: 18px;
}
#info ul{
    display: flex;
    width: 75%;
    margin: 0 auto;
}
}
@media print, screen and (min-width:992px) {
#info .container {
	padding: 104px 0 54px;
    margin-bottom: 80px;
}
#info ul {
    width: 562px;
}
#info ul li:first-child {
    margin: 0 60px 0 0;
}
}

/* ----------------------------------------------------------------footer*/
footer {
	text-align: center;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
    background-color: #7aace7;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                color-stop(.25, #a2c5ee), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #a2c5ee),
                color-stop(.75, #a2c5ee), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #a2c5ee 25%, transparent 25%,
              transparent 50%, #a2c5ee 50%, #a2c5ee 75%,
              transparent 75%, transparent);
    color: #fff;
	padding: 30px 0;
}
footer a {
    color: #fff;
}
#footerinfo {
    margin-bottom: 20px;
}
#footerinfo p {
    line-height: 1.75;
}
#footerinfo p.access a {
    display: block;
    width: 180px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 6px 0;
    margin: 15px auto 0;
    transition: all 0.3s;
}
#footerinfo p.access a:hover {
    color: #facd65;
    border: 1px solid #facd65;
}
#footerinfo p.access i {
    margin-right: 9px;
}
.footeroverview {
    margin-bottom: 20px;
}
.footeroverview dl dt,.footeroverview dl dd {
    margin-bottom: 15px;
}
.footeroverview dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #facd65;
}
.footeroverview dl dt i {
    margin-right: 6px;
}
.footeroverview dl dd:nth-of-type(1) {
    line-height: 2;
    margin-bottom: 30px;
}
.footerbanner {
    margin-bottom: 30px;
}
.footerbanner ul li a {
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
    transition: all 03.s;
}
.footerbanner ul li a:hover {
    opacity: .6;
}
.footerbanner ul li:first-child {
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    margin-top: 60px;
}
.footerbanner ul li:first-child figure {
    width: 15%;
    position: absolute;
    top: -56px;
    right: 0;
    margin: 0;
}
.footerbanner ul li:first-child figure img {
    width: 100%;
}
.footerbanner ul li:first-child a {
    height: 56px;
    background: #fff;
    color: #facd65;
    padding: 18px 0;
}
.footerbanner ul li:first-child i {
    margin-left: 16px;
}
.footerbanner ul li:last-child {
    margin-bottom: 25px;
    position: relative;
}
.footerbanner ul li:last-child a {
    background: #6097d8;
    color: #fff;
    line-height: 2;
    padding: 18px 0;
	cursor: pointer;
}
.footerbanner ul li:last-child:after {
	content: "\f061";
    font-family: "Font Awesome 5 Free";
	font-size: 16px;
    font-weight: 900;
	color: #fff;
	position: absolute;
	top: 36%;
	right: 39px;
}
/*footernavi*/
.footernavi ul {
    text-align: center;
	margin-bottom: 20px;
}
.footernavi ul li {
	display: inline-block;
}
.footernavi ul li a {
    display: block;
	padding: 3px 6px;
	color: #fff;
	text-decoration: none;
}
.footernavi ul li a:hover {
	text-decoration: underline;
}
.copy {
    width: 100%;
    text-align: center;
}
/*footerinfo*/
#footerinfo {
	margin-bottom: 20px;
}
#footerinfo dl {
	color: #6D6D6D;
}
@media print, screen and (min-width:768px) {
footer {
    text-align: left;
}
#footerinfo p.access a {
    margin: 15px 0 0 0;
}
.footerbanner ul li:first-child figure {
    top: -86px;
}
}


@media print, screen and (min-width:768px) {
#footerinfo {
	float: left;
}
.footeroverview {
    float: right;
}
.footerbanner {
    clear: both;
}
.footerbanner ul {
    display: flex;
    align-items: flex-end;
}
.footerbanner ul li {
    width: 46%;
    margin: 0 2%;
}
.footerbanner ul li:first-child {
	height: 53px;
    margin-top: 120px;
}
.footerbanner ul li:first-child figure {
    width: 104px;
    top: -133px;
    right: 0;
}
}
@media print, screen and (min-width:992px) {
footer {
    padding: 60px 0 56px;
}
#footerinfo {
    width: 33.3%;
}
.footeroverview {
	float: left;
    width: 33.3%;
    margin: 0 0 56px 0;
}
.footerbanner{
    clear: none;
	float: left;
    /*width: 475px;*/
    width: 33%;
    padding-left: 3%;
}
.footerbanner ul {
	display: block;
}
.footerbanner ul li {
	width: 300px;
	margin: 0;
}
.footerbanner ul li a {
    width: 300px;
}
.footernavi {
    clear: both;
}
.footernavi ul {
    margin-bottom: 36px;
}
.footernavi ul li a {
	padding: 3px 14px;
	color: #fff;
}
}
address {
	margin-top: 20px;
	font-size: 11px;
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 15px 0 15px;
	clear: both;
}
#pankuzu ol {
	list-style: none;
    text-align: right;
}
#pankuzu ol li {
	display: inline-block;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
    color: #9fc1ea;
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px dotted #6D6D6D;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}
@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    font-size: 14px;
    font-weight: bold;
    color: #312305;
    margin-bottom: 12px;
}
.title01 strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #312305;
    line-height: 1.5;
}
.title02 {
	font-size: 18px;
	font-weight: bold;
	color: #6D6D6D;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6D6D6D;
}
.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
.title03 span {
	font-size: 12px;
}
@media print, screen and (min-width:768px) {
.title01 {
	font-size: 16px;
}
.title01 strong {
    line-height: 1.75;    
}
}
/*inside_title01*/
.inside_title01 {
	font-size: 20px;
	margin-bottom: 25px;
	position: relative;
	line-height: 140%;
    font-weight: bold;
}
.inside_title01:after {
	content: '';
	position: absolute;
	border-top: 2px solid #7aace7;
	bottom: -5px;
	width: 100px;
	margin: auto;
	left: 0;
	right: 0;
}
.inside_title01 span {
	font-size: 28px;
}
@media print, screen and (min-width:768px) {
.inside_title01 {
	font-size: 26px;
	margin-bottom: 35px;
}
.inside_title01:after {
	bottom: -10px;
}
.inside_title01 span {
	font-size: 34px;
}
}
/*inside_title02*/
.inside_title02 {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 10px 20px;
	color: #fff;
	line-height: 120%;
	border-radius: 2px;
	background: #7aace7;
}
@media print, screen and (min-width:768px) {
.inside_title02 {
	font-size: 24px;
	margin-bottom: 20px;
}
}
/*inside_title03*/
.inside_title03 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #7aace7;
	border-bottom: 1px dotted #7aace7;
	line-height: 120%;
	padding-bottom: 5px;
}
@media print, screen and (min-width:768px) {
.inside_title03 {
	font-size: 20px;
	margin-bottom: 20px;
}
}
/*inside_title04*/
.inside_title04 {
	font-size: 14px;
	margin-bottom: 15px;
	position: relative;
	line-height: 140%;
	font-weight: bold;
	color: #7aace7;
}
.inside_title04:after {
	content: '';
	position: absolute;
	border-top: 1px dotted #7aace7;
	bottom: -5px;
	width: 200px;
	margin: auto;
	left: 0;
	right: 0;
}
@media print, screen and (min-width:768px) {
.inside_title04 {
	font-size: 18px;
	margin-bottom: 20px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto; 
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto; 
}
.ov_hidden {
	overflow: hidden;
}
@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#pagetop img {
    width: 40px;
    height: auto;
}
@media print, screen and (min-width:768px) {
#pagetop {
	bottom: 20px;
	right: 40px;
}

#pagetop img {
    width: 52px;
    height: auto;
}
}