/*
Theme Name: ブルー観光テーマ2018
Theme URI: 
Description: オリジナルレスポンシブテーマ
Version: 1.0
Author: 
Author URI: 
*/
  /**
  * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
  * http://cssreset.com
  */
  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, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }
ol, ul {
 list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
 line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
 display:block;
}
nav 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;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
/* change border colour to suit your needs */
hr {
 display:block;
 height:1px;
 border:0;  
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}
/* 遅延表示 */
a{
	-webkit-transition:0.3s ease;
	-webkit-transition-property:opacity,border,color,background;

	-moz-transition:0.3s ease;
	-moz-transition-property:opacity,border,color,background;

	-o-transition:0.3s ease;
	-o-transition-property:opacity,border,color,background;
	
	transition:0.3s ease;
	transition-property:opacity,border,color,background;
}

body {
 margin: 0;
 padding: 0;
 font-size: 90%; 
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
 background-color: #fff;
 color: #555;
 text-align: center;
 line-height:160%;
 }
 
img { 
 max-width:100%;
 height: auto;
 width: auto\9;
}
.cf {
 zoom: 100%;
}
.cf:after {
 content: "";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;
}
.clr,
.clear{ clear: both; line-height: 0; height: 0;}

strong,
b{ font-weight: bold;}

/* ----------------------
見出し title
------------------------- */

#header h1 a{
 font-size: 1em;
 color: #555;
 text-decoration: none;
}
#header h1 a:hover{
 text-decoration: underline;
}
.site-description{
 color: #0099FF;
}

#main .entry h2{
 margin-bottom: 20px; 
}

#side h2 {
 clear: both;
 color: #fff;
 font-size: 110%;
 font-weight: bold;
 line-height: 1.5;
 padding: 10px 5px 10px 30px;
 background-color: #2e8b57;
 border-left: 5px solid #c2e8e8; 
}  
.category #main h3 a{
 color: #0069ab;
 font-size: 140%;
 font-weight: bold;
}
#main .entry h3{
 color: #009e9d;
 line-height: 1.5;
 font-weight: bold;
 font-size: 130%;
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom: 1px dashed #2e8b57;
 clear: both; 
}
 
/* ページヘッダーのタイトル */ 

.pagetitle{
 padding-top: 40px;
 font-weight: normal;
 text-shadow: 1px 1px 0px #FFF;
}

#main_wide .category h3{
 display: block;
 font-size: 1.1em;
 margin: 20px 0;
 color: #6699FF;
 font-weight: bold;
 clear: both;
 padding: 8px 0 6px 5px;
 background-position: 0px center;
 background-repeat: no-repeat;
 border-bottom: 1px dotted #ccc;
 }
.post h3 a{
 color: #6699FF;
}
.post h3 a:hover {
 text-decoration: none;
	}
.single h3{
 margin-bottom: 20px;
}
.cate_h3{
 margin-top: 0 !important;
}

#main .entry h4{
 font-weight: bold;
 width: 100%;
 padding: 0;
 margin-top: 30px;
 margin-bottom: 10px;
 font-size: 130%;
 clear: both;
 color: #333;
 }


/* ----------------------
 Basic Layout
-------------------------*/
#wrapper{
 padding: 0;
 text-align: center;
 margin: 0 auto;
 }
#layout{
 text-align:center;
 margin:0 auto;
 } 
#contents {
 width: 100%;
 z-index: 1;
 margin-left: auto;
 margin-right: auto; 
 height: auto;
 text-align: left;
 }

#contents a{
 text-decoration: none;
 }
#contents a:hover{
 text-decoration: underline;
 }
#header {
 position: relative; 
 margin: 0 auto;
 padding: 0;
 float: left;
 width: 100%;
}
#main {
 text-align:left;
}
#main a{
 color: ;
} 
#main_menu{
 z-index: 300 !important;
}
#main_wide{
 float: left;
 min-height: 150px;
 margin-bottom: 20px;
 width: 100%;
}
.entry_wide{
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

.main_slide{
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: auto;
 margin-right: auto;
 max-width: 1024px;
 max-height: 400px;
}

.main_slide img {
 max-width:100%;
 height: auto;
 width: auto\9;
}
.entry{
 min-height: 150px;
}

#side{
 text-align: left;
 width: 27.5%;
 margin: 0;
}
#footer{
 width: 100%;
}

