@charset "utf-8";

/*==================================*/
/*BASE*/
/*==================================*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
}

img {
	border:none;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
li img {
  vertical-align: bottom;
}
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}



/*==================================*/
/*COMMON CLASS*/
/*==================================*/

/*------------------------------*/
/*TXT*/
/*------------------------------*/
.txtSmall {
	font-size: 90% !important;
	line-height: 150%;
}
.txtNormal {
	font-size: 100% !important;
	line-height: 150%;
}
.txtMidium {
	font-size: 120% !important;
	line-height: 150%;
}

/*------------------------------*/
/*LAYOUT*/
/*------------------------------*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
/*------------------------------*/
/*CREAR*/
/*------------------------------*/
.clear {
	clear: both;
	_zoom:1;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix{
	display:inline-block;
	}

/*hides IE-mac \*/
*html .clearfix{height:1%}
.clearfix{display:block;}
/*hide  IE-mac */

/*------------------------------*/
/*COLOR*/
/*------------------------------*/
.color-orange {
	color: #FF6600;
}
.color-red {
	color: #FF0000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #FFFFFF;
}
.color-green {
	color: #009900;
}
.color-pink {
	color: #ff6699;
}

/*------------------------------*/
/*Margin Padding */
/*------------------------------*/
.maL0{
	margin-left:0px !important;
}
.maL1{
	margin-left:10px !important;
}
.maL2{
	margin-left:20px !important;
}
.maL3{
	margin-left:30px !important;
}
.maT0{
	margin-top:0px !important;
}
.maT1{
	margin-top:10px !important;
}
.maT2{
	margin-top:20px !important;
}
.maT3{
	margin-top:30px !important;
}
.maR0{
	margin-right:0px !important;
}
.maR1{
	margin-right:10px !important;
}
.maR2{
	margin-right:20px !important;
}
.maR3{
	margin-right:30px !important;
}
.maU0{
margin-bottom:0px !important;
}
.maU1{
margin-bottom:10px !important;
}
.maU2{
margin-bottom:20px !important;
}
.maU3{
margin-bottom:30px !important;
}
.paL0{
padding-left:0px !important;
}
.paL1{
padding-left:10px !important;
}
.paL2{
padding-left:20px !important;
}
.paL3{
padding-left:30px !important;
}
.paT0{
padding-top:0px !important;
}
.paT1{
padding-top:10px !important;
}
.paT2{
padding-top:20px !important;
}
.paT3{
padding-top:30px !important;
}
.paR0 {
padding-right:0px !important;
}
.paR1 {
padding-right:10px !important;
}
.paR2 {
padding-right:20px !important;
}
.paR3 {
padding-right:30px !important;
}
.paU1{
padding-bottom:10px !important;
}
.paU2{
padding-bottom:20px !important;
}
.paU3{
padding-bottom:30px !important;
}
/*------------------------------*/
/*TABLE */
/*------------------------------*/
table.table-no {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 10px;
}
table.table-no td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 10px;
}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 10px;
	text-align:left;
}
/*------------------------------*/
/*Efect */
/*------------------------------*/

/*banner rollover end etc*/
a:hover img.overBtn{
 filter: alpha(opacity=70);
    -moz-opacity:0.80;
    opacity:0.80;
}
/* //banner rollover */
/*------------------------------*/
/*JS Efect */
/*------------------------------*/
.imgover {
margin:0;
padding:0;
}
/*------------------------------*/
/*for txt float  */
/*------------------------------*/
.floatNext{
	overflow:auto;
	zoom:1;
	
}
/*------------------------------*/
/*for txt float2  */
/*------------------------------*/
.floatOver{
	overflow:hidden;
	_zoom:1;
}
/*------------------------------*/
/*ohters  */
/*------------------------------*/
.clearNone {
	clear:none !important;
	}
.wideAuto {
	width:auto !important;
	}
.w50 {
	width:50%;
}
.w33 {
	width:33%;
}
.ma0A {
	margin:0 auto;
}

/*==================================*/
/*SITE STYLE*/
/*==================================*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック";
	font-size:10px;
	line-height:150%;
	color:#444;
	/*sp*/
	-webkit-text-size-adjust: none;/*//sp*/

}
/*IE のみ基準文字サイズ　62.5% = 10px*/
body.msie {
	font-size: 62.5%;

}

#container {
	padding: 0px;
	margin: 0px auto;
	width: auto;
	text-align: left;
	background-color: #FFFFFF;
}
body > #container {
	height: auto;
}
/*fotter固定*/
/*footer, .push {
	min-height: 12em;
	height: auto !important;
height: 12em;

}
*/
#container {
	/*margin-bottom:-12em;
	min-height: 100%;
height: auto !important;*/
height: 100%;
	}

