 @charset "utf-8";
/* CSS Document */

/*
Theme Name: UTケアシステム
Theme URI:
Description:
Version: Ver.1.0
Author: UG
Author URI:
Tags:
*/

/* ----------リセットCSS ---------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	text-decoration:none;
    background: transparent;
}

div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, small, strong,
b, i, dl, dt, dd, ol, ul, li, tr, th, td {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
 
body {
    line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
 
ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
 
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
 
input, select {
    vertical-align: middle;
}

img {
　　　vertical-align: top;
　　　font-size: 0;
　　　line-height: 0;
}

/* ----------リセットCSS END ---------- */



/* ----------共通CSS ---------- */
.left { float: left; }
.right { float: right; }

.tx_l, td.tx_l, .tx_l td { text-align:left; }
.tx_r, td.tx_r, .tt_r td { text-align:right; }
.tx_c, td.tx_c, .tx_c td { text-align:center; }

.va_t, td.va_t, .va_t td { vertical-align:top; }
.va_m, td.va_m, .va_m td { vertical-align:middle; }
.va_b, td.va_b, .va_b td { vertical-align:bottom; }

.bold { font-weight: bold; }
.clear { clear:both; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }

.img100 { width: 100%; height: auto; }
img { vertical-align: bottom; }

/* ----------共通CSS END ---------- */




/* --- 全体共通CSS --- */
html {
	background: #fff;
	width: 100%;
}

body {
	width: 100%;
}

h1,h2,h3 {
	font-size: 14px;
	font-weight: normal;
}

a { color: #0066cc; text-decoration: underline; }
a:hover { color: #0066cc; text-decoration: none; }
.link_area { cursor: pointer; }

#page_nav {
	position: relative;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 30px 0;
}
#page_nav div {
	font-size: 12px;
}
#page_nav a {
	font-size: 12px;
	color: #333;
}

#link_list td { padding-bottom: 10px; }
#link_list td a:hover { text-decoration: underline; }

button {
	vertical-align: bottom;
	border: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }


.red { color: #FF363A; font-weight: bold; }
.blue { color: #0074FF; font-weight: bold; }
.green { color: #1e844c; font-weight: bold; }
.under { text-decoration: underline; }

/* --- 全体共通CSS END --- */





/* --- カレンダー設定 --- */
#calender_box {
	width: 200px;
	float: right;
}

#calender_table {
	border-collapse: collapse;
	border: solid 1px #030;
	width: 200px;
	margin-bottom: 10px;
}
#calender_table td {
	border: solid 1px #030;
	background: #FFF;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
}
#calender_table td.you {
	border: solid 1px #030;
	background: #e9e9e9;
	width: 25px;
	height: 25px;
}
#calender_table td.free {
	border: solid 1px #030;
	background: #ffa4ab;
	width: 25px;
	height: 25px;
}

#calender_table td.today {
	border: solid 1px #030;
	background: #f5f483;
	width: 25px;
	height: 25px;
}

/* --- カレンダー設定 END --- */



/* --- ページネーション --- */
div.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px ;
    background:none;
    margin:10px 0 20px;
    vertical-align: middle;
}
 
div.pagination span, .pagination a {
    display:block;
    float:left ;
    margin: 2px 2px 2px 0 ;
    padding:6px 9px 5px 9px ;
    text-decoration:none;
    width:auto ;
    color:#fff ;
    background: #666 ;
}
 
div.pagination a:hover{
    color:#fff ;
    background: #faa850;
}
 
div.pagination .current{
    padding:6px 9px 5px 9px ;
    background: #faa850;
    color:#fff ;
}
/* --- ページネーション END --- */



/* --- リンク集設定 --- */
#link_table td {
	padding-bottom: 10px;
}

.icon1 {
	position: relative;
	top: -5px;
}
/* --- リンク集設定 END --- */



/* --- 新着情報一覧設定 --- */
#t_news_post {
	width: 100%;
}
#t_news_post tr {
}
#t_news_post td {
	padding: 15px;
	border-bottom: dashed 1px #341f10;
}