.pagehead,
.sub_image{
 background-size:cover;
}

.border_dot{
 width: 100%;
 height: 1px;
 margin-top: 5px;
 border-bottom: 1px dotted #ccc;
}

/* --------------------------- 調整 */
.fl{ float: left;}
.fr{ float: right;}
.mgt0{ margin-top: 0 !important;}
.mgb10{ margin-bottom: 10px;}
.mgb20{ margin-bottom: 20px;}
.mgb30{ margin-bottom: 30px;}
.mgb40{ margin-bottom: 40px;}
.mgb50{ margin-bottom: 50px;}
.mgt10{ margin-top: 10px !important;}
.mgt20{ margin-top: 20px !important;}
.mgt30{ margin-top: 30px !important;}
.mgt40{ margin-top: 40px !important;}
.mgt50{ margin-top: 50px !important;}

.b,.bold{ font-weight: bold;}

.border{
 width: 100%;
 clear: both;
 border-bottom: 1px solid #ccc;
 margin: 30px 0 20px 0;
}

.c_red{
 color: #FF0066;
}

/*-----------------------
 side
-------------------------*/
#side a{ color: #333;}

.side_bn{
 margin: 0px 0 10px 0px;
 }

.btn_02{ margin-top: 8px;
 border: 1px solid #ccc;}

.areabox{
 width: 190px;
 margin-left: auto;
 margin-right: auto;
}

.feed{ margin-top: 10px; padding-top: 3px;}

.widget-area{
 margin-bottom: 15px;
}

.widget-container{
 margin-bottom: 15px;
}
/* ----------------------
 home 新着情報
-----------------------*/
ul.new_ul li{
 text-align: left;
 padding: 8px 0 8px 0px;
 border-bottom: 1px dashed #ccc;
 }
.new_ul{
 width: 100%;
 float: left;
 margin: 0px 0 30px 0;
}
.new_ul li a{
 color: #603813;
}
/* カテゴリータイトル */

.new_ul span.name{
 margin-right: 10px;
 display: block;
 float: left;
 text-align: center;
 width: 100px;
 padding-top: ;
 padding-bottom: ;
 font-size: 11px;
 background-color: #eee;
}
.new_ul .jirei{
 background-color: #d6f1d2;
}
.new_ul span.name.information{
 background-color: #b8d200;
 color: #fff;
}
.new_ul span.name.event{
 background-color: #ee94ae;
 color: #fff;
}
.new_ul .other{
 background-color: #eee;
}
.new_ul .faq{
 background-color: #d5f7fb;
}


@media screen and (min-width: 700px) {
}
@media screen and (max-width: 769px) {
.new_ul li a{
 display: block;
 margin-top: 5px;
}

}
/* ---------------------------
サイドバー/ウィジット挿入時
--------------------------- */
ul.side_navi ul li {
}

ul.side_navi li a{
 font-size: 90%;
 padding-left: 0px;
}

.widget-container {
 list-style-type: none;
}
.side_banner p{
 margin-bottom: 10px;
}
  
/*-----------------------
 パンくずリスト
-----------------------*/ 
@media screen and (min-width: 700px) {
.bread{
 display: inline-block;
 width: 1000px;
 margin:0 auto;
 padding: 5px 0 5px 0px;
 border-bottom: 1px dotted #ccc;
 clear: both;
 color: #666;
 font-size: 80%;   
 }
.bread a{
 color: #666;
 text-decoration: underline;
 } 
.bread a:hover{
 color: #083676;
}
.bread ul li{
 list-style-type: none;
 float: left;
 padding-right: 5px;
}
}
@media screen and (max-width: 769px) {
.bread{
 display: inline-block;
 width: 94%;
 margin:0 auto 15px auto;
 padding: 5px 0 5px 0px;
 border-bottom: 1px dotted #ccc;
 clear: both;
 color: #666;
 font-size: 80%;   
 }
.bread a{
 color: #666;
 text-decoration: underline;
 } 
.bread a:hover{
 color: #083676;
}
.bread ul li{
 list-style-type: none;
 float: left;
 padding-right: 5px;
}
}

/* ----------------------
 footer 
-------------------------*/
#footer p {
 margin: 0;
 padding: 0;
}
#footer a {
 color: #fff;
}