/*------------------------------*/
/*LINK STYLE*/
/*------------------------------*/

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
/*------------------------------*/
/*jquery.restable.js*/
/*------------------------------*/

/* Table */
ul.tabletolist {
	border-bottom: 2px solid #eee;
	/*font-size: 14px;*/
	margin:0 0 20px 0;
}
/* Image */
ul.tabletolist img {
    max-width: 100%;
}
/* Table with no row headers */
ul.tabletolist.nrh {
	border-bottom: 2px solid #ddd;
}
/* Table with no row headers columns */
ul.tabletolist.nrh > li  {
    border-top: 2px solid #ddd;
}
/* Table defaults */
ul.tabletolist, ul.tabletolist > li > ul {
    padding:0 !important;list-style:none !important;
}
/* Inner list */
ul.tabletolist > li > ul {
    margin:0 !important;
}
/* Table titles */
ul.tabletolist > li .titles {
    background-color: #bbb;display:block;color:#fff;
	padding:5px;
	font-weight:800;
	text-align:center;
}
/* Table rows */
ul.tabletolist > li > ul > li {
    font-weight:200;border-bottom:1px solid #eee;padding:10px;
}
/* Table rows hover */
ul.tabletolist > li > ul > li:hover {
/*    background-color: #efefef*/
}
/* Table last child row */
ul.tabletolist > li > ul > li:last-child {
    border-bottom:none;
}
/* Table row header */
ul.tabletolist ul > li .row_headers {
    /*font-size:12px;
	max-width: 40%;*/
	float:left;margin-right: 3%;
}
/* Table row data */
ul.tabletolist ul > li .row_data {
    float:right;font-weight:800;max-width: 57%;
}
/* Clearfix */
ul.tabletolist > li > ul > li {*zoom: 1;}
ul.tabletolist > li > ul > li:before, ul.tabletolist > li > ul > li:after {content: " ";display: table;}
ul.tabletolist > li > ul > li:after {clear: both;}
/* Html table row data */
ul.tabletolist ul > li .row_data.html {
    font-weight: 400;
}
ul.tabletolist ul > li .row_data.html ul {
    list-style-type: disc;
}



/*------------------------------*/
/*COMMON STYLE*/
/*------------------------------*/

.wrap{
	width:980px;
	margin: 0px auto;
}
header {
}
footer {
	border-top:1px solid #F6CDE3;
	padding:30px 0;
}
footer #footer1{
	float:left;
}
footer #footer2{
	float:right;
	width:230px;
	text-align:right;
}
footer h2{
	font-size:140%;
	font-weight:bold;
	margin-bottom:0.5em;
}
footer p{
	font-size:120%;
	margin-bottom:0.5em;
}
#foooter_cr {
	color:#A0A0A0;
	font-size:100%;
}
#contents {
	background:url(../images/top_bg.jpg);
	padding:30px 0;
}
#contentstop {
	background:url(../images/top_bg.jpg);
}
#contentsblue {
	background:url(../images/top_bg_blue.jpg);
	padding:30px 0;
}
#contentsbluetop {
	background:url(../images/top_bg_blue.jpg);
}
#backbtntop_prg {
	position:fixed;
	right:30px;
	bottom:50px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
	
}
#backbtntop_prg:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
#dirList {
	text-align:center;
	margin-bottom:20px;
	padding:30px;
}
/*------------------------------*/
/*レスポンシブ用class*/
/*------------------------------*/
.pc{
}
.phone {
	display:none;
}
/*------------------------------*/
/*top*/
/*------------------------------*/
#topMain{
	background:url(../images/main_v4.jpg) repeat-x 0 0;
	height:555px;
	width:100%;
		position:relative;
}
#topMenu {
	background: url(../images/menu_bg2.gif);
	width:338px;
	position:absolute;
	left:30px;
	top:30px;
}
#topMenu h1{
	background: url(../images/menu_bg1.gif);
	padding:10px 20px;
}
#topMenu_news {
	margin:0 20px;
	padding:20px 0 10px 0;
}
#topMenu_news h2{
		float:left;
}
#topMenu_news_set {
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}
#newListBtn{
	width: 110px;
	float: right;
	padding-right: 5px;
}
#newListBtn a{
	display:block;
	color:#fff;
	border:1px solid #fff;
	padding:4px 0px;
	text-align:center;
	font-size:10px;
	text-decoration:none;
}
#newListBtn a:hover{
	background-color:#484343;
}