/* --- 新着情報一覧設定 END --- */




/* --- テーブルデータ 設定 --- */
#info_table {
	border-collapse: collapse;
	border: dotted 1px #466d99;
	width: 100%;
}
#info_table th {
	background: #e2eaf3;
	color: #466d99;
	border: dotted 1px #466d99;
	padding: 5px;
	padding-left: 20px;
	text-align: left;
}
#info_table td {
	background: #fff;
	border: dotted 1px #466d99;
	padding: 5px;
}

.info_table {
	border-collapse: collapse;
	border: dotted 1px #466d99;
	width: 100%;
	margin-bottom: 20px;
}
.info_table th {
	background: #e2eaf3;
	color: #466d99;
	border: dotted 1px #466d99;
	padding: 5px;
	padding-left: 20px;
	text-align: left;
}
.info_table td {
	background: #fff;
	border: dotted 1px #466d99;
	padding: 5px;
}

/* --- テーブルデータ 設定 END --- */




/* --- 全体共通CSS --- */
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

.cont_mb {
	margin-bottom: 55px;
}

.side_mb {
	margin-bottom: 45px;
}

.midashi_b {
	font-weight: bold;
}

.midashi1 {
	position: relative;
	width: auto;
	height: 54px;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	padding-left: 30px;
	margin-bottom: 30px;
	border-top: 3px solid #CBCB45;
	border-bottom: 1px solid #CBCB45;
}
.midashi1 .deco1 {
	background: url(images/icon/icon16.png) 0 4px no-repeat;
	position: absolute;
	top: 18px;
	right: 15px;
	color: #0099cc;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
}

.midashi2 {
	position: relative;
	width: auto;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 4px #0099c5;
	padding: 5px 0;
	padding-left: 10px;
	margin-bottom: 20px;
}

.midashi_s {
	background: url(images/s_midashi_back.png) no-repeat;
	position: relative;
	width: auto;
	height: 54px;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.midashi_b {
	position: relative;
	width: auto;
	height: 54px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	border: solid 3px #ececec;
	border-bottom: none;
}

.bt1 {
	background: #0099c5;
	position: relative;
	width: 180px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin: 0 auto;
}

.bt2 {
	background: #666666;
	position: relative;
	width: 180px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin: 0 auto;
}

/* --- 全体共通CSS END --- */




/* --- お問い合せ 設定 --- */
#contact_table {
	width: 100%;
	border-collapse: collapse;
	border: dotted 1px #466d99;
	margin-bottom: 20px;
}
#contact_table th {
	background: #e2eaf3;
	width: 150px;
	padding: 5px;
	line-height: 18px;
	border: dotted 1px #466d99;
}
#contact_table td {
	background: #fff;
	padding: 10px;
	border: dotted 1px #466d99;
}
#contact_table input {
	background: #eff6fc;
	border: solid 1px #466d99;
}

#contact_table textarea {
	background: #eff6fc;
	border: solid 1px #466d99;
	width: 100%;
}

#contact_table input,#contact_table textarea {
	border: solid 1px #999;
}

#contact_table input.text1 {
	width: 200px;
}
#contact_table input.text2 {
	width: 250px;
}
#contact_table input.text3 {
	width: 300px;
}
#contact_table input.text4 {
	width: 350px;
}
#contact_table input.text5 {
	width: 400px;
}
#contact_table input.text6 {
	width: 50px;
}
#contact_table textarea{
	width: 100%;
}

.contact_icon {
	position: relative;
	top: 0;
	left: 5px;
}

#submit_box {
	text-align: right;
	padding-bottom: 30px;
}
#submit_box button {
	background: #fff;
	position: relative;
}


#privacy_box {
	background: #FFFFFF;
	position: relative;
	width: auto;
	height: 300px;
	overflow: auto;
	border: solid 1px #DDD;
	padding: 20px;
	margin-bottom: 20px;
}


/* --- お問い合せ 設定 END --- */



/* --- 背景設定 --- */
#container {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: auto;
	clear: both;
}