.copy{
 float: left;
 color: #fff;
 width: 100%;
 background-color: #333;
 font-size: 80%; 
 text-align: center;
 }

/*-----------------------
 ページネーション
------------------------- */ 

.pagenation {
 display: table;
 margin-left: auto;
 margin-right: auto;
 clear: both;
 margin-bottom: 20px;	
 position: relative;
 font-size: 14px;
 line-height: 14px;
}
.pagenation span,
.pagenation a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 5px 2px 0;
	padding: 8px 10px 8px 10px;
	background: #555;
	color:#fff !important;
	text-decoration: none;
}
.pagenation a:hover{
	background: #02b2eb;
	text-decoration: none !important;
	color: #fff;
}
.pagenation .current{
	padding: 8px 10px 8px 10px;
	background: #02b2eb;
	color: #fff;
}
/*-----------------------
 table設定-1
-------------------------*/

/* -----------table bace */

table.base_t{
 margin: 0px 0 15px 0;
 width: 100%;
 border: 1px #E3E3E3 solid;
 border-collapse: collapse;
 border-spacing: 0;
}
.base_t th {
 padding: 7px;
 border: #E3E3E3 solid;
 border-width: 0 0 1px 1px;
 font-weight: bold;
 line-height: 120%;
 vertical-align: middle;
}
.base_t td {
 padding: 7px;
 border: 1px #E3E3E3 solid;
 border-width: 0 0 1px 1px;
 text-align: left;
 vertical-align: middle;
}

p.center,
p.t_center,
.t_center{
 text-align: center !important;
}
.t_right{
 text-align: right !important;
}
p.t_right{
 float: right;
}

.name_01 {
    background-color: #e6fafb;
}
.name_02 {
    background-color: #fdf0d2;
}
.name_03 {
    background-color: #d2fdd6;
}


/* -----------------
 メタ情報
--------------------*/

.blog_meta{
 float: left;
 margin-bottom: 20px;
 clear: both;
}
.blog_meta a{
 color: #0099FF;
}
.blog_meta ul li{
 float: left;
 font-size: 90%;
 list-style: none;
 margin-right: 10px;
}
.h-day{
 padding-left: 20px;
 background: url(images/calendar-alt.png) no-repeat left 3px;
}
.cat{
 padding-left: 20px;
 background: url(images/folder.png) no-repeat left 3px;
}
.tag{
 padding-left: 20px;
 background: url(images/tag.png) no-repeat left 3px;
}

.share_bottom{
 margin-top: 15px;
 padding-top: 10px;
 border-top: 1px dotted #ccc;
}

/*-----------------------
   img 画像
-------------------------*/

a img { border: none; }
p img {	padding: 0; max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {float: right;padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {float: left;padding: 4px;margin: 0 7px 2px 0;display: inline;}

.wp-caption{
 text-align: center;
 padding: 4px 0 3px 0;
 border: 1px solid #ccc;
 border-radius: 4px;   
 -webkit-border-radius: 4px; 
 -moz-border-radius: 4px;  
}
.center{
 margin-left: auto;
 margin-right: auto;
}

.wp-caption-text{
 text-align: center;
}


/*------------------
 検索フォーム
--------------------*/

#search_box{
 min-height: 36px;
 height: auto;
 margin-top: 10px;
 padding: 5px 0; 
 background-color: #F3F3F3;
}

#searchform {
 width: 100%;
 display: block;
 padding: 5px 0px 5px 0;
 text-align: center;
}

#side #searchform #s {
 padding: 3px 6px;
 margin: 0px 0px 0 0;
 font-size: 14px;
 line-height: 20px;
 max-width: 160px; width: 90%;
 vertical-align: middle;
 }

.entry form {text-align:center;}