#topMenu_news li{
	padding:0 0 0 0px;
	margin:0 0 8px 0;
	color:#fff;
	font-size:120%;
	line-height:1.5;
	margin-right:5px;
}
#topMenu_news li a{
	color:#fff;
	text-decoration:none;
}
#topMenu_news li a:hover{
	text-decoration:underline;
}
#gNavi ul{
	display:table;
	width:100%;
}
#gNavi li{
    display: table-cell;
    width: 14.287%;
    border: 1px solid #F6CDE3;
    border-left: none;
}
body#page_top #gNavi>li{
	width:16.6666%;
}
#gNavi li a{
	display:block;
	height:100px;
	text-indent:-9999px;
}
#gNavi li#gNavi1 a {
	background:url(../images/gnavi1.png) no-repeat center center;
}
#gNavi li#gNavi2 a {
	background:url(../images/gnavi2.png) no-repeat center center;
}
#gNavi li#gNavi3 a {
	background:url(../images/gnavi3.png) no-repeat center center;
}
#gNavi li#gNavi4 a {
	background:url(../images/gnavi4.png) no-repeat center center;
}
#gNavi li#gNavi5 a {
	background:url(../images/gnavi5.png) no-repeat center center;
}
#gNavi li a:hover,
#gNavi li.menuopen a{
	background-color:#F4F0F0 !important;
}
#gNavi li#gNavi6 #gNaviEtc a{
	height:33px;
}
#gNavi li#gNavi6 #gNaviEtc #gNaviEtc1 a{
	background:url(../images/gnavi6.png) no-repeat center center;
	border-bottom:1px dashed #F6CDE3;
}
#gNavi li#gNavi6 #gNaviEtc #gNaviEtc2 a{
	background:url(../images/gnavi7.png) no-repeat center center;
	border-bottom:1px dashed #F6CDE3;
}
#gNavi li#gNavi6 #gNaviEtc #gNaviEtc3 a{
	background:url(../images/gnavi8.png) no-repeat center center;
}
#gNavi li#gNavi0 {
	background:url(../images/menu_bg1.gif);
}
#gNavi li#gNavi0 a {
	background:url(../images/page_logo.png) no-repeat center center;
}
#gNavi li#gNavi0 a:hover {
    background-color: #D76691 !important;
}
ul #gNavi0 a {
}
/*------------------------------*/
/*サブMENU*/
/*------------------------------*/
#gNavi {
	/*position:relative;*/
}
#gNavi li{
	position:relative;
}
#gNavi li ul.sub{
    background-color: #F4F0F0;
    position: absolute;
    width: 540px;
    zoom: 1;
    margin-top: 1px;
    margin-left: 0;
    border: 1px solid #EB9AC6;
    /*	position:absolute;
	top:100px;
	left:0;*/
	
    padding: 0 0;
    z-index: 10000; /*一部ページのため*/
}
/*位置調整*/
#gNavi li#gNavi1 ul.sub{
}
#gNavi li#gNavi2 ul.sub{
	margin-left:0;
}
#gNavi li#gNavi3 ul.sub{
	margin-left:;
}
#gNavi li#gNavi4 ul.sub,
#gNavi li#gNavi5 ul.sub{
	position:absolute;
	right:0;
}

#gNavi li ul.sub li{
	border:none;
	display:block;
	width: 180px;
	float:left;
	margin: 0 !important;
	padding:0 !important;
	
	font-size:12px;

	position:relative;
}
#gNavi{
	zoom:1;
}
#gNavi:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

#gNavi ul.sub {
	/*初期非表示*/
	display:none;
	
}
/*#gNavi ul.sub li a p{
	height:2em;
	border:1px solid red;
	display:block;
}*/
#gNavi ul.sub li a {
	
	background-image:none !important;
	background: url(../images/gnavi_a_link.gif) no-repeat 20px center !important;

/*display:block;*/
display:table-cell;
	/*height:2.4em;*/
	vertical-align:middle;
	text-indent:0;
	width:120px;
/*	color:#000 !important;*/
	margin: 0px;
	padding: 10px 20px 10px 40px !important;
	height:2.5em !important;
	text-decoration: none !important;
	margin:0 !important;

}
#gNavi ul.sub li a:hover {
	text-decoration:none;
	background-color:#E3DFDF !important;
	color:#000 !important;
}
/*#gNavi ul.sub li {
	height: auto !important;
	border-left:none;
		border-right:none;
		
}*/