#header {
	background: #fff;
	position: relative;
	width: 100%;
	min-height: 110px;
}

#nav {
	background: #CBCB45;
	position: relative;
	width: 100%;
	height: 68px;
}

#mainimage_index {
	position: relative;
	text-align: center;
	width: 100%;
	min-height: 470px;
	margin-bottom: 50px;
}
#mainimage_index > .wrap {
	width: auto;
}

#mainimage {
	position: relative;
	text-align: center;
	width: 100%;
	min-height: 200px;
}
#mainimage .wrap {
	width: auto;
}



#content {
	position: relative;
	width: 100%;
	height: auto;
}


#footer {
	background: #ededed;
	position: relative;
	width: 100%;
	min-height: 120px;
	border-top: solid 1px #d6d6d0;
}

/* --- 背景設定 END --- */

	
	
/* --- ヘッダー設定 --- */
#h1_text {
	position: absolute;
	top: 7px;
	font-size: 11px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
}

#h_contact_bt {
	position: absolute;
	top: 35px;
	right: 240px;
}

#tel {
	position: absolute;
	top: 40px;
	right: 0;
}


/* --- ヘッダー設定 END --- */




/* --- ナビ設定 --- */
.gNav{
	position: relative;
	width: 250px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	
	transition: 0.6s;
}

.gNav:hover{
	color: #fff;
	background-color: #d1d159;
}

.gNav:before{
	content: '';
	position: absolute;
	left: 0;
	top:12px;
	display: inline-block;
	width: 1px;
	height: 42px;
	background-color: #fff;
}

.gNavLast:after{
	content: '';
	position: absolute;
	right: 0;
	top:12px;
	display: inline-block;
	width: 1px;
	height: 42px;
	background-color: #fff;
}

#nav1 {
	/*background: url(images/nav1.png) no-repeat top left;*/
	width: 250px;
	height: 68px;
	display: block;
	float: left;
}
/*#nav1:hover { background: url(images/nav1.png) no-repeat bottom right; }*/

#nav2 {
	background: url(images/nav2.png) no-repeat top left;
	width: 250px;
	height: 68px;
	display: block;
	float: left;
}
#nav2:hover { background: url(images/nav2.png) no-repeat bottom right; }

#nav3 {
	background: url(images/nav3.png) no-repeat top left;
	width: 250px;
	height: 68px;
	display: block;
	float: left;
}
#nav3:hover { background: url(images/nav3.png) no-repeat bottom right; }

#nav4 {
	background: url(images/nav4.png) no-repeat top left;
	width: 250px;
	height: 68px;
	display: block;
	float: left;
}
#nav4:hover { background: url(images/nav4.png) no-repeat bottom right; }


/* --- ナビ設定 END --- */



/* --- メインイメージ設定 --- */
.bx-wrapper {
	background: none !important;
}
.bx-viewport {
	background: none !important;
}

#mainimg_index1 {
	background: url(images/index/mainimg_index1.png) no-repeat center;
	width: 100%;
	height: 470px;
}
#mainimg_index2 {
	background: url(images/index/mainimg_index2.png) no-repeat center;
	width: 100%;
	height: 470px;
}
#mainimg_index3 {
	background: url(images/index/mainimg_index3.png) no-repeat center;
	width: 100%;
	height: 470px;
}

#mainimg_sub {
	background: url(images/mainimg_sub.png) no-repeat center;
	width: 100%;
	height: 200px;
}


/* --- メインイメージ設定 END --- */



/* --- コンテンツ設定 --- */

#main {
	position: relative;
	width: 100%;
	min-height: 500px;
	float: left;
}
#main > .wrap {
	width: auto;
}


#top_text {
}
#top_text .title {
	font-size: 29px;
	color: #006699;
	margin-bottom: 15px;
}


#t_jigyo_box p {
	font-size: 14px;
	margin-bottom: 8px;
}

