@charset "UTF-8";


/* --------------------------------
	STYLE
-------------------------------- */

.longurl{word-break: break-all;}

.imgline img{
	border:#CCC 1px solid;
}
.fa-1x {
  font-size: 2em;
}

.img_per {
  height: auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clm_border_h{
	border-top: 1px dotted #ccc;
}

.txt_small{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2;
}

.txt_lg{
	font-size:24px;
	font-size:2.4rem;
	padding-bottom:10px ;
	font-weight:100;
}

.rset{
	margin-left:15px ;
	margin-bottom:15px ;
	float:right;
	display:block;
}

.lset{
	margin-right:15px ;
	margin-bottom:15px ;
	float:left;
	display:block;
}

.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

#search_shop{
	margin:20px 0px ;
	padding:30px 0px ;
font-weight:400;
	background:#FCF6E3 url(../images/common/bg_shoplink.jpg) top left no-repeat;
}

#search_shop input{
margin:0px auto;
}
	

.dotbox {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    border: 2px dotted #916D7A;
	color:#916D7A;
}

.dotbox h4{
	font-weight:700;
	margin:0px ;
	color:#916D7A;
}

.dotbox i{
	color:#916D7A;
	padding-right:5px ;
}


 
.date{
	margin:0px ;
	padding-top:10px;
	background:#F7F8F9;
}

#care {
  padding: 15px;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
 box-shadow: none;
 -moz-border-radius: 8px ;
-webkit-border-radius: 8px ;
border-radius: 8px ;
color:#FFFFFF;
text-align:center;
font-weight:normal;
font-size:13px;
font-size:1.3rem;
line-height:1.2;
}

#care p {
	font-size:24px ;
	font-size:2.4rem;
	margin-bottom:0px ;
}
.suisei {
  background-color: #69C;
}

.yusei {
  background-color: #960;
}


@media only screen and (min-width: 767px) {
.date{
	margin:0px ;
	padding-top:20px;
	background-color:transparent;
}


}

/*  logo
/*--------------------------------- */
#header p.hlogo{
	margin:0px;
	width:160px;
	height:27px ;
	background: url(../images/common/logo_header.png) top left no-repeat;
	text-align:center;
	position: relative;
	}
	
#header p.hlogo a{
display:block;
	width:160px;
	height:27px ;
	z-index:2000;
	position:absolute;
	}

.none{
 	display:none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: -15px;
		border-top:1px solid #ccc;
}


/* ------------------------------------- */
/*	 needs
/* ------------------------------------- */

#needs_box{
	padding:20px 0px ;
	margin-bottom:30px ;
}

.needs {
padding:15px ;
}

.needs  img{
	width:100%;
	height:100%;
			border-radius: 50%;
}

.needs  p{
	padding-top:20px ;
}
	
figure {
	position: relative;
	width: 100%;
}
figcaption {
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 2;
	width: 100%;
/*	background: rgba(0,0,0,.6);*/
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover figcaption {
	bottom: 0;
}

figcaption h3 {
			padding: 5px 0 0;
			font-size: 120%;
			text-align:center;
			margin:0px ;
			font-weight:700;
			color:#5A71A3;
    text-shadow:
      white 2px 0px 0px,
      white 0px 2px 0px,
      white -2px 0px 0px,
      white 0px -2px 0px;
	}
figcaption p {
			font-size: 13px;
			text-align:center;
		}
figure:hover figcaption {
			bottom: -10px;
		}
		
figure img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	border-radius: 0%;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

figure:hover h3 {
	color:#60A09A;
	font-size:140%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


/* ---------------------------------------------------- */
/* BASE BTN
/* ---------------------------------------------------- */

.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
outline: none;
	border:none;
	margin:10px 0px ;
	padding:20px  0px ;
		cursor: pointer;
cursor: hand;
border-radius: 4px;	
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	width:100%;
	line-height:1;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn {
	background: #A29B99;
	color: #fff;
}
.btn:hover {
	background-color: #708A4D;
	color:#fff;
}

.btn i {
	padding-right:6px ;
vertical-align: 0;
}


/*----------------------------------------------------
    TABLE
----------------------------------------------------*/

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info{
	background:#E1DDD8;
}

.table_clm th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:600px){
    .table_clm th, .table_clm td{
        width: 100%;
        display:block;
        border-top: none;
    }
}

.table{
    border-bottom: 1px solid #ccc;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}

th{ background:#F7F8F9;
font-weight:normal;}
td{ background:#fff ;}

.must {
    margin-left: 10px;
    padding: 3px 4px;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
    line-height: 9px;
    border-radius: 3px;
    zoom: normal;
    background: #C30;
}

.icon_login {
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    background: #054A96;
		color:#FFF;
		line-height:1;
}

.icon_login a{
padding: 3px 6px;
	color:#FFF;
  background:#1F9ABD;
    border-radius: 3px;
    zoom: normal;
		line-height:1;
		text-decoration:none;
	}

.icon_login a:hover {
	color:#FFF;
	background: #054A96;
}

.icon_login i {
	padding-right:3px ;
}

.sp_l_m10{margin-left:0px ;}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}


.form-control {
display: block; 
     width: 100%; 
     height: 34px; 
     padding: 6px 12px; 
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
		margin-bottom:20px ;
}

label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}


.sp{
	margin-bottom:30px ;
}


/*----------------------------------------------------
    table02
----------------------------------------------------*/

 .table_clm02 .table-bordered>thead>tr>td, .table_clm02.table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}

 