/** html #gNavi ul.sub{
	zoom:1;
	position:relative;
}
*+html #gNavi ul.sub{
	zoom:1;
	position:relative;
}*/
/*#gNavi ul.sub li ul.sub{
	display:none;
	position:absolute;
	
	top:-1px;
		_zoom:1;
	left:138px;
	border:none;
	
	
}
#gNavi ul.sub li ul.sub li{
	border-top: 0px solid #666;
	border-right: 2px solid #666;
	border-bottom: 1px solid #CCC;
	border-left: 2px solid #666;
	width: 206px;

}
#gNavi ul.sub li ul.sub li.firstChild{
	border-top: 2px solid #666;
	border-left: 2px solid #FFC;
}
#gNavi ul.sub li ul.sub li.lastChild{
	
	border-bottom: 2px solid #666;
}


#gNavi ul.sub li ul.sub li a {
background-color:#FFC;
	border-bottom:none;
		width:185px;
}
#gNavi ul.sub li ul.sub li a:hover {
	background-color:#FFFFFF;
}*/

/**/
.topBanners {
	text-align:center;
}
.topBanners img{
	margin: 4px;
	vertical-align:bottom;
	line-height:0;
}
#topMenu_news_list {
	height:310px;
	margin-bottom:10px;
}
/*page format*/
#page_wrap {
	background-color:#fff;
	border:1px solid #F6CDE3;
	overflow:hidden;
	zoom:1;
	background:url(../images/bg_page_menu.gif) repeat-y 196px 0  #fff;
}
#page_menu {
	float:left;
	width:196px;
}
#page_content {
	float:right;
	width:706px;
	margin:0px 40px 40px 0;
}
#page_menu h3 a{
	/*background:url(../images/bg_gray.gif);*/
	display:block;
	background-color:#EDEDED;
	font-size:16px;
	font-weight:bold;
	padding:20px;
	margin-bottom:1px;
	text-decoration:none;
	color:#000;
}
#page_menu h3 a:hover{
	background-color: #EB9AC6;
	color: #fff;
}

.page_meunu_list li {
/*	margin-right:1px;*/
}
.page_meunu_list li a{
	display:block;
	background:url(../images/link_ic.png) no-repeat 15px center;
	padding:15px 20px 15px 40px;
	font-size:140%;
	text-decoration:none;
}
.page_meunu_list li a:hover,
.page_meunu_list li a.active{
	background-color: #f6f6f6;
}
.page_meunu_list li ul li a{
	background:url(../images/link_ic.png) no-repeat 25px center;
	padding:10px 20px 10px 50px;
	font-size:120%;

}
#page_content h3{
	background:url(../images/page_t_bg.gif) no-repeat 0 0;
	font-size:22px;
	font-weight:bold;
	padding:40px 0 40px 30px;
	color:#000;
	line-height:1.2;
	
}
#page_content p,
#page_content td,
#page_content th,
#page_content h4,
#page_content h5,
#page_content li,
#page_content dt,
#page_content dd{
	font-size:140%;
	line-height:1.5;
}
#page_content p,
#page_content ul,
#page_content dl{
	margin-bottom:1em;
}

#page_content ul.list1{
	margin-left:3em;
	list-style:disc;
}
#page_content ul.list1 li{
	margin-bottom:0.5em;
}
#page_content li li,
#page_content li p,
#page_content td p,
#page_content dt p,
#page_content dd p,
#page_content dd li{
	font-size:100%;	
}
.glide_1_2 {
	width:48%;
}
img {
	vertical-align:bottom;

}
#page_content .caption {
	background-color:#525050;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
	font-size:120%;
}
#page_content td .caption {
	font-size:90%;
}
#page_content .t_h1 {
	font-size:160% !important;
	background-color:#F2F2F2;
	padding:10px 20px;
	font-weight:bold;
	margin-bottom:1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#page_content .t_h2 {
	/*background-color:#75CDEA;*/
	background-color: #FEFBE2;
	color: #333333;
	font-weight: bold;
	padding: 10px;
	font-size: 160%;
	margin-bottom: 1em;
	border-bottom: 1px solid #727272;
	border-top: 1px solid #727272;
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;*/
	text-align: center;
}
#page_content dl.dl_1{
margin-left:3em;
}
#page_content dl.dl_1 dt{
display: list-item;
list-style: disc outside;
font-weight:bold;
font-size:160%;
}
#page_content dl.dl_1 dd{
	margin-bottom:1.5em;
}