#menu1_box {
	background: url(images/index/t_menu1_back.png) no-repeat;
	position: relative;
	width: 300px;
	height: 100px;
	padding: 15px;
	padding-top: 160px;
}
#menu2_box {
	background: url(images/index/t_menu2_back.png) no-repeat;
	position: relative;
	width: 300px;
	height: 100px;
	padding: 15px;
	padding-top: 160px;
}
#menu3_box {
	background: url(images/index/t_menu3_back.png) no-repeat;
	position: relative;
	width: 300px;
	height: 100px;
	padding: 15px;
	padding-top: 160px;
}
#menu4_box {
	background: url(images/index/t_menu4_back.png) no-repeat;
	position: relative;
	width: 300px;
	height: 100px;
	padding: 15px;
	padding-top: 160px;
}


#t_tori_box .box {
	background: url(images/index/t_cont_img1.png) no-repeat;
	position: relative;
	width: 700px;
	height: 410px;
}
#t_tori_box .box .text1 {
	position: absolute;
	top: 310px;
	left: 20px;
	width: 670px;
	height: 100px;
}
#t_tori_box .box .text1 span {
	color: #cc3300;
}


#t_news_box1 {
	position: relative;
	width: 340px;
	height: auto;
	float: left;
}
#t_news_box2 {
	position: relative;
	width: 340px;
	height: auto;
	float: right;
}
#t_news_box3 {
	position: relative;
	width: 100%;
	height: auto;
}
#t_news_box1 .title,#t_news_box2 .title,#t_news_box3 .title {
	position: relative;
}
#t_news_box1 .title .link1,#t_news_box2 .title .link1,#t_news_box3 .title .link1 {
	position: absolute;
	top: 0;
	right: 0;
}
#t_news_box1 .box1,#t_news_box2 .box1,#t_news_box3 .box1 {
	background: #FFFFFF;
	position: relative;
	min-height: 415px;
	padding: 27px;
	border: solid 3px #ececec;
	border-top: none;
}
#t_news_box1 .t_news_post,#t_news_box2 .t_news_post,#t_news_box3 .t_news_post {
	border-bottom: solid 1px #ececec;
	padding: 10px 0;
	margin-bottom: 5px;
}
#t_news_box1 .t_news_post .day,#t_news_box2 .t_news_post .day,#t_news_box3 .t_news_post .day {
}
#t_news_box1 .t_news_post .text,#t_news_box2 .t_news_post .text,#t_news_box3 .t_news_post .text {
}
#t_news_box1 .link_box1,#t_news_box2 .link_box1,#t_news_box3 .link_box1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.t_news_post a[rel="category"], .t_news_post a[rel="category tag"] {
	background: #3399cc;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #fff;
	padding: 2px 7px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



#facebook_box {
	background: #ccc;
	position: relative;
	width: 280px;
	min-height: 500px;
	float: right;
}


/* --- コンテンツ設定 END --- */




/* --- レフトorライトメニュー設定 --- */
#sidebar {
	position: relative;
	width: 250px;
	height: auto;
	min-height: 500px;
	float: right;
	padding-bottom: 50px;
}
#sidebar > .wrap {
	width: auto;
}


#s_contact_box {
	position: relative;
	background: url(images/s_contact_back.png) no-repeat;
	width: 250px;
	height: 219px;
}
#s_contact_box .link1 {
	position: absolute;
	left: 37px;
	bottom: 15px;
}


#s_info_box {
	margin-bottom: 20px;
}
#s_info_box .box1 {
	padding: 18px;
	border: solid 3px #ececec;
}
#s_info_box .box1 .img1 {
	margin-bottom: 10px;
}
#s_info_box .box1 .title {
	font-size: 18px;
	font-weight: bold;
}
#s_info_box .box1 .text1 {
}
#s_info_box .box1 .text2 a {
	color: #0099c5;
}

#s_info_box .t_news_post {
	padding: 10px 0;
	border-bottom: dashed 1px #D0D0D0;
}



.s_access {
	width: 100%;
	height: 250px;
}




/* --- レフトorライトメニュー設定 END --- */





/* --- フッター設定 --- */
#f_contact_box {
	position: relative;
	width: auto;
	min-height: 340px;
}