@media only screen and (max-width:700px) { 

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none; 
}

 .table_clm02 .table-bordered>thead>tr>td, .table_clm02.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

    .table_clm02 { 
        display: block; 
        width: 100%; 
        margin: 0px;
				border:none;
    }

    .table_clm02 { 
        display: block; 
        width: 100%; 
        margin: 0px;
				border:none;
    }

    .table_clm02 thead{ 
        display: block; 
        float: left;
							border-top:1px solid #ddd;
				border-left:1px solid #ddd;
				border-right:1px solid #ddd;
	}
    .table_clm02 tbody{ 
        display: block; 
        overflow-x: auto; 
				border-top:1px solid #ddd;
				border-right:1px solid #ddd;
/*        white-space: nowrap;*/
    }
    .table_clm02 th{ 
        display: block;
				width:100px;
    }
    .table_clm02 tbody tr{ 
        display: block; 
    }
    .table_clm02 tbody  td{ 
        display: block;
    }

    .table_clm02 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
		clear:both;
  }
	
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>th {
    border-bottom:1px solid #ddd;
}

}

.w100{	width:100% ;}
.w200{	width:100% ;}
.w300{	width:100% ;}
.w400{	width:100% ;}



/*----------------------------------------------------
    table03
----------------------------------------------------*/
#table_factory{
	width: 100%;
	border-collapse: collapse;
}
#table_factory td,
#table_factory th{
	padding: 8px;
	border: 1px solid #ccc;
}
#table_factory th{
	background:#FFF;
}
#table_factory thead th{
	background:#e6e6e6;
}
@media only screen and (max-width:800px){
	#table_factory{
		display: block;
	}
		#table_factory thead{
			display: none;
		}
		#table_factory tbody{
			display: block;
		}
			#table_factory tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table_factory tbody th,
			#table_factory tbody td{
				display: list-item;
				border: none;
			}
			#table_factory tbody th{
				margin-bottom: 5px;
				list-style-type: none;
			background: #e6e6e6;
			}
			#table_factory tbody td{
				margin: 0px;
				padding: 0;
				list-style:none;
			}
			#table_factory tbody td.txt_center{
				text-align: inherit;
}
/*#table_factory tbody td:nth-of-type(1):before { content: "[所在地]"; color:#06C;}*/
			#table_factory tbody td:nth-of-type(2):before { content: "[ "; font-weight:400; }
			#table_factory tbody td:nth-of-type(2):after { content: " ]"; font-weight:400; }
			/*#table_factory tbody td:nth-of-type(3):before { content: "桑の木P賛同店: ";  font-weight:600;}*/
}





/*  panel-box
/*--------------------------------- */

#panel-base{
	margin:20px auto ;
	padding:20px 0px ;
	background:#EBE9E9;
}

#panel-base .panel-default{
	margin-bottom: 20px;
    background-color: #fff;
    border: none ;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
		width:100%;
}

#panel-base .panel-default .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#panel-base .panel-default .panel-heading img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
		width:100%;
}

#panel-base .panel-body {
padding:10px;
	}


.panel {
	margin: 0px;
	border: none;
-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position:relative;
	background:none;
	box-shadow: none;
	background:none;
}

.panel-title{
	font-weight:700;
	font-size:18px ;
	font-size:1.8rem;
	padding-top:15px ;
	color:#111;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.panel-body {
	text-align: left;
	padding:5px 0px 10px 0px;
	overflow: hidden;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.4;
}

.panel a{
	cursor :pointer;
	color:#777;
	text-decoration:none;
}

.panel a:hover{
	width:100% ;
	 transition: 0.5s;
	 margin-bottom:5px ;
}

#panel-base .panel .panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
}

/* ------------------------------------ */
/*	 Header
/* -------------------------------------*/
#header {
	z-index:1000;
	top:0px;
	padding-top: 20px;
	background:rgba(255,255,255);
	width:100%;
	background:#FFF;
	}


/*  sns-icon
/*--------------------------------- */
.sns-icon{
	/*	position:absolute;
	top :20px ;
	right:0px ;
*/
}

