/*
Theme Name: Repeat Basic A
Theme URI: http://www.repeat.co.jp
Author: 株式会社リピート
Author URI: http://wordpress.org/
Version:1.0
Description: 株式会社リピート制作 ワードプレステーマA
*/
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */


/*@media only print, screen and (min-width: 641px) {*/

body{
	font-size:62.5%;
	color:#333333;
	background-image:url(images/header-bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: arial,helvetica,sans-serif;
;
}
	

*{
	margin:0;
}

a {
	outline:none;
}

a:hover {
	text-decoration:none;
}

input{
	border:none;
}

/*Universal Reset*/

h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
h4{
	font-size:15px;
}

img{
	border:none;
}

p,ul,li,dl,ol,dt,dd{ line-height:20px; margin:0; padding:0; letter-spacing:0;}
p {
	margin: 0 0 20px 0;
	letter-spacing: 0;
	text-indent: 1em; 
}

p.bottom-non{
	margin:0 0 0px 0;
}

p.bottom-5{
	margin:0 0 5px 0;
}


ul li { list-style-type:none; }
a img { border:0; }

img{
	/* テキストの下端に揃える */
	vertical-align:text-bottom;
}

a:link {
	text-decoration: none;
   color:#4573d0;
}
a:visited {
	text-decoration: none;
   color:#4573d0;
}

a:active {
	text-decoration: none;
	color: #364AE3;
}

a:hover {
	color: #364AE3;
}

.sp{
	display:none;
}



.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   line-height: 0;
   
}
.clearfix {
	display: inline-block;
	min-height:1%;
/*overflow:hidden;
line-height:0;
*/	}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#outline{
	position:relative;
}



#wapper{
	width:920px;
	margin:0 auto 80px auto;
}



header{
	/*background-image:url(images/header-top-bg.png);*/
	background-repeat:repeat-x;
	background-position:right top;
	width:1000px;
	height:171px;
	margin:0 auto;
}

#header-navi{
	width:480px;
	margin:0 0 0 0px;
	height:30px;
	padding:10px 0 0 0;
	margin-bottom:15px;
}

#header-navi ul li{
	float:left;
	display:inline-block;
	padding:0 15px 0 25px; border-right:dotted 1px #ffffff;
	background-image:url(images/icon-arrow-01.png);
	background-repeat:no-repeat;
	background-position:12px 50%;
}


#header-navi ul li a{
	color:#ffffff;
}


#search_font{
	clear:both;
	width:480px;
	height:30px;
	padding:5px;
	background-color:#fffdf2;
	border:solid 1px #e7e7e7;
}

#search_font .kensaku_sp{
	float:left;
	margin-right:30px;
}

#search_font .kensaku_sp input[type='text']{
	height:26px;
	width:200px;
	border:solid 1px #f1f1f1;
	margin:0;
	padding:0;
	float:left;
}


#search_font .kensaku_sp input[type='submit']{
	height:28px;
	width:74px;
	background-image:url(images/btn-kensaku.png);
	text-indent:-8999px;
	margin:0;
	padding:0;
	float:left;
}

#title{
	width:510px;
	float:left;
	height:83px;
	margin-top:30px;

}

#title-right{
	width:490px;
	float:right;
	height:50px;
	padding-top:50px;

}


#header-sub-navi{
	float:right;
	margin:0 0 0 0px;
	height:22px;
	padding:0px 0 0 0;
	margin-bottom:15px;
}

#header-sub-navi ul{ 
	border-left:solid 1px #4573d0;
	min-width:10px;
	min-height:20px;
	line-height:20px;
}

#header-sub-navi ul li{
	float:left;
	display:inline-block;
	padding:0 18px 0 18px; 
	border-right:solid 1px #4573d0;
	line-height:20px;
}


#header-sub-navi ul li a{
	color:#4573d0;
	font-size:12px;
}




/* メインメニュー：ドロップダウンメニュー */

#header-nav ul {
	clear:both;
	margin:0;
	width:1000px;
	/*background-image:url(images/g-menu.png);*/
	height:53px;
	border-left:solid 1px #3257BD;
}


#header-nav ul#menu-nav {
  height: 30px;
}

