@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header_kyoto
  #utilityNav
 #navi_kyoto
  #gNav
 #footer
  #footerContents_kyoto
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#1c5489;
	text-decoration: none;
}
a:visited {
	color:#1c5489;
	text-decoration: none;
}
a:hover {
	color:#75adaf;
	text-decoration: none;
}
a:active {
	color:#1c5489;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR_kyoto {
	float: right;
	margin: 0 0 0 10px;
}

.imgL_kyoto {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix_kyoto */
.clearfix_kyoto:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix_kyoto {height: 1%;}
.clearfix_kyoto {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header_kyoto
		ヘッダー
----------------------------------------------------------- */
#header_kyoto {
	width: 960px;
	margin: 0 auto;
}

#header_kyoto #logo_kyoto {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 160px;
	background: #fff;
	margin: 20px 0;
}
#headerDesc_kyoto {
	color: #000;
	height: 20px;
}
#headerDescArea_kyoto {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea_kyoto h1 {
	font-size: 14px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}
#headerDescArea_kyoto h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}


/* #utilityNav
----------------------------------------------------------- */
#header_kyoto #utilityNav {
	float: right;
	text-align: right;
	padding-top: 60px;
}

#header_kyoto #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}


/* -----------------------------------------------------------
	#navi_kyoto
		ナビ
----------------------------------------------------------- */
#navi_kyoto {
	clear: both;
	height: 60px;
	background:url(../img/navi_background.png) repeat-x;
}

/* #gNav
----------------------------------------------------------- */
#navi_kyoto #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi_kyoto #gNav {
	height: 1%;
}

#naviArea_kyoto {
	width: 960px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#navi_kyoto #gNav li {
	float: left;
	text-align: center;
}

#navi_kyoto #gNav li a:link,
#navi_kyoto #gNav li a:visited,
#navi_kyoto #gNav li a:active {
	color:#fff;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 159px;
	height: 50px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}

#navi_kyoto #gNav span {
		color:#fff;
	font-size: 10px;
}

#navi_kyoto #gNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 0.2em;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer_kyoto {
	clear: both;
	background: #f6f6f6;
	padding: 15px 0 0 0;
}

#footer_kyoto .copyright_kyoto {
	color: #000;
	background: #edebad;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents_kyoto ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents_kyoto ul li {
	display: inline;
	border-right: solid 1px #d4d4d4;
	padding: 0 10px 0 10px;
}
#footerContents_kyoto ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents_kyoto .box_kyoto {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents_kyoto h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents_kyoto
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents_kyoto {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg_kyoto {

	height: 300px;
}
#imgArea_kyoto {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents_kyoto {
	width: 960px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
}

#contents_kyoto .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox_kyoto {
	margin: 0 0 20px 15px;
	min-height:1px;
}

.contentsBox_kyoto .box_kyoto {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main_kyoto {
	float: right;
	width: 700px;
}

#main_kyoto h2{
	font-size: 16px;
	font-weight: 100;
	width: 700px;
	height: 40px;
	background: url(../img/bg-h2.png) no-repeat;
	padding: 10px 0 0 30px;
}

#main_kyoto h3{
	font-size: 14px;
	font-weight: 100;
	width: 700px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 10px 0 0 30px;
}

#main_kyoto h4{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main_kyoto .section_kyoto{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#main_kyoto .sectionBorder_kyoto{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
	min-height:1px;
}

#main_kyoto .box_kyoto {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main_kyoto .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main_kyoto ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}

/* テーブル装飾
----------------------------------------------------------- */
#main_kyoto .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main_kyoto .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub_kyoto {
	float: left;

	width: 230px;
}

#sub_kyoto h3{
	font-size: 14px;
	font-weight: bold;
	width: 230px;
	height: 35px;
	background: url(../img/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 12px 0 0 20px;
}

#sub_kyoto ul {
	margin: -10px 0 2px;
}

#sub_kyoto ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub_kyoto .sectionBorder_kyoto{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub_kyoto .box_kyoto {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub_kyoto .box-end {
	padding: 5px;
}



#form_kyoto p ,#form_kyoto table{

	margin:0 4px;

}







#form_kyoto p#indispensable{

	margin-top:30px;

}



#form_kyoto table td.t-head{

	width:150px;

}

#form_kyoto table{

	border:#CCC 1px solid;

	width:617px;
	color:#fff;
	font-style:normal;
	width:640px;

}



