@charset "UTF-8";
body {
	background-color: #FFF;
	margin: 0px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}


a img { /* イメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: none; 
	color:#000;
/* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* リンク */
.link {
	display: inline-block;
	transition: 0.5s;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.link:hover, .link:active, .link:focus {
    color: #CCC;
}

/* 文字要素 */
a1 {
}
a2 {
}
a4 {
}
a5{
}
a6{
}
a7 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
b1 {
}
c1 {
}
c2 {
}

hr {
}


/* サイト全体 */
#site {
	margin-right: auto;
	margin-left: auto;
}




/* ヘッダー全体 */
#head {
	
}
#head .inner {
	top:0;
}
/* Fixed */
#head .fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	background:#FFF;
    background:rgba(153,153,153,0.1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#head  .fixed .inner {
	margin-top:-10px;
	height: 70px;
	background-image: url(../../gashu-kiko/images/head.gif);
	background-repeat: no-repeat;

}
#head .fixed #navi ul li a {
    color: #333;
    padding: 0 20px;
}
 
　　/* 画像メニュー */
#menu {
}
　　/* テキストメニュー */
/* contents */
/* container　*/
.top_pict {
	position:relative;
}
#cover {
	position:relative;
	background-image: url(../../gashu-kiko/images/new_tit.gif);
	background-repeat: no-repeat;
	padding-bottom:20px;
	padding-top: 40px;
}
#main_content {
	padding-top: 10px;
}
#main_content #side_content {
	padding-bottom: 30px;
}
#main_content #side_bar {
	float: left;
	width: 340px;
	min-height: 800px;
	margin-left:auto;
	margin-right:auto;
}
#main_body {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#cover #cover_pic {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}


#main_body, #side_content {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	padding: 10px 10px 0px 10px;
}


/* 文字コンテナ */
.topic {
	font-weight:bold;
	 position: relative;
     background: #fff;
     padding: 10px 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70,282828+72,adadad+80&0.65+72,0+87 */

background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 70%, rgba(40,40,40,0.65) 72%, rgba(173,173,173,0.3) 80%, rgba(173,173,173,0) 87%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 70%,rgba(40,40,40,0.65) 72%,rgba(173,173,173,0.3) 80%,rgba(173,173,173,0) 87%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 70%,rgba(40,40,40,0.65) 72%,rgba(173,173,173,0.3) 80%,rgba(173,173,173,0) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00adadad',GradientType=0 ); /* IE6-9 */



}
.topic {
     margin: 10px  0px 0px -10px;
     width: 100%;
}
.topic_link {
	padding:10px 10px 10px 10px;
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #999));
    background: -webkit-linear-gradient(#FFF, #999);
    background: -moz-linear-gradient(#FFF, #999);
    background: -o-linear-gradient(#FFF, #999);
    background: -ms-linear-gradient(#FFF, #999);
    background: linear-gradient(#FFF, #999);
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:5px 5px 3px #CCC;
    -moz-box-shadow:5px 5px 3px #CCC;
    -webkit-box-shadow:5px 5px 3px #CCC;
}
	

.main_text {
	margin-right: 10px;
	margin-left: 10px;
}
.todofuken {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow:5px 5px 10px #999;
}
.oshirase_text {
	margin:10px;
	position: relative;
	padding: 20px;
	-webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #E5E5E5 0%);
	background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #E5E5E5 0%);
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);

}
 
.oshirase_text:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1.65507em;
	height: 3.5493em;
	background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	border-bottom-left-radius: 6px;
	box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-1.89424em) rotate(-40deg);
	transform: translateY(-1.89424em) rotate(-40deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.sub_tiltle {
	padding-left:10px;
}
#main_content .main {
	padding-bottom: 20px;
}
#main_content ul {
	padding-left:1em;
}
#main_content ul li{
	list-style-type:none;
	text-indent:-1em;
	padding:0px 10px;

}
.backnum_img {
	padding-bottom: 5px;
}
.backnum_img img {
	width:100%;
}
.backnum_text {
}

/* form */
#form_all {
}
form .input1, .ask, .number, .name, .tel, .post, .other, .buttom {
	padding:5px;
}
form .select {
	font-size: 140%;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
form  .tel {
	width:250px;
	margin-left:20px;
}
form  .name {
}

form .input1, .address,.other {
}
form .issue {
	font-size:180%;
}
form .post {
}
form label {
}
/* 注意事項など */
.chuui {
}
.chuui_jikou {
	font-weight: bold;
}
.main_chuui {
	padding-left:1em;
}
.main_chuui li{
	list-style-type:none;
	text-indent:-1em;

}
.chuui_inside {
	padding: 0px 10px 10px 10px;
	padding-left:1em;
}
.chuui_inside li{
	text-indent:-1em;
	list-style-type:none;
}

/* フッター */
#bottom {
	background-color: #5A6B83;
}
#bottom .copyright_text {
	color: #CCC;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}




#hidden {
	visibility: hidden;
}
.hosoku {
	font-size: x-small;
}