#header-nav ul li.menu-item {
   position: relative; /*z-indexの指定や子要素の基準とするために指定*/
   z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
   float: left; /*親メニューは横1列に並べる*/
}
#header-nav ul li.menu-item a{ 
  display: block;    /*要素の幅いっぱいにするために指定*/
  height:53px;
  color: #666;
  width:248px;
  text-decoration: none;
  font-size:15px;
  line-height:53px;
  color:#ffffff;
  border-right:solid 1px #3257BD;
  text-align:center;
  /*text-indent:-8999px;*/

}

#header-nav ul li.menu-item a:hover{ 
  background-color: #316BC3;
  color:#ffffff;

}

#header-nav ul li.menu-item a:active{ 
  background-color:#4573d0;
  color:#ffffff;

}

/*#header-nav ul li.menu-item.con01 a{ 
	background-image:url(images/g-menu.png);
	background-position:0px 0;
	width:167px;
  background-repeat:no-repeat;
}

#header-nav ul li.menu-item.con02 a{ 
	background-image:url(images/g-menu.png);
	background-position:-167px 0;
	width:167px;
  background-repeat:no-repeat;
}

#header-nav ul li.menu-item.con03 a{ 
	background-image:url(images/g-menu.png);
	background-position:-500px 0;
	  background-repeat:no-repeat;

}

#header-nav ul li.menu-item.con04 a{ 
	background-image:url(images/g-menu.png);
	background-position:-334px 0;
	width:167px;
	  background-repeat:no-repeat;
}

#header-nav ul li.menu-item.con05 a{ 
	background-image:url(images/g-menu.png);
	background-position:-666px 0;
	  background-repeat:no-repeat;

}

#header-nav ul li.menu-item.con06 a{ 
	background-image:url(images/g-menu.png);
	background-position:-832px 0;
	  background-repeat:no-repeat;

}

#header-nav ul li.menu-item.con01 a:hover{ 
	background-image:url(images/g-menu-ov.png);
	background-position:0px 0;
	width:167px;
}

#header-nav ul li.menu-item.con02 a:hover{ 
	background-image:url(images/g-menu-ov.png);
	background-position:-167px 0;
	width:167px;
}

#header-nav ul li.menu-item.con03 a:hover{ 
	background-image:url(images/g-menu-ov.png);
	background-position:-500px 0;

}

#header-nav ul li.menu-item.con04 a:hover{ 
	background-image:url(images/g-menu-ov.png);
	background-position:-334px 0;
	width:167px;

}

#header-nav ul li.menu-item.con05 a:hover{ 
	background-image:url(images/g-menu-ov.png);
	background-position:-666px 0;

}

#header-nav ul li.menu-item.con06 a:hover{ 
	background-image:url(images/g-menu-ov.png);
	background-position:-832px 0;

}
*/



 

 
#header-nav ul li ul.sub-menu {

  display: none;  /*サブメニューは最初は非表示にしておく*/
  position: absolute;  /*絶対配置にしておかないとうまくいかない*/
  top: 53px;
  left: 0;
  width: 249px;
  background-color:#4573d0;
  border:none;
border-top: 1px solid #3257BD;
}
#header-nav ul li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#header-nav ul li ul.sub-menu li{
  float: none;  /*サブメニューはフロートさせないので解除*/
  padding: 0;  /*親メニューのパディングを解除*/

}
#header-nav ul li.menu-item ul.sub-menu li a {  
  border-top:0;
  padding: 10px 10px;
  background-color:#4573d0;
  color: #fff;
  text-align: center;
  text-indent:0;
  height:auto;
  line-height:20px;
  font-size:13px;
  min-height:20px;
  z-index:10000;
  width: 227px;
border-right: 1px solid #3257BD;
border-left: 1px solid #3257BD;
border-bottom: 1px solid #3257BD;
}

#header-nav ul li.menu-item ul.sub-menu li a:hover {  
  background-image:none;
  background-color: #316BC3;
}


/*サブメニューで現在表示されているページのリンクの色を変更する*/
#header-nav ul li ul.sub-menu li.current-menu-item a {
  display: block;
  background-color: #316BC3
}

/* メインメニュー：ここまで */



/* トップページ：ここから */


#slider{
	text-align:center;
	height:310px;
	clear:both;
	background-color:#f3f8ff;
}

#slider_con{
	text-align:center;
	height:310px;
	clear:both;
	width:920px;
	margin:0 auto;
}




/* トップページ：ここまで */



/* フッター：ここから */


