@charset "UTF-8";

/******* CONTENTS ********/

/* -- General Styles -- */


/******* CONTENTS ********/



/* -- General Styles -- */

body { 
	background: #fff;
	color: #424242;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	line-height: 170%;
	font-weight: normal;
	font-size: 15px;
}

.text_12 {
	font-size: 12px;
}

.text_13 {
	font-size: 13px;
}

.text_14 {
	font-size: 14px;
}

.text_16 {
	font-size: 16px;
}

.text_18 {
	font-size: 18px;
}

.text_20 {
	font-size: 20px;
}


.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.space_10 {
	margin-bottom: 10px;
}

.space_20 {
	margin-bottom: 20px;
}

.space_30 {
	margin-bottom: 30px;
}

.space_40 {
	margin-bottom: 40px;
}

.space_50 {
	margin-bottom: 50px;
}

.text_bold {
	font-weight: bold;
}

.space_-10 {
	margin-bottom: -10px;
}

.space_-20 {
	margin-bottom: -20px;
}

.space_-30 {
	margin-bottom: -30px;
}

.space_-40 {
	margin-bottom: -40px;
}

.space_-50 {
	margin-bottom: -50px;
}

.space_top30 {
	margin-top: 30px;
}

.space_top40 {
	margin-top: 40px;
}

.space_top50 {
	margin-top: 50px;
}

.space_top-30 {
	margin-top: -30px;
}

.space_top-40 {
	margin-top: -40px;
}

.space_top-50 {
	margin-top: -50px;
}

.color_white {
	color:#FFF;
}

.color_red {
	color:#F00;
}

.color_red2 {
	color:#F00;
	background-image: url(../img/back-main_1.png);
	background-repeat: repeat;
}

.coral {
	color:#FFF;
	font-size:12px;
}

.coral a {
	color:#FFF;
}

.space_b_10 {
	margin-bottom: 10px;
}


/* メニュー文字サイズ
-----------------------------------*/
.menu li a {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777777;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding-bottom: 40px;
  display: inline-block;
  line-height: 14px;
}



/* Loginのスマホメニュー表示切り替え
-----------------------------------*/
.hidden_menu {
	display: none;
}
@media only screen and (min-width: 320px) and (max-width: 969px) {
.hidden_menu {
	display: block;
}
}


.login_menu {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
.login_menu li {
  float: left;
  margin-right: 10px;
  font-size: 24px;
}
.login_menu li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 969px) {
.login_menu {
  display: none;
}
}


/* Table
-----------------------------------*/
.table_1 {
	width: 100%;
	border: 1px solid #CCC;
}
.table_1 th{
	padding:10px;
	text-align: left;
	color: #444;
	background-color: #EEFFFE;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.table_1 td{
	padding:10px;
	border: 1px solid #CCC;
}



/*-------contact form--------*/

.row .form-wrapper{
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	}



#alert { margin-top: 25px; display: none; }

.notification {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	text-align: left;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.notification p {
	float: left;
	padding: 0;
	margin: 0;
}

.notification.success { 
	border: 1px solid #b3dc82; 
}

.notification.success p { 
	color: #5f9025; 
}

.notification.error { 
	border: 1px solid #FF4B7F; 
}

.notification.error p {
	color: #FF0049;
}

input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 155px;
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #5e7c88;
    color: #5e7c88;
    max-width: 155px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