#page_content .t_read{
	font-size:160%;
	line-height:2;
}
.i_1 img{
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;

}
.i_2 img{
	border:1px solid #C6C6C6;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
	
}
.i_staff img{
	border:1px solid #C6C6C6;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  
	border-radius: 10px;

}
#page_content section {
	margin-bottom:40px;
}
.balloon_t {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	width: auto;
	min-width: 60%;
	/*height: 40px;*/
	line-height: 32px;
	text-align: center;
	background: #fff;
	border: 3px solid #0BA7DB;
	z-index: 0;
	
	vertical-align:middle;
	font-size:140%;
	color:#0BA7DB;
			-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
.balloon_t:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}
.balloon_t:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #0BA7DB transparent;
	z-index: -1;
}
.balloon2_t {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	width: auto;
	min-width: 60%;
	/*height: 40px;*/
	line-height: 32px;
	text-align: center;
	background: #fff;
	border: 3px solid #ff6699;
	z-index: 0;
	
	vertical-align:middle;
	font-size:140%;
	color:#ff6699;
			-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
.balloon2_t:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}
.balloon2_t:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff6699 transparent;
	z-index: -1;
}
ul.list_g3{
	width:101.3%;
	overflow:hidden;
}
ul.list_g3 li{
	width:32%;
	float:left;
	margin-right:1.33%;
	margin-bottom:2em;
}
dl.list_qa {
	padding:10px;
	border:1px solid #E8E7E7;
	margin-bottom:2em;
}
dl.list_qa dt{
	background:url(../images/qq_q.gif) no-repeat top left;
	padding:14px 0 18px 60px;
	color:#26C9FF;
	font-size:160% !important;
}
dl.list_qa dd{
	background:url(../images/qq_a.gif) no-repeat top left;
	padding:14px 0 18px 60px;
	margin-left:40px;
}

ul.list_g2{
	width:101.3%;
	overflow:hidden;

}
ul.list_g2 li{
	width:48%;
	float:left;
	margin-bottom:1em;
	margin-right:1.72%;
}
.colum_step p{
	width:60%;
	margin:0 auto;
}
dl.list_color1 {
	background-color:#CFF5F3;
	padding:20px;
	text-align:center;
	margin-bottom:20px;
}
dl.list_color2 {
	background-color:#FFF0BA;
	padding:20px;
	text-align:center;
	margin-bottom:20px;
}
dl.list_color1 dt{
	font-weight:bold;
	font-size:160%;
	background-color:#fff;
	color:#5BC3C3;
	padding:10px;
	margin-bottom:1em;
}
dl.list_color2 dt{
	font-weight:bold;
	font-size:160%;
	background-color:#fff;
	color:#F6BB4B;
	padding:10px;
	margin-bottom:1em;
}
dl.list_color1 dd,
dl.list_color2 dd{
	margin-bottom:1em;
	font-weight:bold;
}
.box_1 {
	border:1px solid #C6C6C6;
	padding:20px;

}
.box_2 {
	border:1px solid #C6C6C6;
	padding:20px;
	background-color:#FFE5E6;
}
.colum{
	margin-right:20px;
	margin-left:20px;
}
.box_contact {
	background-color:#04A4DA;
	color:#fff;
	padding:20px;
}
.box_contact a{
	color:#fff;
	text-decoration:none;
}
.box_contact_info {
	border:1px solid #fff;
	padding:30px 20px;
				-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
.box_contact_ad {
	font-size:160% !important;
	font-weight:bold;
}
.box_contact p {
	text-align:center;
}
.box_contact_t {
	margin-top:-50px;
	text-align:center;
	margin-bottom:10px;
}
.box_contact_info_tel span,
.box_contact_info_mail span {
	font-size:120%;
	font-weight:bold;
}
/*実績*/
.jisseki {
}
.jisseki p{
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
.page_link_list ul li {
	margin-bottom:0.2em;
}
.page_link_list ul li a{
	background:url(../images/ic_an.png) no-repeat left center;
	padding:2px 0px 2px 20px;
	display:block;
}
.pdMenu {
	text-align:right;
	font-size:12px;
}
.pdMenu form{
	display:inline-block;
	background-color:#ECF6F9;
	padding:5px;
	
}
.pc_w1-3_r {
	width:30%;
	float:right;
	margin-left:30px;
}
.indexList li {
	margin:0 20px;
}
.indexList li   {
	margin-bottom:10px;
}
.indexList li  a{
	tpage_meunu_listext-decoration:none;
	font-weight:bold;
	font-size:120%;
	background:url(../images/link_ic.png) no-repeat right 15px center;
	
	color: #19283C;
	display:block;
	
	/*position: relative;
	display: inline-block;*/
	padding: 15px 30px 15px 15px;
	/*width: auto;
	min-width: 60%;*/
	/*height: 40px;*/
	line-height: 32px;
	text-align: center;

	border: 3px solid #0BA7DB;
	z-index: 0;
	
	vertical-align:middle;
	color:#0BA7DB;
			-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
.indexList li  a:hover{
	background-color:#FEFBE2 !important;
}
.txt_i1{
	text-indent:-1.7em;
	margin-left:2em;
}
.marker {
	background-color:#F5F02E;
}
#gNavi .link_od:after,
#page_menu .link_od:after{
	content:url(../images/ic_blank.png);
 	vertical-align:middle;
 	margin:0 2px;
	
}

.marker2 {
	background-color: #ff99cc;
	text-align: center;
	color:#ffffff;
	padding: 10px;
	margin: 3px;
	font-size: 12px;
}
#gNavi .link_od:after,
#page_menu .link_od:after{
	content:url(../images/ic_blank.png);
 	vertical-align:middle;
 	margin:0 2px;

}
.page_link_ist {
	border-top:1px solid #EFEDED;
}
.page_link_ist li {
	margin-right:1px;
	border-bottom:1px solid #EFEDED;
	display:block;
	padding:15px 20px 15px 40px;
	
	
}
.page_link_ist li a{
	text-decoration:none;
	
}
.page_link_ist li a:hover{
	background-color:#ECF6F9;
}
.newsDate {
	font-size:12px;
	font-weight:normal;
	display:block;
	text-align:right;
	padding-top:10px;
}
#sitemap_set {
}
#sitemap_set li{
	margin-left:20px;
}

