@charset "shift-jis";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 >>Initialization the style
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
	font-style: normal;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
	line-height: 100%;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	/*font:13px/1.231 arial, helvetica, clean, sans-serif;*/
	font:13px/1.231 "‚l‚r ‚oƒSƒVƒbƒN", arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
.hidden {
	display:none;
}


/*Common [END] V('-')V*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
>>Basic
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	font-size: 16px;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ƒSƒVƒbƒN", "MS Gothic", Osaka, sans-serif;
	line-height:1.7;
	background:url(./../images/bg.gif) 0 0;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}
img {
	vertical-align:bottom;
}

/*Basic [END] V('-')V*/




header{
	margin:0 ;
}
header h1{
	padding-left:15px;
	color:#fff;
	font-size: 16px;
	line-height:40px;
	background-color:#181f57;
}
h2{
	margin-bottom:15px;
	color:#09559d;
	background-color:#95ccf8;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
em{
	color:#e4007f;
}
.main_wrap{
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
}
.mainimage img{
	width:100%;
	height:auto;
}

.text_block{
	padding:30px 30px 50px;
}

.block_wrap{
	padding: 0 30px 50px;
}
/*----- Price_block -----*/
.price_block h3{
	position:relative;
	padding-left:15px;
	font-weight:bold;
}
.price_block h3::before{
	position:absolute;
	content:"";
	width:0;
	height:0;
	top:5px;
	left:0;
	border:8px solid transparent;
	border-left:8px solid #95ccf8;
}
.price_block table {
	width: 100%;
	margin-bottom:15px;
	border-collapse: separate;
	border-spacing: 2px;
	border: solid 1px #aaa;
}
.price_block table .time_course th {
	color: #fff;
	font-weight: bold;
	background-color: #df5199;
}
.price_block table th {
	padding: 5px;
	text-align: center;
	background-color: #eee;
}
.price_block td {
	padding: 8px 5px;
	text-align: center;
}
.price_block td span {
	font-size: 14px;
}
.price_block .system{
	font-size:12px;
}
.price_block li{
	list-style:square inside;
	line-height:1.5;
}
/*----- Service_block -----*/
.service .notes{
	font-size:12px;
}
.service_block ul{
	margin:10px;
}
.service_block li{
	list-style:square inside;
	line-height:1.5;
}
/*----- Lnk_button -----*/
.link_button{
	margin:0 30px;
}
.link_button a{
	display:block;
	border-radius:10px;
	color:#fff;
	background-color:#555;
	text-align:center;
	text-decoration:none;
	line-height:3;
}
.link_button a:hover{
	background-color: #df5199;
}

/*----- Map_block -----*/
.map_block dl{
	display:grid;
	grid-template-columns:100px 1fr;
	line-height:2;
}
.map_block dt{
	color:#09559d;
	border-bottom:2px solid #95ccf8;
}
.map_block dd{
	border-bottom:2px solid #95ccf8;
}
.map_block .map{
	margin-top:15px;
}
.map_block iframe{
	width:100%;
	height:300px;
	margin:0;
	padding:0;
}

/*-----Job_block -----*/
.job_block{
	text-align:center;
}
.job_block img{
	width:100%;
	height:auto;
}

/*-----Group_block -----*/
.group_wrap{
	width:800px;
	margin:0 auto;
	background-color:#eee;
}
.group_block{
	padding: 30px 30px;
}
.group_block h2{
	margin: 0 0 15px;
	color:#777;
	background-color:transparent;
}

/*-----Footer -----*/
footer{
	margin:0 auto;
	padding:20px 0;
	color:#ffffff;
	text-align:center;
	background-color:#181f57;
}
footer a{
}

@media screen and ( max-width:800px )
{
body{
	font-size:14px;
}
header h1{
	font-size:14px;
}
h2{
	font-size:16px;
}
.main_wrap,
.group_wrap{
	width:100%;
	margin:0;
}
.text_block{
	padding:15px 15px 30px;
}
.block_wrap{
	padding: 0 15px 30px;
}

.map_block iframe{
	height:200px;
}
footer{
	width:100%;
}

}