#footer_wp{
	clear:both;
	width:100%;
}

#footer-navi-wapper{
	width:1000px;
	height:32px;
	margin:0 auto;
}

#footer-navi{
	width:563px;
	margin:0 0 0 0px;
	height:22px;
	padding:10px 0 0 0;
	margin-bottom:15px;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	margin-left:437px;
}

#footer-navi ul{
	padding-left:80px;
}

#footer-navi ul li{
	float:left;
	display:inline-block;
	padding:0 15px 0 25px; border-right:dotted 1px #ffffff;
	background-image:url(images/icon-arrow-01.png);
	background-repeat:no-repeat;
	background-position:12px 50%;
}


#footer-navi ul li a{
	color:#ffffff;
}


#footer_search{
	margin-left:110px;
	clear:both;
	width:280px;
	height:30px;
	padding:5px;
	background-color:#fffdf2;
	border:solid 1px #e7e7e7;
	margin-bottom:20px;
}

#footer_search .kensaku_sp{

}

#footer_search .kensaku_sp input[type='text']{
	height:26px;
	width:200px;
	border:solid 1px #f1f1f1;
	margin:0;
	padding:0;
	float:left;
}


#footer_search .kensaku_sp input[type='submit']{
	height:28px;
	width:74px;
	background-image:url(images/btn-kensaku.png);
	text-indent:-8999px;
	margin:0;
	padding:0;
	float:left;
}

#footer_contents{
	clear:both;
	height:130px;
	background-color:#4573d0;
	width:100%;
	padding:10px 0 0 0;
}

#footer_contents #inner{
	width:1000px;
	margin:0 auto;
}
	
#footer_contents #inner .left_contents{
	width:600px;
	float:left;
	height:130px;
	color:#ffffff;
}

#footer_contents #inner .left_contents p.name{
	font-size:20px;
	line-height:20px;
	font-weight: normal;
}

#footer_contents #inner .left_contents img{
	vertical-align:middle;
}

#footer_contents #inner .left_contents p.address{
	font-size:13px;
	line-height:18px;
	text-indent:0;
}



#footer_contents #inner .right_contents{
	width:400px;
	float:left;
	height:130px;
}

#footer-sub-navi{
	float:right;
	margin:0 0 0 0px;
	height:22px;
	padding:30px 0 0 0;
	margin-bottom:15px;
}

#footer-sub-navi ul{ 
	border-left:solid 1px #ffffff;
	min-width:10px;
	min-height:20px;
	line-height:20px;
}

#footer-sub-navi ul li{
	float:left;
	display:inline-block;
	padding:0 18px 0 18px; 
	border-right:solid 1px #ffffff;
	line-height:20px;
}


#footer-sub-navi ul li a{
	color:#ffffff;
	font-size:12px;
}

p.copyright{
	font-size:110%;
	text-align:center;
	padding:10px 0;
	margin:0;
}
	


/* フッター：ここまで */






#top-content{
	clear:both;
	margin-top:100px;
	text-align: center;
}

#top-content h2{
	background-position:50% top;
	background-repeat:no-repeat;
	padding:20px 0 0 0;
	margin:0;
	text-align:center;
	color:#4d4d4d;
	font-size:20px;
	line-height:35px;
	font-weight:normal;
	background-image:url(images/top_h2_bg.png);
}





#top-content_bottom{
	clear:both;
}

#top-content_bottom .content_box{
	float:left;
	width:194px;
	border:solid 1px #e6e6e6;
	margin:60px 10px;
	background-color:#ffffff;
	padding:6px;
}

#top-content_bottom a:hover .content_box{
	background-color:#f3f8ff;
}


#top-content_bottom .content_box img.photo{
	width:194px;
	height:130px;
}


#top-content_bottom .content_box h3{
	font-size:16px;
	text-align:center;
	margin:20px 0;
	padding:0 6px;
	font-weight:normal;
}

#top-content_bottom .content_box p{
	padding:0 6px
}


#page_title{
	clear:both;
	height:130px;
	background-color:#f3f8ff;
	background-image:url(images/h1_bg.png);
	width:100%;
}

#page_title h1 span{
	display:inline-block;
	padding:0 10px;
	background-color:#009245;
	color:#ffffff;
	font-size:60%;
	height:40px;
	line-height:40px;
	vertical-align: baseline;
	margin:0 0 0 20px;
}