/*------------------------------*/
/*タブレット　（非対応）*/ 
/*------------------------------*/

/*@media screen and (max-width:979px){

img, object, embed {
	max-width:100%;
	height:auto;
	width: auto\9; 
	}
	img {
		
		-ms-interpolation-mode: bicubic; 
	}
	.wrap{
width:728px;

}


}*/

/*------------------------------*/
/*スマホ*/
/*------------------------------*/

@media screen and (max-width:639px){
.pc{
		display:none;
}
.phone {
	display:block;
}
body {
	font-size:12px;
}
img, object, embed {
	max-width:100%;
	height:auto;
	width: auto\9; /* ie8 */
	}
	img {
		/*ieで縮小表示奇麗に*/
		-ms-interpolation-mode: bicubic; 
	}
	.wrap{
	width:95% ;
}

/*float*/
.sp_float_none {
	float:none !important;
}


/*非表示*/
/*#footer2,
#page_menu{
	display:none;
}*/
#footer2{
	display:none;
}
#container {
  max-width:100%;
}
/*///非表示*/


#headerSet {
position:relative;
/*min-height:60px;*/
padding-top:60px;
}

#headerSet h1{
	width:100px;
	position:absolute;
	z-index:2;
	left:10px;
	top:0px;
	
}
/*spmenu*/
#menuSp {

}
#menuSpSet {
	
}
#menuSp h2{
	margin-left:10px;
	margin-bottom:0;
	line-height:0;
	width:50px;
	padding:0;
	float:right;
	position:absolute;
	top:5px;
	right:5px;
}
#menuSp #menuSpSet {
	background-color:#40587C;
	padding:70px 10px 10px 10px;
}
#menuSp #menuSpSet ul{
	border-top:1px solid #FFFFFF;
}
#menuSp #menuSpSet li a,
#menuSp #menuSpSet li span{
	color:#FFFFFF;
	text-decoration:none;
	font-size:140%;
	display:block;
	border-bottom:1px solid #FFFFFF;
	padding:10px 5px 10px 25px;
	
	background-image:url(../images/sp/link_icon_w.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size:12px auto;
	
}
#menuSpSetsub {
	text-align:center;
	margin-top:5px;
}

#menuSp #menuSpSet p {
	margin-top:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #FFFFFF;
	width:38%;
	padding:5px;
	
	border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
}
#menuSp #menuSpSet p a{
		color:#FFFFFF;
	text-decoration:none;
	font-size:100%;
}
#menuSpSet{
	display:none;
}
/*spmenu sub*/

#menuSp #menuSpSet li .sub {
	margin-top:-1px;
	display:none;
}
#menuSp #menuSpSet li .sub a{
	background-color:#5D7192;
	padding-left:40px;
}
#menuSp #menuSpSet li{
	background:url(../images/al1.png) no-repeat 0 14px;
	}
#menuSp #menuSpSet li.onmenu{
	background:url(../images/al2.png) no-repeat 0 14px;
}

#setSpMt{
	text-align:center;
	width:95%;
	margin:10px auto 20px auto;
}
#setSpMt img{
	width:32%;
	padding:0 0.5% 0 0;
	
}
#setSpMt img.last{
	padding:0;
	
}
#mainSlideBox_sp {

}

#topMain {
	background-size: 180%;
	padding-top:58%;
	height:100%;
}
#topMenu {
	position:static;
	width:100%;
}
#topMenu h1 {
	display:none;
}