/* --------------------------------
 アーカイブ カテゴリー 投稿記事
-----------------------------------*/
.post {	}
.post hr { display: block; line-height: 1;}
.entry ul{display: block;}
.entry ol {margin-left: 10px;}

.postmetadata ul, .postmetadata li {display: inline;list-style-type: none; list-style-image: none; }
blockquote {margin: 15px 30px 0 10px;padding-left: 20px;border-left: 5px solid #ddd;}
blockquote cite {margin: 5px 0 0;display: block;}
.center { text-align: center; }/* エラータイトルh2 */
.hidden { display: none; }
.navigation { display: block;text-align: center;margin-top: 10px;margin-bottom: 60px;}
.navigation a{
 color: #0099FF;
}

.aligncenter,div.aligncenter {display: block; margin-left: auto;margin-right: auto;}
div.alignleft{float: left;}
div.alignright{float: right;}
.daytime{
 width: 100%;
 margin-top: 3px;
 text-align: right;
 margin-bottom: 15px;	
 clear: both;
 font-size: 0.9em;
}
.category_entry{
 margin-bottom: 25px;
 border-bottom: 1px dotted #ccc;
}

/*------------------ 続きを読むボタン */
.more-link a{
 font-size: 12px;
 line-height: 23px; 
  border-radius: 5px; 
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 text-decoration: none !important;
 float: right;
 padding: 5px 15px 5px 15px;
 margin-top: 10px;
 display: block;
 color: #fff !important;
 background-color: #555;
}
.more-link a:hover{
 background-color: #02b2eb;
 text-decoration: none !important;
 text-shadow: none;
}

hr { margin: 10px 0; color: #ccc; } 
code { font: 1.1em 'Courier New', Courier, Fixed;}

/* ----------------------
 ボタン
-------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 margin-top: 0px;
 cursor: pointer;
 -webkit-appearance: button;
}

.button:hover,
#searchsubmit:hover,
.wpcf7-submit:hover{
 background: #ebf1f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-8 */
}


/* bootstrap */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 display: inline-block;
 height: 20px;
 padding: 4px 6px;
 margin-bottom: 0px;
 font-size: 14px;
 line-height: 20px;
 color: #555555;
 vertical-align: middle;
 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   border-radius: 4px;
}
textarea {
 height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 background-color: #ffffff;
 border: 1px solid #cccccc;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
 border-color: rgba(82, 168, 236, 0.8);
 outline: 0;
 outline: thin dotted \9;
 /* IE6-9 */

 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
 margin: 0;
 margin-top: 1px \9;
 *margin-top: 0;
 line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
 width: auto;
}

select,
input[type="file"] {
 height: 30px;
 /* In IE7, the height of the select element cannot be changed by height, only font-size */

 *margin-top: 4px;
 /* For IE7, add top margin to align select with labels */

 line-height: 30px;
}

select {
 width: auto;
 min-width: 50px;
 max-width: 220px;
 background-color: #ffffff;
 border: 1px solid #cccccc;
}

select[multiple],
select[size] {
 height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
 outline: thin dotted #333;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
 color: #999999;
 cursor: not-allowed;
 background-color: #fcfcfc;
 border-color: #cccccc;
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

/*---------------------------- Calendar */
#wp-calendar {width: 100%;}
#wp-calendar caption {
	color: #222;font-size: 14px;font-weight: bold;padding-bottom: 4px;text-align: left;
	}
#wp-calendar thead {font-size: 11px;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
	background: #f5f5f5;padding: 3px 0 2px;text-align: center;
	}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}

/* ---------------------------プライバシー */
.pri_title{
 font-weight: bold;
 padding-top: 20px;
 padding-bottom: 15px; 
 font-size: 100%;
 color: #993300;
 }

/* -------- button */

button,
input {
 *overflow: visible;
 line-height: normal;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
 cursor: pointer;
}
/* ----------------------
 bootstrap
------------------------- */
.btn,
.button,
 html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
 display: inline-block;
 *display: inline;
 padding: 4px 12px;
 margin-bottom: 0;
 *margin-left: .3em;
 font-size: 14px;
 line-height: 20px;
 color: #333333;
 text-align: center;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 vertical-align: middle;
 cursor: pointer;
 background-color: #f5f5f5;
 *background-color: #e6e6e6;
 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 background-repeat: repeat-x;
 border: 1px solid #bbbbbb;
 *border: 0;
 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 border-bottom-color: #a2a2a2;
 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
 color: #333333;
 background-color: #e6e6e6;
 *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
 background-color: #cccccc \9;
}