#f_contact_box .img1 {
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
}
#f_contact_box .text1 {
	position: absolute;
	top: 120px;
	width: 100%;
	text-align: center;
}

#f_tel {
	position: absolute;
	top: 195px;
	left: 155px;
}
#f_contact_bt {
	position: absolute;
	top: 195px;
	right: 165px;
}


#footer_list1 {
	position: absolute;
	top: 50px;
	left: 30px;
}
#footer_list1 li {
	color: #333;
	float: left;
}
#footer_list1 li a {
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-decoration: none;
}
#footer_list1 li a:hover {
	text-decoration: underline;
}


#f_table {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 940px;
}
#f_table th {
	background: url(images/icon/icon20.png) 0 7px no-repeat;
	padding-left: 20px;
	font-weight: normal;
	color: #0099c5;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
}
#f_table td {
	vertical-align: top;
	padding-bottom: 10px;
}
#f_table td a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
#f_table td a:hover {
	text-decoration: underline;
}


#f_logo {
	position: absolute;
	top: 55px;
	right: 0;
}
#f_logo .img1 {
	margin-bottom: 5px;
}
#f_logo .text1 {
	padding: 5px;
}

address {
	background:#7BB994;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.toTop {
	position: fixed;
	bottom: 260px;
	right: 30px;
}


/* --- フッター設定 END --- */





/* --- 新着情報 設定 --- */
.news_box {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.news_box .title {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #333;
}

/* --- 新着情報 設定 END --- */





/* --- よくあるご質問 設定 --- */
.faq_box {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.faq_box .title {
	position: relative;
	background: url(images/icon/f_icon2.png) no-repeat 8px 8px;
	width: auto;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 15px 10px 15px 60px;
	border-bottom: dashed 1px #333;
}

.faq_box .text {
	padding: 15px;
}

/* --- よくあるご質問 END --- */



/* --- 事業概要 設定 --- */
#info_box .img1 {
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
#info_box .text1 {
	font-size: 20px;
	font-weight: bold;
	color: #281e74;
	margin-bottom: 30px;
}
#info_box .text2 {
	margin-bottom: 30px;
}



#jigyo_text {
	font-size: 30px;
	color: #006699;
	margin-bottom: 15px;
}


#mainimg_sub_service1 {
	background: url(images/jigyo/mainimg_sub_service1.png) no-repeat center;
	width: 100%;
	height: 250px;
}
#mainimg_sub_service2 {
	background: url(images/jigyo/mainimg_sub_service2.png) no-repeat center;
	width: 100%;
	height: 250px;
}
#mainimg_sub_service3 {
	background: url(images/jigyo/mainimg_sub_service3.png) no-repeat center;
	width: 100%;
	height: 250px;
}
#mainimg_sub_service4 {
	background: url(images/jigyo/mainimg_sub_service4.png) no-repeat center;
	width: 100%;
	height: 250px;
}


.service_box1 {
}
.service_box1 .box1 {
	position: relative;
	width: 300px;
	float: left;
}
.service_box1 .box1 .img1 {
	width: 100%;
	height: auto;
}
.service_box1 .box2 {
	position: relative;
	margin-left: 330px;
}


.service_box2 {
	margin-bottom: 30px;
}
.service_box2 .title {
	font-size: 20px;
	font-weight: bold;
	color: #4e670b;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: solid 4px #a8ca4f;
}
.service_box2 .title2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
	.service_box2 .title2:before {
		content: '◆';
		margin-right: 5px;
	}