#form_kyoto table tr td{

	padding:10px;

	border:1px  #CCC solid;

	border-top:none;

	border-left:none;

}

#form_kyoto table tr td span,#red{
	color:#F00;
}





input[type="text"], textarea{

vertical-align:middle;

max-width:90%;

line-height:30px;

height:20px;

padding:1px 5px;

border:1px solid #d4d4d7;

border-radius:3px;

-webkit-border-radius:3px;

-moz-border-radius:3px;

font-size:100%;

color:#555;

background:#fcfcfc;

}



textarea{

height:auto;

width:400px;

line-height:1.5;

}



input[type="submit"],input[type="reset"],input[type="button"]{

padding:3px 10px;

background: #E1E186;

background: -moz-linear-gradient(top, #FEFEFE 0%,#E1E186 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#E1E186));

background: -webkit-linear-gradient(top, #FEFEFE 0%,#E1E186 100%);

background: -o-linear-gradient(top, #FEFEFE 0%,#E1E186  100%);

background: -ms-linear-gradient(top, #FEFEFE 0%,#E1E186 100%);

background: linear-gradient(to bottom, #FEFEFE 0%,#E1E186 100%);0%,#e37101 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#E1E186',GradientType=0 );

border:0;

border-radius:3px;

-webkit-border-radius:3px;

-moz-border-radius:3px;

line-height:1.5;

font-size:100%;

color:#000;

}



input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{

cursor:pointer;

background: #ECECB4;

background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECB4 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#ECECB4));

background: -webkit-linear-gradient(top, #FFFFFF 0%,#ECECB4 100%);

background: -o-linear-gradient(top, #FFFFFF 0%,#ECECB4 100%);

background: -ms-linear-gradient(top,#FFFFFF 0%,#ECECB4 100%);

background: linear-gradient(to bottom, #FFFFFF 0%,#ECECB4 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ECECB4',GradientType=0 );

}



*:first-child+html input[type="submit"]{padding:3px;}

form td{
	color:#000;
}


/* LP */
#akiya01 {
	clear:both;
}
#akiya01 h2,
#akiya01 h3,
#akiya01 h4,
#akiya01 p{
	margin:0;
	padding:0;
	height:auto;
}
#akiya01 p {
	color:#555;
	font-size:30px;
	line-height:1.4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#akiya01 img {
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}

#akiya01 .ban_tel{
	margin:60px 0;
	text-align:center;
}

#akiya01 .header_sp_btn{
display:none;
}

/* clearfix_boxF */
.boxF:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .boxF {height: 1%;}
.boxF {display: block;}
/* End hide from IE-mac */

#akiya01 .boxInLeft {
	width:400px;
	float:left;
}
#akiya01 .boxInRight {
	width:500px;
	float:right;
}
#akiya01 .box01 {
	margin-top:48px;
}
#akiya01 .box01 p.text {
	margin:50px 52px 16px 36px;
	font-size:30px;
	line-height:1.3;
	font-weight:normal;
}
#akiya01 .box01 p.attention {
	margin:0 52px 60px 36px;
	font-size:24px;
	line-height:1.3;
	font-weight:normal;
}
#akiya01 .box02 {
	margin-top:90px;
}
#akiya01 .box02 h4 {
	margin-top:45px;
	margin-bottom:30px;
}
#akiya01 .box02 p.text {
	font-size:30px;
	line-height:1.3;
	font-weight:normal;
	margin:0 30px;
}
#akiya01 .box02 .boxF p.text {
	width:480px;
	padding-top:10px;
	margin-left:0;
	float:right;
}
#akiya01 .box02 .boxF .boxImg {
	display:block;
	width:430px;
	float:left;
}
#akiya01 .box03 {
	margin-top:90px;
}
#akiya01 .box03 h2 {
	margin:0 0 45px;
}
#akiya01 .box03 h3 {
	margin-top:45px;
	margin-bottom:30px;
}
#akiya01 .box03 .boxF p.text {
	width:690px;
	padding-left:10px;
	margin-bottom:20px;
	float:left;
}
#akiya01 .box03 .boxF .boxImg {
	display:block;
	width:204px;
	margin-right:29px;
	float:right;
}
#akiya01 .box04 h3 {
	margin-top:45px;
	margin-bottom:30px;
}
#akiya01 .box04 .boxF p.text {
	width:580px;
	padding-top:10px;
	padding-left:10px;
	float:right;
}
#akiya01 .box04 .boxF .boxImg {
	display:block;
	width:350px;
	float:left;
}