.btn:first-child {
 *margin-left: 0;
}

.btn:hover {
 color: #333333;
 text-decoration: none !important;
 background-position: 0 -15px;
 -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}

.btn:focus {
 outline: thin dotted #333;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

.btn.active,
.btn:active {
 background-image: none;
 outline: 0;
 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
 cursor: default;
 background-image: none;
 opacity: 0.65;
 filter: alpha(opacity=65);
 -webkit-box-shadow: none;
  -moz-box-shadow: none;
   box-shadow: none;
}

.btn-large {
 padding: 11px 19px;
 font-size: 17.5px;
 -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
 margin-top: 4px;
}

.btn-small {
 padding: 2px 10px;
 font-size: 11.9px;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
 margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
 margin-top: -1px;
}

.btn-mini {
 padding: 0 6px;
 font-size: 10.5px;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
}

.btn-block {
 display: block;
 width: 100%;
 padding-right: 0;
 padding-left: 0;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.btn-block + .btn-block {
 margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
 width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
 color: rgba(255, 255, 255, 0.75);
}

.btn {
 border-color: #c5c5c5;
 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #006dcc;
 *background-color: #0044cc;
 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
 background-image: linear-gradient(to bottom, #0088cc, #0044cc);
 background-repeat: repeat-x;
 border-color: #0044cc #0044cc #002a80;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
 color: #ffffff;
 background-color: #0044cc;
 *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
 background-color: #003399 \9;
}

.btn-warning {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #faa732;
 *background-color: #f89406;
 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
 background-image: -o-linear-gradient(top, #fbb450, #f89406);
 background-image: linear-gradient(to bottom, #fbb450, #f89406);
 background-repeat: repeat-x;
 border-color: #f89406 #f89406 #ad6704;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
 color: #ffffff;
 background-color: #f89406;
 *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
 background-color: #c67605 \9;
}

.btn-danger {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #da4f49;
 *background-color: #bd362f;
 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
 background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
 background-repeat: repeat-x;
 border-color: #bd362f #bd362f #802420;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
 color: #ffffff;
 background-color: #bd362f;
 *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
 background-color: #942a25 \9;
}

.btn-success {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #5bb75b;
 *background-color: #51a351;
 background-image: -moz-linear-gradient(top, #62c462, #51a351);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
 background-image: -o-linear-gradient(top, #62c462, #51a351);
 background-image: linear-gradient(to bottom, #62c462, #51a351);
 background-repeat: repeat-x;
 border-color: #51a351 #51a351 #387038;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
 color: #ffffff;
 background-color: #51a351;
 *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
 background-color: #408140 \9;
}

.btn-info {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #49afcd;
 *background-color: #2f96b4;
 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
 background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
 background-repeat: repeat-x;
 border-color: #2f96b4 #2f96b4 #1f6377;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
 color: #ffffff;
 background-color: #2f96b4;
 *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
 background-color: #24748c \9;
}

.btn-inverse {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #363636;
 *background-color: #222222;
 background-image: -moz-linear-gradient(top, #444444, #222222);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
 background-image: -webkit-linear-gradient(top, #444444, #222222);
 background-image: -o-linear-gradient(top, #444444, #222222);
 background-image: linear-gradient(to bottom, #444444, #222222);
 background-repeat: repeat-x;
 border-color: #222222 #222222 #000000;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
 color: #ffffff;
 background-color: #222222;
 *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
 background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
 *padding-top: 3px;
 *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
 padding: 0;
 border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
 *padding-top: 7px;
 *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
 *padding-top: 3px;
 *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
 *padding-top: 1px;
 *padding-bottom: 1px;
}


/*------------------ 
 印刷用
--------------------*/
@media print{
#header, #page-top, #footer {display: none;}
}