.service_box2 .box1 {
	margin-bottom: 30px;
}
.service_box2 .link1 {
	background: #0099c5;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}
	.service_box2 .link1:before {
		content: '>>';
	}
	.service_box2 .link1:hover {
		text-decoration: underline;
	}
.service_box2 .box1 .text1 {
	margin-bottom: 10px;
}
.service_box2 .box1 .img1 {
	width: 200px;
	height: auto;
	float: left;
	border: solid 2px #E4E4E4;
}
.service_box2 .box1 .img2 {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: solid 2px #E4E4E4;
}
.service_box2 .box1 .img3 {
	width: 200px;
	height: auto;
	float: left;
	margin-right: 20px;
	border: solid 2px #E4E4E4;
}
.service_box2 .box1 .img4 {
	width: 450px;
	height: auto;
	float: left;
	margin-right: 20px;
	border: solid 2px #E4E4E4;
}
.service_box2 .box1 .img5 {
	width: 300px;
	height: auto;
	float: left;
	border: solid 2px #E4E4E4;
}

.service_box2 .box1 .img1 img {
	width: 200px;
	height: auto;
}
.service_box2 .box1 .cont_box1 {
	margin-left: 320px;
}
.service_box2 .box1 .cont_box2 {
}




.no_box .box1 .title1,.no_box .box1 .title2-1,.no_box .box1 .title3,.no_box .box1 .title4,.no_box .box1 .title5 {
	width: auto;
	min-height: 34px;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.no_box .box1 .title1 span,.no_box .box1 .title2-1 span,.no_box .box1 .title3 span,.no_box .box1 .title4 span,.no_box .box1 .title5 span {
	position: relative;
	top: -8px;
	font-size: 14px;
}
.no_box .box1 .title1 {
	background: url(images/icon/no1_icon.png) no-repeat;
}
.no_box .box1 .title2-1 {
	background: url(images/icon/no2_icon.png) no-repeat;
}
.no_box .box1 .title3 {
	background: url(images/icon/no3_icon.png) no-repeat;
}
.no_box .box1 .title4 {
	background: url(images/icon/no4_icon.png) no-repeat;
}
.no_box .box1 .title5 {
	background: url(images/icon/no5_icon.png) no-repeat;
}

.service_box3 {
	background: #ecfbff;
	position: relative;
	border: solid 2px #D1D1D1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}
.service_box3 .title1 {
	font-weight: bold;
	margin-bottom: 10px;
}
.service_box3 .list1 {
	margin-bottom: 10px;
}
.service_box3 .list1 li {
	background: url(images/icon/icon13.png) 0 4px no-repeat;
	padding-left: 20px;
}
.service_box3 .text1 {
}
.pdf_icon {
	position: relative;
	top: -2px;
	background: #FF0000;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 15px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pdf_icon:hover {
	color: #fff;
}



.nagare_box {
	margin-bottom: 30px;
}
.nagare_box .title {
	font-size: 20px;
	font-weight: bold;
	color: #4e670b;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: solid 4px #CBCB46;
}
.nagare_box .box1 {
	border-collapse: collapse;
	position: relative;
	width: 100%;
	border: solid 4px #CBCB46;
	margin-bottom: 10px;
}
.nagare_box .box1 th {
	background: #e3e3ac;
}
.nagare_box .box1 .title1 {
	width: 200px;
	padding: 10px;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.nagare_box .box1 .text1 {
	padding: 10px;
}
.nagare_box .link1 {
	background: #0099c5;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}
	.nagare_box .link1:before {
		content: '>>';
	}
	.nagare_box .link1:hover {
		text-decoration: underline;
	}




.price_table {
	border-collapse: collapse;
	width: 100%;
	border: solid 2px #393939;
}
.price_table td {
	border: solid 1px #393939;
	text-align: center;
	padding: 5px 0;
}
.price_table .title1 {
	background: #afeeee;
}
.price_table .title1-1 {
	background: #f0f8ff;
}
.price_table .title2 {
	background: #ffff00;
}
.price_table .title2-1 {
	background: #ffff99;
}
.price_table .title3 {
	background: #ffcc33;
}
.price_table .title3-1 {
	background: #ffcc99;
}
.price_table .title4 {
	background: #ff9966;
}
.price_table .title4-1 {
	background: #ffcccc;
}
.price_table .title5 {
	background: #ffe4e1;
}
.price_table .title5-1 {
	background: #fff0f5;
}

.price_table2 {
	border-collapse: collapse;
	width: 100%;
	border: solid 2px #393939;
}
.price_table2 td {
	border: solid 1px #393939;
	text-align: center;
}
.price_table2 .title1 {
	background: #ffebcd;
}
.price_table2 .title2 {
	background: #fff8dc;
}




#aisatu_box {
	margin-bottom: 20px;
}
#aisatu_box .box1 {
	position: relative;
	width: 250px;
	float: left;
}
#aisatu_box .box1 .img1 {
	width: 100%;
	height: auto;
}
#aisatu_box .box2 {
	position: relative;
	margin-left: 280px;
}
#aisatu_box .box2 .text1 {
	margin-bottom: 10px;
}
#aisatu_box .box2 .text2 {
	text-align: right;
}