#page_title h1{
	width:1000px;
	margin:0 auto;
	color:#3257BD;
	font-size:30px;
	padding:25px 0 0 0;
	font-weight:normal;
	line-height:280%;
}


#breadcrumbs{
	clear:both;
	min-height:20px;
	line-height:20px;
	padding:10px 0;
	color:#333333;
	background-color:#ffffff;
}

#breadcrumbs_con{
	width:1000px;
	margin:0 auto;
	font-size:11px;
}


#breadcrumbs_con a{
	color:#333333;
	text-decoration:none;
	
}


#sub_wapper{
	clear:both;
	float:none;
	margin:0 auto 80px auto;
	background-color:#ffffff;
	width:960px;
	padding:8px 0;
}

#sub_contents_index{
	margin:0 20px;
	width:920px;
	padding:30px 13px;
}




#bg{
	background-image:url(images/bg.png);
}



#sub_contents_contents{
	margin:0px 8px;
	width:920px;
	padding:30px 0px
}



#sub_contents_contents #tab-wapper_sub{
	clear:both;
	margin:0 auto;

}



#sitemap #sub_contents_contents #padding ul{

}

#sitemap #sub_contents_contents #padding ul li{
	width:920px;
	clear:both;
	margin:5px 10px 0px 10px;
	padding:15px 5px 10px 0px;
	border-top:solid 1px #cccccc;
	/*background-image:url(images/icon_arrow_sub_green.png);*/
	background-repeat:no-repeat;
	background-position:0 20px;
	font-size:16px;
}


#sitemap #sub_contents_contents #padding ul li li{
	clear:none;
	width:245px;
	float:left;
	margin:10px 10px 20px 20px;
	padding:5px 5px 5px 0px;/*
	background-image:url(images/icon_arrow_sub_green.png);*/
	background-repeat:no-repeat;
	background-position:0 8px;
	border-bottom:dotted 1px #cccccc;
	border-top:none;
	font-size:13px;

}

#sitemap #sub_contents_contents #padding ul li.page_item_has_children{
	
}


#sitemap #sub_contents_contents #padding ul li ul{
	clear:both;
	margin-left:20px;
}

.flex-control-paging a{
	color:#B1383A;
		background-image:none;

}

/*td.fc-header-left{
	border:none !important
}*/

td.fc-header-left span.fc-header-title h2{
	padding:0px 0 0px 28px;
	margin:0px 0 0 0;
	font-size:150%;
	font-weight:normal;
	background-image:url(images/sub_h5.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
}

.search #sub_contents_contents h3{
	margin-bottom:40px;
}

.search #sub_contents_contents h4{
	border:none;
	font-size:140%;
	margin:0;
	padding:0 0 5px 0;
	font-weight:normal;
	background-image:none;
	height:auto;
	line-height:auto;
	min-height:auto;
}

.search #sub_contents_contents .entry-summary {
	padding:0 0 20px 0;
	border-bottom:dotted 1px #cccccc;
	margin:0px 0 25px 0;

}

.search #sub_contents_contents .entry-summary p{
	margin:0;
	padding:0;

}


#top_wapper{
	width:920px;
	height:auto;
	margin:0 auto;
}

#mainright{
	margin-top:0;
}

#mainright .articleheader p{
	border:none;
	margin:0;
	padding:2px 0 2px 0;
}

#mainright .articleheader h4{
	border:none;
}


#mainright .articleheader{
	border-bottom:1px solid #e1e5f7;
}

#sub_menu{
	float:left;
	width:240px;
	margin:0 0 0 10px;
}

#sub_menu h3{
	background-color:#4573d0;
	color:#ffffff;
	text-align:left;
	padding:15px 10px;
	margin:0;
	font-size:16px;
	font-weight:normal;
}

#sub_menu h3 ul{
	margin:0;
	padding:0
}

#sub_menu ul li{
	border-left:solid 1px #4573d0;
	border-right:solid 1px #4573d0;
	border-bottom:solid 1px #4573d0;
	color:#333333;
}

#sub_menu ul li a{
	width:218px;
	height:auto;
	display:block;
	font-size:12px;
	color:#333333;
	padding:10px;
}

#sub_menu ul li a:hover{
	background-color:#F3F8FF;
}

.contents-right{
	float:right;
	width:625px;
}

/*}*/