#sp_gNavi {
}
#sp_gNavi #gNavi li{
	display:table-cell;
	width:33%;
	border:1px solid #F6CDE3;
	border-left:none;
	background-color:#fff;
}
#sp_gNavi #gNavi li:first-child{
	border-left:1px solid #F6CDE3;
}
#sp_gNavi #gNavi_set2 {
	margin-top:-1px;
}
#sp_gNavi #gNavi li a {
	background-size:85%;	
}
#sp_gNavi #gNavi li #gNaviEtc a {
	background-size:55% !important;	
}
#sp_gNavi h2{
	width:60px;
	margin-bottom:1em;
	margin-left:10px;
}
.linkList {
	margin:20px 0;
}
.linkList li a{
	border:1px solid #DDDDDD;
	padding:10px 10px 10px 30px;
	display:block;
	margin-bottom:10px;
	font-size:120%;
	background:url(../images/link_ic.png) no-repeat 10px center;
	background-size:12px auto;
	text-decoration:none;
	color:#000;
	border-radius: 5px;		
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
		background-color:#fff;
}
.linkList li a:hover{
	background-color:#707070;
	color:#fff;
}
.topBanners {
	text-align:center;
	background-color:#fff;
	border:1px solid #DDDDDD;
	padding:20px 30px;
	overflow:hidden;
}
.topBanners img{
	display:block;
	float:left;
	width:100%;
	margin: 0 0 10px 0;
	vertical-align:bottom;
	line-height:0;
}
/*page format*/
#page_visual {
	
	position:relative;
	/*width:120%;
	margin-bottom:30%;*/
}
#page_visual img{
	/*position:absolute;
	top:-10%;
	left:-10%;*/
	}
#page_wrap {
	background-image:none;
	background-color:#fff !important;
	margin-bottom:30px;

}
#page_menu {
	float:none;
	width:100%;
	border:1px solid #B2B2B2;
	margin:15px;
	width:auto;
	}
#page_content {
	float:none;
	width:auto;
	margin:0;
	padding:0px 20px 20px 20px;
}
#page_menu h3{
}
.page_meunu_list li {
	margin-right:1px;
}
.page_meunu_list li a{
	display:block;
	background:url(../images/link_ic.png) no-repeat 15px center;
	padding:15px 20px 15px 40px;
	font-size:140%;
	text-decoration:none;
}
.page_meunu_list li a:hover{
	background-color:#ECF6F9;
}
#page_content h3{
	background:url(../images/page_t_bg.gif) no-repeat 0 0;
	font-size:22px;
	font-weight:bold;
	padding:40px 0 40px 30px;
	color:#000;
	
}
#page_content p{
	font-size:140%;
	line-height:1.5;
}

.sp_w50 {
	width:50%;
}
ul.list_g3{
	width:100%;
	overflow:hidden;
}
ul.list_g3 li{
	width:100%;
}

dl.list_qa dd{
	margin-left:10px;
}
.page_link_list ul li {
	margin-bottom:0.2em;
}
.page_link_list ul li a{
	border:1px solid #ccc;
	padding:10px 20px 10px 40px;
	background : url(../images/ic_an.png) no-repeat 10px center;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 4px;   /* Firefox用 */ 
border-radius: 4px;        /* CSS3草案 */  
}
.page_link_list ul li a:hover{
	background-color:#F4F0F0;
}
.pc_w1-3_r {
	float:none;
	width:auto;
	margin-left:0;
	margin-bottom:10px;
}
}

/*スタッフ*/



.page_content imgBox {
  float: right;
  width: 205px;
  /*height: 140px;*/
}
.imgBox .offer {
  display: block;
  line-height: 1.2;
  margin-top: 5px;
  padding-left: 1em;
  font-size: 10px;
  text-indent: -1em;
}
.page_content txtBox {
  float: left;
  width: 200px;
}

.page_content contBox {
  position: relative;
  float: left;
  clear: both;
  width: 438px;
  margin: 0 0 10px;
  /*padding: 10px;*/
  background: #ddd;
}
.page_content contBox div.clearfix {
  margin: 10px;
}
.page_content contBox_title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.07692em;
}

.page_content contBox_title .num {
  display: block;
  float: left;
  width: 20px;
  height: 13px;
  line-height: 1;
  margin: 0 10px 5px 0;
  padding: 3px;
  background: #999;
  text-align: center;
}
.page_content contBox_title .small {
  font-size: 0.846em;
  font-weight: normal;
}
.page_content certification {
  display: block;
  margin-bottom: 10px;
  padding: 3px 5px;
  background: #fff;
  color: #784F91;
  font-size: 0.92308em;
}

.page_content contBox_description {
  /*color: #fff;*/
  font-size: 0.92308em;
}

.page_content contBox_place {
  margin-top: 5px;
  padding: 5px 0 5px 30px;
  border-top: 1px dotted #ccc;
  background: url(../img/kousha.jpg) no-repeat left 5px;
  font-size: 0.76923em;
}