#enkaku_box {
}
#enkaku_box li {
	padding: 5px;
}
#enkaku_box li:nth-child(odd) {
	background: #F5F5F5;
}



#aki_table[bgcolor="#000099"] { border: solid 2px #000099; }
#aki_table td[bgcolor="#eefdff"] { background: #eefdff; border: solid 2px #000099; }
#aki_table td[bgcolor="#ffffff"] { background: #fff; border: solid 2px #000099; }



/* --- 事業概要 設定 END --- */



/* --- ブログ 設定 --- */

#blog_link {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#blog_link img {
}


.blog_post {
	background: #fff;
	position: relative;
	border: solid 3px #ececec;
	padding: 20px;
	margin-bottom: 60px;
}

.midashi_blog {
	position: relative;
	width: auto;
	margin-bottom: 40px;
}
.midashi_blog .title {
	position: relative;
	width: auto;
	font-size: 28px;
	color: #2c4163;
	padding-bottom: 10px;
	border-bottom: solid 3px #ececec;
}

.midashi_blog .data {
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	margin-bottom: 10px;
}
.midashi_blog .day {
	font-size: 14px;
}
.midashi_blog a[rel="category"], .midashi_blog a[rel="category tag"] {
	background: #3399cc;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #fff;
	padding: 2px 7px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.post_box {
	background: #fff;
	margin-bottom: 30px;
}


.post_box .title {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #333;
}


.blog_post2 {
	background: #fff;
	position: relative;
	border: solid 3px #ececec;
	padding: 20px;
	margin-bottom: 20px;
}

.midashi_blog2 {
	position: relative;
	width: auto;
	margin-bottom: 10px;
}
.midashi_blog2 .title {
	position: relative;
	width: auto;
	font-size: 20px;
	color: #2c4163;
	padding-bottom: 10px;
	border-bottom: solid 3px #ececec;
}

.midashi_blog2 .data {
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	margin-bottom: 10px;
}
.midashi_blog2 .day {
	font-size: 14px;
}
.midashi_blog2 a[rel="category"], .midashi_blog2 a[rel="category tag"] {
	background: #3399cc;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #fff;
	padding: 2px 7px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.post_box {
	background: #fff;
	margin-bottom: 30px;
}


.post_box .title {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #333;
}


#blog_link {
	margin-bottom: 100px;
}

#s_new_box, #s_cat_box, #s_arc_box {
	position: relative;
	width: auto;
	min-height: 200px;
	padding: 10px;
	text-align: left;
	border-top: none;
	margin-bottom: 25px;
	border-left: solid 3px #ececec;
	border-right: solid 3px #ececec;
	border-bottom: solid 3px #ececec;
}
#s_new_box li, #s_cat_box li, #s_arc_box li {
	font-size: 14px;
}
#s_new_box p, #s_cat_box p, #s_arc_box p {
	font-size: 14px;
}
#s_new_box a, #s_cat_box a, #s_arc_box a {
	font-size: 14px;
}

#s_cat_box > li:before {
	content: '';
}
#s_cat_box .children li:before {
	content: '-';
	font-weight: bold;
	padding-right: 5px;
}

#s_cat_box > .cat-item {
	margin-bottom: 7px;
}

/* --- ブログ 設定 END --- */

/*******************************

	予約カレンダー用設定

*******************************/

.calendar td{
	border: 1px solid rgba(126,126,126,1.00);
	
}
