/*
Theme Name: Salud

Author: Salud
Author URI: http://salud.co.jp
Version: 1.0

*/


/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */
html{
	font-size:62.5%;
}

body{
	font-size:1.4em;
	font-family:"Akko W01 Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	
}

.entry {
	font-size:1.2em;
	line-height:1.8em;
	
}
.font_s{
	font-size:0.9em;
}

.font_red{
	color:#ff0000;
}

@media (min-width: 768px) {
.entry{
	padding:0 30px;

}

}


.jumbotron h1{
	font-family: 'Open Sans', sans-serif!important;
	color: #ffffff!important;
	
}

.jumbotron {
    display: block;
    padding: 30px!important;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;    
    background-color: #6FA4FB!important;
}

/*@media screen and (min-width:768px)*/
.jumbotron h1, .jumbotron .h1 {
    font-size: 56px!important;
}

.jumbotron p{
	font-size:0.8em!important;
	line-height:1.5em;
}
h2.item{
	border-left: solid 7px #6FA4FB;
	padding:0 0 0 20px;
	margin:20px 15px
}

h3{
	font-size:1.5em;
}

.footer{
 margin-top:30px;
  background-color: #f5f5f5;
}

.introduction p{
	font-size:1.2em;
	line-height:1.8em;
}

.btn{
	margin-top:10px;
	
} 

/*---------------------------------
	LISTS
-----------------------------------*/
ul, ol{
padding:0;
margin:0 0 20px 25px;
}

li{
padding:5px 0;
margin:0 0 5px 0;
}

ul.list-unstyled{
padding:0;
margin:0 0 20px 0;
}

ul.list-unstyled li{
padding:5px 0;
margin:0;
list-style-type:none;

}
	
ul.alt{
padding:0;
margin:0 0 20px 0;
}

ul.alt li{
list-style-type:none;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
margin:0 0 -1px 0;
background:url(img/icon-arrow-right.png) no-repeat 5px 0.7em;
padding-left:20px;
}

ul.information{
	margin:15px;

	font-size:1.2em;
	}

ul.normal{
	padding:0;
    margin:0 0 5px 25px;
}
/*---------------------------------
	table
-----------------------------------*/

table{
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	border-collapse: collapse;
}

thead, tbody{margin:0;padding:0;}
th, td{padding:7px 10px;font-size:0.9em;border-bottom:1px dotted #ddd;text-align:left;}
thead th{font-size:0.9em;padding:3px 10px;border-bottom:1px solid #ddd;}


table.border{
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	border-collapse: collapse;
}
	thead, tbody{margin:0;padding:0;}
	th, td{padding:7px 10px;font-size:0.9em;border-bottom:1px dotted #ddd;text-align:left;}
	thead th{font-size:0.9em;padding:3px 10px;border-bottom:1px solid #ddd;}
	


table.blue{
	margin:0 auto;
	width:100%;
	border-collapse: separate!important;
	background:#FFF!important
}

table.blue td{
	background: #E0ECFE;
	margin: 0 2px 2px 0!important;
}

table.blue th{
	background:#A4C6FD;
	color:#ffffff;
	margin:0 2px 2px 0!important
}

table.blue th a{
	color:#ffffff
}

table.blue th,
table.blue td {
    padding: 7px 10px;
    font-size: 0.9em;
    border-bottom: 1px dotted #ddd;
    text-align: left;
}

table.w80{
	width:80%;
	margin:15px auto;
}

table.raku{
	margin:0 auto;
	width: 100%;
	border-collapse: separate;
}
	th, td{font-size:1.0em;border-bottom:0px;}

table.raku th{
	padding: 0 5px 0;
	text-align: center;
}

table.raku td{
	padding: 5px 30px 5px;
	text-align: center;
	vertical-align: top;
}

.mgb10{
	margin-bottom:10px;
}


dt.wide{
	margin:10px!important;
}
	

dl dt{
	color:#69F;
	margin:0;
	font-size:1.2em
}

dl dd{
	padding:0 0 2px 15px;
}

dl.download{
margin-left:15px;
}

ul.itemlist{
	margin:10px 0;
	line-height:1.5em;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-left:none!important;
  border-bottom: 1px solid #eeeeee;
}

.orange{
	color:#F30;
}

.red {
	color: #FF0000;
}

.bluetxt{
	color: #6FA4FB;
}

.img_left{
	float:left!important;
	margin-right:10px!important;
}

.mg20{
	margin:10px 20px;
}



.img_right{
	float:right;
	margin-left:10px;
}


p.inner,
.inner{
	padding:10px 0 15px 15px!important;
}

/*-----------googlemap respoinsive style----------------*/

.googlemap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.googlemap iframe,
.googlegmap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*-----------Form Style----------------*/


form input{
	margin:10px 0
}

/**
 * navigation
 * -----------------------------------------------------------------------------
 */
.menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


/**
 * Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	
	.jumbotron h1, .jumbotron .h1 {
    font-size: 40px!important;
}
	
	.jumbotron p{
		font-size:0.8em !important;
	}
}

@media (max-width: 400px) {
.container {
  width: auto;
}
.jumbotron {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 24px!important;
}	
.jumbotron p{
		font-size:0.6em !important;
	}
.page-header h2{
  margin-bottom:0;
  margin: 0;
  font-size:1.5em;
}
}