@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
p {
	font-size: 85%;
}
*{
  margin:0;　/* とりあえずのリセット */
  padding:0;
}
.container {
	max-width: 100%;margin-right:auto;margin-left:auto;padding-left:0px;padding-right:0px
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.server-action-menu {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background-repeat: repeat;
    border-radius:10px;
    padding: 5px;
}
.well {
  background-color: #fff;
  border-radius: 10px;
}
.pinkarrow {
	font-size: medium;
	list-style-image: url(../images/area_list.png);
}
.pinkarrow a {
	color: #333;
}
.pinkarrow_s {
	font-size: 80%;
	list-style-image: url(../images/area_list.png);
}


#header {
	width: 100%;
	background-image: url(../images/bg_word.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#header-home {
	padding-bottom:10px;
	background: url(../images/home_headbgmain.jpg) repeat,url(../images/home_headbg2.jpg) repeat-x bottom;
	box-shadow: 0px 2px 5px #999; /* div要素に対する陰CSS3 */
-moz-box-shadow: 0px 2px 5px #999; /* div要素に対する陰Firefox用*/
-webkit-box-shadow: 0px 2px 5px #999; /* div要素に対する陰Google Chrome, Safari用*/
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	font-weight: bold;
	width: auto;
	padding: 0px;
	color: #333;
}
.fontblue{
	color: #0CF;
}
#header  h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: small;
	padding: 0px;
}
#header p {
	margin: 0px;
	text-align: right;
}
#header p img {
	margin: 0px;
}
#header nav {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F69;
	color: #333;
	padding-left: 10px;
	font-size: medium;
}
#header nav li {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F9C;
	margin: 0px;
}
.nav>li>a{
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #333;	
}
#header-home h2 {
	padding-bottom: 30px;
}

/*  carousel
/*--------------------------------- */
.carousel-inner img{
    width: 100%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;　/* 画像にかかっている陰をなくす */
}

#main {
	margin-top: 30px;
	margin-bottom: 30px;
}

#main h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-size: 95%;
}
#main  h4 {
	color: #FFF;
	background-color: #C6B299;
	text-align: center;
	padding: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
#main #content1, #main #content2, #main #content3 {
	background-color: #FFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9C;
	border-bottom-color: #F9C;
	padding: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
#main #column p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 75%;
}
#main #column #content2 p{
	font-size: 75%;
}
#main_osusume p img {
	padding-top: 1em;
}
#yesnoquiz, #banner {
	padding-top: 40px;
}

#totop {
	width: 100%;
	background-image:url(../images/shadow_footer.jpg);
	background-repeat: repeat-x;
	height: 32px;
	background-position: bottom;
}
#totop img {
	float: right;
	padding-right: 10%;
}



/*  osusumebukken page
/*--------------------------------- */
#main_osusume h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-size: 95%;
}
#main_osusume h2 {
	font-size: medium;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9C;
	border-bottom-color: #F9C;
	padding: 3px;
	background-color: #C6B299;
	text-align:center;
	color:#FFF
}
#main_osusume h6 img {
	padding-top: 2em;
	padding-bottom: 1em;
}
#lightbox {
	background-color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow: hidden;
}
#main_osusume #left, #main_osusume #sub {
	padding-top: 30px;
}
#main_osusume #lightbox {
	padding-left: 10%;
}
#main_osusume #content1, #main_osusume #content2, #main_osusume #content3 {
	background-color: #FFF;
	margin-bottom:2em;
	padding-bottom:1em;
}
#main_osusume #content1 h3, #main_osusume #content2 h3, #main_osusume #content3 h3 {
	background-image: url(../images/htag_hibis.jpg);
	background-repeat: no-repeat;
	background-color: #C6B299;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
	height:34px;
	font-size: large;
	padding-left: 1em;
	line-height: 34px;
}
#main_osusume p {
	font-size: 75%;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
}
#main_osusume p img {
	margin-left:auto;
	margin-right:auto;
}
#main_osusume #left {
	padding-top: 30px;
}
#main_osusume #right {
	padding-top: 30px;
}
#main_osusume #s_point {
	padding-bottom: 3em;
}
#main_osusume .well h4 {
	text-align: center;
	font-size: medium;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
#main_osusume #sub p {
	text-align: center;
	padding-bottom: 0.7em;
}
#main_osusume #sub ul {
	font-size: 70%;
}
#main_osusume #sub ul li {
	list-style-type: none;
}
#main_osusume #sub h5 a{
	color: #F3C;
	text-align: center;
}
#main_osusume #lightbox #links img {
	padding-right: 1em;
}
#main_osusume h2 span {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: x-large;
}
#main_osusume tbody tr td {
	font-size: small;
}
#main_osusume thead tr th {
	background-color: #F9C;
	text-align: center;
	font-size: small;
	font-weight: normal;
}
#main-form form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#main_osusume #content4 {
	padding-top:2em;
}

/*  form page
/*--------------------------------- */
#main-form p {
	font-size: 85%;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 2em;
}
#main-form ul {
	font-size: 80%;
	padding-bottom: 4em;
}
#main-form li {
	list-style-type: none;
	padding-bottom: 10px;
}
#main-form .form-group {
	padding-bottom: 3em;
}
#main-form .btn.btn-default {
	margin-top: 2em;
}
#main-form form .formTable td {
	height: 3em;
}
#main-form form p {
	padding-top: 3em;
}

/*  faq page
/*--------------------------------- */
#main_osusume #faq {
	font-size: 80%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#main_osusume #faq .panel.panel-default {
	margin-bottom: 1em;
}



/*  profile page
/*--------------------------------- */
#main_osusume #content4 .profiledata {
	font-size: 85%;
}
#main_osusume #content4 li {
	padding-bottom: 1em;
	list-style-type: none;
}
#main_osusume #content4 .profiledata span {
	font-weight: bold;
}

#main_osusume #content4 #salespoint {
}
#main_osusume #content4 h3 {
	color: #FFF;
	background-color: #F9C;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0px;
	padding: 0px;
}
#main_osusume #content4 #salespoint h5 {
	font-size: 100%;
	text-align: center;
}
#main_osusume #content4 #salespoint {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-left: 2em;
}
.staff {
	margin-top: 2em;
}
#content1 h5 {
	font-size: 110%;
}


/*  basic
/*--------------------------------- */
#main_osusume .step {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 25px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F9F;
}

/*  footer
/*--------------------------------- */
#footer {
	width: 100%;
	background-image: url(../images/home_headbgmain.jpg);
	background-repeat: repeat;
	overflow: hidden;
	clear: right;
}
#footer h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: large;
	font-weight: bold;
	width: auto;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
#footer h3 {
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F677A7;
	margin-left: 5%;
}
#footer h4 {
	padding-top: 3em;
}
#footer ul {
	font-size: 70%;
	padding-left: 10%;
}
#footer ul li {
	list-style-type: none;
}
address {
	font-size: xx-small;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*  media crea
/*--------------------------------- */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
	#main_osusume #table {
		width : 90%;
	}
}
@media (min-width: @screen-sm-min) {
	#lightbox #links img a {
		padding-bottom: 1em;
	}
}
