<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 共通
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

img {
	border: 0;
	border-style: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

a:hover img {
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #6699FF;
}

a:hover {
	color: #d95549;
}

.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}


.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}


/* clearfix
----------------------------------------------------------- */

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/* サービス紹介コンテンツ要素
----------------------------------------------------------- */

#content {
	width: 590px;
}

#info_title {
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 20px;
    width: 590px;
}

#info_title h4 {
    background-color: #dcd0be;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 590px;
}

#info_comment p {
    color: #4b3f33;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 30px;
    text-align: left;
    text-decoration: none;
}



#info_more table {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
	width: 560px;
	margin-left: 15px;
}


#info_more td {
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u42822244/pc/service_iframe/css/../images/info_border_bottom.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #4b3f33;
    padding-left: 5px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
	height: 39px;
}

#pack_comment img {
    padding-top: 10px;
}


#pack_comment {
    color: #4b3f33;
    font-size: 12px;
    line-height: 19px;
    padding-left: 155px;
    text-align: left;
    text-decoration: none;
    width: 320px;
}

#main_wrapper_right .main_wrapper_right_l_610 {
    width: 610px;
    float: left;
}</pre></body></html>