.sns-icon ul{
	text-align:right;
}

.sns-icon li{
	display:inline-block; 
  zoom:1 ;
	padding-left: 15px;
	font-size:12px ;
	font-size:1.2rem;
	color: #666;
	cursor: pointer;
	}
	

.sns-icon i{
	display:none;
}
	
.sns-icon li a:link,.sns-icon li a:visited{
	color: #666;
}

.sns-icon li a:hover{
	color: #111;
	text-decoration:none;
}

.navbar {
    border: 0px;
		height:auto;
}

.navbar-nav>li:hover,.navbar-nav>li a:hover,.navbar-nav>li:active,.navbar-nav>li a:active{
	cursor:pointer;
	color: #1F9ABD;
	 background-color: transparent;
}

.navbar-nav>li a:visited,.navbar-nav>li a:visited{
	 background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border: none;
		position:relative;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
background-color: #F7F8F9;
border-bottom:#ccc 1px dotted;
}

.nav>li>a:focus,.nav>li>a:hover{
	text-decoration:none;background-color: transparent;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 15px;
}

.dropdown-toggle:focus {
  outline: 0;
	background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.dropdown-menu>li>a:before {
padding-right:5px ;
    font-family: 'Glyphicons Halflings';
    content:"\e080";
}*/

/*  nav
/*--------------------------------- */


@media only screen and (min-width: 768px){ /* xsサイズでの崩れ防止 */

  
.w100{	width:100px ;}
.w200{	width:200px ;}
.w300{	width:300px ;}
.w400{	width:400px ;}
.w_auto{width: auto; padding:20px 80px;}

.txt_lg{
	font-size:32px;
	font-size:3.2rem;
	padding-bottom:15px ;
	font-weight:100;
}

#header {
	position:fixed;
		top:0px;
	padding-top: 20px;
	background:rgba(255,255,255,0.8);
		z-index:1000;
		width:100%; 
/*		box-shadow:0px 3px 5px #999;*/
border-bottom:#ddd 1px solid;
}

.navbar {
    position: static;
    min-height: 1em;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.nav>li {
    position: static;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: -15px;
		border: none;
		transition: .5s;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 0px 0px 0px 0px;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
background-color: transparent;
border-bottom:none;
	}

#info_detail{
	margin:1em auto;
max-width:650px ;
text-align:center;
}


/*  dropdown
/*--------------------------------- */

/*ul.nav li.dropdown:hover > ul.dropdown-menu {

}*/
a.menu:after, .dropdown-toggle:after {
    content: none;
		border-bottom:none;
}
.dropdown-menu {
    position: absolute;
		margin:0px auto;
    top: 100%;
    left: -9999px;
    right: -9999px;
    z-index: 1000;
    list-style: none;
    background-color: rgba(0,0,0,1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
		padding:20px 0px ;
	text-align:center;
	margin:0px auto;
	width:100%;
/*	max-width:1150px ;*/
}
.dropdown-menu li{
	display: inline-block;
	vertical-align: middle;
margin:10px;
color:#FFF;
}

.dropdown-menu li a:link,.dropdown-menu li a:visited{
	color:#fff;
font-weight:normal;
}

.dropdown-menu li a:hover{
	color:#999;
	text-decoration:underline;
}


/*.dropdown-menu li.sub_busibness{
width:30% ;
}

.dropdown-menu li.sub_contents{
width:30% ;
}

.dropdown-menu>li>a {
    display: block;
		vertical-align: middle;
    clear: both;
    font-weight: normal;
    line-height:1;
    color: #333;
	background:#fff;
		min-height:50px ;
		vertical-align: middle;
		height: 50px;
		line-height: 45px;
border:#FFF 1px solid;
}
*/

/*.dropdown-menu>li>a:before {
	padding-right:5px ;
    font-family: 'Glyphicons Halflings';
    content:"\e080";
}

.dropdown-menu>li>a:hover {
	background:#fff;
	border:#D3CFCE 1px solid;
}*/

/*--------------------------------- */
.sns-icon i{
	display: inherit;
	padding-left:5px ;
	font-style:normal;
	
}

.navbar {
	border-radius: 0;
		border:0;
	}

	
	.nav>li>a{
		padding:15px 8px ;
			cursor: pointer;
	}

.navbar-nav {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	
.navbar-nav>li {
		text-align: center;
		float: left;
		width: 20%;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		/*padding:15px 8px ;*/
	}

	
.navbar-nav>li p {
	margin-top:8px ;
		border-top: #ccc 1px solid;
		padding-top:8px ;
		font-size:13px ;
		font-size:1.3rem;
		font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif, normal;
}


.navbar-nav>li>a {
		display:block;
/*		height:50px ;*/
		vertical-align:middle;
		line-height:1;
		color:#111111;
}

.navbar-default {
	border:none;
	}
	
.navbar-default .navbar-nav>li>a {
		display:block;
				position: relative;
			color:#111;
				 background-color: transparent;
}

.navbar-default .navbar-nav>li>a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
}

.navbar-default .navbar-nav>li>a:hover::after {
		width: 90%;
}

}

/* navスタイリング */
@media only screen and (max-width: 767px){
	
	.navbar{
		min-height: auto;
	}
	.navbar-default {
		border-color: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
		background-color:transparent;
}


.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    margin: 0px 15px;
		float:none;
    background-color: transparent;
    background-image: none;
    border: none;
		text-align:center;
		padding:0px ;
}

.navbar-nav {
	margin:0px -15px;
border-bottom:none;
}

.navbar-nav>li {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
cursor: pointer;
	line-height:1;
		}
	
.navbar-nav>li p {
	font-size:12px ;
		font-size:1.2rem;
		font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif, normal;
		color:#D3CFCE;
		margin-bottom:0;
}


.navbar-nav>li a:link, .navbar-nav>li a:visited{
	display:block;
    color: #111;
	background-color: transparent;
}

.navbar-nav>li a:hover, .navbar-nav>li a:active {
    color: #1F9ABD;
		background-color: #F7F8F9;
}

.navbar-nav>li {
		border-bottom: #ccc 1px solid;
}

.navbar-nav>li:visited,.navbar-nav>li a:visited{
background-color: transparent;
}

	.navbar-default .navbar-toggle {
		border-color: none;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #111;
	}
	.navbar-default .navbar-toggle:hover > .icon-bar,
	.navbar-default .navbar-toggle:focus > .icon-bar {
		background-color: #111111;
	}
	
	.navbar-default .navbar-brand {
		color: #111111;
	}
}