.page_content + .offer {
  clear: both;
  color: red;
  margin: 0 auto 20px;
  font-size: 0.92308em;
}


.card {
  width: 220px;
  height: 380px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px #ccc;
  float: left;
  margin: 6px;
}
.card-img {
    border-radius: 5px;
    max-width: 200px;
    height: auto;
    margin: 10px;
}
.card-content {
  padding: 0px 10px 0px 10px ;
}
.card-position {
  color: #333;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.card-name {
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}
.card-text {
	color: #333;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.card-link {
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #eee;
	margin: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.card-link a {
	text-decoration: none;
	color: #0bd;
	
}
.card-link a:hover {
  color: #0090aa;
}

.staff_photo_l {
	width: 32%;
	float: left;
	font-size: 12px;
	margin-right: 30px;
	line-height: 1.8em;
}


 .interview {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px #ccc;
  float: left;
  margin: 7px;
}
.interview-img {
  border-radius: 5px 5px 0 0;
  max-width: 200px;
  height: auto;
  margin: 10px;
  float:left;
}
.interview-content {
  padding: 0px 10px 0px 10px ;
}
.interview-position {
  color: #333;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 160px;
  line-height: 1.5;
}
.interview-name {
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 160px;
	color: #333;
	font-weight: bold;
}
.interview-text {
	color: #333;
	font-size: 16px;
	 margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 100px;
	line-height: 1.5;
}
.interview-link {
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #eee;
	margin-top: 10px;
	margin-left: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.interview-link a {
	text-decoration: none;
	color: #0bd;
	
}
.interview-link a:hover {
  color: #0090aa;
}

.interview_new {
  width: 98%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 2px #e1e2e1;
  float: left;
  margin: 7px;
}
.interview_new-img {
  border-radius: 5px 5px 5px 5px;
  max-width: 200px;
  height: auto;
  margin: 10px 10px 10px 10px;
  float:left;
}
.interview_new-content {
  padding: 0px 10px 0px 10px ;
}
.interview_new-position {
  color: #333;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 220px;
  line-height: 1.5;
}
.interview_new-name {
	font-size: 20px;
	text-align: left;
    margin-top: 5px;
	margin-bottom: 3px;
	color: #333;
	font-weight: bold;
}
.interview_new-text {
	color: #333;
	font-size: 14px;
	 margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 1.5;
}
.interview_new-greet_text {
	color: #333;
	font-size: 14px;
	 margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 1.5;
    clear: both;
 }   
.interview_new-greet {
    font-size: 18px;
	text-align: left;
    margin-top: 5px;
	margin-bottom: 3px;
	color: #669966;
	font-weight: bold;
}


.interview_new-link {
	font-size: 16px;
	text-align: left;
	border-top: 1px solid #eee;
	margin-top: 10px;
	margin-left: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.interview_new-link a {
	text-decoration: none;
	color: #0bd;
	
}
.interview_new-link a:hover {
  color: #0090aa;
}



@media screen and (max-width: 640px) {
  .page_content {
    max-width: 420px;
    margin: 0 auto 20px;
  }
  .page_content .imgBox {
    float: none;
    /*width: auto;
    height: auto;*/
    margin-bottom: 10px;
	 float: right;
  width: 150px;
  }
  .page_content .imgBox img {
    width: 100%;
  }
  .page_content .txtBox {
    float: none;
    width: auto;
  }
 /*
  .page_content .contBox {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .page_content .contBox_title {
    /*padding-left: 40px;*
    padding-left: 0;
  }
  .page_content .contBox_title .num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 18px;
    font-size: 1.28571em;
  }
  .page_content .contBox_place {
    font-size: 0.92308em;
  }
  .page_content .contBox_place br {
    display: none;
  }
  .page_content + .offer {
    max-width: 430px;
    margin-top: -1.5em;
    padding: 3px 10px;
  }*/
  
 .card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px #ccc;
  float: left;
  margin: 7px;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 150px;
  height: auto;
  margin: 10px;
  float:left;
}
.card-content {
  padding: 0px 10px 0px 10px ;
}
.card-position {
  color: #333;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 160px;
  line-height: 1.5;
}
.card-name {
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 160px;
	color: #333;
	font-weight: bold;
}
.card-text {
	color: #333;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 160px;
	line-height: 1.5;
}
.card-link {
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 20px;
	margin-left: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.card-link a {
	text-decoration: none;
	color: #0bd;
	
}
.card-link a:hover {
  color: #0090aa;
}

.staff_photo_l {
	font-size: 12px;
	width: 100%;
	float:none;
	width:auto;
	margin: 5px;
	margin-bottom:10px;
}