/*  nav
/*--------------------------------- */
.navbar {
	margin-bottom: 0; /* 追記 */
}

/*  carousel
/*--------------------------------- */
.carousel-inner img{ /* フルワイド化 */
	width: 100%;
}



/* ------------------------------------- */
/*	 content
/* ------------------------------------- */
h1{
	margin:0px ;
	padding:0px ;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#AAA;
}

h2{
/*    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);*/
    font-size: 30px;
    font-size:3.0rem;
    margin: 30px 0 ;
    padding: 0;
    font-weight:300;
    background: none !important;
    color: #000;
    box-shadow: none !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

h2.news_ttl{
	margin-top:0;
	margin-bottom:20px ;
	padding:0px ;
	font-size:20px ;
	font-size:2.0rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000;
	}
	
h2.news_ttl_list{
	margin-top:20px ;
margin-bottom:20px ;
	padding:0px ;
	font-size:20px ;
	font-size:2.0rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000;
	}


h3{
	margin:0px 0px ;
	font-size:24px;
	font-size:2.4rem;
	color:#666B6C;
	/*color:#054A96;*/
	padding:15px 0px ;
font-weight:400;
    font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif, normal;
}

.title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin: 1em 0 0.75em;
    padding: 0 0 5px 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 2px 0 rgba(255,255,255,0.5);
		font-size:36px ;
		font-size:3.6rem;
}

.text-box{
	margin-bottom: 40px;
}

.form-control {
    border: 1px solid #C4CCCE;
    border-radius:3px !important;
		webkit-border-radius: 3px;  
    -moz-border-radius: 3px; 
    box-shadow:none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 6px 12px;
    width: 100%;
    line-height: 1.5;
    font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif, normal;
		margin-bottom:5px ;
}

.form-control:focus {
    border-color:#3c8dbc !important;
    box-shadow:none;
}

@media only screen and (max-width: 767px){
  
  .fa-1x {
  font-size: 1.5em ;
  }

h1{
	margin:0px ;
	padding:0px ;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2{
	margin-bottom:10px ;
	padding:0px ;
	font-size:22px ;
	font-size:2.2rem;
	font-weight:500;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


h3{
	margin:15px 0px ;
	font-size:18px;
	font-size:1.8rem;
	padding:0px 0px ;
font-weight:400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
.title{
	font-size:30px ;
}

.glyphicon{
	padding-right:3px ;
}
/*  button-box
/*--------------------------------- */
.button-box{
	text-align: center;
	padding: 60px 0;
	margin-top: 40px;
	background-color: transparent;
}

.button-box p{
	color: #888;
}



.button-box .btn-default{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #7E7E7E;
}


	/* --------- common ---------- */



.nav_scrool {
    padding: 0 20px;
    margin: 0 auto 60px;
    width: 760px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.b_shadow
{
  position: relative;
}
.b_shadow:before, .b_shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.b_shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media only screen and (max-width: 480px) {
	ol.flow li {
padding: 12px;
}
}